html, body {
	width:100%;
	height:100%;
	margin:0px;
}

body {
	background:#FFF url('system/bg_01.png');
	color:#707173;
	font-family:Arial, Helvetica, Verdana;
	font-size:13px;
	line-height:18px;
}

div#mainwrapper {
	display:block;
	width:100%;
	height:100%;
	background:url('system/bg_02.png') repeat-x;
}

div#innerwrapper {
	display:block;
	width:990px;
	min-height:630px;
    height:auto !important;
    height:630px;
	
	margin:80px auto 0 auto;
}

div#header {
	display:block;
	width:990px;
	height:235px;
	background:url('system/header.png') no-repeat;
	overflow:hidden;
}

div#contentwrapper {
	display:block;
	width:990px;
	background:url('system/main.png') repeat-y;
}

div#left {
	display:block;
	width:450px;
	min-height:365px;
    height:auto !important;
    height:365px;
	float:left;
}

div#main {
	display:block;
	width:430px;
	min-height:365px;
    height:auto !important;
    height:365px;
	padding:0px 50px 0px 60px; 
	float:left;
}

div#footer {
	display:block;
	width:990px;
	height:65px;
	background:url('system/footer.png') no-repeat;
	overflow:hidden;
}

div.clear {
	display:block;
	width:100%;
	clear:both;
}

/* NAVIGATION */
#header .mod_navigation {
	margin:118px 0px 0px 500px;
}

#footer .mod_customnav {
	margin:20px 0 0 0;
}

#header .mod_navigation ul,
#footer .mod_customnav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#header .mod_navigation ul li {
	margin:0px;
	padding:0px 17px;
	float:left;
}

#header .mod_navigation ul li a {
	color:#707173;
}

#header .mod_navigation ul li a:hover,
#header .mod_navigation ul li.active {
	color:#248c2a;
	text-decoration:none;
}

#footer .mod_customnav ul li {
	display:block;
	height:16px;
	line-height:12px;
	margin:0px;
	padding:0px 5px;
	float:left;
	border-right:1px solid #a8aaab;
}

#footer .mod_customnav ul li.last {
	margin:0px;
	padding:0px 5px;
	float:left;
	border:0px;
}

#footer .mod_customnav ul li a {
	color:#a8aaab;
}

.print_page {
	float:left;
	margin:20px 10px 0px 20px;
}

.mod_dlh_googlemaps {
	margin-top:65px;
}

.impressum_text {
	margin-top:80px;
	padding-left:40px; 
}

.ce_imageslider {
	margin-top:65px;
}


/* Textformate */
h1, h2, h3 {
	color:#248c2a;
}

h1 {
	font-family:Times, Georgia, Tahome;
	font-size:30px;
	margin-top:7px;
	line-height:30px;
	font-weight:100;
}

h3 {
	margin:0px;
}

a {
	color:#248c2a;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}