body, table, td, p{
    font: 12px Verdana, Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal;
}
body{
    text-align: center;
    background: #ccc;
}
#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    margin-top: 15px;
    width: 994px;
}
#bereichnavigation{
    background: url(../bilder/layout_navi_leiste.gif) repeat-x;
    position: relative;
    height: 25px;
}
#bereichnavigation ul{
    list-style:none;
    margin: 0 0 0 22px;
    padding: 0;
}
#bereichnavigation li{
    display:inline;
    padding: 0;
    margin: 0;
}
#bereichnavigation a{
    text-decoration: none;
    padding: 0 0 0 5px;
    margin: 0 9px 0 0;
    float: left;
    color: #fff;
}
#bereichnavigation a span{
    float:left;
    display:block;
    padding:3px 10px 4px 5px;
    font-weight:bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#bereichnavigation a span {float:none;}
/* End IE5-Mac hack */

#bereichnavigation a:hover span {

}
#bereichnavigation .active a, #bereichnavigation a:hover {
    border-width:0;
    color: #25333B;
}

#navigation{
    width: 190px;
    margin-left: 7px;
    float: left;
    display: inline;
    overflow: hidden;
}
#navigation ul, #navigation li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation li{
    min-height: 25px;
    height: auto;
    _height: 24px;
    padding: 1px 0 0 10px;
}
#navigation li a{
    font-size: 11px;
    font-weight: bold;
    color: #616307;
    text-decoration: none;
}
#navigation li ul{
    margin: 4px 0;
    display: none;
}
#navigation ul .active ul{
    display: block;
}
#navigation li ul li{
    background: none;
    border: none;
    height: auto;
    min-height: 0;
}
#navigation li a:hover, #navigation li a.active{
    color: #1b70a4;
}
#navigation li ul li a{
    font-weight: normal;
    padding-left: 10px;
    display: block;
}
#producedby{
    background: #ccc url(../bilder/layout_fusszeile.gif) no-repeat;
    padding-top: 27px;
    text-align: center;
}
#inhaltrahmen{
    line-height: 1.5em;
    position: relative;
    float: left;
    width: 700px;
    background: white;
    margin-bottom: 10px;
}
#inhalt{
    padding: 0 20px;
}
#inhalt ul{
    list-style-image: url(../themes/default/listenpunkt.gif);
}
#inhalt .navigation {
    margin: 5px 0 0 25px;
    padding: 0;
    list-style-image: none;
}
#inhalt .navigation li{
    list-style: none;
}
#inhalt .navigation li a{
    background: url(../themes/default/listenpunkt.gif) 0px 3px no-repeat;
    font-weight: normal;
    padding-left: 10px;

    font-size: 11px;
}
#inhalt .navigation li a:hover, #navigation li .navigation li a.active{
    background: url(../themes/default/listenpunkt_active.gif) 0px 3px no-repeat;
}
h1, h2{
    color: #B86C11;
}
h1{
    font-size: 14px;
    padding: 0;
    margin: 3px 0;
}
h2{
    font-size: 13px;
}
h3{
    font-size: 11px;
}
.newsbox h2, .newsbox p{
    margin: 0;
    padding: 0;
}
a{
    color: #616307;
}
a:hover{
    color: #036;
    text-decoration: none;
}
a img{
    border: none;
}

form {
    display:inline
}


.rahmen {
    border: 1px solid black;
}

.datum {
    font-size: 10px;
    color: #808080;
}

.floatleft {
    float: left;
    margin-right: 10px;
    display: inline;
}

.floatright {
    float: right;
    margin-left: 10px;
    display: inline;
}

/* Kontaktformular */
.ausfuellen{
    border: 1px solid red ;
}

form label{
    cursor: pointer;
    cursor: hand;
}

form label.required {
    color: red;
}

form label.completed {
    color: green;
}

.formmailerror{
    border: 1px solid #E7DBC6;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

label{
    position: relative;
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.kontakt {
    position: relative;
    width: 230px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

textarea.kontakt, input.kontakt, select.kontakt{
    border: 1px solid #bbb ;
    font-size: 12px;
}

#kontaktform label{
    width: 170px;
}

.clearleft{
    clear: left;
}
/* Ende Kontakt */
