@charset "utf-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FFF;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}


.container {
	width: 1020px;
	background: #FFFFFF;
	margin: 0 auto; 
}


.header {
	background: #FFF;
	
}




.sidebar1 {
	float: left;
	width: 140px;
	background: #FFF;
	padding-bottom: 10px;
	padding-right: 20px;
	
}
.content {

	padding: 10px 0;
	width: 600px;
	float: left;
	min-height: 600px;
	/* border-bottom: 1px solid #900; */
}
.sidebar2 {
	float: left;
	width: 260px;
	background: #FFF;
	padding: 10px 0;
	font-size:12px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}


ul.nav {
	 list-style:none; 
	border-top: 1px solid #FFF; 
	margin-bottom: 15px; 
	border-bottom: 1px solid #900;
}


ul.ku { list-style:none; 
	border-top: 1px solid #FFF; 
	margin-bottom: 15px; 
	text-decoration: none;
}
ul.nav li {


}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block;  
	
	text-decoration: none;
	background: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #FFF;
	color:#999;
	
}


.footer {
	padding: 10px 0;
	background: #FFF;
	position: relative;	clear: both;

}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a.impressum { font-size:12px;
float: right ;
list-style:none;}

.impressum {font-size:12px;
float: top ;
list-style:none;}

.Anzeige {
	
	color:#000;
	font:bold;
	font-weight: bold;
	
	
}
.status {
	/*border-top: 1px solid #900;*/
	color:#900;
	/*border-bottom: 1px solid #900;*/
	font-weight: bold;
	
	
}
.show{border-bottom: 1px solid #900;}
.statb {/*border-left: 1px solid #000;*/
		color: #000;}