.content {
	background: url(../img/bg.png) no-repeat;
	width:1010px;
	height:686px;
	margin:auto;
}

.body{
	margin:0;
	padding:0;
	font-family:Verdana,sans-serif;
}

.body_contact{
	margin:0;
	padding:0;
	font-family:Verdana,sans-serif;
}


.body_contact .content {
	background: url(../img/formular_bg.png) no-repeat;
}


.header {
	width:1010px;
	height:166px;
	margin: 0;
	padding: 0;
}

.logo {
	float:left;
	width: 690px;
	height: 166px;
}

.owner_name{
	padding-top: 65px ;
	height:auto;
	margin:0;
}

.owner_name h2{
	margin:0px;
	color: #FFFFFF;
	font-size: 45px;
	font-weight: normal;
	
}

.cl{
	clear:both;
	margin:0;
	padding:0;
}

.right{
	font-size:18px;
	font-weight: normal;
	width: 297px;
	height: 338px;
	float:left;
	margin-top: 70px;
}

.left {
	float:left;
	width: 350px;
	height: 427px;
	margin: 0 0 0 65px;
}

.left h2{
	margin:15px 0 10px 0;
	color: #307C1F;
	font-size:18px;
	font-weight: normal;

}

.left h3{
	font-size:12px;
	font-weight: normal;
	margin:0;
}

.left ul{
	font-size:12px;
	font-weight: 500;
	list-style-type:none;
	margin:0 0 15px 70px;
}

.middle {
	float:left;
	width: 229px;
	height: 427px;	
}

.right a{
	display:block;
	margin: 0 0 30px 67px;
}

.right a:link{
	text-decoration:none;
	color: #FFFFFF;
}

.right a:visited{
	text-decoration:none;
	color: #FFFFFF;
}

.right a:hover{
	text-decoration:none;
	color: #307C1F;
}


.right .active_site:link{
	color: #307C1F;
	
}

.right .active_site:visited{
	color: #307C1F;
	
}

.footer h1{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 40px;
	margin-left:42px;
}

.impressum_container{
	margin:88px 0 0 67px;
	font-size:12px;
}

.contact_container{
	width:297px;
	height:318px;
	margin:55px 0 0 18px;
	font-size:12px;
	font-weight: 600;
	color:#FFFFFF;
	padding:5px 15px  5px 15px;

}

.contact_container label{	
	margin: 0;
	float:left;

}

.contact_container input{
	margin:0 0 0 1px;
	border:none;
	width:	188px;
	float:right;
}

.contact_container textarea{
	border:none;
	width:222px;
	height:210px;
	overflow: hidden;
	float:right;
}

.contact_container form{
	width:243px;
	margin-top:0;
}

.contact_container .mail_rec{
	margin:10px 0 0 20px;

}

.contact_container .sender{
	
	margin:5px 0 0 20px;
}

.contact_container .message{
	
	margin:10px 0 0 20px;
}

.contact_container .submit{
	
	margin:5px 0 0 215px;
}

.contact_container .submit_btn{
	background: url(../img/button.png) no-repeat;
	width:29px;
	height:26px;
	color:#307C1F;
	font-weight:600;
	border:none;
	float:right;
	cursor:pointer;

}


