@charset "utf-8";
/* CSS Document */


#seite #navi_block #nav a:hover {
	background-image: url(../../fileadmin/layout/pfeil-main-nav.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
}
#seite #navi_block #nav .nt-4 ul {
	width: 145px;
	overflow: hidden;
}
/* ---NAVIGATION-LIST ---  */

.nav_center {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 25px;
	margin: 0px;
	z-index: 2;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/* padding-left: 28px; */
}
.nav {padding-left: 28px;}
#nav a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	text-transform: uppercase;
	padding-left: 10px; /* test W */
}

#nav li {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	/* height: 18px; */
	height: 20px; 
	line-height: 20px; /* W */
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	font-weight: normal;
	margin: 0px;
	background-image: url(../layout/nav-bg2.png);
	top: -10px;
	padding-top: 40px;
	padding-bottom: 25px;
	/*  damit focus im ie auf produktlink möglich */
	z-index: -5;
}

#nav li li {
	width: 160px;
}

#nav li ul a {
	padding-left: 0px;
}
	/* aktiv von hauptnavi */
#seite #navi_block #nav ul li .naviActive a {
		/* color: #006; */
	}
	
#nav li ul ul {
	margin: -25px 0px 0px 185px;
	 line-height: 1.2;/* */
	width: 250px;
	background-image: url(/fileadmin/layout/nav-bg.png);
	display: block; /* IC */
}


#nav li li li{
	width: 250px;
}

#nav li ul ul a{
	width: 240px;
	/*  */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 10px;
}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; 
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto; 
}


/* ### Hauptnavi ### */
#navi_block #nav li a {
	color: #4DAD49; 
	font-weight: bold;
}
#navi_block #nav li a:hover {
	color: #4DAD49;
}
	/* aktiv status */
#seite #navi_block #nav li .naviActive {
	/* color: #006; */
	background-image: url(../../fileadmin/layout/pfeil-main-nav.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	}

/* ## subnavi von hauptnavi ## */
#navi_block #nav ul a,#navi_block #nav ul li a {
	color: #FFF;
	padding-left: 10px;
	font-size: 11px;
	/* border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #093; */
	text-decoration: none;
}
/* hover des dropdown */
#seite #navi_block #nav ul li a:hover {
	color: #FFF;
	display: block;
	font-size: 11px;
	background-image: url(../../fileadmin/layout/pfeil-drop-down.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: 2px 8px;
	text-decoration: none;
}
	/* in hauptnavi wir gleiche klass bezeicvhung verwendet */
#seite #navi_block #nav ul li .subnaviActive {
	background-image: url(../../fileadmin/layout/pfeil-drop-down.gif);
	background-repeat: no-repeat;
	text-transform: uppercase;
	background-position: 2px 8px;
	text-decoration: none;
	color:#fff;
}
/* ausrichtung im dropdown  W
#seite #navi_block #nav ul li a,#seite #navi_block #nav ul li ul li {
	padding-bottom:0px;
	line-height:20px; 
	margin-bottom:0px;
	margin-top:8px;
} */

/* abstand */
#navi_block #nav li a {
	padding-bottom: 10px;
	}
	
/* ????*/
#navi_block #nav li span {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	height: 17px;
	padding-right: 10px;
}

/* ############### UNTERNAVI Inhalt Links ############# */
#seite #inhalt #unternavi ul {
	background-image: url(../layout/subnavi-inhalt.jpg);
	background-repeat: no-repeat;
	width: 219px;
	background-position: left top;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#inhalt #unternavi ul li  {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #B6B6B6;
	border-left-color: #FFF;
	line-height: 21px;
	float: left;
	width: 219px;
}
#inhalt #unternavi ul li a {
	padding-left: 40px;
	color: #6C6C6C;
	line-height: 21px; 
	background-image: url(../layout/subnavi-normal.gif);
	background-repeat: no-repeat;
	background-position: -45px; top;
	width: 219px;
	float: left;
	text-decoration: none;
}
#inhalt #unternavi ul li a:hover{
	padding-left: 40px;
	float: left;
	width: 219px;
	color: #FFF;
	line-height: 21px;
	background-image: url(../layout/subnavi-hover.jpg);
	background-position: -45px; top;
	text-decoration: none;
}
#seite #inhalt #unternavi ul li .subnaviActive a {
	padding-left: 40px;
	float: left;
	width: 219px;
	color: #FFF;
	line-height: 21px;
	background-image: url(../layout/subnavi-hover.jpg)!important;
	background-position: -45px; top;
	text-decoration: none;
	}
	
	/* STRICH unter Subnavi */
	#seite #navi_block #nav ul li {
	margin: 0px;
	line-height: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #093;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	font-size: 10px;
}
#seite #navi_block #nav ul li ul li a {
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#unternavi ul .subnavi-sub {
	background-color: #F2F2F2;
}
#seite #inhalt #unternavi ul .subnavi-sub a {
	padding-left: 50px;
	width: 150px;
}
#seite #inhalt #unternavi ul .subnavi-sub a:hover {
background-image: none;
/*color:#6C6C6C;*/
color:#3C9B37;
}

#seite #inhalt #unternavi ul li .naviActive-sub1 {
	color:#3C9B37;
}
#seite #inhalt #unternavi ul li .naviActive-sub2 {
	text-decoration: underline;
	}


/* eof */
/* footer 
#seite #footer .rechts a {
	margin-left: 10px;
	background-image: url(../../fileadmin/layout/pfeil-bread.gif);
	background-position: left;
	background-repeat: no-repeat;
	
}*/

/* SPRACHWECHSLER */
.tx-srlanguagemenu-pi1 legend,
.tx-srlanguagemenu-pi1 label {
display: none;
}
.tx-srlanguagemenu-pi1{
	float:left;
	padding-top: 2px;
	padding-left:40px;
	/* background-image: url(../layout/footer-karte.gif); 
	background-position: 25px top;*/
	background-repeat: no-repeat;
	/* width: 150px; ie macht in de probleme*/
	width: 145px;
	height:14px;
	font-size:11px;
}
/* ie6 body { behavior:url("csshover.htc"); } */
#navi-sprache, #navi-sprache ul { list-style-type:none; margin:0; padding:0; }
/* Als nächstes werden die Oberpunkte der Navigation (im Beispiel: Willkommen, Über uns, Projekte und Impressum) horizontal angeordnet und in Form gebracht. */
#navi-sprache li {
	width:100px;
	float:left;
	background-image: none;
}

#navi-sprache li ul 
	{ display:none;
	}

#navi-sprache li:hover ul {
	display:block;
	position: relative;
	height: 170px;
	width: 170px;
	/* top: -75px;fr */
	top: -94px;  
	}
#navi-sprache li ul .CUR {
	color: #3C9B37;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-left: 10px;
}
#navi-sprache li ul .NO {
	color: #666;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	padding-left: 10px;
}
#navi-sprache .lang-link li a {
	color: #666;
	text-decoration: none;
}
#navi-sprache .lang-link a {
	color: #999;
	text-decoration: none;
}
#seite #footer #sprachanzeigen {
	clear: left;
	float: left;
	width: 150px;
	padding-left: 40px;
	font-size: 10px;
	color: #3c9b37;
	background-image: url(../../fileadmin/layout/bullet-sprache.gif);
	background-repeat: no-repeat;
	background-position: 25px;
}
´#unternavi ul li .naviActive-sub1 {
	background-color: #090;
	color:#3C9B37;
}
#unternavi ul li .naviActive-sub2 {
	text-decoration: underline;
	color: #F00;
}
