body {
    color: black; background-color: lightsteelblue;
    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: #FEFEFF;
 	text-align: left;
 	margin: auto;
 	width: 800px;
  }
div#inhalt {
    margin: 20px 20px 20px 0px;
    width: 800px;
    overflow:auto;
    padding: 0 1em;
  }
p#inhalt {
	margin: 5px 0px 20px 20px;
	font-size:92%;
	width: 750px;
}

ul#inhalt {
	color:midnightblue;
	font-size:90%;
	margin: 10px 0px 20px 20px;
}
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: 140px;
	font-size: 175%;
	font-weight: bold;
	color:midnightblue;
	text-shadow:silver 1px 1px 2px;
}
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;
 }

div#fusszeile {
    color:midnightblue;
    clear: both;
    font-size: 100%;
    width: 800px;
    text-align: right;
    border-top: 1px solid silver;
  }
a#fusszeile {
color:midnightblue;
text-decoration:none; 
}
p#formular {
	margin: 10px 0 10px 80px;
	font-size:90%;	
	}
p#gast {
	display: none;
}
