* {
    margin: 0;
    padding:0;
}

body {
    text-align: center;
    background-color: #828282;        
    font-family: 'Lucida Sans Unicode', Tahoma, Helvetica, Verdana, sans-serif;
}

a {
    text-decoration: none;
    color: #868d97;
    background-color: inherit;
}
a:hover {
    text-decoration: underline;
    color: #868d97;
}
a:active {
    text-decoration: underline;
    color: #868d97;
}
a img {
    border:none;
}


#container{
    text-align: left;
    background: #E3E3E3;
    color: #000000;
    width: 60em;
    height: 41em;
    margin: 0em auto;
    padding:0.6em;
    border-color: #EEA920;
    border-bottom-height:0.3em;
    border-bottom-style:solid;
}



#header {
    height: 3.5em;
    width: auto;
    text-align: right;
    padding-top: 0.9em;
    padding-right: 1em;
    margin-bottom: 0.5em;
    font-size: 1.0em;
    background-repeat: no-repeat;
    background-image:url(/startseite-logo-sm.png);
    background-position:left center;
    background-color: #FFFFFF;
}
#header a {
    font-size:0.8em;
}


#content{
    height: 24em;
    width: auto;
    background: #FFFFFF;
}

#imageContainer {
    height: 23.7em;
    width: auto;
    position: relative;
    margin: auto;
}
#imageContainer img {
    width: 60em;
    height: 24em;
    display: none;
    position: absolute;
    top:0; left:0;
}

#buttons{
    float: left;
    text-align: left;
    background: #E3E3E3;
    color: #000000;
    width: 60.6em;
    height: 10em;
    margin: 0em auto;
/*    padding:0.3em;*/
}

.leak {
    float: left;
    width: 0.78em;
    height: 10em;
    margin: 0em auto;
}


.button {
    height: 11em;
    width: 13.65em;
    float:left;
    background: #FFFFFF;
    padding-top: 0.6em;
    padding-left: 0.4em;
    padding-right: 0.4em;        
    margin-top: 0.35em;
    font-size: 1.0em;
    color: #EEA920;
}


.text_box {
    color:#525151;
    font-size:0.7em;
    text-decoration:none;
    margin-top:0.5em;
    width: 12em;
    float: left;
}

.text_box a {
    text-decoration: none;
    color: #868d97;
    background-color: inherit;
}
.text_box a:hover {
    text-decoration: underline;
    color: #525151;
}
.text_box a:active {
    text-decoration: underline;
    color: #525151;
}


#news_box {
    color:#525151;
    font-size:0.7em;
    text-decoration:none;
    margin-top:0.5em;
    float: left;
}

#news_box a {
    text-decoration: none;
    color: #868d97;
    background-color: inherit;
}
#news_box a:hover {
    text-decoration: underline;
    color: #525151;
}
#news_box a:active {
    text-decoration: underline;
    color: #525151;
}




.bild_box {
    float: right;
    width: 5.2em;
}

#referenzen_box {
    width: 13.7em;
    height: 7.2em;
    margin-top:0.5em;
    position: relative;
}


#referenzen_box img {
    width: 13.7em;
    height: 7.2em;
    display: none;
    position: absolute;
    top:0; left:0;
}



#footer {
    clear: both;
    font-size:0.7em;
    color:#FFFFFF;
    line-height: 1.5em;
    margin-bottom: 1em;
    width: auto;
    margin: 0em auto;
    text-align:center;
}


#footer a {
    color: #eea920;
    background-color:inherit;
}

#footer a:hover {
    color: #da7a08;
    background-color:inherit;
    text-decoration: underline;
}


