
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
}

h1{
font-size: 110%;
font-weight: bold;
color:  #3E67A0;

}

h2{
font-size: 90%;
font-weight: bold;
color:  #3E67A0;

}

.gelb{
	font-size: 100%;
	font-weight: bold;
	color:  #333333;
	display: block;
	border: dotted #E3B023 1px;
	background-color: #FFFFFF;
	padding: 8px 6px 8px 6px;
}

.credit{
	font-size: 90%;
	padding-left: 50px;


}



/* LINKS*/

a:link, a:visited, a:active{
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}

a:hover{
color: #E5AF24;
}

.gelb a:link, .gelb a:visited, .gelb a:active{
color: #3E67A0;
font-weight:bold;
text-decoration:none;}

.gelb a:hover{
color: #3E67A0;
font-weight:bold;
text-decoration:underline;}

.fett a:link, .fett a:visited, .fett a:active{
	font-weight: bold;
	color: #333333;
	text-decoration:none;
}

.fett a:hover{
color: #E5AF24;
}

.menu a:link{
	padding: 0 15px 0 15px;
	font-weight: bold;
	color: #7F8B9C;
	text-decoration:none;
}
.menu a:visited{
	padding: 0 15px 0 15px;
	font-weight: bold;
	color: #7F8B9C;
	text-decoration:none;
}
.menu a:active{
	padding: 0 15px 0 15px;
	font-weight: bold;
	color: #7F8B9C;
	text-decoration:none;
}
.menu a:hover{
	padding: 0 15px 0 15px;
	font-weight: bold;
	color: #E5AF24;
	text-decoration:none;
}


.submenu a:active{
font-size: 90%;
	padding: 0 15px 0 30px;
	font-weight: normal;
	color: #7F8B9C;
	text-decoration:none;
}
.submenu a:hover{
font-size: 90%;
	padding: 0 15px 0 30px;
	font-weight: normal;
	color: #E5AF24;
	text-decoration:none;
}


.selected a:link, .selected a:active, .selected a:visited, .selected a:hover{
font-weight: bold;
padding: 0 15px 0 15px;
	color: #E5AF24;
	text-decoration:none;


}


/* TEXTBEREICHE*/
.inhalt{
padding: 10px 70px 40px 0;

}


li{
padding: 0 0 0 5px;
margin: 0 0 0 15px;
}

hr {
	color: #E3B023;
}


