/* CSS für Kontaktformular */

#main #formular{
	width:467px;
	height: 318px;
	padding-left:25px;
	padding-top: 20px;
	background-image: url(../_img/postkarte.gif);
	background-repeat: no-repeat;
	
}
#main #formular #submit{
	width: 50px;
	height: 20px;
	clear:both;
	
}

#main #mitteilung{
	
	width:220px;
	height: 230px;
	float: left;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
#main #mitteilung textarea{
	background-image: url(../_img/linien_textarea.gif);
	wrap:soft;
}
#main #mitteilung label{
	font-size: 0.85em;
	color: #963; 
}

#main #daten{
	width: 180px;
	height: 70px;
	float: left;
	padding-left: 10px;
	padding-top: 87px;
}

#main #daten input{
	width: 180px;
	border-bottom-color: #634108;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	/*background-color: #EDD9B4;*/
	background-color: #FFFFEF;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
}
#main #daten label{
	font-size: 0.85em;
	color: #963; 
}

#main #fehlerausgabe{
	width: 366px;
	padding: 5px;
	margin-left: 75px;
	background-color: #F07F53;
	border-bottom-color: Black;
	border-bottom-style: dotted;
	border-width: thin;
	border-left-color: Black;
	border-left-style: dotted;
	border-right-color: Black;
	border-right-style: dotted;
	border-top-color: Black;
	border-top-style: dotted;
}
#main #fehlerausgabe p{
	font-size: 0.85em;
    line-height: 1.5em;
	margin-left: 8px;
	margin-right: 8px; 
	margin-top: 8px;
	margin-bottom: 1.0em;
}
#main #fehlerausgabe ul{
	margin-left: 8px; 
	margin-bottom: 0.5em;
}
#main #fehlerausgabe li{
	font-size: 0.85em;
	line-height: 1.5em;
	margin-left: 25px;
	margin-right: 10px;
	list-style-image: url(../_img/pfeil_formular.gif);
}