@charset "utf-8";
/* CSS Document */

* {
	outline: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #666;
	background-image: url(../images/hintergrund.png);
	background-repeat: repeat-x;
	line-height: 16px;
}

a	{
	text-decoration: none;
	color: #00F;
	}
	
a:hover	{
	}
.clearing {
	clear: left;
}

h1 {
	font-size: 28px;
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: oblique;
}

h2 {
	font-size: 15px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}
h3 {
	font-size: 15px;
	color: #666;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
}




* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.clearfix {
	display: inline-block;
} 

.clearfix:after {
	content:".";
	clear:both;
	display:none;
	visibility:hidden;
	height: 2px;
} 

.between_25 {
	height: 25px;
	background-repeat: no-repeat;
}




#container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/layout_02.png);
	height: 200px;
}

#headline {
	padding-left: 70px;
	padding-bottom: 33px;
	padding-top: 50px;
}


#main_content {
	background-image: url(../images/layout_04.png);
}
.subline {
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 5px;
}
#left {
	width: 160px;
	padding-bottom: 20px;
	float: left;
	padding-left: 60px;
}

#middle {
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	width: 585px;
	padding-bottom: 20px;
	padding-top: 5px;
}
.name, .street, .zip     {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}


.tabelle {
	border: 1px solid #999;
}
.name {
	float: left;
	height: 20px;
	width: 250px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}
.street {
	height: 20px;
	width: 145px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
}
.city {
	height: 20px;
	width: 125px;
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.zip {
	float: left;
	height: 20px;
	width: 40px;
	padding-top: 5px;
	padding-left: 5px;
}
.offer {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.weblink {
	height: 20px;
	margin-top: 15px;
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
.text_box {
	padding-left: 5px;
}
#picturebox {
	background-image: url(../images/bildfaecher.jpg);
	height: 350px;
	width: 600px;
	margin-top: 20px;
	float: left;
}

#right {
	float: left;
	width: 185px;
	padding-bottom: 20px;
}
.google_ad {
	margin-left: 3px;
}
.google_ad_right {
	height: 600px;
	width: 120px;
	margin-top: 5px;
}

#footer {
	clear: both;
	background-image: url(../images/layout_06.png);
	height: 110px;
}
.impressum {
	padding-top: 40px;
	padding-left: 70px;
}
.impressum a{
	color: #FFF;	
}
.impressum a:hover{
	color: #FF0;	
}
#werbung {
	background-image: url(/images/werbung.jpg);
	height: 150px;
}

