body {
    color: black; background-color: FloralWhite;
    font-size: 100%;
    font-family: Helvetica,Arial,sans-serif;
    text-align: center;  
  }
div#seite {
        background-image: url(bilder/kopfzeile.jpg);
        background-repeat:no-repeat;
        background-color: FloralWhite;
        text-align: left;
        margin: auto;
        width: 800px;
  }
div#inhalt {
    margin: 20px 20px 20px 0px;
    width: 800px;
    overflow:auto;
    padding: 0 1em;
    text-align: left;
  }
p#inhalt {
        margin: 5px 0px 20px 20px;
        font-size:92%;
        width: 750px;
}

h4#inhalt {
			font-size:120%;
			color:midnightblue;
			text-align: center;
			text-shadow:silver 1px 1px 2px;
}
			
h3#inhalt{
			margin: 10px 0px 20px 20px;
			font-size:105%;
			color:midnightblue;
}
ul#inhalt {
        color:midnightblue;                                                                                                                                                                  
        font-size:90%;                                                                                                                                                                       
        margin: 10px 0px 20px 20px;
        list-style-type:none;                                                                                                                                                          
}                                                                                                                                                                                            
p#dsgvo {                                                                                                                                                                                    
        margin: 5px 0px 20px 20px;                                                                                                                                                           
        font-size:92%;                                                                                                                                                                       
        width: 750px;                                                                                                                                                                        
}                                                                                                                                                                                            
ul#dsgvo {                                                                                                                                                                                   
    margin: 10px 10px 20px 30px;
}
ul#dsgvov {
    margin: 10px 10px 10px 30px;
    list-style-type: none;
}  
div#kopfzeile {
    text-align:center ;
    width: 800px;
 }
 
p#kopfzeile_oben {
        margin-bottom: 290px;
        font-size: 175%;
        font-weight: bold;
        color:midnightblue;
        text-shadow:silver 1px 1px 2px;
}
div#kopfzeile_links{
		text-align:left;
		width: 200px;
		float: left;
		}
div#kopfzeile_rechts{
		text-align:right;
		width: 600px;
		float: right;
}
p#kopfzeile_unten {
        word-spacing:1em;
        font-size:90%;
        }
a:link#kopfzeile{  
 color:midnightblue;
 text-shadow:silver 1px 1px 2px;
 text-decoration:underline;
 }
a:visited#kopfzeile{ 
 color:midnightblue;
 text-shadow:silver 1px 1px 2px;
 text-decoration:underline; 
}
a:focus#kopfzeile{ 
 font-weight:bold; 
 color:midnightblue;
 text-shadow:silver 1px 1px 2px;
 text-decoration:underline; 
 }
a:hover#kopfzeile{ 
 font-weight:bold;
 color:midnightblue;
 text-shadow:silver 1px 1px 2px;
 text-decoration:underline;
 }
a:active#kopfzeile{
 font-weight:bold;
 color:midnightblue;
 text-shadow:silver 1px 1px 2px;
 text-decoration:underline;
 }
p#formular {
        margin: 10px 0 10px 80px;
        font-size:90%;
        }
p#gast {
        display: none;
}
