/* 
    Document   : style
    Created on : 1-nov-2009, 16:03:45
    Author     : jerrevds
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image:url(img/bg.png);
}


#scrollbalk{
    position: relative;
    width: 820px;
    height:650px;
    top: -100px;
    margin:0px;
    padding: 40px;
    margin-left: -430px;
    left:50%;
    overflow: hidden;
    background-image:url(img/balk.gif);
        z-index: 1;
}
.balkitem{
    position: relative;
    width: 150px;
    height: 150px;
    cursor: pointer;
    float: left;
    margin: 15px;
}
.uitleg{
    position: absolute;
    width: 220px;
    height: 300px;
    left:  620px;
    top: 55px;
    padding: 10px;
    font-size: 120%;
    font-family: calibri;
}

.under{
    background-color:orange;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    border-radius: 10px;
}
.offline{
    background-color:red;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    border-radius: 10px;
}

#scrollbutton{
    position:relative;
    width: 40px;
    height: 40px;
    display: block;
    background-image: url(img/scroller.png);
    padding: 0px;
    margin: 0px;
    top: 75px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
    background-position: -40px 0px;
}
.imgdeel{
    float: left;
}

.cleaner{
    clear:both;
}


.intro{
    top: 430px;
    left: 800px;
    width: 210px;
    padding: 30px;
    font-size: 110%;
    background-color:#959292;
    position: absolute;
}

.adsense{
    position: absolute;
    width: 728px;
    height: 90px;
    top: 900px;
    margin-left: -364px;
    left: 50%;

}

.loginbox{
    position: relative;
    top: 780px;
    left: 50%;
    margin-left: -325px;
    width: 650px;
    position: absolute;
    text-align:left;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #c1c1c1;
}

#gauge{
    position: relative;
    top: 200px;
    left: 50%;
    margin-left: -175px;
    width: 350px;
    height: 100px;
    text-align: center;
    z-index: 0;
}