@CHARSET "UTF-8";

body, html{
    margin: 0;
    width: 100%;
    height: 100%;
}

body{
    text-align: center;
    background-color: #000000;
    font-family: Helvetica, Arial;
}

#main{
    text-align: left;
    width: 1024px;
    height: 600px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

#logo{
    color: #dfdfdf;
    width: 100%;
    text-align: center;
}

#mainMenu{
    width: 100%;
}

#mainMenu ul{
    list-style: none;
    padding: 0px;
}

#mainMenu ul li{
    float: left;
}

#mainMenu ul li a{
    text-decoration: none;
    color: #777777;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 3px;
    display: inline-block;
    *display: block;
    zoom: 1;
    border: 1px solid #dfdfdf;
    background-color: #afafaf;
    font-size: 14px;
    margin-right: 6px;
}

#mainMenu ul li a.active, #mainMenu ul li a:hover{
    background-color: #777777;
    color: #afafaf;
}

#mainContent{
    clear: both;
    margin-top: 20px;
    position: relative;
    height: 480px;
    background-image: url(/pics/spinner.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#mainContent.noSpin{
    background-image: none;
}

a.cursor{
    display: block;
    position: absolute;
    top: 300px;
    width: 30px;
    height: 100px;
    text-decoration: none;
}

a.cursor.hidden{
    display: none;
}

a.cursor.left{
    background-image: url(/pics/cursor_left.png);
    background-repeat: no-repeat;
    left: 0px;
    z-index: 100;
}

a.cursor.right{
    background-image: url(/pics/cursor_right.png);
    background-repeat: no-repeat;
    right: 0px;
    z-index: 100;
}

div.galleryImage img{
    width: auto;
    height: 100%;
    border: 1px solid #DFDFDF;
}

div.galleryImage{
    color: #dfdfdf;
    text-align: center;
    font-size: 12px;
    display: none;
    height: 100%;
}

div.galleryImage h2{
    margin-top: 6px;
    margin-bottom: 6px;
}

div.thumbnail img{
    width: 150px;
    margin-bottom: 6px;
    border: 1px solid #ffffff;
}

div.thumbnail{
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 10px;
}

div.thumbnail a, div #uebersicht a{
    text-decoration: none;
    color: #ffffff;
}

.hidden{
    display: none;
}
