body, table, td, p {
    font: 11px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #7B7C7E;
}
body{
    background: white;
    text-align: center;
}
#container{
    background: url(../bilder/layout_hintergrund.gif) repeat-y;
    position: relative;
    text-align: left;
    width: 720px;

    margin: 0 auto;
    margin-top: 50px;
}
#navigation{
    margin-right: 21px;
    text-align: right;
    position: relative;
    display: inline;
    width: 140px;
    float: left;
}
#navigation ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
#navigation ul li{
    margin-top: 7px;
}
#navigation ul li a{
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    color: #006AB3;
}
#navigation ul li a.active, #navigation ul li a:hover {
    color: #D69422;
}
#inhalt{
    line-height: 1.5em;
    position: relative;
    float: left;
    display: inline;
    width: 300px;
    margin: 0 25px;
}
#inhalt li{
    margin-bottom: 10px;
}

#producedby{
    text-align: center;
    margin: auto;
    margin-top: 40px;
}
#infobox{
    margin-left: 21px;
    position: relative;
    display: inline;
    float: left;
    width: 150px;
}
h1, h2, h3, strong{
    font-size: 12px;
    color: #006AB3;
}
h1{
    border-bottom: 1px solid #D69422;
    padding-bottom: 2px;
}
h3{
    font-size: 11px;
    margin: 0;
}
strong{
    font-weight: normal;
}
a {
    color: #D69422;
}
a:hover {
    color: #036;
    text-decoration: none;
}
a img{
    border: none;
}
form {
    display:inline
}
.rahmen {
    border: 1px solid black;
}
.datum {
    font-size: 9px;
    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: #D69422;
}

form label.completed {
  color: black;
}

.formmailerror{
    border: 1px solid #E7DBC6;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}

label{
    position: relative;
    width: 120px;
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.kontakt {
    position: relative;
    width: 160px;
    display: block;
    float: left;
    margin-bottom: 5px;
}

.clearleft{
    clear: left;
}

input, select, textarea{
    border: 1px solid #ccc;
    font-size: 10px;
}
/* Ende Kontakt */
