/**********************************
 * Bereiche der Seite 
 **********************************/
#main {
	width:980px;
	border-left:1px solid #03318E;
	border-right:1px solid #03318E;
	background:url(../img/bg_main.jpg) left 173px no-repeat;
	text-align:left;
}


/* Kopf */
#header {
	height:172px;
	display:block;
	background:url(../img/bg_header.jpg) left top no-repeat;
}

/* Kopf: Linke Spalte */
#hLeft {
	width:700px;
	height:172px;
	text-align:center;
	color:#fff;
	overflow:hidden;
}
#hLeft h2 {
	color:#fff;
	font-size:14px;
}

/* Kopf: Rechte Spalte */
#hRight {
	width:280px;
	height:142px;
	text-align:center;
	padding-top:30px;
	overflow:hidden;
}
#mainmenu {
	clear:both;
	display:block;
	height:30px;
	top:-30px;
	position:relative;
	z-index:1;
	padding:0 210px;
}
#mainmenu li {
	display:inline;
	margin-right:14px;
}
#mainmenu a {
	color:#fff;
	line-height:30px;
	font-size:12px;
}
#mainmenu a:hover, #mainmenu a.active {
	font-weight:bold;
	text-decoration:none;
}



/* Inhalt */
#content {
	width:980px;
	display:block;
	background-image:url(../media/backgrounds/bg_left_default.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;
	
}

/* Absolute Hoehe des Inhaltsbereichs */
.fullsize:after, #content:after, #main:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
}
.fullsize, #content, #main {
	display:inline-table; 
}
* html .fullsize { 
	height:1%; 
}
.fullsize, #content, #main {
	display:block; 
}

/* Inhalt: Linke Spalte (Navigation) */
#cLeft {
	width:140px;
	padding:0 0 220px 10px;
	overflow:hidden;
	
}
#locationmenu li {
	margin-bottom:10px;
	border:1px solid #fff;
	border-right:none;
	background-color:#0B4C89;
}
#locationmenu li.active {
	background-color:#175DA0;
}
#locationmenu a {
	color:#fff;
	background:#0B4C89 url(../img/bg_menu.jpg) left top no-repeat;
	display:block;
	font-weight:bold;
	line-height:15px;
	padding:4px 20px 4px 5px;
	font-size:12px;
}
#locationmenu a.active, #locationmenu a:hover {
	background:#A22D0A url(../img/bg_menu_over.jpg) left top no-repeat;
	text-decoration:none;
}
#locationmenu ul.secondLevel {
	border-top:1px solid #fff;
}
#locationmenu ul.secondLevel li {
	border:none;
	margin-bottom:0px;
	background:none;
}
#locationmenu ul.secondLevel a {
	background:none;
	font-weight:normal;
	font-size:11px;
}
#locationmenu ul.secondLevel a.active,#locationmenu ul.secondLevel a:hover {
	font-weight:bold;
	background:none;
}


/* Inhalt: Mittlere Spalte */
#cCenter {
	width:470px;
	padding:0 60px 200px 60px;
	background:url(../img/bg_content.gif) 230px bottom no-repeat;
	min-height:350px;
	overflow:hidden;
}
.leftcol {
	width:470px;
}
.rightcol {
	display:none;
}


/* Inhalt: Rechte Spalte */
#cRight {
	width:199px;
	padding:0 30px 0 0;
	overflow:hidden;
}



/* Fuss */
#footer {
	height:20px;
	line-height:20px;
	display:block;
	background-color:#03318E;
	padding:0 210px;
}
#servicemenu li {
	display:inline;
}
#servicemenu a {
	color:#fff;
	font-size:11px;
	border-right:1px solid #fff;
	padding:0 10px;
}
#servicemenu a.first {
	padding-left:0px;
}
#servicemenu a.last {
	border:none;
}
#footertxt {
	padding:0 210px;
	margin-top:15px;
	font-size:11px;
	width:560px;
	text-align:left;
}