

div#main #main_content #content h1 {
	font-family: 'Esteban', serif;
	font-size:21px;
	line-height:30px;
	color:#8fb51c;
	margin-bottom:18px;
	letter-spacing:0.02em;
	/*text-transform:uppercase;*/
	font-weight:bold;
}

div#main #main_content #content h2 {
	font-family: 'Esteban', serif;
	font-size:15px;
	color:#8fb51c;
	margin-bottom:6px;
	letter-spacing:0.02em;
	/*text-transform:uppercase;*/
	font-weight:bold;
}

div#main #main_content #content p {
	font-family: 'Esteban', serif;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
	color:#686868;
	font-weight:100;
}

div#main #main_content #content .pdf {
	font-size:12px;
}

div#main #main_content #content ul {
	list-style-type:none;
	list-style-position:outside;
}

div#main #main_content #content li {
	font-family: 'Esteban', serif;
	font-size:14px;
	padding-left:16px;	
	line-height:24px;
	color:#686868;
	background-image:url(../img/layout/icon/pfeil_gruen.png);
	background-repeat:no-repeat;
	background-position:left;
}

div#main #main_content #content a {
	color:#686868;
	text-decoration:underline;
}

div#main #main_content #content a:hover {
	color:#686868;
	text-decoration:none;
}

div#main #main_content #content label {
	width:50px;
	float:left;
}

div#main #main_content #content .zweierblock {
	width:200px;
	float:left;	
}



/* Form */
.form_first {
	width:145px;
	padding-top:2px;
	float:left;
	font-family: 'Esteban', serif;
	font-size:14px;
	color:#686868;
	font-weight:100;
	margin-bottom:7px;
}

.form_second {
	width:280px;
	float:left;
	font-family: 'Esteban', serif;
	font-size:14px;
	color:#686868;
	font-weight:100;
	margin-bottom:7px;
}

.radiobutton {
	text-align:right;
	width:120px !important;
	width:145px;
	padding-right:25px;
}

.clear {
	clear:both;
	height:1px;
	/*font-family: 'Esteban', serif;
	font-size:14px;
	color:#686868;*/
}

#question {
	clear:both;
	padding-top:10px;
	margin-bottom:10px;
	font-family: 'Esteban', serif;
	font-size:14px;
	color:#686868;
	font-weight:100;
}

#company, #firstname, #lastname, #adresse, #email {
	width:260px;
	height:17px;
	background-color:#eeeeee;
	border:none;
	padding:3px;
	font-family: 'Esteban', serif;
	font-size:14px;
	color:#686868;
	font-weight:100;
}

#plz {
	width:45px;
	height:17px;
	background-color:#eeeeee;
	border:none;
	padding:3px;
	font-family: 'Esteban', serif;
	font-size:14px;
	color:#686868;
	font-weight:100;
}

#ort {
	 width:206px;
	height:17px;
	background-color:#eeeeee;
	border:none;
	padding:3px;
	font-family: 'Esteban', serif;
	font-size:14px;
	color:#686868;
	font-weight:100;
 }
 
#senden {
	padding:2px 15px 2px 15px;
	display:block;
	background-color:#b4cd40;
	border:none;
	font-family: 'Esteban', serif;
	font-size:14px;
	cursor:pointer;
	margin-top:20px;
}

input[type="radio"] {
	cursor:pointer;	
}

/* Gehla */
#gehla_logo {
	float:left; 
	margin-right:20px;	
}

p.abstand_top {
	margin-top:-15px;	
}