/* Stylesheet - DBV-Center */

/* Basics */
html {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Verdana, Arial;
    font-size: 10px;
    color: #000000;
    margin: 0px;
    padding: 0px;
    background-color: #636154;
}

hr {
    background: url(../../images/hr.jpg) no-repeat top left;
    height: 3px;
    margin: 15px 0px 15px 0px;
    padding: 0;
    border: 0;
}

h1 {
    font-size:14px;
    font-weight:bold;
    line-height:16px;
}

h2 {
    font-size:12px;
    font-weight:bold;
    line-height:14px;
}

img {
    border: 0px;
}

ul {
    list-style-position: inside;
}

ul.clear {
    list-style-type: none;
}

ul.clear p {
    padding-top: 0;
    margin-top: 0;
}

input, textarea, select {
    font-family: Verdana, Arial;
    width: 350px;
    border: #000 1px solid;
    font-size: 11px;
    color: #000;
    background-color: #FFFFFF;
}

input.button {
    width: auto;
    border: none;
    background-color: transparent;
}

.clearer {
    clear: both;
}

.errorText {
    color: #FF0000;
    font-weight: bold;
}
.toggler {
    color: #000;
    margin: 0;
    padding: 2px 5px;
    background: url(../../images/subnav_bg.jpg) no-repeat top left;
    cursor: pointer;
}
.element {
    padding-left: 10px;
}

#wrapper {
    margin: 25px auto;
    text-align: left;
    width: 900px;
}

#header {
    float:left;
    /*
    position: absolute;
    top:26px;
    */
    width: 906px;
    height: 132px;
    background: url(../../images/header_bg.jpg) no-repeat bottom left;
}

#header img.logoWachendorf {
    float: left;
    width: 390px;
    height: 50px;
    margin: 20px 0px 0px 35px;
}

#header img.logoBuRoWa {
    width: 144px;
    height: 45px;
    float: right;
    margin: 20px 25px 0px 0px;
}

#header div#metaNavi {
    float: right;
    margin-right: 3px;
}

#header div#metaNavi ul {
    list-style-type: square;
    color: #FFFFFF;
}

#header div#metaNavi ul li {
    display: inline;
    padding-left: 10px;
}

#header div#metaNavi ul li a:link,
#header div#metaNavi ul li a:visited,
#header div#metaNavi ul li a:active,
#footer a:link,
#footer a:visited,
#footer a:active {
    color: #FFFFFF;
    text-decoration: none;
}

#header div#metaNavi ul li a:hover,
#footer a:hover,
a:link,
a:visited,
a:active {
    color: #C18211;
    text-decoration: none;
}

a:hover {
    color: #C18211;
    text-decoration: none;
}

#contentWrapper {
    float:left;
    /*
    top: 158px;
    position: absolute;
    */
    width: 856px;
    padding: 15px 25px 15px 25px;
    background-color: #FFFFFF;
    background: url(../../images/content_bg.jpg) repeat-y top left;
}

#menu {
    margin-bottom: 20px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    margin-right: 10px;
}

#menu ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

#menu div.breadCrumb {
    color: #C18211;
    float: left;
    margin-top: 10px;
}

#content {

}

#content .teaser {
    float: left;
    margin-right: 15px;
}

#content ul.wide li {
    margin-bottom: 20px;
}

#contentText {
    padding-left: 150px;
}

#footer {
    width: 906px;
    height: 37px;
    background: url(../../images/footer_bg.jpg) no-repeat top left;
    color: #FFFFFF;
    padding-top: 16px;
    text-align: center;
}

#footer a {
    margin-left: 10px;
}
