/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#646464;
}
.klein {
	font-size:80%;
	line-height:15px;
}
a {
	color:#646464;
}
a:hover {
	color:#330000;
}

h1 {
	color: #EE8205;
	font-size:150%;
	padding:0px;
	margin:0px;
	line-height:50px;
	font-weight:normal;
}

h2,h3 {
	font-weight:normal;
	font-size:130%;
}
h4,h5,h6 {
	font-size:100%;
}


.activeNav {
	text-decoration: underline;
	font-weight: bold;
}

#subNav {
	text-align:left;
	margin-top:-15px;
	font-size: 1.2em;
}

#subNav a {
	color:#646464;
	text-decoration:none;
	line-height:20px;
	display:block;
	padding-right:0px;
	padding-left:25px;
	margin-top:8px;
	margin-bottom:8px;
}
#subNav a:hover {
	text-decoration:underline;
	color:#330000;
}
#subNav ul ll {
	list-style:none;
	margin:0px;
	padding:0px;
}
#subNav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#subNav ul ul {
	font-size:80%;
}
#subNav ul ul a {
	line-height:15px;
	margin-top:2px;
	padding-left:30px;
}
#inhaltPfad {
	font-size:80%;
}
#inhaltHeadline h1 {
	font-size:150%;
	padding:0px;
	margin:0px;
	line-height:50px;
	font-weight:normal;
}
#footer {
	font-size:80%;
	text-align:right;
	padding-top:5px;
}
#footer a {
	font-weight:bold;
	color:#646464;
}