@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 */
#header .mod_imageslider{
margin-bottom: 18px;
}
#mainmenue {
  position: static;
  width: auto;
  background: #010101;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 18px;
  margin-top:0px;
}
#mainmenue ul,
#mainmenue li,
#mainmenue .submenu {
  border: none;
  margin: 0;
  padding: 0;
}

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

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

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

/** * some background color for testing */
#mainmenue li {
  background-color: #010101;
}

/** *
 * horizontal mainmenue menu based on
 * http://htmldog.com/articles/mainmenue/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 'mainmenue' !!! not Class
 */
#mainmenue ul.level_1,
#mainmenue ul.level_1 ul {
  z-index: 9999;
  line-height: 40px;
	padding: 0;
	margin: 0;
	list-style: none;
}
#mainmenue ul.level_1 li ul ul {
	margin: -22px 0 0 140px; /** * adjust top-value if you have padding and/or borders */
}

#mainmenue ul.level_1 a,
#mainmenue ul.level_1 span {
	display: block;
	/*width: 140px; /** * adjust value if you have padding and/or borders */
	font-size: 13px;
/** * formating comes here
	padding: _px;
	border: _px solid red;
  background: silver;
 */
 color: #ffffff;
 text-decoration: none;
 padding-left: 11px;
 padding-right: 11px;
}
#mainmenue ul.level_1 a:hover
{
  background: #A48120;
  /*text-shadow: 1px 1px 0px #A48120, 2px 2px 4px #A48120;*/
}
#mainmenue ul.level_1 span.active,
#mainmenue ul.level_1 a.trail{
  color: #808080;
}
#mainmenue ul.level_1 a.trail:hover,
#mainmenue ul.level_1 a.trail:focus,
#mainmenue ul.level_1 a.trail:active{
color: #ffffff;
}
#mainmenue ul.level_1 li {
	float: left;
	/*width: 140px;*/
  border-right: 1px solid #ffffff;
}
#mainmenue ul.level_2 li {
  border-right: none;
}
#mainmenue ul.level_2 li{
  line-height: 30px;
}
#mainmenue ul.level_2 li a,
#mainmenue ul.level_2 li span.active{
  width: 180px;
  font-size: 13px;
}
#mainmenue ul.level_1 li ul {
	position: absolute;
	width: 140px;
	left: -999em; /** * change to 'auto' for testing */
}
/** * IE7 workaround */
*:first-child+html #mainmenue ul.level_1 li ul {
	display: none; /** * change to 'block' for testing */
}

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