
/* Kontaktformular ----------------------------------------------------------*/

#kontaktformular{
position: absolute;
float:left;
left: 0px;
margin-left: 15px;
margin-top:280px;
margin-bottom: 10px;
padding: 0px;
width: 960px;	
height: 330px;
}
.kontaktform  {
position: absolute;
font-size: 12px;
line-height: 15px;
margin: 0px;
padding: 0px;
width: 960px;	
height: 330px;
}
fieldset {
float: left;
position: absolute;
margin: 0px;
padding: 0px;
width: 960px;	
height: 330px;
border: 0px;
}

#legend_left {
  float:left;
  position: absolute;
	padding-left:20px;
	margin-top: 20px;
	margin-left: 38px;
	height: auto;
	width: 340px;

}
#legend_right {
  float:left;
  position: absolute;
	padding: 0px;
	left: 595px;
	margin-top: 20px;
	height: auto;
	width: 250px;
}
#legend_unten {
  position: absolute;
	padding-left: 0px;
	margin-left:115px;
	top: 228px;
	left: 0px;
	height: 50px;
	width: 335px;
}
.anschrift {
 font-weight: normal;
 color: #666666;
 font-size: 12px;
 line-height: 14px;
}
.label_left{ 
	float: left;
  position: relative;
	width: 55px; 
	height: 25px;
	margin-top: 10px;
	margin-left:0px;
	padding: 0px 4px 0px 0px; 
	text-align: left;
	font-weight: normal;
	color: #000;
}
.label_right{ 
	width: 300px; 
	height: 20px;
	margin-top: 10px;
	margin-left:0px;
	padding: 0px 4px 0px 0px;
	float: left; 
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	color: #FFF;
}
.hg{
	background: url(../layout/formularschatten.gif) no-repeat left top;	
	border-top: 1px solid #515150;
	border-left: 1px solid #515150 ;
	border-bottom: 1px solid #3C3C3C;	
	border-right: 1px solid #3C3C3C;
	margin-top: 8px;
	padding-left:5px;
 }
input {
	display: block;
	float: left;
	width: 250px;
	margin: 0px;
	padding-top: 2px;	
	height: 20px;
}
textarea {
	width: 350px;
	padding: 0px;	
	margin: 0px;
	height: 120px;
	font-family: Times, Times New Roman, serif;
	scrollbar-3dlight-color:  #696868;
	scrollbar-arrow-color: #696868;
	scrollbar-darkshadow-color: #696868;
	scrollbar-face-color: #C1C1C1;
	scrollbar-highlight-color: #696868;
	scrollbar-shadow-color: #CC0000;
	scrollbar-track-color: #696868;
}
.paddingtext { 
	line-height: 30px; 
}
br { 
	line-height: 12px; 
}

#email {
	width: 260px;
}
#nachname {
	width: 260px;
}
#vorname {
	width: 200px;
}
#firma {
	width: 260px;
}
#telefon{
	width: 260px;
}
hr {
	border:1px solid #B82937;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom:0px;
	padding: 0px;
	width:495px;
	text-align:left;
}
.reset, reset:hover, reset:active, reset:visited { 
  position: absolute;
	width:80px;
	text-align: middle;
  height: 20px;
	background: url(../layout/button.gif) no-repeat left top;
	border: 0px;
  color:#FFF;
	text-decoration: none;
	letter-spacing:1px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
  top: 175px;
	margin: 0px;
	left: 190px;
	font-size: 10px;
}
.submit, submit:hover, submit:active, submit:visited { 
  position: absolute;
  width:80px;
	text-align: middle;
  height: 20px;
	background: url(../layout/button.gif) no-repeat left top;
	border:0;
	font-size:11px;	
  color:#FFF;
	letter-spacing:1px;
	padding-top:1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
  top: 175px;
  left: 270px;
	margin: 0px;
}	
.nummer { 
	width: 90px; 
	margin-top: 4px;
	margin-left:-13px;
	padding: 4px;
	float:left; 
	text-align: right;
	font-weight: normal;
	color: #000;
}
.pflichtfelder {  
	margin: 0px;
	padding-top: 3px;
	text-align: right;
	font-weight: normal;
  color: #CC0000;
	font-size:9px;
	text-align:left;
	height: 25px;
}
p.formular {
	clear: left;
	width: 100%;
	margin:0px;
	padding:0px;
	font-size: 13px;
	color: #333333;
}

input:focus, input:hover, input:active {
   color: #333333;
   font-weight: normal;
}


.fehler {
   color: #CC0000;
   height: 20px;
   width: 400px;
   font-weight: bold;
   font-size: 11px;
   margin: 0px;
   padding-left: 10px;
   text-align: left;
   line-height: auto;
}

