body { background-color:#a6a6a6; 

}

body.content { 
    max-width:1200px; 
    margin-left:auto; 
    margin-right:auto; 
    align:center;
}


div.image {
    background-image:url(images/hintergrund.jpg);
    background-repeat:no-repeat; 
    background-attachment:fixed; 
    background-position: center;
    min-height:800px;
}

div.content {
    min-height:800px; 
    margin-top:4em; 
    top:4em; 
}

p { color:#000000; font-family:vogue,arial,helvetica; font-size:14pt; font-weight:bold; }
p.copyright { color:#000000; font-size:10pt; font-weight:bold;  } 
p.klein { color:#4040f0; font-size:12pt; font-weight:bold; }

h1 { font-family:vogue,arial,helvetica;  }
h2 { font-family:vogue,arial,helvetica;  }



