
html, body 
{
  margin:0px;
  /*ackground:#8B5501;*/
  
}
 
#rahmen
{ 
  height:150px;
  margin:0px;
  z-index:10;
}
#nextmesse
{
  position:absolute;
  margin:0px 0px 0px 118px;
  padding:5px 0px 0px 5px;
  color:white;
  background-color:rgb(88, 132, 128);
  font-family:verdana;
  font-size:0.6em;
}

#seite
{
  text-align:left;  
  margin:10px auto;
  width: 900px;
  padding: 0em 0em 0em 0em;
  
  z-index:1;
}

#innenseite
{
  text-align:left;  
  margin:0px 0px 0px 0px;
  padding:0px 0px 0.5em 0px;
  width: 900px;
  background-color:#569C60;
  z-index:1;
}

#links
{
  float:left;
  margin:0px 0px 20px 0px;
  padding:50px 20px 20px 35px;
  height:auto;
  font-family: Arial;
  z-index:2;
}

#beschreibung
{
  margin:25px 0px 0px 0px;
  padding:0px 10px 0px 10px;
  height:25px;
  text-align:right;
  border-color:silver;
  font-size: 1.3em;
  z-index:10;
}

#content 
{
  margin:5px 100px 0px 200px;  
  padding:0px 0px 0px 0px;
  max-width:600px;
  height:auto;  
  z-index:2;
}

#box
{
  margin:0px 0px 0px 0px;
  max-width:600px;
  padding:0px 0px 0px 0px;
  background-color:#cccccc;
  min-height:550px;
  height:auto;
}

#text
{
  margin:0px 0px 0px 0px;
  max-width:600px;
  padding:10px 10px 10px 10px;  
  background-color:#cccccc;
  height:auto;
}

#content_oben_links
{ 
  float:left;
  margin:0px 0px 0px 0px;
  z-index:1;
}

#content_oben_rechts
{ 
  float:right;
  margin:0px 0px 0px 0px;
  z-index:1;
}

#footer
{
  margin: 0px 0px 0px 0px;
  height:30px;
  border-top:solid;
  border-top-color:#000000;
  background-color: #cccccc;
}

a:link  
{
  color:#000000;
}

a:visited
{
  color:#000000;
}

a
{
  text-decoration:none;
}

a:hover 
{
  color:#ffffff;
}

a:active  
{
  color:#000000;
}


img.menue_oben_links
{
  margin: 0px auto;
  border: 0 none;
  z-index:2;
}

.button
{
  background-color:yellow;
}




