html {
	height: 100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #3E4758;
	background-color: #EAE9E4;
	width:995px;
	margin: auto;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	width: 995px;
	margin:auto;
	background-image: url(../img/wrapper.jpg);
	background-repeat: repeat-y;
}
#container {
	padding-left: 53px;
	padding-right: 53px;
	text-align: left;
	background-image: url(../img/container_hg.jpg);
	background-repeat: no-repeat;
	min-height: 800px;
}
#logo {
	background-color: #FFF;
	float: left;
	width: 220px;
}
#logo img {
	text-decoration: none;
	border: none;
}
#header {
	float: right;
	width: 665px;
	height: 129px;
	overflow: visible;
}
#navigation {
	width: 660px;
	padding: 98px 5px 0 0;
	margin: 0;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation ul li {
	color: #000;
	width: 131px;
	height: 31px;
	background-image: url(../img/button_norm.jpg);
	float: left;
	margin-right: 1px;
}
#navigation ul li a {
	display: block;
	line-height: 31px;
	text-align: center;
	border:0px solid #000;
	text-decoration: none;
	color: #EAE9E4;
	font-weight: bold;
}
#navigation ul li a:hover, #navigation ul li a:focus {
	
	background-image: url(../img/button_hover.jpg);
	color: #DAC96F;
	text-decoration:none;
	display:block;
	line-height:31px;
}


	/*color:#FFF;
	background: url(../images/home/mainmenu_btn_mo.jpg) no-repeat;
	

*/


.active_button {
	background-image: url(../img/button_hover.jpg);
	color: #333;
}
#banner_start {
	background-color: #797a7b;
	width: 890px;
	clear: both;
	height: 200px;
	background-image: url(../img/banner_1.jpg);
}
#banner_unter {
	background-color: #797a7b;
	width: 890px;
	clear: both;
	height: 200px;
	background-image: url(../img/banner_2.jpg);
}
#banner_service {
	background-color: #797a7b;
	width: 890px;
	clear: both;
	height: 200px;
	background-image: url(../img/banner_3.jpg);
}
#banner_referenz {
	background-color: #797a7b;
	width: 890px;
	clear: both;
	height: 200px;
	background-image: url(../img/banner_4.jpg);
}
#banner_kontakt {
	background-color: #797a7b;
	width: 890px;
	clear: both;
	height: 200px;
	background-image: url(../img/banner_5.jpg);
}

#banner_impressum {
	background-color: #797a7b;
	width: 890px;
	clear: both;
	height: 200px;
	background-image: url(../img/banner_6.jpg);
}
#right_content {
	float: right;
	width: 550px;
	margin-right: 25px;
	margin-top: 10px;
	min-height: 480px;
}
#left_content {
	float: left;
	width: 225px;
	margin-left: 25px;
	margin-top: 10px;
}
#cleardiv {
	clear: both;
	overflow: hidden;
	height: 1px;
	margin-bottom: 20px;
}
#footer {
	margin-left: 25px;
	border-top: 1px solid #ccc;
	margin-right: 25px;
	text-align: center;
}
#footer p {
	font-size: 10px;
}
#footer a {
	text-decoration: underline;
	color: #3E4758;
}
.impressum_text {
	font-size: 70%;
}
.impressum_ueberschrift {
	font-size: 85%;
}
.impressum_text a {
	color: #3E4758;
	text-decoration: underline;
}
#left_content p a img {
	border: none;
}
#right_content p a img {
	border: none;
}
