body{
    font-family: Georgia;
    color: #FFF; 
    background: url(background.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

*{
    margin: 0;
    padding: 0;
}


/**** LINKS ****/

a, a:visited, a:active{
    color: #fff;
    text-decoration: none;
}

a:hover, a:focus{
    color: #6492b5;
}

#header a, #header a:visited, #header a:active{
      color: #000;  
}

#header a:hover, #header a:focus{
    color: #6492b5;
}


/**** HEADERSTYLES ****/

h1{
    font-size: 40px;
}


/**** LAYOUT ****/

#header{
    width: 960px;
    height: 180px;
    position: relative;
    left: 50%;
    top: 0;
    margin-left: -480px;
    background-color: #fff;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter:alpha(opacity=80);
}

#headerleft{
    float:left;
    width: 720px;
    color: #000;
    margin: 20px 20px 20px 20px;
}

#logo{
    float:right;
    width: 130px;
    margin: 25px;
}


#menu{
    width: 960px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -480px;   
    background-color: #000;
    opacity: 0.80;
    -moz-opacity: 0.80;
    filter:alpha(opacity=80);
/*     -webkit-box-shadow:  0px 3px 10px  #7f7f7f;
    box-shadow:  0px 3px 10px  #7f7f7f; */
    display: none;
}


#content{
    width: 960px;
    position: relative;
    left: 50%;
    top: 0;
    overflow:hidden;
    margin-left: -480px;
    margin-bottom: 30px;  
    margin-top: 30px;
    /* background-color:#240006; */
    background-color: #000;
    opacity: 0.90;
    -moz-opacity: 0.90;
    filter:alpha(opacity=90);
}

.contentleft{
    font-size: 20px;
    line-height: 1.5;
    float:left;
    margin: 20px 10px 20px 20px;
    width: 300px;
}

.contentright{
    font-size: 20px;
    line-height: 1.5;
    width: 600px;
    margin: 32px 20px 20px 10px;
    float: right;
}

.contentelement{
    overflow:hidden;
}

hr{
    border: 2px #fff dashed;
    border-style: none none dashed;
    width:920px;
    margin: 20px;
}


.kollektionelement{
    overflow:hidden;
    margin: 0px 0px 30px 0px;
}

.kollektionthumb{
    width: 50px;
    float:left;
}

.kollektionthumb img{
    border: 2px solid #fff;
}

.kollektionname{
    width: 530px;
    float: right;
    margin-left: 20px;
    line-height: 1.0;
    font-size: 25px;
    padding-top: 15px;
}

.clear{
    clear: both;
}

