#main {
	text-align:left;
	margin-top:55px;
	width:870px;
}

/************************
 * Kopf
 ************************/
#header {
	display:block;
	overflow:hidden;
}
#hLeft {
	width:165px;
	height:99px;
	padding:30px 0 0 20px;
	overflow:hidden;
}
#hRight {
	width:685px;
	height:129px;
	overflow:hidden;
}

/************************
 * Hauptmenue
 ************************/
#menu {
	width:685px;
	height:20px;
	margin-left:185px;
	background-color:#339933;
	position:relative;
	z-index:1;
}
#menu ul {
	position:absolute;
	z-index:2;
}
#menu ul li {
	border-right:1px dotted #fff;
	float:left;
}
#menu ul a {
	float:left;
	padding:0 20px;
	display:block;
	line-height:20px;
	color:#fff;
	text-transform:lowercase;
	font-weight:bold;
}
#menu ul a:hover,
#menu ul a:focus,
#menu ul a.active {
	text-decoration:none;
	border-bottom:8px solid #FF9F09;
}


/************************
 * Inhalt
 ************************/
#content {
	display:block;
	clear:both;
	background:url(../img/bg_content.gif) left top repeat-y;
	border-top:1px solid #D5D4D4;
	position:relative;
	top:0px;
	z-index:0;
}
.fullsize:after, #content:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content {
	display:block; 
}


/************************
 * Inhalt: Linke Spalte
 ************************/
#cLeft {
	width:185px;
	overflow:hidden;
	font-size:0.9em;
	padding-bottom:100px;
}
#cLeft .logo {
	text-align:center;
	margin-bottom:35px;
}
#cLeft h2 {
	line-height:20px;
	background-color:#D5D5D5;
	color:#797979;
	font-size:1em;
	padding:0 5px;
}
#cLeft ul {
	padding:5px;
}
#cLeft ul li {
	padding-bottom:8px;
}
#cLeft ul li a {
	color:#797979;
	line-height:1.1em;
	display:block;
}

#cLeft ul a:hover,
#cLeft ul a:focus,
#cLeft ul a.active {
	color:#FF9F09;
	text-decoration:none;
}


/************************
 * Inhalt: Hauptinhalt
 ************************/
#cRight {
	width:435px;
	padding:90px 200px 60px 50px;
	overflow:hidden;
}



/************************
 * Fuss
 ************************/
#footer {
	height:34px;
	background:url(../img/bg_footer.jpg) left bottom no-repeat;
	clear:both;
	display:block;
	position:relative;
	top:-8px;
	
}
#fLeft {
	height:150px;
	width:175px;
	padding:0 5px;
	font-size:0.8em;
	line-height:1.1em;
	margin-top:-123px;
}



/************************
 * Servicemenue
 ************************/
#servicemenu {
	text-align:right;
	font-size:0.9em;
}
#servicemenu li {
	display:inline;
	margin-left:10px;
}
