body { background-color:#FFFFCC;}

h1 { color:#330000; font-size:20px; text-align:center; font-family:serif;}

h2 { color:#330000; font-size:17px; text-align:center;  font-family:serif;}

h3 { color:#330000; margin-top:8px; margin-bottom:8px;font-size:15px; text-align:center;  font-family:serif; font-style:bold; font-weight: bold;}

h4 { color: #330000;  font-family: Verdana, sans-serif; font-size:11px; font-style: normal; font-weight: normal}

p { font-family: Verdana, sans-serif; font-size:12px; line-height:15px; color:#330000; font-style: normal; font-weight: normal}

blockquote { font-family: Verdana, sans-serif; font-size:12px; color:#330000; text-align:left; font-style: normal} 

table { width:100%; empty-cells:hide; }

a:link { text-decoration: none; font-family: Arial, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color: #FF0000} /* links ohne Unterstrich */

a:visited { color:#FF6600; font-size:11px; font-family:Arial, sans-serif; text-decoration: none; font-style: normal; font-weight: normal} /* Verweise zu bereits besuchten Seiten */

a:hover { color:#FF3300; font-style:normal; font-size:11px; font-family:Arial, sans-serif; text-decoration: underline; font-weight: normal} /* on mouse over */

a:active { text-decoration: none; font-family: Arial, sans-serif; font-size:11px; font-style: normal; font-weight: normal; color: #FF0000} /* links ohne Unterstrich */

.inhalt {
	width: 98%;
	position: absolute;
	left:50%;
	margin-left: -48%;
	visibility: visible;
	z-index: 1;
}

.navigation {
	width: 98%;
	height:110px;
	position: absolute;
	left:50%;
	bottom:5px;
	margin-left: -48%;
	visibility: visible;
	z-index: 2;
}

.nav {
	table-layout: fixed;
	border-collapse: separate;
	height:30px;
	}

th {
	background-color: #FFFFCC;
	padding:2px;
	border: thin solid;
	border-color:#330000;
}

.container
{
width: 278px;
height: 320px;
position: absolute;
top: 20%;
left: 50%;
margin-left: -139px; /*das ist die hälfte der breite... nur im minusbereich*/
}
