

body {
    margin: 0;
    padding: 0;
    color: #666;
    font-size: 100.01%;
    font: 0.7em "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
    background-color: #E2EBED;
    text-align: center;
}

h3	{font-size: 1.1em; color:#003366; }
h4  {font-size: 1.0em; color:#003366; }

#container {    
	width: 950px;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	background-color: white;
}

#titel {
	position: relative;
	height: 91px;
	background-color: white;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	}

#navigation {
	position: relative;
	text-align: left;
	height: 25px;
	padding-top: 10px;
	margin: 0 auto;
	background-color: white;
	border-top: 1px solid #003366;
	border-left: 1px solid #003366;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	
}	

#navigation ul {
	list-style-type: none;
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
}

#navigation {color:#003366; }


#navigation li {
	display: inline;
	padding: 1px 15px;
	border-left: 1px solid #003366;
}

#spalte1 {
	float: left;
	height: 600px;
	top: 117px;
	width: 445px;
	padding: 5px;
	text-align: left;
	background-color: white;
	border-left: 1px solid #003366;
}

#spalte2 {
	float: left;
	height: 600px;
	top: 117px;
	width: 310px;
	padding: 5px;
	text-align: left;
	background-color: white;
}


#spalte3 {
	float: right;
	height: 600px;
	top: 117px;
	width: 163px;
	padding: 5px;
	background-color: white;
	border-right: 1px solid #003366;
}


#fuss {
	clear: both;
	margin: 0 auto;
    width: 948px; 
	height: 25px;
	padding-bottom: 0.5px;
	padding-top: 5px;
	text-align: center;
    background-color: white;
    border-top: 1px solid #003366;
    border-left: 1px solid #003366; 
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
}


#container a:link, #titel a:link, #navigation a:link { color: #666; text-decoration: none; }
#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: #666; text-decoration: none; }  
#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; } 


#container li a:link, #titel li a:link, #navigation li a:link { color: #003366; text-decoration: underline; }
#spalte1 li a:link, #spalte2 li a:link, #spalte3 li a:link, #fuss a:link { color: #003366; text-decoration: underline; }
#container li a:visited, #titel li a:visited, #navigation li a:visited  { color: #003366; text-decoration: underline; } 
#spalte1 li a:visited, #spalte2 li a:visited, #spalte3 li a:visited, #fuss a:visited { color: #003366; text-decoration: underline; }    
#container li a:focus, #titel li a:focus, #navigation li a:focus, #spalte1 li a:focus, #spalte2 li a:focus, #spalte3 li a:focus, #fuss a:focus { color: #666; } 
#container li a:hover, #titel li a:hover, #navigation li a:hover, #spalte1 li a:hover, #spalte2 li a:hover, #spalte3 li a:hover, #fuss a:hover { color: #666; text-decoration: underline; } 
#container li a:active, #titel li a:active, #navigation li a:active, #spalte1 li a:active, #spalte2 li a:active, #spalte3 li a:active, #fuss a:active { color: #666; text-decoration: underline; } 
