/*Nur f�r Formulare*/
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS",Trebuchet, Arial, Helvetica, sans-serif;
	margin: 0; padding: 0;
	color: #000000;
	line-height: 18px;
        font-size: 13px;   /*100,1%;   entspricht 15pt  */
       background-position: 0 0;
       background-repeat: repeat-x;
}
form, input, select {
	color: #000000;
        font-size: 13px;
}

select  {

	float: left;
	padding-left: 5px; 
	width: 60px;
}
input {

	width: 18px;
	float: left;
	padding-left: 5px;
	margin-bottom: 0px;
}
input[name="erlaubnis"] {
        margin:3px 7px 15px 2px;
}
input[name="daten"] {
         margin:3px 7px 22px 2px;
}
.submit {
	margin: 0px 0px 40px 20px;
	color: #ffffff;
	border: 3px double #ffffff;
	background-color: #ffb62f;
	font-weight: bold;

}
.submit:hover  {

	color: #333;
	border: 3px double #ffffff;
	background-color: #999;


}
label {
	margin: 0px 0px 7px 5px;
	text-align: left;
	float: left;
		color: #000000;
	/* width: 100px;   Breite setzten f�r das Text-Feld   bei 2-spaltig keine Tabelle n�tig*/	
}

br {
	  clear: left; 
	
}
fieldset {
	padding: 0px 10px 10px 10px; /*IEFehler mit oben  */
	border: 1px solid #FFF;
	margin-bottom: 20px;
	  line-height: 20px; 
	/* Gut  */
}
legend {
        color: #fff;letter-spacing: 0.1em;
	margin-bottom: 0px;
	font-weight: bold;
}
.textfeld {
	background-color: #f0f0f0;
	margin: 0px 0px 0px 0px;  /* Textfelder oben   */
	width: 180px;
	display: block;
}

p {
  margin-top: 0px;
  line-height: 18px;
  font-size: 13px;
  color: #333333;
}
a, a:hover {
  margin-top: 0px;
  line-height: 18px;
  font-size: 13px;
  color: #666;
}

table {
  margin-top: 12px;
    margin-bottom: 7px;
  /* zeilenabstand hier funktioniert nicht im IE  */
  font-size: 13px;
  color: #000000;
}
p.weiss {
    color: #ffffff;
	padding: 0px 0px 0px 10px;  
	margin-bottom: 5px;
}


strong {
  font-weight: bold;
}


/* Formular ausf�llen  */
#stand {
	margin: 0;
        position: relative;
	top: 20px;
	left: 50px;
	width: 500px;
	z-index: 4;
}
	  
/*Headline*/

#streifen {
        position: relative;
	top: 15px;
	left: 0px;
	margin: 0;
	padding: 0;
	background-color: #E5e5e5;
  height: 38px;
	width: 100%; 	border: 1px solid #E5e5e5;

}

#formular-logo {
	position: absolute;
        top:25px; right: 50px;
	height: 40px;
	width: 50px; z-index: 99;
} 

h2 {

	padding: 0 0 0 50px;
	font-size: 18px; color:#666;          margin:10px 0;
}
h3 {
	padding: 0px;  
	margin-bottom: 5px;
	margin-top: 3px;
  	color: #ffb62f;
	font-size: 16px;
}
	  

/*--ab hier Klassen--*/



/*.weiss {
    color: #ffffff;  */




/***********
/* helpers*/

.unsicht {
  display:none;
}
.desc {
  display:none;
}

#grauelinie {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 34px;
	left: 0px;
	background-color: #006A00;
	width: 100%;
		height: 2px;
		float: left;
}
