

body {
    margin: 0;
    padding: 0;
    color: rgb(0, 0, 0);
    font-size: 100.01%;
    font: 0.7em "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
    background-color: rgb(255, 255, 255);
    text-align: center;
}

h3	{font-size: 1.1em; color:#003366; }
h4  {font-size: 1.0em; color:#003366; }

#container {    
	width: 800px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	background-color: white;
}

#titel {
	position: relative;
	height: 170px;
	background-color: white;
	padding-top: 5px;
	border-left: 0px solid #003366;
	border-right: 0px solid #003366;
	}

#navigation {
	position: relative;
	text-align: left;
	font-weight: normal; 
	height: 30px;
	padding-top: 5px;
	margin: 0 auto;
	background-color: white;
	border-top: 0px solid #003366;
	border-left: 0px solid #003366;
	border-right: 0px solid #003366;
	border-bottom: 0px solid #003366;
	color: #003366; 
}	

#spalte1 {
	float: left;
	height: 2500px;
	width: 320px;
	padding: 4px;
	text-align: left;
	background-color: white;
}

#spalte2 {
	float: left;
	height: 2500px;
	width: 320px;
	padding: 4px;
	text-align: left;
	background-color: white;
}


#spalte3 {
	float: right;
	height: 2500px;
	width: 135px;
	padding: 4px;
	text-align: left;
	background-color: white;
}


#fuss {
	clear: both;
	position: absolute;
	top: 3600px;
	margin: 0 auto;
	width: 800px; 
	height: 25px;
	padding-bottom: 0.5px;
	padding-top: 5px;
	text-align: center;
    background-color: white;
    border-top: 1px solid #003366;  
}

.links {
	float: left; 
	padding-right: 5px;
}

.rechts {
	float: right;
	padding-left: 5px;
}

.rechtsmitte {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}

#container a:link, #titel a:link, #navigation a:link { color: #003366; text-decoration: underline; }
#spalte1 a:link, #spalte2 a:link, #spalte3 a:link, #fuss a:link { color: #003366; text-decoration: underline; }
#container a:visited, #titel a:visited, #navigation a:visited { color: #003366; text-decoration: underline; }  
#spalte1 a:visited, #spalte2 a:visited, #spalte3 a:visited, #fuss a:visited { color: #003366; text-decoration: underline; }    
#container a:focus, #titel a:focus, #navigation a:focus, #spalte1 a:focus, #spalte2 a:focus, #spalte3 a:focus, #fuss a:focus { color: #666; } 
#container a:hover, #titel a:hover, #navigation a:hover, #spalte1 a:hover, #spalte2 a:hover, #spalte3 a:hover, #fuss a:hover { color: #666; text-decoration: underline; } 
#container a:active, #titel a:active, #navigation a:active, #spalte1 a:active, #spalte2 a:active, #spalte3 a:active, #fuss a:active { color: #666; text-decoration: underline; } 

