* {
	margin:0px;
	padding:0px;
}

html, body {
	background:#595959 url('media/img/bg.jpg') no-repeat center top;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#fff;
	height:100%
}

#wrapper {
	width:850px;
	min-height:100%;
	background:url('media/img/bg_kachel.png') repeat-y;; margin-left:auto; margin-right:auto; margin-top:-20px; margin-bottom:-50px
}

*html #wrapper {
	height:100%;
}

#header {
	width:850px;
	height:200px;
	background:url('media/img/bg_header.png') no-repeat 40px 50px;
}

#home {
	position:absolute;
	width:225px;
	height:75px;
	margin-left:40px;
	margin-top:50px;
	cursor:pointer;
}

#navi {
	width:239px;
	height:550px;
	float:left;
	margin-right:40px;
	background:url('media/img/bg_navi.png') no-repeat 240px 150px;; padding-left:1px; padding-right:1px; padding-top:0px; padding-bottom:0px
}

#navi ul {
	list-style:none;
}

#navi li a {
	display:block;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	padding:7px 0px 7px 40px;
	outline:none;
}

#navi li a:hover, #navi li a.active {
	color:#22A107;
	padding-left:45px;
	background:url('media/img/navi.png');
}

#kai ul {
	padding-left:40px;
	padding-top:10px;
}

#kai li {
	display:inline;
}

#kai li a {
	float:left;
	text-indent:-5000px;
	padding:0px 0px 0px 20px;
}

#kai li a:hover {
	padding-left:20px;
	margin-top:-2px;
}

#kai li a#kai_home {
	width:12px;
	height:12px;
	background:url('media/img/kai_home.gif') no-repeat;
}

#kai li a#kai_kontakt {
	width:12px;
	height:12px;
	background:url('media/img/kai_kontakt.gif') no-repeat;
}

#kai li a#kai_anfahrt {
	width:12px;
	height:12px;
	background:url('media/img/kai_anfahrt.gif') no-repeat;
}

#kai li a#kai_impressum {
	width:12px;
	height:12px;
	background:url('media/img/kai_impressum.gif') no-repeat;
}

#adresse {
	position:absolute;
	padding-left:40px;
	margin-top:-15px;
}

#logo {
	position:absolute;
	padding-left:80px;
	margin-top:5px;
}

#bild {
	position:absolute;
	width:609px;
	height:230px;
	background:#000;
	margin-left:240px;
	margin-top:140px;
}

#rahmen {
	position:absolute;
	width:609px;
	height:230px;
	background:url('media/img/rahmen.png');
	margin-left:240px;
	margin-top:140px
}

#content {
	width:539px;
	margin-top:200px;
	float:left;
	padding-right:30px;
	padding-bottom:65px;
}

#rechts {
	float:right;
}

#rechts img {
	border:1px solid #fff;
}

#downloads, #links {
	width:140px;
	margin-left:30px;
	background:url('media/img/bg_box.png') no-repeat;
	padding:20px;
	color:#22A107;
	margin-bottom:20px
}

#downloads {
	margin-top:-20px;
}

#footer {
	width:100%;
	height:70px;
	background:url('media/img/bg_footer.jpg') center top;
}

#referenzen {
	margin-bottom:40px;
}

h1 {
	font-size:22px;
	color:#22A107;
	font-weight:normal;
	margin-bottom:30px;
}

h2 {
	font-size:15px;
	color:#22A107;
	font-weight:normal;
	margin-bottom:20px;
}

p {
	margin-bottom:15px;
}

.killfloat {
	clear:both;
	float:none;
}

.klein {
	font-size:11px;
	line-height:15px;
}

a {
	color:#fff;
}

a:hover {
	color:#0F4D02;
}


.kasten {
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	height:140px;
	width:110px;
	font-size:10px;
	line-height:14px;
}

.newsbild {
	width:80px;
	height:80px;
	margin-right:20px;
	margin-bottom:10px;
	float:left;
}

.refbild {
	width:50px;
	height:50px;
	margin-right:10px;
	float:left;
}


/* bilder
----------------------------------------------*/
div#content div.bilder {
	float: left;
	width: 153px;
	height: 153px;
	margin: 5px;
	font-size: 100%;
	position: relative;
	overflow: hidden;

	                                                       	
}

div#content div.bilder a{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 0px;
}

div#content div.bilder a img{
    margin: 0 auto;
    border: 0px;
}


div#content div.bilder a:hover {
	background-color: transparent;
	border: 0px;
}

