/*

# Schwarzblau (...): #003366
# Dunkelstes Blau (...): #0066aa
# Dunkles Blau (Headlines, ...): #0088cc
# Mittleres Blau (...): #88bbdd
# Helles Blau (...): #bbddee
# Hellstes Blau (Hintergruende): #e9f0f8 (ALT: #ddeeff)
# Rot: #cc0022
# Helles Gelb: #ffffcc
# Gelb: #f7dd66
# Helles Orange: #ffeebb
# Orange: #f8dd99
# Dunkles Orange: #ee9922

*/


/* MAIN LAYOUT */

html {
	height: 100%;
}

body {
	background-image: url(../_images/_nav/sidenav_bg.gif);
	background-repeat: repeat-y;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
#container_1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 191px;
	height: 100%;
	z-index: 1;
}

#container_2 {
	position: absolute;
	top: 0;
	left: 190px;
	width: 810px;
	height: 150px;
	z-index: 3;
}
	
#container_3 {
	position: absolute;
	top: 160px;
	left: 290px;
	width: 690px;
	height: auto;
	z-index: 2;
	visibility: visible;
}


/* NAV 1 >>> LAYOUT & STYLES */

#container_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#nav1 {
	font-size: 11px;
	line-height: 1em;
	text-transform: uppercase;
	width: 190px;
	margin: 45px 0 0;
	padding: 0;
	list-style-type: none;
}
	
ul#nav1 a:focus { 
	outline: none 
}
	
ul#nav1 li {
	margin: 0;
	padding: 0;
	display: inline;
}
	
ul#nav1 li a {
	color: #fff;
	font-weight: bold;
	background-color: #88bbdd;
	text-decoration: none;
	margin: 0;
	width: 155px;
	padding: 4px 10px 5px 25px;
	border-top-style: none; 
	border-right-style: none;
	border-bottom: 2px solid #e9f0f8;
	border-left-style: none;
	display: block;
	line-height: 13px;
}


ul#nav1 li a.special {
	background-color: #0088cc;
}

ul#nav1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: none;
}

ul#nav1 ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
	
ul#nav1 ul li a {
	color: #0066aa;
	font-weight: normal;
	background-color: #e9f0f8;
	text-decoration: none;
	margin: 0;
	padding: 4px 10px 5px 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom: 2px solid #fff;
	border-left-style: none;
	display: block;
	line-height: 13px;
}

ul#nav1 ul li a:hover {	
	background: #f8dd99;
}

ul#nav1 ul li.active a {	
	background: #f8dd99;
}

#container_1 p {
	color: #396298;
	font-size: 10px;
	line-height: 1.5em;
	margin: 20px 0 5px 25px;
	padding: 0;
}
	
#container_1 p a {
	color: #0066aa;
	text-decoration: none;
}

#container_1 p .copyright {
	color: #999;
}
	
#container_1 p .divider {
	vertical-align: 1px;
}


/* Nav1 - Javascipt Weiche */
/* kein Javascript */

ul#nav1 li a:hover {
	color: #4673be;
	}

ul#nav1 li:hover ul ul {
	display: none;
	}

ul#nav1 li:hover ul,
ul#nav1 ul li:hover ul {
	color: #4673be;
	display: block;
	}
	
/* mit Javascript */
	
html.js ul#nav1 li:hover ul ul {
	
	}
	
html.js ul#nav1 li:hover ul,
html.js ul#nav1 ul li:hover ul {
	display: none;
	}


/* ------ SUCHE ------ */

#search {
	background-color: #b5d0e3;
	width: 190px;
}
	
#search form {
	padding: 10px 4px 10px 23px;
	margin: 0;
}

#search input.inp_text {
	font-size: 11px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 15px;
	vertical-align: top;
	height: 15px;
	margin: 0;
	padding: 2px;
	border: solid 1px #85b5d7;
}

/* IE 7 */
*+html #search input.inp_text { 
	vertical-align: top;
}

/* IE < 7 */
* html #search input.inp_text {
	vertical-align: top;
	padding: 2px;
}

