
/* Header */
  #header {
    background: url('../img/header-bg.gif') top repeat-x;
    margin-bottom: 28px;
    padding-left: 24px;
    position: relative;
  }
  
  #header #headlogosearchmeta {
    height: 75px;
  }

/* Red Box */
  #header #redbox {
    position: absolute;
    top: 30px;
    left: 352px;
    width: 276px;
  }
  
  #header #redbox .redbox-top {
    background: url('../img/abored-top.gif') top left no-repeat;
    height: 6px;
    font-size: 0;
  }
  
  #header #redbox .redbox-center {
    background: url('../img/abored-center.gif') top left repeat-y;
    color: #ffffff;
    font-size: 11px;
    padding: 0 10px;
  }
  
  #header #redbox .redbox-bottom {
    background: url('../img/abored-bottom.gif') top left no-repeat;
    height: 6px;
    font-size: 0;
  }

/* Logo */
  #header #logo {
    left: 40px;
    position: absolute;
    top: 21px;
  }

/* Metamenue oben */
  #header ul#meta-menue {
    list-style: none;
    position: absolute;
    right: 15px;
    top: 6px;
  }

  #header ul#meta-menue li {
    float: left;
    display: inline;
    padding-right: 15px;
  }

  #header ul#meta-menue li a {
    background: url('../img/arrow.png') 0px 1px no-repeat;
    color: #888888;
    font-size: 91.6667%;
    padding-left: 17px;
  }

  #header ul#meta-menue li a:hover {
    background-image: url('../img/arrow-hover.png');
    color: #ff6600;
  }

  #header ul#meta-menue li a.selected {
    background: url('../img/arrow-hover.png') 0px 1px no-repeat;
    color: #ff6600;
    font-size: 91.66%;
    padding-left: 17px;
  }

  #header ul#meta-menue li a.selected:hover {
    background-image: url('../img/arrow.png');
    color: #888888;
  }

  #header ul#meta-menue li a span {
    font-size: 90.909%;
  }

  #header ul#meta-menue li a span span {
    font-size: 80%;
  }

/* Header Suche */
  #header #search {
    position: absolute;
    right: 18px;
    top: 34px;
  }

  #header #search label {
    color: #555555;
    display: block;
    float: right;
    padding: 4px 7px 0px 0px;
  }

  #header #search input {
    border: 1px solid #e3e3e3;
    float: right;
    height: 20px;
    margin-right: 4px;
    padding: 3px 2px 0px 2px;
    width: 112px;
  }
  
  #header #search button {
    margin-top: -2px;
  }
  
  #header #search button span span span {
    padding: 5px 7px 0px 7px;
  }

/* Menue */
  #header #menu {
    background: url('../img/menu-bg.gif') top left repeat-x;
    width: 983px;
  }

/* Erste Menuezeile */
  #header #menu #menu-first {
    list-style: none;
    height: 25px;
    margin-bottom: 1px;
  }

  #header #menu #menu-first li {
    float: left;
  }

  #header #menu #menu-first li.first a {
    padding-left: 18px;
  }
  
  #header #menu #menu-first li a {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 12px;
    height: 21px;
    padding: 4px 8px 0px 8px;
  }

  #header #menu #menu-first li a:hover {
    color: #ff6600;
  }
  
  #header #menu #menu-first li a.act {
    color: #b2b2b2;
  }

/* Zweite Menuezeile */
  #header #menu #menu-second {
    list-style: none;
    height: 36px;
  }

  #header #menu #menu-second li {
    float: left;
    height: 36px;
  }
  
  #header #menu #menu-second li a {
    color: #ffffff;
    display: block;
    float: left;
    height: 28px;
    font-size: 16px;
    padding: 8px 13px 0px 13px;
  }
  
  #header #menu #menu-second li.first a {
    background: url('../img/menu-left-edge.gif') left no-repeat;
    padding-left: 16px;
  }
  
  #header #menu #menu-second li a.act,
  #header #menu #menu-second li a:hover {
    background: url('../img/menu-hover.gif') top repeat-x;
    color: #712e00;
  }
  
  #header #menu #menu-second li.first a:hover {
    background: url('../img/menu-left-edge-hover.gif') top left no-repeat;
  }

/* Dritte Menuezeile */
  #header #menu #menu-third {
    background: url('../img/line2-bg.gif') bottom repeat-x;
    list-style: none;
    height: 30px;
    margin-right: 30px;
  }

  #header #menu #menu-third li {
    float: left;
    height: 30px;
  }
  
  #header #menu #menu-third li.first a {
    padding-left: 16px;
  }
  
  #header #menu #menu-third li a {
    color: #ff7519;
    display: block;
    float: left;
    height: 23px;
    font-size: 100%;
    padding: 7px 10px 0px 10px;
  }

  #header #menu #menu-third li a:hover {
    color: #1f699c;
  }
  
  #header #menu #menu-third li a.act {
    color: #1f699c;
  }