@charset "UTF-8";
/** *  put line above on top of every CSS-file if you want to */

/** * Debug - remove comments for debugging
#header, #left, #main, #right, #footer {
  border: 1px dashed #ccc;
}
#container {
  background: #000;
  color: #fff;
}
#wrapper { width:960px; margin:0 auto !important; }
#header { height: 80px !important; }
#left { width: 300px !important; }
#right { width: 200px !important; }
#main { margin-left: 300px !important; margin-right: 200px !important; }
#footer { height: 60px !important; }
 (drag this line at the end of line 4 and back again to line 19) */

/** * overwrite some values from navigation.css */
#suckerfish {
  position: absolute;
  width: 850px;
  height:34px;
  float:left;
  margin:0px;
  top:255px;
  padding:0 0 0 0;
  overflow:visible !important
}
#suckerfish ul,
#suckerfish li{
  border: none;
  margin: 0;
  padding: 0;
}
#suckerfish ul li ul.level_2, #suckerfish ul li ul.level_3 {
  border: none;
  margin: 0;
  padding: 0;
  background:url("") left bottom no-repeat;
  padding:0px;
}

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

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

/** * clear the suckerfish floating in the element that follows suckerfish,
 * not neccassary for TL standard situations
#container {
  clear: left;
}
 */

/** * some background color for testing */
#suckerfish li {
  background:url("") right center no-repeat;
  line-height:34px;
}
#suckerfish li:hover{
  background:url("") right center no-repeat;
}
/** *
 * horizontal suckerfish menu based on
 * http://htmldog.com/articles/suckerfish/dropdowns/
 * up to 4 levels, change the 22px and 140px values that it fits your need
 * give the navigation module in the BE the ID 'suckerfish' !!! not Class
 */
#suckerfish ul.level_1,
#suckerfish ul.level_1 ul {
  z-index: 9999;
  line-height: 20px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#suckerfish ul.level_1 li ul ul {
	margin: -25px 0 0 120px; /** * adjust top-value if you have padding and/or borders */
}
* html #suckerfish ul.level_1 li ul {
	padding:0 0 0 0; /** * adjust top-value if you have padding and/or borders */
}
#suckerfish ul.level_1 a,
#suckerfish ul.level_1 span {
	display: block;
	width:auto; /** * adjust value if you have padding and/or borders / Variable Breite der Hauptmenüpunkte */
	font-size: 11px;
/** * formating comes here */
	padding:0 0 0 0;
}


#suckerfish ul.level_1 li {
	float: left;
	width: auto; /** * Variable Breite der Hauptmenüpunkte */
	height:40px;
	padding:0 7px 0 7px;
}
* html #suckerfish ul.level_1 li {
	float: left;
	width: auto; /** * Variable Breite der Hauptmenüpunkte */
	margin-top:0px;
}

#suckerfish ul.level_2 li {
	margin:0px;
}
* html #suckerfish ul.level_2 li {
	margin:0px;
}
#suckerfish ul.level_1 li ul li {
	width:120px; /** * Fixe Breite der Untermenüpunkte */
	margin:5px 0 0 10px
} 


#suckerfish ul.level_2 li {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_2 li.first {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_2 li.first:hover {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_2 li.last {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_2 li.last:hover {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_2 li:hover {
	background:url("") left center no-repeat;
	padding:0 0 0 0;
}

#suckerfish ul.level_3 li.first {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_3 li.last {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_3 li.first.last {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
* html #suckerfish ul.level_3 li.first.last {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_3 li.first.last:hover {
	background:url("") left center no-repeat;
	height:20px;
	line-height:20px;
	padding:0 0 0 0;
}
#suckerfish ul.level_3 li:hover {
	background:url("") left center no-repeat;
	padding:0 0 0 0;
}

#suckerfish ul.level_1 li ul{
	position: absolute;
	width:120px;
	left: -999em; /** * change to 'auto' 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 */
}
#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;
}
