* {margin: 0; padding: 0;}
	
body {
	text-align: center;
	background: #1c2220 url(images/bg_body.jpg) top left repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	scrollbar-base-color:#B4A88E;
	scrollbar-track-color:#ECE9D8;
	scrollbar-face-color:#FARBE;
	scrollbar-highlight-color:#FARBE;
	scrollbar-3d-light-color:#FARBE;
	scrollbar-dark-shadow-color:#FARBE;
	scrollbar-shadow-color:#FARBE;
	scrollbar-arrow-color:#FFFFFF;
	}

h1, h2, h3, p, ul {
	margin: 0 0 0.4em 0;
	}

.clearer {clear: both;}

#site_top {
	text-align: left;
	width: 860px;
	margin: 0 auto;
	}

#header {
	height: 231px;
	background: url(images/bg_header.jpg) top left no-repeat;
	}

#mitte {
	background: url(images/bg_mitte.jpg) top left repeat-y;
	border: 0px solid;
	}
	
* html #mitte {  /* hasLayout f*cking IE6 hack*/
   height:  1%;
	}
	
/*Navigation Anfang*/
#navi {
	width: 135px;
	float: left;
	list-style-type: none;
	padding: 0 30px 0 45px;
	}

#navi li#lastlink {margin-top: 40px;}
#navi li#lastlink a {border: none;}

#navi li {width: 100%; float: left;}

#navi li a{
	display: block;
	padding: 5px 0 4px 10px;
	border-bottom: 1px solid #fcf89b;
	color: #ffffff;
	text-decoration: none;
	}

#navi li a:hover {
	color: #fcf89b;
	}
/*Navigation Ende*/

/*Contentbereich Anfang*/
#content {
	width: 430px;
	float: left;
	color: #1c2220;
	height: 330px;
	overflow: auto;
	}
	
#content h1 {
	font-size: 17px;
	color: #540c1e;
	padding-bottom: 2px;
	background: url(images/underline.jpg) bottom left no-repeat;
	}

#content h2 {
	font-size: 14px;
	padding-top: 0.4em;
	}
	
.image_wrapper {
	float: right;
	margin: 0 0 0 20px;
	}
	
#content ul {
	padding: 0 10px 0 20px;
	}
	
#content ul li {
	padding-bottom: 8px;
	}
	
#content a {color: #36631e;}

#map {
		height: 300px;
		width: 100%;
		}

/*Contentbereich Ende*/

/*Rechte Spalte Anfang*/
#rechts {
	width: 135px;
	float: right;
	padding: 0 45px 0 30px;
	font-size: 90%;
	color: #ffffff;
	}

#rechts h3 {font-size: 14px;}
/*Rechte Spalte Ende*/

/*Footer Anfang*/
#site_bottom {
	text-align: left;
	background: #1c2220 url(images/bg_bottom.jpg) top left repeat-x;
	}

#footer {
	width: 860px;
	margin: 0 auto;
	height: 143px;
	background: url(images/bg_footer.jpg) top left no-repeat;
	}
	
#footer p {
	text-align: center;
	color: #ffffff;
	font-size: 85%;
	position: relative;
	top: 80px;
	}
	
#footer p a {color: #ffffff;}
/*Footer Ende*/
.karte {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

