*{
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}
 #bereichinhalt h1,h2{
    margin-bottom:0.5em ;
}
#bereichinhalt p,ul,ol{
    margin-bottom: 1em;
}
li{
    margin-left: 2em;
}

#wrapper{
    width:900px ;
    background-image: url(bilder/spalte3.jpg);
    background-repeat: repeat-y;
    padding:10px;
    margin:0px auto ;

}
body {
font-family: sans-serif;
line-height:2em ;
background-color:#C0C0C0 ;
background-image:url(bilder/Hintergrundsschrift1.gif) ;
text-align: center;
}
#bereichkopf  {
    background-image: url(bilder/Banner10Text.jpg) ;
    height: 200px;
    text-decoration: none;
    text-align: right;
    font-style: normal;
    padding-left:0px ;
    margin-left: 0px;
    font-size: 18px;
    margin-bottom:2em;
    padding-top: 1em;
    background-repeat: no-repeat;
    color:#8D1C2E ;
}

#bereichkopf a {

    padding-top: 1em;
    color:#8D1C2E ;
    font-size: 26px;
}
#slogan {
 font-size: 20px ;
  padding: 2em;
 color: white;
 }
#bereichsteuerung{
    width:180px;
    float:left;
    padding-right:20px

}
#bereichsteuerung strong
#bereichsteuerung a {
    text-decoration: none;
    display: block;
    padding:20px;
    margin:10px;
}
#bereichsteuerung a {
    color: white;
}
#bereichsteuerung a:link {
  text-decoration: none;
  border:none;
  
}
#bereichsteuerung a:visited {
  border: none;
}
#bereichsteuerung a:hover {
  text-decoration: underline;
  border: none;
}


#bereichsteuerung strong {
    color:#9FAC40 ;
}
#bereichsteuerung ul {
    text-decoration: none;
    list-style-type: none;
    padding:5px

}

#bereichinhalt {
    /*background-color: #2AFFAA;*/
    margin-left: 250px;
    text-align: left;
    overflow: auto;
    padding-right: 30px;

}
table {
    border-collapse: collapse;
    empty-cells: show;
}
th,td {
    border:1px solid black;
    padding: 3px;
    text-align: center
    ;
}
.radio{
    cursor:pointer;
    margin-right:5px;
}
label {
    width: 10em;
    display: block;
    float: left;
    cursor: pointer;  /* Mauszeiger aendern */
}


form {
    background-color: #eeeeff;
    padding: 20px;
    border: 1px solid silver;
}
#bereichfuss {
    /*background-color: #2AFF2A;*/
    text-align: center;
    padding:0px ;
    margin: 0px;
}
.Regelpunkt {
    text-decoration: underline;
    font-style:oblique;
}
