body {
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
background-image:url(../bilder/bg_486.png);
}

h1 { font-size: 21px; line-height: 11px; font-weight: normal; color: #ADD2DE;text-decoration: none; padding-bottom: 14px;}
h2 { font-size: 16px; font-weight: bold; color: #0A71A1; line-height: 11px;
margin-bottom: 15px; padding-top: 20px; }

.copy { font-size: 14px; line-height: 23px; font-weight: normal; color: #0A71A1; text-decoration: none;}
.copyfett { font-size: 14px; line-height: 23px; font-weight: bold; color: #0A71A1;text-decoration: none;}
.copylink {  font-size: 14px; line-height: 23px; font-weight: normal; color: #0A71A1; text-decoration: underline;}

.more {  font-size: 11px; line-height: 15px; font-weight: normal; color: #A60293; text-decoration: underline; }


	
form#kontaktformular {
   margin-left: 0px;
   background-color: #fff; 
   width: 500px; /* Breite des Formulars */ 
   font-family : Arial, Tahoma, Helvetica, sans-serif;
   outline: none;
}


form#kontaktformular label { 
   	font-size : 10px;
	line-height: 15px;
	font-weight : normal;
	color : #999999;
	text-decoration : none;
	background-color : #ffffff;
	outline: none;


}
input#nachricht, #email, #name, #unternehmen, #strasse, #ort,
textarea { 
  	width: 500px;
	margin-top: 5px;
   	cursor : text;
	font-family : Arial, Tahoma, Helvetica, sans-serif;
	font-size : 12px;
	color: #B82C5F;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dotted #D2D2D0;
	padding: 2px;
	outline: none;

}

email, name, unternehmen, strasse, ort {
 margin-bottom: 3px;
}

* html email, name, unternehmen, strasse, ort {
 margin-bottom: 0px;
}


textarea { 
   height: 85px;
   border: 1px dotted #D2D2D0; 
}

input#nachricht:focus, #email:focus, #name:focus, #unternehmen:focus, #strasse:focus, #ort:focus,
textarea:focus {
   background-color: #FAF2F8; 
}

.submit_form {
	margin-left: 420px;
	margin-top: 15px;	
	font-size : 11px;
	color : #494D5C;
	text-decoration : none;
	font-weight : normal;
	background-color : #FFFFFF;
	height : 20px;
	width : 80px;
	letter-spacing : 1px;
	padding-bottom: 2px;
	border: 1px dotted;
	border-color:#D2D2D0;
	cursor: pointer;
}  