/* CSS Document */

/* Links des Menüs */

a:link.menu {
	color: #666666;
	text-decoration: none;
}
a:visited.menu {
	text-decoration: none;
	color: #666666;
}
a:hover.menu {
	text-decoration: none;
	color: #FFFFFF;
}
a:active.menu {
	text-decoration: none;
}

/* Links im Text */

a:link.text {
	color:#666666;
	text-decoration: none;
	font-size:10px;
}
a:visited.text {
	color:#666666;
	text-decoration: none;
	font-size:10px;
}
a:hover.text {
	text-decoration: underline;
	color: #f70700;
	font-size:10px;
}
a:active.text {
	text-decoration: none;
	font-size:10px;
}

h4{
	font-size:13px;
	font-weight:bold;
	color:#666666;
}

h3{
	font-size: 11px;
	font-weight: bold;
	margin:0;
}

h5{
	font-size:10px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}


.korrekt {
	color:#009900;
	font-weight:bold;
}

.fehler {
	color:#FF0000;
	font-weight:bold;
}

.button{
	width:100px;
}

.liste {
	width:200px;
}

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

}



