body, table, td, p{
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #666;
}
h1, h2, h3, strong, label{
    color: #333;
    padding: 0;
    margin: 0;
}
h1{
    color: #00f;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #00f;
    text-transform: uppercase;
    border-right: 3px solid #00f;
    margin-bottom: 10px;
}
h2{
    color: #00f;
    font-size: 12px;
    font-weight: normal;
}

h4 {
   color: #666666;
   font-size: 11px;
}

body{
    background: white url(../bilder/layout_waescheleine.png) repeat-x;
    text-align: center;
}
#container{
    background: url(../bilder/layout_content_repeater.gif) repeat-y;
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 780px;
}
#navigation{
    position: relative;
    margin: 0 auto;
    height: 22px;
    width: 780px;
}
#navigation ul, #navigation ul li{
    padding: 0;
    margin: 0;
}
#navigation ul{
    margin-left: 210px;
}
#navigation ul li{
    background: url(../bilder/button_linie.gif) no-repeat;
    list-style: none;
    float: left;
}
#navigation ul li a{
    background: none;
    padding: 0 10px 0 10px;
    line-height: 23px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    display: block;
    height: 22px;
    color: #666;
    margin-left: 2px;
}
#navigation ul li a:hover, #navigation ul li a.active{
    background: url(../bilder/button_aktiv.gif) repeat-x ;
    color: #f00;
}
#hintergrund{
    background: url(../bilder/layout_content_top.gif) no-repeat;
    position: relative;
    padding-top: 30px;
}
#fusszeile{
    background: url(../bilder/layout_content_bottom.gif) bottom no-repeat;
    padding-bottom: 110px;
}
#newsbox{
    float: left;
    width: 160px;
    margin-left: 20px;
    display: inline;
    position: relative;
}
#inhalt{
    line-height: 1.5em;
    float: left;
    width: 550px;
    margin-left: 30px;
    display: inline;
    position: relative;
}
#newsbox .datum{
    font-size: 10px;
    display: block;
    color: #000;
    margin: 0;
    padding: 0;
}
#newsbox strong, #newsbox a{
    font-size: 11px;
}

.teaserbox{
    background: url(../bilder/layout_teaser_repeater.jpg) repeat-y;
    margin: 10px 18px 0 0;
    width: 254px;
    float: left;
}
.teaserboxoben{
    background: url(../bilder/layout_teaser_top.jpg) no-repeat;
    padding: 10px 10px 0 10px;
    min-height: 151px;
    height: auto;
    _height: 151px;
}
.teaserboxunten{
    background: url(../bilder/layout_teaser_bottom.jpg) bottom no-repeat;
    height: 13px;
}

#newsbox a, .teaserbox a{
    background: url(../bilder/button.png) 0 2px no-repeat;
    padding-left: 24px;

}

a {
    color: #00f;
}

a:hover {
    color: #036;
    text-decoration: none;
}

a img{
    border: none;
}

form {
    display:inline
}


.rahmen {
    border: 1px solid black;
}

.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: black;
}

.formmailerror{
    border: 1px solid #E7DBC6;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

label{
  position: relative;
    width: 170px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.kontakt {
    position: relative;
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.clearleft{
    clear: left;
}
/* Ende Kontakt */

strong {
       font-size: 11px;
       color: #666666;
}