#search input.btn_submit {
	color: #396298;
	font-size: 11px;
	line-height: 11px;
	background-color: #fff;
	margin: 0 0 0 4px;
	padding: 0;
	/*border: solid 1px #66f;*/
}
	
/* IE 7 */
*+html #search input.btn_submit {
	margin-top: 1px;
	}
	
/* IE < 7 */
* html #search input.btn_submit {
	margin-top: 1px;
}

/* ------ NAV 2 ------ */

#container_2 {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
}
	
#container_2 a:focus { 
	outline: none 
}	

#cat1, #cat2, #cat3, #cat4, #cat5 {
	position: absolute;
	top: 74px;
	width: 130px;
	height: 30px;
}

#cat1 {
	left: 40px;
	z-index: 20;
}

#cat2 {
	left: 172px;
	z-index: 30;
}

#cat3 {
	left: 304px;
	z-index: 40;
}

#cat4 {
	left: 436px;
	z-index: 50;
}

#cat5 {
	left: 568px;
	z-index: 60;
}

#cat1 img, #cat2 img, #cat3 img, #cat4 img, #cat5 img {
	display: block;
}

/* --- CSS fuer horitontale Navigation (Class: menu2) --- */

ul.menu2 {
	margin: 0;
	padding: 0;
}

ul.menu2 li {
	list-style: none;
	float: left;  /* ohne width - nach CSS 2.1 erlaubt */
	position: relative;
	margin: 0;
	padding: 0;
}

ul.menu2 li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;   /*Unternavigation ausblenden */
	border-bottom: 8px solid #e9f0f8;
}


ul.menu2 li.first { /* Erste Weisse Trennungs-Linie */
	border-bottom: 2px solid #fff;
}
	
ul.menu2 li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
}

ul.menu2 li ul li {
	/*
    float: none;
    display: block;
    */
}
	
/* --- Menu 2 > Blöcke --- */

ul.menu2 li a {
	color: white;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	display: block;
	/*height: 30px;*/
	width: 130px;
	height: 30px;
	font-size: 12px;
}

ul.menu2 ul li a, ul.menu2 ul li .subhead {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	text-align: left;
	width: 118px;
	padding: 4px 2px 4px 10px;
	display: block;
	background: #e9f0f8;
	text-decoration: none;
	height: auto !important;
	height: 1%;
	border-bottom: 2px solid #fff; /*Für IE*/
}
	

/* --- IE > Hacks --- */
	
* html ul.menu2 a {
    width: 130px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 130px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}

* html ul.menu2 ul li a, * html ul.menu2 ul li .subhead {
    width: 130px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 118px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
}

*:first-child+html ul.menu2 li ul {  /* Korrektur fuer den IE 7 */
    /*position: relative; verhindert Menüverschiebung bei Sicherheitsstufe: hoch*/
}


/* --- Menu 2 > HOVERS --- */

ul.menu2 ul li a:hover, ul.menu2 ul li.overview a:hover {
	color: #000;
    background: #f8dd99;
}

	
/* --- Menu 2 > EXTRAS --- */
	
ul.menu2 ul li .subhead {
	background: #e9f0f8;
}

ul.menu2 ul li .sub {
	background: #e9f0f8;
}

ul.menu2 ul li.overview a {
	color: #fff;
	background: #eeae04;
}
	

/* --- Menu 2 > ACTIVE Satus wird über JS initiert --- */

ul.menu2 ul li.active a {
	color: #000;
	background: #f8dd99;
}


/* --- DRUCKVERSION --- */

@media print {

	body {
		color: black;
		background-color: white;
		background-image: none;
	}

	#container_1 {
		display: none;
	}

	#container_2 {
		display: none;
	}

	#container_3 {
		position: absolute;
		top: 20px;
		left: 40px;
	}
}


/* UPDATE 11.2007 -> Produktlinien Formatierung */

.line_part1 {
	color: #0077cc;
	font-weight: bold;
	font-variant: small-caps;
}

.line_part2 {
	color: #000;
	font-weight: normal;
	font-style: italic;
}


