/* 
    Created on : 02.09.2014, 16:44:20
    Author     : roman bleck . linux&more
*/

html, body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}

/*Supersize Plugin Styles*/
body {
    overflow:hidden; //Verhindert das Erscheinen von Scrollbars
}

#supersize img, #supersize a{
    height:100%;
    width:100%;
    display:none;
}
/*Ende Supersize Styles*/

#texte {
    z-index: 4;
    background-color: black; 
}

ul#demo-block{
    margin: 0 15px 15px 15px;
}
ul#demo-block li{
    margin: 0 0 10px 0;
    padding: 10px;
    display: inline;
    float: left;
    clear: both;
    color: #aaa;
    background: url('img/bg-black.png');
    font: 13px Helvetica, Arial, sans-serif;
    width: 260px;
}
.name {
    font-size: 20px;
}

a.impressum {
    display: block;
    text-align: center;
    margin: 6px auto;
    color: #aaa;
    text-decoration: none;
}