/* Vertikaler Streifen */
body {
	
	background-image:url(../img/bg_body_def.gif);
	background-position:center 285px;
	background-repeat:repeat-y;
	background-attachment:fixed;
}

/* Horizontaler Streifen */
#stripe {
	background-image:url(../img/bg_stripe_def.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	height:175px;
	width:100%;
	position:fixed;
	z-index:1;
	top:110px;
	left:0;
}
#main {
	width:990px;
	text-align:left;
}

/* "Befestigter" Kopfbereich */
#fixed {
	position:fixed;
	z-index:2;
	height:285px;
}


/********************************************************
 * Kopf mit Logo, Servicemenue, Suche, Sitemap, Drucken 
 ********************************************************/
#header {
	display:block;
	overflow:hidden;
	height:110px;
	width:1005px;
	margin-left:-25px;
	position:relative;
	z-index:3;
	background-color:#fff;
	font-size:0.95em;
}
#header a {
	color:#94a1af;
	text-decoration:none;
}
#header a:hover,
#header a:focus,
#header a.active {
	color:#46659C;
}

/* Kopf: Logo */
#hLeft {
	width:226px;
	text-align:center;
	padding-top:35px;
}

/* Kopf: Servicemenue */
#hCenter {
	width:440px;
	overflow:hidden;
	padding:82px 11px 0 0;
}
.servicemenu li {
	display:inline;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #94a1af;
}
.servicemenu li.last {
	border:none;
}

/* Kopf: Seitenfunktionen */
#hRight {
	width:328px;
	text-align:right;
	overflow:hidden;
	padding-top:82px;
}
#hRight label {
	display:inline;
	color:#94a1af;
	margin-left:50px;
}
#hRight img {
	margin:0 5px -5px 5px;
}
#hRight input.sword {
	margin:0;
	padding:1px 3px;
	height:15px;
	width:131px;
	border:none;
	background:url(../img/bg_search.gif) left center no-repeat;
	font-size:0.9em;
}
#hRight input.submit {
	padding:0;
	margin:0 0 -6px -2px;
	width:17px;
	height:17px;
	display:inline;
	border:none;
}
#hRight .tx-indexedsearch-rules,
#hRight .tx-indexedsearch-whatis,
#hRight .tx-indexedsearch-browsebox,
#hRight .tx-indexedsearch-noresults {
	display:none;
}


/********************************************************
 * Bunter Streifen mit Claim, Hauptmenue und Breadcrumb
 ********************************************************/
#mainmenu {
	display:block;
	height:175px;
	width:980px;
	background-image:url(../img/bg_stripe_def.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	border-right:10px solid #fff;
}

/* Hauptmenue */
#mLeft {
	background-color:#B7CEF7;
	width:190px;
	height:175px;
	overflow:hidden;
}
.mainmenu li {
	border-bottom:1px solid #46659C;
}
.mainmenu a {
	line-height:24px;
	color:#454545;
	text-decoration:none;
	display:block;
	padding:0 20px;
	font-size:0.95em;
	letter-spacing:1px;
}
.mainmenu a:focus,
.mainmenu a:hover,
.mainmenu a.active {
	color:#46659C;
	background-color:#E3EBF9;
	font-weight:bold;
}

/* Claim */
#mCenter {
	width:790px;
	height:175px;
	background-position:right top;
	background-repeat:no-repeat;
}

/* Breadcrumb */
.breadcrumb {
	height:20px;
	line-height:18px;
	background-color:#fff;
	margin-top:175px;
	position:relative;
	z-index:3;
	font-size:0.9em;
	padding:2px 11px 0 11px;
	color:#94a1af;
}
.breadcrumb a {
	color:#94a1af;
	text-decoration:none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
	color:#46659C;
}
#slideshow {
	width:790px;
	height:175px;
	position:absolute;
	top:110px;
	margin-left:190px;
}

#slideshow img {
	position:absolute;
	z-index:5;
}

/********************************************************
 * Inhalt mit Untermenue und Inhaltstext
 ********************************************************/
#content {
	display:block;
	overflow:hidden;
	width:980px;
}

/* Inhalt: linke Spalte mit Untermenue */
#cLeft {
	overflow:hidden;
	width:190px;
	position:fixed;
	z-index:3;
	color:#46659C;
	background-color:#e3ebf9;
	top:285px;
	font-size:0.95em;
	line-height:1.3em;
}
.submenu {
	padding:22px 20px;
}
.submenu li {
	margin-bottom:5px;
	line-height:1.2em;
}
.submenu a {
	text-decoration:none;
}
.submenu a.active {
	font-weight:bold;
}
.submenu ul.secondLevel {
	margin:3px 15px;
}
.submenu ul.secondLevel li {
	list-style-type:disc;
}
.submenu ul.thirdLevel {
	margin:3px 25px;
}
.submenu ul.thirdLevel li {
	list-style-type:disc;
}
#cLeft .tx-felogin-pi1 {
	padding:0 20px;
}
#cLeft p.bodytext {
	padding:0 20px;
}

/* Inhalt: eigentlicher Inhalt der Seite */
#cCenter {
	overflow:hidden;
	/*width:579px;
	padding:30px 0 22px 22px;*/
	width:779px;
	padding:30px 11px;
	position:relative;
	margin:285px 0 0 190px;	
	min-height:300px;
}