/* -- Allgemienes --*/
body {
    background: #513a26;
}
        .links a{ color: #513a26; text-decoration: none; font-weight:bold;}
        .links a:visited {color: #513a26; text-decoration: none; }
        .links a:hover {color: #8a6742; text-decoration: none; }

  .fright {float:right;  margin: 0 0.2em 0.2em 1em;}
  .fleft {float:left;  margin: 0 1em 0.2em 0.2em;}

img {
  border: 0px;
  padding: 2px;
}

/* -- Layoutspezifisches -- */
#box{
 background: #FFFFFF;
 max-width: 700px;
 margin: auto; /* hiermit wird die Seite zentriert */
 border: medium double #080502; /* Umrahmung */
}

#banner {
    height: 140px;
    background: #8a6742;
    text-align: center;
}

#banner font{
    text-decoration:none;
    font-size:26pt;
    font-weight:bold;
    color: #513a26;}

        #banner .links a{ color: white; text-decoration: none; font-weight:bold;}
        #banner .links a:visited {color: white; text-decoration: none;  font-weight:bold;}
        #banner .links a:hover {color: #513a26; text-decoration: none;  font-weight:bold;}

#banner span{
    text-decoration:none;
    font-size:26pt;
    padding:0;
    color: white;
    text-align: right;}

#banner img{
    border:0;
    padding:0;}


span {
    padding: 5px 5px 5px 5px;
}

td {
 text-align: center;
}

#menu {
    height:50px;
    background: #804ba6;
    padding-right: 5px;
    padding-top: 3px;
    color: white;
}


#menu span{
    color:white;
}

#menu a{
    color:white;
}

#mitte{
    min-height: 300px;
    margin: 2px 4px 2px 4px;
}


#mitte h1, h2, h3{
     color:##513a26;
}


.Kopfdaten{
    color: #800040;
    font-weight:bold;
    margin-bottom: 6px;
    border-bottom: 1px dotted #CC5972;
}

.gb_form {
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #6F3198;;
    color: white;
    border: medium double #FFFFFF;
    text-align: center;
}

.gb_form * label:after {
    content: ":";
}

#bottom{
    background: #FFFFFF;
    text-align: center;
    margin:auto;
}

#unten{
    background: #513a26;
    color: white;
    hight:30px;
    text-align: center;
    padding-top:6px;
    margin:auto;
}

        #unten .links a{ color: white; text-decoration: none; font-weight:bold;}
        #unten .links a:visited {color: white; text-decoration: none;  font-weight:bold;}
        #unten .links a:hover {color: #8a6742; text-decoration: none;  font-weight:bold;}