/* css default style v1.01 */
/* author="Ilka Hennig" www.ilkahennig.com */

/* basic elements */
body {
    font:11pt helvetica, sans-serif;
    //color:#000;
    //background:#000;
    //margin:0px;
    }
a:link {
    font-weight: bold;
    text-decoration: none;
    //color: #996666;
    color:#04ac00;
    }    
a:visited {
    font-weight: bold;
    text-decoration: none;
    //color: #D4CDDC;
    color:#006600;
    }
a:hover, a:active {
    text-decoration: underline;
    //color: #cc9999;
    color:#003300;
    }
    
/* class elements */
.lang {
    position: absolute;
    bottom:10px;
    right:0px;
    color:#707070;
    border:0px red dashed;
    }
.plain {
  margin: 40 0 0 20;
}
.plainwindows {
  margin: 40 0 0 20;
}
/* id elements */
#picture {
  position:absolute;
  left:0px;
  top:0px;
  }

#foot {
    margin: 40 0 0 0; 
    font-size:9pt;
    color: #808080;
    text-align:center;
    }
#copy {
    margin: 20 0 0 20; 
    font-size:9pt;
    color: #808080;
    text-align:left;
    }
#block {
    position:absolute;
    left:0px;
    top:0px;
    margin: 0 0 0 0;
    background:url(block.jpg) no-repeat;
    }
#logo {
    position:absolute;
    left:0px;
    top:0px;
    }
