/*************************************************
		Algemeine Styles für das Formular
 *************************************************/
#kontakt_formular {	
	margin:0;
	padding:0;
	width:480px;
	border:0px solid #AAAAAA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:20px;
	margin-bottom:30px;
}

#kontakt_formular form {
	margin:0;
	padding:0;
}

/*************************************************
				Input Styles
 *************************************************/
#kontakt_formular input.text {
	border:1px solid #999999;
	border-bottom:1px solid #cccccc;
	background-color:transparent;
}

#kontakt_formular input.button {
	width:100px;
	height:20px;
	background-color:#fafafa;
	text-align:center;
	border:1px solid #999999;
}
#kontakt_formular textarea {
	border:1px solid #999999;
	border-bottom:1px solid #cccccc;
	background-color:transparent;
	color:#000;}
	
#kontakt_formular #kopie {
	margin-right:10px;
	float:left;
	clear:left;
}

#kontakt_formular select {
	border:1px solid #888888;
}

/*************************************************
				div Styles
 *************************************************/
#kontakt_formular div.kopie_box {
	display:block;
	float:left;
}

#kontakt_formular div.davor {
	display:block;
	float:left;
	width:75px; 
}

#kontakt_formular div.dahinter {
	display:block;
	float:left;
}

#kontakt_formular span.warn {
	font-size:9px;
}

#kontakt_formular div.abstand_width_kurtz {
	margin-left:10px;
	width:50px;
}

#kontakt_formular div.abstand_width_lang {
	margin-left:10px;
	width:70px;
}

div.zentriert {
	display:block;
	text-align:left;
	line-height:normal;
}

#kontakt_formular div.clear {
	clear:left; 
	height:10px; 
	line-height:1px;
}

/*************************************************/
