@charset "ISO-8859-1";
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	color: #444;
	background-color: #ededed;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img {
 border:none;
}


/***left Side Bar***/

#leftcontent {
	float:left;
	width: 180px;
	top: 0px;
	left: 0px;
	position: absolute;
	/*position: fixed;*/
}

#navlist { 
 width: 157px;
 padding-top: 15px;
 text-align: right;
}

#navlist ul {
 list-style: none;
 padding: 0;
 margin-left: 0;
}

#navlist li a{
 display: block;
 height: 30px;
 padding-top: 10px;
 background: inherit;
 color: #444;
 text-decoration:none;
 font-size: 12px;
 font-weight: bold;
}

#navlist li.active a {
 color: #e85311;

}
 
#navlist li a:hover {
 color: #e85311;
}


#bild {
	top: 0px;
	left: 180px;
	position: absolute;
	/*position: fixed;*/
 	width: 647px; 
 	height: 156px; 
}

#sponsoren {
	top: 180px;
	left: 850px;
	position: absolute;
	width: 140px; 
}

#sponsoren img {
        margin-bottom: 40px;
}

/***Content***/

#content {
	top: 180px;
	left: 230px;
	position: absolute;
	width: 550px; 
}


.entrytitle {
	color:#FFFFFF;
	background-image: url(/images/titelbalken.jpg);
	background-repeat: repeat-y;
}

h1 {
 font-size:18px; 
 font-weight: bold;
 color: #e85311;
}

h2 {
 font-size:12px;  
 font-weight: bold;
}

.entrytitle h2 {
 padding-left: 7px;
 padding-top: 2px;
 padding-bottom: 3px;
}

img {
 float:none;
}

a  { color: #e85311; }
a:visited  { color: #e85311; }
a:hover  { color: #000; }

#content p {

 font-size: 12px;
 line-height:16px;
 margin-bottom:20px;
 }