/* CSS Document */



.eingabeText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	width:340px;
	height:108px;
}

.dropdown{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;

}

#bezeichnung{	
	padding:5px 5px 5px 5px;

	background-color:#beceda;
	width:370px;
	border-bottom:1px solid #fff;	
}

#feld{
	padding:10px 10px 0px 10px;
	margin-bottom:0px;
	background-color:#d8e4ee;
}
#feld input.eingabeFeld{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	width:340px;

	

}

#btnStyle{
	background-color:#d8e4ee;
	/*background-image:url(../pics/pfeil_liste.gif);
	background-repeat:no-repeat;
	background-position:1px;*/
	border:1px;
	border-color:#beceda;
	
	margin:10px 5px 0px 0px;
	padding:5px 10px 5px 0px;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#4E6778;
	cursor:pointer;
}

#formstyle select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	margin-bottom:10px;
}

#formstyle input.checker{
	height:10px;
	width:10px;
	margin-bottom:2px;
	margin-right:10px;
	margin-top:10px;

}

#separator {
	width:730px;
	height:10px;
	border-bottom:1px dashed #4E6778;

}

.opened {
	display: block;
	background-color: #beceda;
	height: 20px;
	width: 720px;
	
	
}

.closed {
	display: none;
	
}

#formstyle ul{
	margin:1px 0px 0px 0px;
	height: auto;
	
}

#formstyle ul li {
	margin:0px 0px 0px 0px;
	padding:5px 0px 5px 10px;
	
}



#formstyle li {
	background-image: none;
	margin: 0px;
	list-style-type: none;
}

#formstyle li a{
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	
	
}
#formstyle li ul{
	
	position:relative;
	height:auto;
	width:680px;
	
	margin:7px 0px 0px -10px;
	padding: 10px 20px 20px 20px;
	
	background-color:#d8e4ee;
	border-top:1px dashed #fff;
	border-bottom:5px solid #eef0f2;
	
}
   
#formstyle li img {
	vertical-align: middle;
}






