html,body
{
  margin:0;
  padding:0;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;
  color:Black;
  height:100%;
}

h1
{
  font-weight:bold;
  font-size:16px;
  color:#999999;
}

#main {
  position: relative;
  top:0;
  left:0;
  margin: 0 0 0 0 auto;
  width:100%;
  min-height:100%;
}

* html #main
{
  height:100%;
  margin-bottom:-15px;
}

#kloetzchen
{
  position:relative;
  margin: -5px auto 0 auto;
  margin-left:5px;
}

* html #kloetzchen
	{
		margin-top: -110px;
		position:relative;
		bottom:-5px;
		margin-left:5px;
	}
	
#main #header {
      width: 100%;
	  height:90px;
	  background-color:#E6E7E8;
}


#main #header #banner {
padding-top:25px;
height:90px;
text-align:center;
z-index:1000;
}


#main #orangeline
{
  position:relative;
  background-color:White;
  width:100%;
  height:3px;
}

#main #content {
      width:100%;
	  height:100%;
	  margin-top:-166px;
	  padding-top:166px;
	  position:relative;
}


#main #content #buttons {
      position:relative;
      width:160px;
      float:left;
	  margin:0;
	  background-color:#E6E7E8;
}

#main #content #buttons #buttonstop
{
  width:160px; 
  height:120px;
}

#main #content #leiste
{
  position:relative;
  text-align:right;
}

#main #content #maincontent {
position:relative;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
color:Black;
margin-left:160px;
padding-left:30px;
width:60%;
top:50px;
padding-top:10px;
}


#main #content #buttons #bereichsmenu a {
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
color:#000000;
text-decoration:none;
}

#main #content #buttons #bereichsmenu a:hover {
color:#0066B3;
}

#main #content #buttons #bereichsmenu
{
	  padding-left:10px;
}

#textausgabe
{
  width:700px;
  margin:0;
  padding:0;
}

.reddot { list-style-image : url(../bilder/reddot.gif); }
