
body {
	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
	background: #000000 url(../images/bg_noten.gif);
	color: #FFFF99;
}

h1,h2,h3,h4  { font-family: "Courier New", Courier, mono; }
h1 			 { font-size: 24px; }

p,td  		 { font-size: 12px; }

a:link 		 { color: #FFFF99; }
a:visited 	 { color: #FF6600; }
a:active 	 { color: #FF3300; }
a:hover 	 { color: #FFCC00; }

.dunklerText { color: #999966; font-weight: bold; letter-spacing: 3px; }

.kleinerText { font-size: 10px; }

.hinweis 	 { color: #ff0000; font-size: 10px; }

input { 
	background: #E0E0E0;  
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

textarea{
	background: #E0E0E0;  
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}
	