/**********************************
 * Bereiche der Seite 
 **********************************/

body {
	background:#F7F7F7 url(../img/bg_body.jpg) left top repeat-x;
}
#main {
	width:880px;
	text-align:left;
}

/* Kopf */
#header {
	height:115px;
	padding-top:25px;
	display:block;
	overflow:hidden;
}

/* Kopf: Linke Spalte */
#hLeft {
	width:270px;
}

/* Kopf: Rechte Spalte */
#hRight {
	width:610px;
	height:25px;
	padding-top:90px;
	text-align:right;
	overflow:hidden;
	color:#c1c1c1;
}
#hRight li {
	display:inline;
	margin-left:4px;
}
#hRight a {
	color:#929293;
}
#hRight a.print {
	margin-left:10px;
}
#hRight li.border {
	border-right:1px solid #929293;
	padding-right:6px;
}

#hRight li a img {
	margin-bottom:-2px;
}

/* Hauptmenue */
#menu {
	height:50px;
	overflow:hidden;
	display:block;
}
#menu ul {
	border-left:1px solid #f7f7f7;
	height:50px;
}
#menu li {
	float:left;
}
#menu li.last {
	border-right:1px solid #E3E3E3;
	height:50px;
}
#menu a {
	display:block;
	float:left;
	padding:0 15px;
	border-right:1px solid #f7f7f7;
	border-left:1px solid #E3E3E3;
	line-height:50px;
	color:#444555;
	font-size:13px;
}
#menu a.active,
#menu a:hover {
	background-color:#D9D9D9;
	text-decoration:none;
}

/* Submenue */
#submenu {
	height:290px;
	display:block;
	overflow:hidden;
	margin-bottom:3px;
	background:url(../img/bg_submenu.jpg) left top repeat-x;
}
#submenu ul {
	width:245px;
	padding:25px 10px;	
}
#submenu li {
	margin-bottom:10px;
}
#submenu a {
	font-size:13px;
	padding-left:20px;
	background:url(../img/bg_smenuItem.gif) left 2px no-repeat;
	display:inline-block;
	line-height:15px;
}
#submenu a.active,
#submenu a:hover,
#submenu a:focus {
	color:#FCEC32;
}
#submenu ul.secondLevel {
	margin:0 0 0 5px;
	padding:0;
}
#submenu ul.secondLevel li {
	margin:0;
	padding:0;
	background:url(../img/bg_smenuItem2.gif) left bottom no-repeat;
	height:19px;
	overflow:visible;
}
#submenu ul.secondLevel a {
	color:#666;
	background:none;
	padding-left:24px;
	padding-top:9px;
}
#submenu ul.secondLevel a.active,
#submenu ul.secondLevel a:hover,
#submenu ul.secondLevel a:focus {
	text-decoration:underline;
}
.smenu {
	background-image:url(../media/submenu/submenu_default.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:290px;
}

.cBorderTop {
	height:38px;
	background:url(../img/bg_cBorderTop.jpg) right top no-repeat;
}

.cBorderBottom {
	height:34px;
	background:url(../img/bg_cBorderBottom.jpg) right top no-repeat;
}


/* Inhalt */
#content {
	width:880px;
	display:block;
	background:url(../img/bg_content.jpg) right top repeat-y;
}

/* Absolute Hoehe des Inhaltsbereichs */
.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 (Hauptinhalt) */
#cLeft {
	width:570px;
	padding-right:45px;
	overflow:hidden;
}



/* Inhalt: Rechte Spalte */
#cRight {
	width:225px;
	min-height:340px;
	padding:0 20px;
	overflow:hidden;
	background:url(../img/bg_cRight.jpg) top left no-repeat;
}
#cRight h1 {
	color:#fff;
}


/* Fuss */
#footer {
	width:100%;
	line-height:20px;
	border-top:1px solid #fff;
	display:block;
	background-color:#FCEC32;
	height:20px;
}
#footer a {
	color:#2B2B2B;
}
#footerContent {
	width:880px;
	height:20px;
	text-align:left;
	overflow:hidden;
}

/* Fuss: Linke Spalte */
#fLeft {
	width:270px;
}

#fLeft a.print {
	background:url(../img/icon_print_footer.gif) left center no-repeat;
}

/* Fuss: Rechte Spalte */
#fRight {
	width:610px;
	height:20px;
	overflow:hidden;
	text-align:right;
}
#fRight li {
	display:inline;
	margin:0;
	padding:0 0 0 5px;
	margin-left:3px;
	border-left:1px solid #2B2B2B;
}
#fRight li.noborder {
	border:none;
}
