/* Kontaktform ########################################### */
#fmeld {
	position:absolute;
	top:0px;
	left:240px;
	width:180px;
	text-align:right;
	color:rgb(200,0,0);
}
#space_form {
	position:relative;
	width:400px;
	height:30px;
}
#formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.2em;
	text-align:left;
	/*color:rgb(0,47,127);*/
	color:rgb(0,0,0);
	margin:0;
	margin-top:5px;
	border:1px none yellow;
}

#formular fieldset {
	/*background:rgb(230,230,230);*/
	padding-left:0px;
	padding-right:0px;
	border:1px solid rgb(0,66,165);
	border-bottom:2px solid rgb(0,66,165);
	background:url(images/form_bg.jpg) bottom center no-repeat;
}

#formular legend {
	font: bold small-caps 16px "Trebuchet MS", Arial, sans-serif;
	/*font-size:11pt;*/
	line-height:20pt;
	font-weight:bold;
	color:rgb(0,66,165);
	text-decoration:none;
}
#formular .formular_breite {
	margin-left:40px;
	width:350px;
	border:1px none yellow;
}
#formular .button_area {
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:5px;
}
#formular .button {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.0em;
	color:rgb(255,255,255);
	text-decoration:none;
	background:rgb(153,179,219);
	border: 1px solid rgb(90,128,0);
	height:20px;
	width:100px;
	/*margin-left:45px;*/
	margin-top:10px;
	margin-bottom:10px;
}
#formular #input_area {
	padding-top:5px;
	padding-bottom:5px;
}

#formular .kontaktformtext {
	/*line-height:12px; 
	font-size:11px; 
	color:rgb(0,47,127);
	font-weight:normal;
	font-family:"Trebuchet MS",Tahoma,Arial; */
}
#formular .kontaktformtextf {
	color:rgb(200,0,0);
	/*line-height:12px; 
	font-size:11px; 
	font-weight:normal;
	font-family:"Trebuchet MS",Tahoma,Arial; */
}
#formular #input_area label {
	margin-top:5px;
	padding-top:5px;
	/*float:left;*/
	vertical-align:bottom;
}
.form_empresa {
	/*position:relative;*/
	/*right:0px;*/
	top:-5px;
	/*float:right;*/
	width:320px;
	/*line-height:1.5em;*/
	font-family:Courier,"Trebuchet MS",Tahoma,Arial; 
	font-size:14px;
	color:rgb(0,66,165);
	font-weight:normal;
	vertical-align:top;
	margin-bottom:10px;
	border: 1px solid rgb(90,128,0);
}
#clear_both {
	clear:both;
}
#clear_right {
	clear:right;
}
.mailtextweb { 
	font-size:14px;
	line-height:1.0em;
	color:rgb(0,66,165);
	background-color:#FFFFFF;
	font-family:Courier,"Trebuchet MS",Tahoma,Arial; 
	border: 1px solid rgb(90,128,0);
	/*border-bottom:1px solid rgb(255,137,40);
	border-left:1px solid rgb(255,137,40);*/
}

.formtextweb {
	font-family:Courier,"Trebuchet MS",Tahoma,Arial; 
	font-size:14px;
	line-height:1.0em;
	font-weight:normal;
	color:rgb(0,66,165);
	text-decoration:none;
	background-color:#FFFFFF;
	border: 1px none #FFFFFF;
	border-bottom:1px solid rgb(90,128,0);
	border-left:1px solid rgb(90,128,0);
	height:14pt;
}
/* Kontaktform (Ende) #################################### */
