h2,h3,h4,h5,h6,div,p,body,html,input,button { 
  font: normal 12px Verdana,Arial,Helvetica
}
body{
  text-align:center;
}

h1 { 
  font: normal 18px Verdana,Arial,Helvetica;
  font-weight: bold;
  color: #006600;
}

img.block {
  display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#container {
  width:937px;
  text-align:left; 
  margin:0px auto;
  border:1px solid #006600;
  background: url(../fileadmin/images/background.gif) center repeat-y;
}

div#top {
  font: bold 10px Verdana,Arial;
  clear:both;
  background-color:#006600;
  text-align:right;
  color:#FFFFFF;  
  padding:5px;
  padding-right:10px;  
}

div#top a {
   text-decoration: none;
   color:white;
   }


/*-----------------------------------*/

div#left { 
  float:left;
  width:179px; 
  padding-top:37px;
  padding-bottom:10px;
  background-color:#006600;
}
div#left_bottom{
  padding: 5px 5px 5px 5px;
  
}
div#left_bottom input{
  margin: 2px 2px 2px 2px;
}

div#header { 
  padding: 0px;
  margin: 0px;
  background-color:#fff;
}

div#head { 
  font: normal 10px Verdana,Arial,Helvetica;
  padding-top:5px;
  padding-bottom:5px;
}

div#center { 
  float:left; 
  width:500px;
  padding:10px; 
}

div#center h3, div#center h2  {
  font: normal 12px Verdana,Arial,Helvetica;
  font-weight: bold;
  color: #003300;
  border-bottom: 0px;
}


div#center table{
  border: 0px;
}

div#center td {
  border: 0px;
  padding: 5px;
  background-color: #CCCCCC;
  font-size: 0.8em;
} 

div#right { 
  width:180px; 
  height:auto;
  float:right; 
  text-align:left; 
  padding:25px 10px 8px 8px;  
  background-color:#CCCCCC;
}

div#right h1,div#right h2,div#right h3 {
  color: #003300;
  padding-top:3px;
  font-size: 0.9em;
  border-bottom: 1px dotted #003300;
}

div#right p{
  font-size: 0.8em;
}

.float-left { 
  float:left; 
}

div#footer {
  clear:both;
  background-color:#006600;
  padding:10px;
}

/*--------- Nur IE ----------------*/

* html div#container {
  width:939px;
}

* html div#right { 
  width:198px; 
  height:auto;
  float:right; 
  text-align:left; 
  padding:25px 10px 8px 8px;  
  background-color:#CCCCCC;
}

* html div#header { 
  padding: 0px;
  margin: 0px;
  background-color:#006600;
}