body {
background-color: #EEF1F1;
	border: 0px 0 0;
	margin:0;
	
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #666666;
	
	list-style-position: outside;
	list-style-type: circle;
}

h1 { font-style: bold; font-size:14px; color: #CC0000;}
h2 { font-style: bold; font-size:12px; color: white; background-color:#00CCFF; padding:13px;}

.bilder {

border: 2px solid white; padding: 5px; margin: 10px;

}

#beispiel {
float:left; display:inline; width: 270px;
}

.bildtext {
margin-left: 11px;
color:#999999;
font-size:10px
}
.form_box { border: 2px solid white; background-color: #E1F8FF }
.form_feld { width:250px; margin-left: 10px;
}
.form_feld_short { width:35px; margin-left: 10px;
}
.small { font-size:10px }
a:link {
	color: #FF3300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF3300;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: underline;
	color: #FF6600;
}
.antwort {color: #006699}