body,td,th {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #D0F0FB;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #005671;
	text-decoration: none;
	font-weight: bold;
}


#centeringcontainer {
	height: 734px;
	width: 978px;
	position: relative;
	margin: auto;
}

#header {
	position: relative;
	height: 483px;
	width: 978px;
	background-image: url(Bilder/header.jpg);
}

#menue {
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 3px;
	height: 29px;
}
	
#menue ul{
	margin-left:10px;
	list-style-image:none;
	list-style-type:none;
	
}
	
#menue ul li{
	float:left;
	margin-right:15px;
	line-height:27px;	
}

#main {
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	width: auto;
	margin-top: 3px;
	float: left;
	overflow: auto;
}
#nav_right {
	height: 227px;
	width: 374px;
	background-image: url(Bilder/nav_right.gif);
	float: right;
	background-color: #D0F0FB;
	margin-top: 3px;
}


.fett {
font-weight:bold;
}

.unterstrichen {
text-decoration:underline;
}
