/* CSS Document */
body, html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	padding:0;
	text-align:left;
}

ul, li, p {
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
} 

.float_left {
	float:left;
}

.float_right {
	float:right;
}

#nav ul{
	width:985px;
	height:28px;
	background:#fff url(../images/header.jpg) no-repeat;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:157px 0 0 45px;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 12px 0 12px;
	background-color:#FFF;
}

#nav a {
	color:#ffde00;
	background-color:#045800;
}

#nav p{
	float:left;
	padding:5px 0 0 0;
	color:#045800;
}

#nav ul li img{
	float:left;
	font-weight:normal;
}

#content{
	width:940px;
	height:100%;
	margin:15px 0 0 35px;
}

#content img{
	margin:0 30px 0 0;
}

#left{
	clear:both;
	float:left;
	width:585px;
}

#left b{
	font-weight:bold;
	color:#045800;
	text-transform:uppercase;
}

#left a{
	color:#015aac;
	font-weight:bold;
	text-decoration:underline;
}

#left p{
	height:80px;
	background-color:#fff690;
	margin:25px 0 25px 0;
	padding:10px 0 0 10px;
}

#right{
	float:right;
	margin:0 20px 0 0;
}

#right b{
	font-weight:bold;
	color:#045800;
	text-transform:uppercase;
}

#right p{
	width:290px;
	height:150px;
	background:#fff url(../images/bg_anzeige.jpg) no-repeat;
	padding:10px 0 0 10px;
	margin:0 0 5px 0;
}

#right p img{
	float:left;
}

#right p b{
	font-weight:bold;
	text-transform:none;
	color:#000;
}

#right p a{
	color:#015aac;
	font-weight:bold;
	text-decoration:underline;
}

#marken{
	width:290px;
	height:100px;
	padding:10px 0 0 10px;
	margin:0 0 13px 0;
	border-top:1px dotted #2e2e2e;
	border-bottom:1px dotted #2e2e2e;
}

#marken_float_left {
	float:left;
	width:150px;
}

#marken a{
	color:#015aac;
	font-weight:bold;
	text-decoration:underline;
}

.mode{
	height:115px;
	background-color:#fff690;
	margin:25px 0 25px 0;
	padding:10px 0 0 10px;	
}

#abstand{
	float:left;
	width:250px;
	margin:0 10px 0 0;
}


#footer{
	clear:both;
	width:980px;
	height:10px;
	background-color:#045800;
}
