#rahmen {
	margin: auto;
	max-width: 900px;
	font-size: 0.9em;
	color:#003;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#kopf { 
	margin: 0; 
	height: 105px;
	background: none;
	background:url(../images/kopf.jpg); 
}

#hnav { 
	margin-top: 0px;
	height: 58px;
	background: none;
	background:url(../images/hnav.jpg);
	font-size: 1.2em;
}
#hmen {
	margin-left: 300px;
	padding-top: 1px;
}
#hmen a {
	color:#003300; font-weight:bold; text-decoration:none; margin-right: 10px;
}
#hmen a:hover {
	color:#006600; font-weight:bold; text-decoration:none;
}

#vnav { 
	float: left; 
	width: 190px; 
	margin-top: 15px; 
	background: none;
}

#rubrik { 
	margin: -28px 0px 0px 210px; 
	background: none;
	font-size: 0.7em;
	color: #545454;
}

#inhalt { 
	margin: 10px 0px 0px 210px; 
	background: none; 
	background:url(../images/inhalt.jpg);
}

#fuss { 
	margin: 10px 0px 0px 210px; 
	background: none;
}

h1 { font-size: 1.5em; color:#383838; margin-bottom: 0px; }
h2 { font-size: 1.3em; color:#383838; margin-bottom: -5px; }
h3 { font-size: 1.2em; color:#383838; margin-bottom: -10px; }
h4 { font-size: 1.1em; color:#383838; margin-bottom: -12px; }

.text1 {
	margin-top: 13px;
}
.text2 {
	margin-top: 10px;
	font-weight: bold;
}



.formlist {
	margin: 25px 0px 0px 0px;
}
.formlist .reihe {
	WIDTH: 700px; BORDER-BOTTOM: #fff 1px solid; height: 25px;
}
.formlist .reihe .feld {
	float:left; 
}
.formlist .reihe .feld .eingabe {
	background-color: #DCFEEB;
	border: #ccc 1px solid;
}
.formlist .reihe .feld .button {
	float:right; 
	margin-top: 15px;
	font-weight:bold;
	font-size: 1.1em;
	height: 28px;
	padding-left: 20px;
	padding-bottom: 4px;
	background:url(../images/buttonback.jpg);
	border: #ccc 1px solid;
}



.valide {
	margin-left: 20px;
	margin-bottom: 10px;
}

.invis {
	display:none;
}
