@charset "UTF-8";
@media all
{
  .hlist {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */

    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    /* position:relative; */
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent;
    border: none;
    line-height: 0;
  }
#hauptnavigation{
	width: 100%;
	display: inline;
	position: relative;
	background: url('../images/back_main_NavRed.gif') top left repeat-x;
}	
.hlist li.firstItem, #secondnav li.cat-item-13871, #secondnav li.cat-item-17964, #secondnav li.cat-item-7, #secondnav li.page-item-87469, #secondnav li.page-item-64509, #secondnav li.page-item-78931, #secondnav li.cat-item-17958, #secondnav li.page-item-171056{
	margin-left: 10px;
	border-left: 1px solid #fff;
	}	
	
  .hlist ul {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 0; /* LTR */
    padding: 0;
  }

  .hlist ul li {
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a, .hlist ul li a:visited,
  .hlist ul li strong {
    background: transparent;
    color: #fff;
    display: block;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding: 0.8em 0.6em;
    text-decoration: none;
    width: auto;
  }
#hauptnavigation li{
	text-transform: uppercase;
    border-right: 1px #eee solid;
	}

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active,
  #nav .hlist ul li.active a,
  .hlist ul li.current_page_item a{ background: #fff; color: #000; text-decoration: none;}


  .hlist ul li.active, .hlist ul li.current-cat, .hlist ul li.current_page_item, .hlist ul li:hover {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #fff;
  }
  
  .hlist ul li.active2, .hlist ul li.current-cat2, .hlist ul li.current_page_item2, .hlist ul li:hover {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #0066B3;
	display: inline;
	position: relative;
	background: #eee url('../images/back_main_NavBlue.gif') top left repeat-x;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: transparent; color: #cc0101; text-decoration: none; }
  
 #secondnav{
	width: 100%;
	display: inline;
	position: relative;
	background: #eee url('../images/back_mainNav.gif') top left repeat-x;
	border-top: 1px solid #b1b1b1;
	line-height: 0.9em;
	  }
  #secondnav li{
	  border-left: 1px solid #eee;
	  }	  
  #secondnav li a{
	  background:transparent;
	  font-weight: normal;
	  }
  #secondnav li.active, #secondnav li.current-cat, #secondnav li.current_page_item, #secondnav li:hover, #secondnav li.current_page_parent{
	  background: #fff;
	  }	  
  #secondnav li a{
	  color: #000;
	  }
  
  #secondnav li a:hover, #secondnav li a:active, #secondnav li.current-cat a, #secondnav li a:focus, #secondnav li.current_page_item a, #secondnav li.current_page_parent a{
	  color: #cc0101;
	  }	  
  #thirdnav{
	display: block;
	width:520px;
	background: #fff;
	margin: 20px 0;
	  }	
  #thirdnav li{
	  	border: 1px solid #ddd;
		border-right: none;
	  }	  
  #thirdnav li.page-item-64578{
	  border-right: 1px solid #ddd;
	  }	  
  #thirdnav a{ color: #000;}	
  #thirdnav  ul li a:hover, #thirdnav ul li a:active, #thirdnav ul li.current-cat a, #thirdnav ul li a:focus, #thirdnav ul li.current_page_item a{
	  color: #cc0101;
	  }	  
}
