html, body {
    margin: 0px; padding: 0px;
    width: 100%; height: 100%;
    font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px; color: #555754;
    background-color: #FFF;
    background-image: url("../img/bg.jpg");
    background-repeat: repeat-x;
    text-align: center;
}
a {
    color: #989993;
    text-decoration: none;
}
a:hover {
    color: #B30036;
}
img {
    border: 0px;
}
p {
    margin: 0px 0px 5px 0px; padding: 0px;
    line-height: 1.4;
}
h1 {
    font-family: Georgia, Times New Roman, Arial, Verdana;
    margin: 0px; padding: 0px;
    font-size: 18px;
    font-weight: 100;
}
.global {
    position: relative;
    top: 30px;
    margin: auto;
    width: 817px;
}
.head {
    width: 818px; height: 105px;
    background-image: url("../img/bg3.jpg");
    background-repeat: repeat-x;
}
.logo {
    position: relative;
    float: right;
    margin: 5px;
}
.body {
    width: 818px; height: 632px;
    background-image: url("../img/bg2.jpg");
}
.content {
    width: 674px; height: 397px;
    overflow: auto;
    position: relative;
    top: 40px;
    padding: 10px; margin: auto;
    background-image: url("../img/bg4.png");
    /*background-color: #E5EFF8;*/
    border: 1px solid #8C9BA2;
}
.main {
    text-align: left;
    float: left;
    width: 80%;

}
.main1 {
    text-align: left;
    float: left;
    width: 37%
}
.main2 {
    text-align: right;
    float: right;
    width:40%;
}


.gal_thumb {
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
}


/* CSS for Portfolio Modul */
#mybox {
    margin: auto;
    padding: 10px;
    background-color: #FFF;
    z-index: 100;
    /*width: 675px;*/
    position: relative;
    top: 100px;
}


#overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 500px;
    display:none;
    text-align: center;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.centerbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    display:none;
    text-align: center;
}

#designpreishome, #designpreis {
    position:absolute;
    left:11px;
    top: 150px;
}

#designpreis {
    top: 45px;
    left:20px;
}

