@charset "UTF-8";


#suckerfish {
  	position: static;
  	width: 560px;
}

#suckerfish ul,
#suckerfish li,
#suckerfish .submenu {
  	border: none;
  	margin: 0;
  	padding: 0;
}

/** * neccassary for <= IE6 */
* html #suckerfish { zoom: 0; }
* html #suckerfish { z\oom: 1; }

/** * overwrite some values from typolight.css, neccessary for <= IE7 */
#inhalt .inside {
  	position: static;
}

#suckerfish li {
  	background-color: none;
}

#suckerfish ul.level_1,
#suckerfish ul.level_1 ul {
  	z-index: 9999;
  	line-height: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform:uppercase;
}
#suckerfish ul.level_1 li ul ul {
	margin: -20px 0 0 89px;
}

#suckerfish ul.level_1 a,
#suckerfish ul.level_1 span {
	display: block;
	width: 89px;
	font-size: 10px;
	color:#ffffff;
	background-color:#666666;
	text-align:center;
	border-right:3px solid #000000;
}

#suckerfish ul.level_1 a:hover {
	color:#ffffff;
	background-color:#f4071d;
	text-decoration:none;
}

#suckerfish ul.level_1 li {
	float: left;
	width: auto;
}

#suckerfish ul.level_1 li ul {
	position: absolute;
	width: 89px;
	left: -999em;
}


/* Breite der Unternavigation */
#suckerfish ul.level_2 a,
#suckerfish ul.level_2 span {
	width: 120px;
	display: block;
	font-size: 11px;
	color:#ffffff;
	background-color:#f4071d;
	text-align:left;
	padding: 1px 0px 1px 7px;
	text-transform:none;
	border-right: none;
}

#suckerfish ul.level_2 a:hover {
	color:#ffffff;
	background-color:#d32026;
	text-decoration:none;
}

#suckerfish ul.level_1 li.first {
	margin-left:4px;
}

#suckerfish ul.level_2 li.first {
	margin-left:0px;
}

#suckerfish li:hover span,
#suckerfish li.active span,
#suckerfish li.trail span { 
	background-color:#f4071d;
}


/** * IE7 workaround */
*:first-child+html #suckerfish ul.level_1 li ul {
	display: none; /** * change to 'block' for testing */
}

/** * up to 4 levels */
#suckerfish ul.level_1 li:hover ul ul,
#suckerfish ul.level_1 li.sfhover ul ul,
#suckerfish ul.level_1 li:hover ul ul ul,
#suckerfish ul.level_1 li.sfhover ul ul ul {
	left: -999em; /** * change to 'auto' for testing */
}
/** * IE7 workaround */
*:first-child+html #suckerfish ul.level_1 li:hover ul ul,
*:first-child+html #suckerfish ul.level_1 li.sfhover ul ul,
*:first-child+html #suckerfish ul.level_1 li:hover ul ul ul,
*:first-child+html #suckerfish ul.level_1 li.sfhover ul ul ul {
	display: none; /** * change to 'block' for testing */
}
#suckerfish ul.level_1 li:hover ul,
#suckerfish ul.level_1 li.sfhover ul,
#suckerfish ul.level_1 li li:hover ul,
#suckerfish ul.level_1 li li.sfhover ul,
#suckerfish ul.level_1 li li li:hover ul,
#suckerfish ul.level_1 li li li.sfhover ul {
	left: auto;
}
/** * IE7 workaround */
*:first-child+html #suckerfish ul.level_1 li:hover ul,
*:first-child+html #suckerfish ul.level_1 li.sfhover ul,
*:first-child+html #suckerfish ul.level_1 li li:hover ul,
*:first-child+html #suckerfish ul.level_1 li li.sfhover ul,
*:first-child+html #suckerfish ul.level_1 li li li:hover ul,
*:first-child+html #suckerfish ul.level_1 li li li.sfhover ul {
	display: block;
}





/* Servicenavigation */
#navcontainer {
	position:absolute;
	top:-4px;
	right:0px;
	list-style-type:none;
}
#navcontainer li{
	float:left;
	display:inline;
}
#navcontainer ul li a:hover {
	font-weight:bold;
	color:#000000;
}
#navcontainer a,
#navcontainer span {
	display:block;
	padding:3px 8px 3px 8px;
	font-size:11px;
	color:#746a67;
	border-right:1px dotted #746a67;
}
#navcontainer span.active {
	color:#000000;
}





/* Breadcrumb-Navigation */
#breadcrumb {
	position: absolute;
	top: 24px;
	left: 20px;
	float: left;
	margin: 0px;
	width: 540px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #868686;
	list-style-type: none;
}




* html #navcontainer {
	top:8px;
}

*+html #navcontainer {
	top:8px;
}

