#meldung
{
  position:absolute; 
  top:0px; left:0px; 
  width:200px; 
  background-color:#FFFF00; 
  z-index:15;
}

#meldung_head
{
  background-color:#1874CD; 
  padding:0px 8px 2px 8px; 
  border: solid 1px #000000; 
  cursor:move;
  color:#DDDDDD;
}

#meldung_close
{
  float:right;
  padding-top:3px; 
  font-size:14px;
}

#meldung_close a
{
  color:#DDDDDD;
}

#meldung_title
{
  padding-top: 5px; 
  padding-bottom: 3px;
}

#meldung h1
{
  font-size:13pt;
  color:#EEEEEE;
  text-transform: none;
}

#meldung_message
{
  padding:10px 15px 0px 15px; 
  border: solid 1px #000000; 
  background-color:#D1D1D1;
  color:#000000;
}

#gelb
{
  background-color:#FFFF00;
  padding: 2px 5px 2px 5px;
}

#rot
{
  border:solid 2px #FF0000;
  padding: 7px 10px 7px 10px;
}

#info_box
{
  position:fixed;
  top:150px;
  width:500px;
  background-color:#FFFF00;
  padding:0px;
  margin:0px;
  cursor:move;
  z-index:1;
}

#info_box_close
{
  float:right;
  font-size:18pt;
}

#info_box_close a
{
  text-decoration:none;
}

#info_box_header
{
  background-color:#FFDD33;
  padding:15px 20px 4px 20px;
  border: solid 1px;
}

#info_box_content
{
  padding:15px 15px 0px 15px;
  border: solid 1px;
  background-color:#FFFF00;
}

#tipp_box
{
  border:solid 1px #555555;
  background-color:#77C7FF;
  color:#000000;
  padding:4px;
  position:absolute;
  width:200px;
}

#login_toolbar
{
  background-image: url(../../admin/img/toolbar.jpg);
  background-repeat: repeat-x;
  background-color:#d0d0d0;
  padding:0px;
  margin:0px 0px 0px 0px;
  width:100%;
  height: 30px;
  text-align:center;
  position:fixed;
  top:0px;
  z-index:100;
}

#forum_forum_tr
{
  height:55px;
}


  ul#login_pfeil_runter
  {
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
  }

  ul#login_pfeil_runter li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0px 0px 0px 10px;
    padding: 0;
  }
  * html ul#login_pfeil_runter li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html ul#login_pfeil_runter li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  ul#login_pfeil_runter li ul {
    margin: 0px; 
    padding: 0px;
    position: absolute;
    top: 25px; 
    left: 10px;
    display: none;  /* Unternavigation ausblenden */
    background-color:#00d0ff;
  }
  * html ul#login_pfeil_runter li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html ul#login_pfeil_runter ul {  /* Workaround fuer den IE 7 */
    background-color:silver; 
    padding-bottom:10px;
  }
  ul#login_pfeil_runter li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  ul#login_pfeil_runter li ul li {
    float: none;
    display: block;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
  }

  ul#login_pfeil_runter a, ul#login_pfeil_runter input[type="submit"], ul#login_pfeil_runter span {
    display: block;
    padding: 0px 0px 0px 3px;
    margin:0px;
    width:140px;
    text-decoration: none;
    text-align:left;
    color:#444444;
    font-weight: bold;
    border: 1px solid black;
    border-left-color: white;
    border-top-color: white;
    background-color: #e0e0e0;
    cursor: pointer;
  }
  
  ul#login_pfeil_runter input[type="submit"]
  {
    width:145px;
  }

  ul#login_pfeil_runter a:hover, ul#login_pfeil_runter input[type="submit"]:hover, ul#login_pfeil_runter span, li a#aktuell {
    border-color: white;
    border-left-color: black; 
    border-top-color: black;
    color: white; 
    background-color: gray;
  }