BODY {
	background-color :  #FFF8F0;
	/*background-color :  white*/}	
	
tr, td, p{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size : 13.4px; }
	
.attention {
	border: 1px dotted #990000;}

	
h2 { 
    font-family : Verdana, Arial, Helvetica, Lucinda, SunSans-Regular, sans-serif;
    font-size : 17px;
    color : #990000;
	font-weight: bold;
	letter-spacing: 1px }
	
.meldung{
    font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size : 13.4px;
				color : #990000;}

A, A:link, A:visited, A:active { 
	color: black }
A:hover { 
	color: #990000 }

/*	
A:hover img { border: 1px dashed #000000}
A:hover img { -moz-border: 1px dashed #000000}*/

A:link.nav, A:visited.nav { 
	color: #990000; 
	text-decoration: none;
	font-size : 14.4px;
	font-family : Arial, Helvetica, Lucinda, SunSans-Regular, sans-serif}
A:hover.nav { 
	color: black;
	text-decoration: none }
A:active.nav { 
	color: #999999;
	text-decoration: none }
	
/* Formularelemente
Zwei Farbwerte hintereinander bedeuten oben/unten und rechts/links */
.mainform {
	font-size: 11,4px;}
.sform {  
	font-size: 11,4px;
	width: 200;
	height: 20;
	border-style:solid;
	border-width:1px;
 border-color:#999999; }
.stextarea { 
	font-size: 11,4px;
	background-color: white;
	width: 300;
	height: 150;
	border-style:solid;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999; 
	border-top: 1px solid #999999 }
.sbutton { 
	font-size: 11,4px; 
	width: 100;
	height: 20; 
	color: #990000;
	background-color: #E8E8E8; 
	border-style:solid;
	border-width:1px;
	border-color:#999999; }