/*
    Document   : main.css
    Created on : 26.01.2013, 18:31:10
    Author     : Christoph Staudt
    Description:
        Main CSS File
*/

/* ---------------     Reset     --------------- */

html, body {
    border  : 0 solid;
    margin:0px;
    /*background-image: url("muster.jpg");*/

}

img{
    border:none;
}

body{
    color:white;
    /*background: #BBCF78;*/
    height: 100%;
}

.background{
    position: absolute;
    z-index: 1;
    width: 99.9%;
    min-width: 1000px;
    height: 100%;
    min-height: 800px;
    /*background-image: url("bg.jpg");*/
}
div#main{
    width:1000px;

    background-repeat: no-repeat;
    text-align: right;
    height: 100%;

    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
}

div#icons{
    position: relative;
    top:20px;
}

div#monkey{
    position: relative;
    top:50px;
    text-align: center;
}

div#impressum{
    position: relative;
    background-color: white;
    padding: 30px;
    color: black;
    top:100px;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    text-align: left;
    height: 90%;
    max-height: 600px;
    overflow: scroll;
}

div#bottom-nav{
    position: fixed;
    left: 20px;
    bottom: 20px;
}

div#bottom-nav > a{
    background-color: white;
    padding: 7px 12px;
    border: 1px solid #525251;
    color: #525251;
    font-family: sans-serif;
    text-decoration: none;
}

div#bottom-nav > a:hover{
    text-decoration: underline;
}

div#bottom-nav > a:visited {
    color: #525251;
}
