body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #427ab9;
}
body{
    text-align: center;
    background: #fff;
    padding: 0;
    margin: 20px 0 0 0;
}
p{
    margin: 1em 0 1em;
    padding: 0;
}
#container{
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 780px;
}
#navigation{
    background: #dcddde;
    position: relative;
    height: 65px;
    margin-bottom: 2px;
}
#navigation #logo{
    margin-left: 20px;
    margin-top: 10px;
    float: left;
    display: inline;
}
#navigation .navigation, #navigation .navigation li{
    list-style: none;
    float: left;
    padding: 0;
    margin: 0;
}
#navigation .navigation{
    padding: 20px 0 0 25px;
}
#navigation .rechts{
    padding: 10px 20px 0 0;
    float: right;
}
#navigation .navigation li a{
    text-decoration: none;
    font-weight: normal;
    display: block;
    color: #2462AA;
    --color: #0057a3;
    padding: 5px;
}
#navigation .navigation li a:hover, #navigation .navigation li a.active{
    color: #000640;
}
#navigation .rechts a{
    display: block;
    margin: 0;
    padding: 0;
    line-height: 15px;
    height: 10px;
}
#background{
    background: url(../bilder/layout_background.gif) repeat-y;
    border-bottom: 2px solid #2462AA;
    --border-bottom: 2px solid #0057a3;
}
#links, #mitte, #rechts{
    position: relative;
    display: inline;
    float: left;
}
#links{
    background: #2462AA;
    --background: #0057a3;
    width: 150px;
}
#links .navigation, #links .navigation li, #links .navigation ul, #links .navigation ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}
#links .navigation{
    margin: 25px 0 0 20px;
}
#links .navigation li{
    padding: 5px 0;
}
#links .navigation ul li{
    padding: 5px 0 5px 5px;
}
#links .navigation li a{
    text-decoration: none;
    font-size: 11px;
    color: #fff;
}
#links .navigation li a:hover, #links .navigation li a.active{
    color: #aaa;
}
#mitte{
    line-height: 1.5em;
    width: 433px;
    margin: 0;
    overflow: hidden;
}
#mitte #flash{
    margin-left: 2px;
}
#mitte #inhalt{
    min-height: 280px;
    height: auto;
    _height: 280px;
    margin: 0;
}
#mitte #inhalt .padding{
    padding: 20px 15px 0 15px;
}
#rechts{
    width: 197px;
    overflow: hidden;
}
#rechts #rechtsInhalt{
    padding: 20px 15px 5px 15px;
}
#rechts #rechtsInhalt #producedby{
    margin-top: 20px;
}
#rechts h1, #rechts p.newseintrag a{
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #0057a3;
}
#rechts label{
    width: 70px;
}

h1, h2, h3{
    margin: 0;
    padding: 0;
}

h1{
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    color: #0057a3;
}

h2{
    font-size: 11px;
}

h3{
    font-size: 11px;
}

a {
    text-decoration: underline;
    color: #427ab9;
}

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

a img{
    border: none;
}

a.normalschrift {
    color: #427ab9;
    font-size: 12px;
    text-decoration: none;
}

form {
    display:inline
}


.rahmen {
    border: 1px solid black;
}

.datum {
    font-size: 10px;
    color: #808080;
}

.floatleft {
    float: left;
    margin-right: 10px;
    display: inline;
    border: 1px solid #0057a3;
}

.floatright {
    border: 1px solid #0057a3;
    padding: 2px;
    float: right;
    margin-left: 10px;
    display: inline;
}

input, textarea, select {
    background: #ffffff;
    color: #000000;
    padding: 2px;
    font-size: 11px;
    border: 1px solid #0057a3;
}
input:focus, select:focus {
    background: #cecece;
    padding: 2px;
}
.tabellenrahmen {
    border: 1px solid black;
    border-collapse: collapse;
}
.tabellenrahmen thead td {
    background-color: #066DB0;
    border-bottom: 1px solid black;
    font-weight: bold;
    color: #000000;
}
.tabellenrahmen td {
    border: 1px solid black;
    padding: 4px;
    margin: 0;
}

/* Kontaktformular */
.ausfuellen{
    border: 1px solid red ;
}

form label{
    cursor: pointer;
    cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: black;
}

.line{
    background: url(../bilder/line.png) center repeat-x;
    height: 5px;
}

.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 */
