html, body {
        margin: 0;
        padding: 0;
}

body {
        background: #14171C;
        font-family: Arial;
        font-size: 13px;
        line-height: 1.6;
        color: #444;
        overflow-x: hidden;

}

#home {
        position: static;
        width: 700px;
        height:450px;
        margin: 10px auto;
        padding: 20px 60px;
        background-image: url(img/landscape/stage3.jpg);
        background-repeat:no-repeat;
        background-position:center;
}

#contact {
        position: static;
        width: 500px;
        margin: 30px auto;
        padding: 20px 60px;
        background-color: #14171C;

        text-align:left;
}


#content {
        position: static;
        width: 700px;
        margin: 5px auto;
        padding: 20px 60px;
        background-color: #14171C;

}

#hauptteil {
        background-color: #14171C;


}
h1 {
        margin: 0;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: normal;
        font-family: Tahoma;
        letter-spacing: 0.3em;
}

h1 em {
        font-size: 50%;
        letter-spacing: -0.05em;
}

h2 {
        margin: 0;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: normal;
        font-family: Tahoma;

}
h2 a{
        margin: 0;
        color: #FFFFFF;
        font-size: 13px;
        font-weight: normal;
        font-family: Tahoma;

}

h3 {
        margin: 0;
        color: #FFFFFF;
        font-size: 11px;
        font-weight: normal;
        font-family: Tahoma;

}



hr {
        border: none;
        height: 1px; line-height: 1px;
        background: #D8D8D8;
        margin-bottom: 20px;
        padding: 0;
}

p {
        margin: 0;
        padding-bottom: 14px;
}

a {
        outline: none;
        text-decoration: none;
}

a img {
        border: 1px solid #BBB;
        padding: 2px;
        margin: 10px 30px 10px 0;
        vertical-align: top;
}

ul {
        margin: -7px 0 24px 0;
}

#navigation {
position: static;
width: 600px;
height: 30px;
margin: 6px auto;
font-size: 10pt;
overflow: hidden;
text-align:center;
}

#navigation li {

list-style: none;
display: inline;
padding-right: 25px;
}

#navibg {

position: relative;
width: 100%;
height: 35px;
background-color: #14171C;
overflow: hidden;
border: solid 1px #14171C;
border-bottom-color: grey;
}

#navigation a{

text-decoration: none;
color: white;
vertical-align: bottom;
}

#navigation a:hover{

text-decoration: none;
color: grey;
vertical-align: bottom;
}

#headerbild{
position:relative;
width:100%;
height:50px;
background-color: #14171C;
border: solid 1px #14171C;
border-bottom-color: grey;
border-top-color: grey;
overflow: hidden;

}

#headertext{

padding: 0px 60px;
position:static;
line-height:100%;
margin:10px auto;
white-space:pre;
text-align:center;

}

#bottom {
background-color: #14171C;
position:fixed;
width: 100%;
height:30px;
bottom:0px;
border: solid 1px #14171C;
border-top-color: grey;
overflow: hidden;
text-align:center;
}


.image {float:left; margin:2px;position:relative;}
.image p {display:none;}
.strip {overflow:hidden;}
.strip p {display:none;}
img { -ms-interpolation-mode: bicubic;}
.clear {clear:both; visibility:hidden; width:0px; height:0px; overflow:hidden;}
.main {display:none;}