/*
    Document   : stylesheet
    Created on : 29.05.2013, 15:45
    Author     : joachimklein
    Description:
        Purpose of the stylesheet follows.
*/

html, body, p, h1, h2, h3, h4, img, table, tr, td, ul, li, hr, a{
    margin:0px;
    padding:0px;
    border:0px;    
}

body {
  font-family: eras-medium-itc, verdana, sans-serif;
  padding:20px;
}

.startseite{
    position:absolute;
    bottom:20px;
    width: 98%;
}

.header {height: 200px;}
.header h1 {letter-spacing: 0.24em;}
.header a{text-decoration:  none; color:grey}
.header p{letter-spacing: 0.3em;}

.startseite .c25r{text-align: right;}

body {  background: url('../../imgages/startseite/startseite-1.jpg') no-repeat center center fixed; -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; }  