body, table, td, p {
    font: 12px Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    line-height: 1.5em;
}

body{
    background: #006AB8;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    margin: 1em 0 1em;
    padding: 0;
}

#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 780px;
    background: url(../bilder/hintergrund.png) repeat-y center;
}

#innerContainer{
    background: url(../bilder/oben.png) no-repeat;
}

#navigation{
    position: relative;
    left: 10px;
    float: left;
    width: 180px;
    height: 370px;
}

#scrollto{
    position: relative;
}

#header{
    margin-bottom: 20px;
    position: relative;
}

#inhalt{
    position: relative;
    float: left;
    width: 560px;
    margin-top: 6px;
    z-index: 0;
}

#inhalt ul{
    margin: 0 0 10px 0;
    padding: 0;
}

#inhalt li{
    background: url(../bilder/bullet2.png) no-repeat 0em 0.3em;
    list-style: none;
    padding-left: 20px;
    position: relative;
}

#rechtespalte, .rechtespalte{
    float: right;
    margin-top: 5px;
    width: 164px;
    margin-left: 10px;
}

#rechtespalte img, .rechtespalte img{
    margin-bottom: 10px;
    border: 3px solid #A9CAED;
}

.rechtesbild img{
    border: 3px solid #A9CAED;
}

#logo{
    position: relative;
    left: 20px;
    margin-top: 30px;
}

#footer{
    background: url(../bilder/unten.png) no-repeat;
    height: 296px;
    position: relative;
}

.navigation, .navigation ul{
    list-style: none;
}

ul.navigation{
    margin: 0;
    padding: 0;
}

.kasten{
    border: 1px solid black;
    padding: 3px;

}

h1{
    font-size: 13px;
    color: #324A90;
    margin: 0 0 0.4em 0;
    text-transform: uppercase;
    font-family: Tahoma, Arial, Helvetica;
}

h2{
    font-size: 12px;
    color: #324A90;
    margin: 0 0 0em 0;
}

h3{
    font-size: 14px;
}

a {
    color: #324A90;
}
a.active {
    color: #E60005;
    font-weight: bold;
}

a:hover {
    color: #036;
}

a img{
    border: none;
}

form {
    display:inline
}

.repeater{
    margin-bottom: 20px;
}

.rahmen {
    border: 1px solid black;
}

.bilderrahmen {
    border: 3px solid #A9CAED;
}

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

.floatleft {
    float: left;
    margin-right: 10px;
    display: inline;
}

.floatright {
    float: right;
    margin-left: 10px;
    display: inline;
}


.tabellenrahmen {
    border: 1px solid white;
    border-collapse: collapse;
}
.tabellenrahmen thead td, .tabellenrahmen th{
    background-color: #C6D3EC;
    border-bottom: 1px solid white;
    font-weight: bold;
    padding: 0px 4px 0px 4px;
    color: #000000;
}
.tabellenrahmen td {
    border: 1px solid white;
    padding: 4px;
    margin: 0;
}

/* Kontaktformular */
input, textarea, select {background: #ffffff; color: #000000;  border: 1px solid black;}

/*input.text, input.required { position: relative; display: block; float: left; margin-bottom: 5px; }*/
input.text, input.password, textarea.text{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
    font-size: 11px;
}

input.required, input.password.required, textarea.required, .ausfuellen{
    margin: 0px 0px 5px 0px;
    padding: 2px 0;
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    border: 1px solid #F8D5D5;
}

.required.completed, .ausfuellen.completed{
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x !important;
    border: 1px solid #cccccc !important;
}

select{margin-bottom: 5px;}
body > select{margin-bottom: 0px;}

.checkbox {margin-bottom: 5px; border: 0;}

.submit{
    margin: 5px 0 5px 0;
    padding: 2px 2px;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    border: 1px solid #cccccc;
}

input:focus, select:focus, input.required:focus {border: 1px solid black;  }
form label.required {  color: red; }
form label.completed {  color: black; }
.ausfuellen {border: 1px solid red}
#formmailmessage {
    border: 1px solid #E7DBC6;
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: red;
    margin: 0px 0px 5px 0px;
    background: #ffffff url(../zubehoer/hintergrund_input_text_required.gif) repeat-x;
    display: none;
}

#formmailmessage.complete{
    color: green;
    border: 1px solid green;
    background: #ffffff url(../zubehoer/hintergrund_input_text.gif) repeat-x;
    font-weight: bold;
}

label { position: relative; width: 170px; float: left; margin-bottom: 5px; }
.kontakt {
    position: relative;
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 5px;
}
.clearleft {clear: left; }
#anschrift{float: right;  position: relative; margin-right: 10px;}
#anschrift label { position: relative; width: 60px;  float: left; margin-bottom: 2px; }
#anschrift p{ margin-top: 4px;}
#kontaktform, #formmailmessage {width: 330px; margin-right: 10px; position: relative;}
#kontaktform .text{width: 180px;}
#kontaktform label { position: relative; width: 130px; float: left; margin-bottom: 5px; }
/* Ende Kontakt */

#ansprechpartnerdiv{
    clear: both;
    position: relative;
    margin-left: 4px;
    top: 3px;
}
#ansprechpartnerdiv a{
    color: black;
}
/* Sprachwahl */
#sprachen{
    position: absolute;
    top: 20px;
    right: 35px;
    height: 1%;
}

#sprachen ul {
    margin: 10px 0px 0px 5px;
    padding: 0;
    list-style: none;
}

#sprachen ul li {
    margin-right: 5px;
    padding: 0;
    float: left;
    list-style: none;
    background: none;
}

#sprachen ul li a {
    text-decoration: none;
}

#sprachen ul li a img {
    filter : alpha(opacity=30);
    opacity : 0.50;
    -moz-opacity : 0.50;
}

#sprachen ul li a:hover img {
    filter : alpha(opacity=100);
    opacity : 1;
    -moz-opacity : 1;
}

#sprachen a.active img  {
    filter : alpha(opacity=100);
    opacity : 1;
    -moz-opacity : 1;
}
/* Ende Sprachwahl */

.clearfix:after { content: ".";     display: block;     height: 0;     clear: both;     visibility: hidden; }
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
