@charset "utf-8";
/* CSS Document */
.active{
	color:#ee7f00;
	font-weight:bold;
}

.not_active{
	color:#58585a;
}

a:link{
	text-decoration:none;
	text-align:center;
	color:#58585a;
}
a:visited{
	text-decoration:none;
}
a:focus{
	color:#ee7f00;
}
a:hover{
	color:#ee7f00;	
}
a[href^="mailto:"] {
	color:#58585a;
}
a[href^="mailto:"]:hover {
	color:#ee7f00;
}

.trennstrich{
	font-weight:bold;
}
.trennstrich_active{
	font-weight:bold;
	color:#58585a
}
a:link .trennstrich{
	color:#ee7f00;
}
a:visited .trennstrich{
	color:#ee7f00;
}
a:focus .trennstrich{
	color:#58585a;
}
a:hover .trennstrich{
	color:#58585a;
}


h1{
	font-weight:bold;
	font-size:16pt
}
h2{
	font-size:16pt;
	font-weight:normal;
}
h3{
	color:#ee7f00;
}


