﻿body {
    color: black; 
    background-color: white;
    font-size: 1.3em;
    font-family: Verdana;
    margin: 0 auto; 
    padding-top: 1em;
    width: 800px;
    }

div#Seite { 
font-size : 0.9em;
} 

div#Inhalt { 
margin-top: 50px;
font-size : 0.9em;
text-align : center;
color: #808080;
border-top : 1px solid #C0C0C0;
}

 
* html div#Inhalt { 
height : 1em;
color: #808080;
} 

div#Inhalt h3 { 
font-size : 1.1em;
color: #000000;
padding-top : 3em;
margin-top : 100px;
text-align : center;
} 

div#Inhalt a { 
font-weight : normal;
} 

div#Inhalt a:link { 
color : #808080;
} 

div#Inhalt a:visited { 
color : #808080;
} 
div#Inhalt a:hover { 
color : #339966;
} 
div#Inhalt a:active { 
color : #808080;
} 

p#Fusszeile { 
clear : both;
font-size : 0.6em;
margin : 0px;
padding-top : 4px;
padding-bottom : 4px;
text-align : center;
color: #808080;
border-top : 1px solid #C0C0C0;
border-bottom : 1px solid #C0C0C0;
}