html, body {height: 100%;}

body {margin: 0; padding: 0;}

body, table, td, p {
    font: 11px Tahoma,Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-weight: normal;
    color: #666666;
    line-height: 1.5em;
}

body{
    background: #EFEFEF;
    text-align: center;
    padding: 0;
    margin: 0;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

#container{
    margin: 0 auto;
    text-align: left;
    position: relative;
    width: 782px;
    min-height: 100%;
    background: url(../bilder/hintergrund.png) center #EFEFEF repeat-y;
}

* html #container {
    height: 100%;
}

#inner_container {
    background: url(../bilder/kopfgrafik.png) no-repeat;
    position: relative;
    padding-bottom: 50px;
    width: 780px;
}

#header{
    height: 66px;
}

#logo{
    position: absolute;
    left: 30px;
    top: 38px;
}

#footer{
    background: url(../bilder/footer.png) 10px no-repeat;
    height: 49px;
    width: 780px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer a, #footer a:visited{
    color: #CCCCCC;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

#impressumdiv{
    position: relative;
    top: 20px;
    left: 30px;
    text-transform: uppercase;
    font-size: 10px;
}

#adresse{
    position: absolute;
    top: -220px;
    margin-left: 30px;
    font-size: 10px;
    line-height: 1.5em;
}

#adresse a {
    color: #666;

}

#inhalt{
    line-height: 1.5em;
    position: relative;
    width: 545px;
    float: left;
    height: auto;
    min-height: 250px;
    _height: 250px;
    margin-top: 40px;
    margin-left: 20px;
}

#linkespalte{
    position: relative;
    display: inline;
    top: 140px;
    width: 155px;
    float: left;
    margin-left: 30px;
    font-size: 11px;
}

#linkespalte a{
    font-weight: bold;
    color: #666;
}

#linkespalte a:hover ,#linkespalte a.active {
    color: #DA251C;
    text-decoration: none;
}

#producedby{
    position: absolute;
    right: 30px;
    bottom: 2px;
}

#navigation{
    position: relative;
    margin: 0 0 0 205px;
    padding-top: 15px;
    width: 570px;
}

.navigation, .navigation ul{
    list-style: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1%;
}

ul li {
    background: transparent url(../bilder/pfeile.gif) 0px 4px no-repeat;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding: 0 0 0 15px;
}

ul.nospace {
    margin-bottom: 1em;
}

ul.nospace li {
    margin: 0;
}

#navigation ul{
    margin: 0;
    padding: 0;
    position: relative;
}

#navigation ul li{
    display: inline;
    background-image: none;
    padding: 0;
    margin: 0;
}

#navigation ul li a {
    color: #E3BDBB;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 0 16px 0 0;
    padding: 0;
    text-decoration: none;
    float: left;
    display: inline;
    height: 1%;
}

#navigation ul li a.active , #navigation ul li a:hover{
    color: white;
}



.repeater{
    margin-bottom: 20px;
}

.rot{
    color: #C8221A;
}

h1{
    font-size: 15px;
    color: #C8221A;
    margin: 0 0 1em 0;
}

h2{
    font-size: 13px;
    margin: 0 0 1em 0;
    padding: 0;
}

h3{
    font-size: 12px;
    margin: 0;
    padding: 0;
}

a {
    color: #DA251C;
    text-decoration: underline;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a img{
    border: none;
}

form {
    display:inline
}


.rahmen {
    border: 1px solid #DA251C;
}

.datum {
    font-size: 10px;
    color: #808080;
}

.floatleft {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline;
}

.floatright {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    display: inline;
}

input, textarea, select {
    background: #e9e9e9;
    color: #000000;
    font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
    padding: 1px;
    font-size: 11px;
}

input, textarea {
    padding: 2px;
}

input:focus , textarea:focus , select:focus{
    background: #fff;
}

input.button {
    padding: 0;
    background: transparent;
}

.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;
}

input.kontakt , textarea.kontakt {
    border: 1px solid #666;
    width: 180px;
}

/* Kontaktformular */
.ausfuellen{
    border: 1px solid red ;
}

form label{
    cursor: pointer;
    cursor: hand;
}

form label.required {
  color: red;
}

form label.completed {
  color: #666;
}

.formmailerror{
    border: 1px solid #DA251C;
    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;
}

select {
    float: left;
}

.clearleft{
    clear: left;
}
/* Ende Kontakt */

.kontaktform {
    width: 290px;
    float: left;
}

.kontaktadresse {
    width: 230px;
    float: right;
}

.kontaktadresse label , .ansprechpartner label{
    margin-bottom: 0px;
    width: 80px;
}

.impressum label {
    margin-bottom: 0;
}

.kontaktform label {
    width: 100px;
}

.kontaktform p{
    margin: 0 0 5px 0;
}