
/* Cascading Style Sheet des Robert Albers, Codeklauen wird mit dem Tode geahndet! */
/* allgemeingültiges */

* {
    margin : 0;
    padding : 0;
    border:0;
    text-decoration:none;
  }


li {
    list-style : none;
  }


body {
    background : #fff;
    font : normal normal normal 1em 'sans-serif';
    color : #000;
  }


img {
    border : none;
  }


strong {
    font : 1em 'Courier 10 Pitch', 'Courier New', FreeMono, 'mit fester Breite', monospace;
  }
 
#all {
width: 100%;
height: 100%;
}

/* footer */

#footer {
position: absolute;
bottom: 0;
right: 0;
display: block;
text-align: right;
margin: 5px 15px;
padding: 5px 15px;
}

#footer li {
display: inline;
}

#footer a:link,#footer a:visited {
color : inherit;
}

#footer a:hover {
color : #f40;
} 

