/* ======================================================
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */

div#navigation {
  left: 0;
  position: absolute;
  top: 200px;
  width: auto;
  z-index: 6000;
}

.menu {
  font-size: 75%;
  height: auto;
  margin: 0 0 0 5px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 11em;
  z-index: 5000;
}

.menu ul.abstand {
  margin: 0 0 15px 0;
  padding: 0;
}

.menu li {
  background-color: #57acd1;
  float: left;
}

.menu li.sub {
  background-color: #57acd1;
}

.menu table {
  border-collapse: collapse;
  font-size: 1em;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 0;
  z-index: 1000;
}

.menu a,
.menu a.aktiv,
.menu a:visited,
.menu strong {
  border-bottom: 1px solid #57acd1;
  color: #fff;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  line-height: 1.4em;
  min-height: 1em;
  padding: 5px 5px 5px 15px;
  text-decoration: none;
  text-transform: none;
  width: 135px;
}

.menu li ul a,
.menu li ul a.aktiv,
.menu li ul a:visited,
.menu li ul strong {
  width: 135px;
}

.menu b {
  float: right;
  margin-right: 5px;
  font-size: 110%;
}

.menu li:hover {
  position: relative;
}

.menu a:active,
.menu a:focus,
.menu li strong,
.menu a.aktiv {
  color: #f4f6fb;
  background: #2a7798 url(images/pfeilll.gif) no-repeat 3px 50%;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
}

.menu li:hover > a {
  color: #f4f6fb;
  background: #2a7798 url(images/pfeilll.gif) no-repeat 3px 50%;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
}

.menu li ul {
  background-color: transparent;
  border: 1px solid #fff;
  font-size: 90%;
  left: 13.5em;
  padding: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 155px;
}

.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }



#navigation ul.sprache {
  border: none;
  font-size: 75%;
  list-style-type: none;
  margin-top: 25px;
  margin-left: 15px;
}

#navigation ul.sprache li a,
#navigation ul.sprache li a:visited {
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 5px 5px 5px 45px;
  width: 60px;
}

#navigation ul.sprache a.gb {
  background: url(images/gb.gif) no-repeat 5px 50%;
  border: 1px solid #fff;
}

#navigation ul.sprache a.brd {
  background: url(images/brd.gif) no-repeat 5px 50%;
  border: 1px solid #fff;
}

#navigation ul.sprache a:hover.gb,
#navigation ul.sprache a:focus.gb {
  background: #2a7798 url(images/gb.gif) no-repeat 5px 50%;
}

#navigation ul.sprache a:hover.brd,
#navigation ul.sprache a:focus.brd {
  background: #2a7798 url(images/brd.gif) no-repeat 5px 50%;
}
