/* CSS Document */
a {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#96968E;
	text-decoration:none;
}
a:hover {color:#ED9B00; font-weight:normal; text-decoration:none;}
a:active {color:#ED9B00; font-weight:normal; text-decoration:none;}

a.menue {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#96968E;
	text-decoration:none;
}
a.menue:hover {color:#ED9B00; font-weight:normal; text-decoration:none;}
a.menue:active {color:#ED9B00; font-weight:normal; text-decoration:none;}

a.unterstrichen { font-family:Verdana, Helvetica, Arial, sans-serif; font-weight: normal; font-size:11px; color:#96968E; text-decoration:underline;}
a.unterstrichen:hover {color:#ED9B00; font-weight:normal; text-decoration:underline;}
a.unterstrichen:active {color:#ED9B00; font-weight:normal; text-decoration:underline;}

.big {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:1.2em;
	color:#96968E;
	text-decoration:none;
	font-style: italic;
	line-height: 1.5em;
}
.content {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#96968E;
	text-decoration:none;
	line-height: 1.2em;
}
.aktiv {
	font-family:Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size:11px;
	color:#ED9B00;
	text-decoration:none;
}
.rahmen {
	border-color: #96968E;
	border:solid 1px;
}

body {
    link: #96968E;
}