/* Seiteneigenschaften */

* {margin:0; padding:0;}

body {
  font:11px Verdana, Helvetica, sans-serif;
  color: #4A4A4A;
  line-height: 16px;
  background:#666666;
}

a {color: #4A4A4A}
a:hover {color: #006BBD}

h1 {font-size:12px; color:#006BBD; margin-bottom:15px;}
h2 {background-color:#DBE0E3; font-size:11px; padding:2px 0 0 3px; margin-bottom:15px; height:20px; width:390px;}
h3,h4,h5,h6 { font-size:12px; color:#006BBD;}

/* Navigation-Eigenschaften */
#navigation { color:#B9B9B9; background-color:#666666; width:730px; height:25px; padding:0 0 0 30px; s}
#navigation li { float:left; list-style:none; margin-right:45px;}
#navigation ul { margin:0; padding:0;}
#navigation a { color:#B9B9B9; text-decoration:none;}
#navigation a:hover { color:#D5D5D5; text-decoration:underline; }

/* Seiten Umschlag */
#wrapper { width:830px; margin-left:15%; padding-top:15px; }
#main ul {margin-left:15px;}
#main { margin:0; padding:0;}

/* Inhalt Bereich */
#main-right { float:left; width:377px; height:417px; background-color:#E5E5E5;}
#main-scroll { overflow:auto; float:right; width:453px; height:417px; background-color:#E5E5E5;}
#main-left {  float:right; width:405px; heigth:383px; padding:32px 0 15px 0; }


/* Adress - Bereich unten */
#footer { width:830px; float:left; padding:0 0 0 30px;}
#footer a {color:#B9B9B9;}
#footer a:hover {color:#CCCCCC;}
#footer li { float:left; list-style:none; color:#B9B9B9; margin:10px 48px 0 0;}
#footer ul { margin:0; padding:0;}

form#kontaktformular { padding:10px; width:350px; background:#e7e7e7; border:1px #c4c4c4 solid;}
form#kontaktformular label { width:100px; height:22px; margin-top:5px; display:block; float:left; }
form#kontaktformular .eingabe { width:200px; height:20px; margin-top:5px; border:1px #c4c4c4 solid; float:left; }
form#kontaktformular .checkbox { margin-top:5px; float:left; }
form#kontaktformular textarea { width:200px; height:98px; border:1px #c4c4c4 solid; margin-top:5px; font-family:arial; font-size:12px; float:left; } 
form#kontaktformular input.button { height: 23px; width: 98px; margin-top:10px;  margin-left: 204px; background:#FFF; border:1px #c4c4c4 solid; }
form#kontaktformular br { clear:both; }

/*PDF Box im Navigationsbereich = Entscheidungen / Veröffentlichungen*/

.pdf-box li { margin:0 0 15px 0; list-style:none;}
.pdf-box a { float:left; margin-right:10px;}


