body{
    font-family:  arial; 
    color: gray;
    overflow: auto;   
    background-color: #ccc;
}

#container{
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: 600px;
}

#slideshow{
    position: absolute;
    top: 110px;
    width : 1000px;
    z-index: 3;
}

#slideshow img{
    cursor: e-resize;
    width: 100% !important;
    display: none;
    -moz-box-shadow: 0px 0px 2px #ccc;
    -webkit-box-shadow: 0px 0px 3px #666;
    box-shadow: 0px 0px 5px #ccc;
}

#slideshow img.first{
    visibility: hidden;
}




#header{
    position: absolute;
    top: 53px;
    width: 999px;
    height: 40px;
    color: #666;
    font-size: 22px;
    text-align: right;
    text-shadow:0em 0em 3px #eee;
    z-index: 99;
}

#menue{
    position: relative;
    width: 999px;
    height: 10px;
    margin-top: 690px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    float: left;
}

#menue ul{
    margin: 0;
    padding: 0;
}

#menue ul li{
    display: inline;
}

#menue .vc{ 
    line-height: 17px;
    display: none;
    list-style-type: none;
}

/* the slideshow pager */


#nav{ 
    position: absolute;
    top: 25px;
    right: 0px;
}

#nav a{
    color: transparent;
    font-size: 0.1em;
    background:  url(../art/greydot.png) no-repeat;
    padding-right: 12px;
    padding-bottom: 2px;
    width: 10px;
    height: 10px;
    text-shadow:none;
}

#nav a.activeSlide{ background:  url(../art/dot.png) no-repeat;}


a{
    text-decoration: none;
    color: gray;
}

a:hover{
    text-decoration: underline;
    color: #eee;
}
a:visited{
    text-decoration: none;
    color: gray;
}
.imprint{
    cursor: pointer;
}

#loading{
    position: absolute;
    z-index: 2;
    background-image: url(../art/progress.gif);
    width: 66px;
    height: 66px;
    top: 400px;
    left: 50%
}


.friends{
    cursor: pointer;
}

#links{
    text-shadow:0em 0em 3px #eee;
    position: absolute;
    width: 1000px;
    height: 400px;
    z-index: 9000;
    padding-top: 20px;
    
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;

}
#news{
    text-shadow:0em 0em 3px #eee;
    padding-top: 20px;
    position: absolute;
    height: 400px;
    width: 1000px;
}


.bam{

background-color: aqua !important;
}
