body      {
	background: #F8F8F8;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px; }

* {	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;  }

/* Links */
a:link, a:visited, a:active, a:hover   { color: #339933;
	background: transparent;
	font-size: 10pt;
	text-decoration: none;
	 }
a:hover  { text-decoration: underline; }

/* Überschriften */
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 8px;
}
h2 {
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 5px;
}
h3 {
	font-size: 10pt;
	font-weight: bold;
}
/* Überschrift für Impressum (muss gesetzt werden!) */
h2.impressum {
	font-size: 11pt;
	font-weight: bold;
}
/* Normale Texte */
span.impressum  {
	font-size: 10pt;  }
span.green{
	color: #339933;
	background: transparent;
	font-size: 9pt;
	font-style: italic;
}
div#main{
	position:relative;padding: 10px;
}
td.huette_back{
	background:#EEEEEE;padding-top:10px;
}
input.form{
	width: 300px;
}
fieldset.form{
	width: 350px;
}
span.normalred{
	color: red;
}
div#bottom{
	position: relative; border-top: 1px solid #B3B3B3;padding-top: 3px;text-align: center;margin-top: 20px;
}
div#top{
	position: relative; border-bottom: 1px solid #B3B3B3;padding-top: 3px;text-align: center;margin-bottom: 10px;
}
td.formu{
	
}
td.formutitel{
	background: green;
	color: white;
}