/* KONTAKT */

.kontakt_form {
	float:left;
}
.kontakt_daten {
	float:right;
	
}

.kontakt_beschreibung {
	display:inline-block;
	width:150px;
	height:18px;
	padding-right:10px;
	font-size: 11pt;
}
.kontakt_rahmen {
	width:440px;
	color:#616161;
	font-size: 11pt;
}
.kontakt_input { 
	padding-left:2px;
	width:210px;
	margin-top:13px;
	height:18px;
	color:#616161;
	font-size: 11pt;
}
input[type="submit"] { 
	margin-left:120px;
	width:120px;
	margin-top:10px;
	height:20px;
	color:#616161;
	background-color:white;

	font-size: 11pt;
	padding-bottom:2px;
}
input[type="submit"]:hover {
	background-color:#910e0e;
	color:white;
	font-size:bold;
	padding-bottom:1px;
}
input[type="radio"] { 
	width:10px;
	margin-top:10px;
	
}
.kontakt_text {
	overflow:auto;
	border:1px solid black;
	width:355px;
	height:70px;
	color:#616161;
	padding:3px;
	font-size:11pt;
}
.kontakt_error_text {
	color:#F00;
	font-weight:bold;
	padding-top:2px;
}
.kontakt_pflicht {
	color:red;
}
