* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font-family:  Verdana, sans-serif, Geneva;
	background: #fff;
	font-size:12px;
	color:#495B20;
}

a {color: #495B20; }
a:hover { color:#fff;}

img {
	border:none;
	outline:none;
}

ul, ol {
	margin-left: 0;
	padding-left: 0;
}
ul li {
	margin: 0 0 0 16px;
	padding: 0 0 0 0;
/*	list-style-image: url('../objekte/listenpunkt.gif');*/
}
ol li {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
}

/* Grundgerüst ----------------------------------------------------------------------------------*/

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-365px; /* halbe container höhe */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	clear:left;
	width: 1050px;
	height:730px;
}

#header {
	width: 1050px;
	height:160px;
	padding: 0px;
	margin:0px;
	clear:both;
	background: url(../objekte/logo.png) right 20px no-repeat;
}

.nav {
	position:relative;
	font-size:12px;
	width:1050px;
	height:40px;
	clear:both;
	font-style:italic;
}
.nav #home { color:#97bf0d; position:absolute; bottom:1px; left:240px; }
.nav #home a { color:#97bf0d; text-decoration:none; }
.nav #home a:hover { color:#fff; }
.nav #ueberuns { color:#97bf0d; position:absolute; bottom:1px; left:310px; }
.nav #ueberuns a { color:#97bf0d; text-decoration:none; }
.nav #ueberuns a:hover { color:#fff; }
.nav #info { color:#97bf0d; position:absolute; bottom:1px; left:330px; }
.nav #info a { color:#97bf0d; text-decoration:none; }
.nav #info a:hover { color:#fff; }
.nav #leistungen { color:#495B20; position:absolute; bottom:1px; left:397px; }
.nav #leistungen a { color:#495B20; text-decoration:none; }
.nav #leistungen a:hover { color:#fff; }
.nav #kunden { color:#495B20; position:absolute; bottom:1px; left:499px; }
.nav #kunden a { color:#495B20; text-decoration:none; }
.nav #kunden a:hover { color:#fff; }
.nav #kontakt { color:#495B20; position:absolute; bottom:1px; left:576px; }
.nav #kontakt a { color:#495B20; text-decoration:none; }
.nav #kontakt a:hover { color:#fff; }

/* CONTENT spalte links/rechts ---------------------------------------------------------------------------------*/
#contentwrapper {
	position:relative;
	width: 1050px;
	height:450px;
	padding: 0px 0px 0px 0px;
	clear:both;
}

#content-l {
/*	position:relative;*/
	width:383px;
	height:410px;
	float:left;
	overflow:hidden;
}

#content-m {
	width:97px;
	height:375px;
	margin-top:35px;
	float:left;
	color:#495B20;
	text-align:center;
	overflow:hidden;
	font-style:italic;
}
#content-m .subnav { margin-bottom:5px; }
#content-m .subnav a { text-decoration:none; color:#495B20; }
#content-m .subnav a:hover { color:#fff; }
#content-m .subnav_current { margin-bottom:5px; text-decoration:none; color:#fff; }
#content-m .subnav_current a { text-decoration:none; color:#fff; }

#content-r {
	width:430px;
	height:300px;
	margin-bottom:60px;
	margin-top:50px;
	padding-left:70px;
	margin-right:20px;
	padding-right:50px;
	float:left;
	overflow:hidden;
}
#content-r td#text { 
	height:300px;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
}

/* Slider --------------------------------------------------------------------------------------------------*/
.slideItem a:hover {
	cursor: -moz-zoom-in;
}

.bx-prev {
	position: absolute;
	top: 175px;
	left: 5px;
	/*width: 17px;*/
	/*height: 20px;*/
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../objekte/prev.png) no-repeat 0 -30px;
}

.bx-next {
	position: absolute;
	top: 175px;
	right: 5px;
	/*width: 17px;*/
	/*height: 20px;*/
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../objekte/next.png) no-repeat 0 -30px;
}

.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/* Footer --------------------------------------------------------------------------------------------------*/
#footer {
	width: 1050px;
	height:120px;
	padding:0px;
	margin:0px;
	clear:both;
}

#impressum { padding-top:8px; padding-right:10px; font-size: 11px; color:#85a90f; text-align:right; font-style:italic; }
#impressum a { color:#85a90f; text-decoration:none; }
#impressum a:hover { color:#495B20; }


.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}



