/* -----------------Ueberschriften------------------------------*/
h1{
	margin: 0px 0px 20px 0px;
	font-size: 15px;
	color: #B59200;
}
h2{
	color: #B59200;
	font-size: 13px;
	line-height: 155%;
	margin: 0px 0px 0px 0px;
}
h3{
	color: #444444;
	font-size: 13px;
	line-height: 155%;
	margin: 0px 0px 0px 0px;
}
/* -----------------Paragraphen------------------------------*/
p{
	line-height: 155%;
	margin: 0px 0px 0px 0px;
}
/* -----------------Links------------------------------*/
a, a.imh2 {
	color: #000000;
	font-weight: normal;
}
a:hover, a.imh2:hover {
	color: #FF6600;
}

a.sponsor, a.sponsor:hover, a.sponsor:visited, a.sponsor:active{
	color: #ffffff;	
}

a.sponsor img{border: none;}

#inhalt ul{
	list-style: none;
	padding-top: 0;
	margin: 0;
}
#inhalt ul li{
	padding-left: 15px;
	background: url(../img/ndash.gif) no-repeat 0px 5px ;
}
