/**********************************
 * Bereiche der Seite 
 **********************************/
body {
	background:#B2C800 url(../img/bg_body.gif) center top repeat-y;
}
/* Kopf */
#header {
	width:970px;
	height:140px;
	display:block;
	/*background:url(../img/header.jpg) center no-repeat;*/
	text-align:left;
	padding:25px 15px 15px 15px;
}
#hLeft {
	width:235px;
	overflow:hidden;
	height:120px;
	padding-top:10px;
	
}
#hRight {
	width:730px;
	margin-left:5px;
	overflow:hidden;
	height:140px;
}


/* Inhalt */
#content {
	width:970px;
	padding:0 15px 40px 15px;
	display:block;
	/*background:url(../img/bg_content.gif) 234px top no-repeat;*/
	text-align:left;
}

/* Absolute Hoehe des Inhalts bereichs */
.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 (Navigation) */
#cLeft {
	width:215px;
	padding-right:5px;
	overflow:hidden;
	text-align:right;
}
.mainmenu {
	background-color:#cedf68;
	padding:5px 0;
}
.mainmenu ul {
	padding:0;
	margin:0;
}
.mainmenu a {
	color:#fff;
	display:block;
	padding:0 15px;
	line-height:14px;
	font-weight:bold;
}
.mainmenu a:hover, .mainmenu a.active {
	color:#f1431a;
	text-decoration:none;
}
.mainmenu a.active {
	background:url(../img/icon_dot.gif) right center no-repeat;
}
.mainmenu li {
	padding:7px 0;
}
.mainmenu li.active {
	background-color:#b2c541;
}
.mainmenu ul.secondLevel {
	margin-top:5px;
}
.mainmenu ul.secondLevel a {
	font-size:11px;
}
.mainmenu ul.secondLevel li {
	padding:3px 0;
}
.mainmenu ul.secondLevel li.active {
	background:none;
}


/* Inhalt: Mittlere Spalte */
#cCenter {
	width:480px;
	padding:0 20px;
}


/* Inhalt: Rechte Spalte */
#cRight {
	width:220px;
	padding-left:10px;
	overflow:hidden;
	font-size:11px;
	line-height:16px;
}
.langmenu {
	margin-bottom:33px;
}
.langmenu ul {
	margin:0;
	padding:0;
	text-align:right;
}
.langmenu li {
	display:inline;
}


/* Fuss */
#footer {
	width:954px;
	padding:13px;
	height:30px;
	margin-top:2px;
	text-align:right;
	background:url(../img/bg_footer.gif) left top no-repeat;
	display:block;
}
.servicemenu li {
	display:inline;
	border-left:2px solid #808284;
	padding-left:5px;
}
.servicemenu li.noborder {
	border-left:none;
}
.servicemenu a {
	font-weight:bold;
}
.servicemenu a:hover {
	text-decoration:none;
}
