/* CSS Document */

body {
	margin:0px;
	padding:80px 0px;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#380000;
	text-align:center;
}
div#container {
	margin: auto;
	text-align: center;
	width:874px;
	}
a, 
a:hover {
	color:white;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div.logoarea {
	text-align:right;
	margin-bottom: 8px;
}
div.content {
	width:874px;
	height:374px;
	background:url(../images/background_neu.gif) no-repeat;
	text-align:center;
}
div.content div {
	text-align:left;
	color:white;
}
div#nav_leistungen {
	text-align: center;
	margin: 0px 5px 11px 5px;
	}
div.navigation {
	width:874px;
	height:374px;
	text-align:center;
	color:white;
}
div.navigation ul {
	margin: 8px 0px;
}
div.navigation ul li {
	display:inline;
	list-style-type:none;
}
div.navigation ul li a,
div.navigation ul li a:hover {
	color:white;
	font-weight:normal;
	text-decoration:none;
}
div.navigation ul li a:hover {
	text-decoration:underline;
}