/* CSS Document */

h1 {
	font-size:16px;
	font-variant:small-caps;
	letter-spacing:0.05em;
	border-bottom:1px solid #c1cbde;
}


h1.ohne {
	font-size:16px;
	font-variant:small-caps;
	letter-spacing:0.05em;
	border:none;
}

h2 {
	font-size:14px;
	color:#00269b;
}

p.small {
	font-size:11px;
	color:#666666;
	font-weight:normal;
}


/* ---------------- Links Menü ----------------*/

a.menue {
	width:190px;
	display:block;
	padding:6px;
	color:#00269b;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}

a.menue:hover {
	width:190px;
	display:block;
	padding:6px;
	background-color:#00269b;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}

/* ---------------- Links Menü eingerückt----------------*/

a.submenue {
	width:175px;
	display:block;
	padding:6px;
	color:#00269b;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}

a.submenue:hover {
	width:175px;
	display:block;
	padding:6px;
	background-color:#00269b;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}


/* ---------------- Links Menü eingerückt AKTIV----------------*/

a.submenueaktiv {
	width:175px;
	display:block;
	padding:6px;
	background-color:#00269b;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}

a.submenueaktiv:hover {
	width:175px;
	display:block;
	padding:6px;
	background-color:#00269b;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}



/* ---------------- Links Menü AKTIV----------------*/

a.menueaktiv {
	width:190px;
	display:block;
	padding:6px;
	background-color:#00269b;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}

a.menueaktiv:hover {
	width:190px;
	display:block;
	padding:6px;
	background-color:#00269b;
	color:#ffffff;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	border-bottom:2px solid #ffffff;
}


/* ---------------- Links Text ----------------*/

a.txt:link {
	color: #00359c;
	text-decoration: none;
}
a.txt:visited {
	text-decoration: none;
	color: #00359c;
}
a.txt:hover {
	text-decoration: underline;
	color: #666666;
}
a.txt:active {
	text-decoration: none;
}

hr {
	background-color:#ececec; /* Mozilla 1.4 */
	color:#ececec; /* IE 6 */
	border: #ececec; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-left:0;
}

hr.blue {
	background-color:#09257f; /* Mozilla 1.4 */
	color:#09257f; /* IE 6 */
	border: #09257f; /* Opera 7.11 */
	height: 1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */
	margin-left:0;
}


.fehler {
	color:#FF0000;
}

.korrekt {
	color:#339933;
}
