@charset "utf-8";
/* CSS Document */

#kontakt{
	position:relative;
	top:0px;
	left:0px;
	width:580px;
	height:auto;
	z-index:5;
	overflow:visible;
	text-align:left;
}

#kontakt_header{
	position:relative;
	top:0px;
	left:0px;
	width:580px;
	height:130px;
	background-image:url(images/kontakt/header.jpg);
	background-repeat:no-repeat;
	overflow:visible;
	z-index:4;
}

#kontakt_headtext {
	position:relative;
	top:0px;
	left:60px;
	width:460px;
	height:auto;
	text-align:left;
	font-size:12px;
	margin-bottom:20px;
}



#kontakt_subnavi{
	position:relative;
	top:0px;
	left:60px;
	width:460px;
	height:40px;
}
.kontakt_subnavi_sheet{
	position:relative;
	top:0px;
	left:0px;
	margin-right:20px;
	float:left;
}
.kontakt_subnavi_sheet h2 {
	font-size:12px;
	margin-right:30px;
}
#kontakt_subnavi div a:link {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
#kontakt_subnavi div a:visited {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
#kontakt_subnavi div a:hover {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}
#kontakt_subnavi div a:active {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}




.kontakt_formular_part{
	position:relative;
	width:460px;
	top:0px;
	left:60px;
	height:auto;
}
.kontakt_form_sheet{
	position:relative;
	float:left;
	left:0px;
	width:460px;
	z-index:900;
	margin:0;
	padding:0;
}
.trennlinie {
	width:460px;
	position:relative;
	float:left;
	top:0px;
	left:0px;
	color:#020240;
	height:1px;
	margin-top:10px;
	margin-bottom:10px;
}


.marked{
	color:#ff0000;
}

	#anrede input {
		background-color:#FFFFFF;
	}
	
	input, select , textarea{
		background-color:#eceff4;
	}

.form_err {
	position:relative;
	float:left;
	text-align:left;
	width:90px;
	vertical-align:bottom;
	margin-top:14px;
}

.form_norm {
	position:relative;
	float:left;
	text-align:left;
	width:180px;
	z-index:1000;
}

.form_width {
	position:relative;
	float:left;
	text-align:left;
	width:280px;
	z-index:1000;
}

.form_width_only {
	position:relative;
	float:left;
	text-align:left;
	width:360px;
	z-index:1000;
}
.form_width_complete {
	position:relative;
	float:left;
	text-align:left;
	width:460px;
	z-index:1000;
}

.form_small {
	position:relative;
	float:left;
	text-align:left;
	width:80px;
	z-index:1000;
}

.hide {
	display:none;
}

.field_small{
	text-align:left;
	width:70px;
}
.field_norm {
	text-align:left;
	width:170px;
}
.field_width {
	text-align:left;
	width:270px;
}
.field_width_only{
	text-align:left;
	width:351px;
}
