/* sidus - main.css */
/* Datum 2008-03-14 */


html, body
  {
  height:100%;
  width:100%;
  background-color:rgb(042,052,124);
  margin:0;
  padding:0;
  }

#kopf_balken
  {
  position: absolute;
  width: 100%;
  height: 86px;
  margin-left:0px;
  margin-top:0px;
  top: 10px;
  left: 0px;
  right: auto;
  overflow: hidden;
  background-color:rgb(042,052,124);
  background-image:url(balken.jpg); background-repeat:no-repeat;
  }

#kopf_schrift
  {
  position: absolute;
  width: 50%;
  height: 50px;
  margin-left:30px;
  margin-top:0px;
  top: 34px;
  left: 0%;
  right: auto;
  overflow: hidden;
  text-align:left;
  font: 36px sans-serif, verdana, sans-serif;
  font-weight:bold;
  font-style:normal;
  color:rgb(023,031,151);
  /* Hinweis - kein Zeilenumbruch */
  white-space:nowrap;
  }

#kopf_stern
  {
  position: absolute;
  width: 86px;
  height: 86px;
  margin-left:-43px;
  top: 9px;
  left: 62%;
  right: auto;
  }
      
#menu
  {
  position: absolute;
  width: 24%;
  height: 75%;
  top: 96px;
  right: auto;
  left: 0;
  margin-top: 0px;
  margin-left: 0px;
  border-top: solid 0px rgb(255,219,153);
  border-left: solid 0pt rgb(255,219,153);
  border-bottom: solid 0px rgb(255,219,153);
  border-right: solid 1px rgb(255,219,153);

  overflow: auto;

  color:rgb(255,251,156);
  text-decoration:none;
  }

#menu ul, #menu li
  {
  list-style-type: none;
  }


#menu li
  {
  display:block;

  border-left: solid 0pt #000;
  border-bottom: solid 0pt #000;
  border-right: solid 0pt #000;
  text-decoration:none;
  /* Hinweis - kein Zeilenumbruch */
  white-space:nowrap;

  height: 20px;
  line-height: 20px;
  }

#menu a:link, #menu a:visited, #menu a:active
  {
  display:block;
  color:rgb(255,251,156);
  text-decoration:none;

  /* Hinweis - kein Zeilenumbruch */
  white-space:nowrap;

  height: 20px;
  line-height: 20px;

  padding-left:20px;
  margin-left:0px;
  }

#menu a:hover
  {
  background:  url("men_stern_kl_0.gif") no-repeat;
  color:rgb(224,224,255);

  height: 20px;
  padding-left: 20px;
  margin-left:0px;
  text-decoration:none;
  background-position: 0% 50%;
  }

#bereich_rechts
  {
  position: absolute;
  width: 75.8%;
  height: 75%;
  top: 96px;
  right: auto;
  left: 24%;
  margin-top: 0px;

  border-top: solid 0px rgb(255,219,153);
  border-left: solid 0px rgb(255,219,153);
  border-bottom: solid 0px rgb(255,219,153);
  border-right: solid 0px rgb(255,219,153);
  font:  20pt verdana, sans-serif;
  font-weight:normal;
  font-style:normal;
  text-align:center;
  /* overflow: hidden; */
  overflow: auto;
  }

#bereich_li_unt
  {
  position: absolute;
  width: 99.8%;
  height: 20px;
  /* bottom: 6%; */
  top: 75%;
  left: 0px;
  right: auto;
  margin-top: 106px;
  border-top: solid 1pt rgb(255,219,153);
  border-left: solid 0pt rgb(255,219,153);
  border-bottom: solid 0pt rgb(255,219,153);
  border-right: solid 0pt rgb(255,219,153);

  overflow: hidden;
  text-align:center;
  color:rgb(255,251,156);
  text-decoration:none;
  }

#bereich_li_unt a:link, #bereich_li_unt a:visited, #bereich_li_unt a:active
  {
  color:rgb(255,251,156);
  text-decoration:none;
  white-space:nowrap;
  }
