body {
	margin: 0px;
	background-color: #000000;
}

body, table, td {
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 900;
	font-size: 10pt;
	color: #ffffff;
	}

img {
	border-width: 0px; 
}

a {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#ffffff;
	text-decoration: underline;
}


/* Firmentitel links */

.firma {
	text-align: center;
	background-color: #FF0000;
}

.firma h1 {
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;

}

.firma h2 {
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
}


/* Navigation */

.navigation {
	background-color: #CCCCCC;

	color:#000000;
	text-align: center;
}

.navigationOn {
	background-color: #FF0000;

	color:#ffffff;
	text-align: center;
}

.navigation a, .navigation a:hover, .navigationOn a, .navigationOn a:hover {
	color:#000000;
	text-decoration:none;
}

/* Adressbereich */

.address {
	font-size: 10pt;
	color: #ffffff;
}

.address a, .address a:hover {
	color: #ffffff;
	text-decoration:none;
}