
body {  background-color:#99AFCF; min-width: 40em ; margin: 0; padding: 0; }
 
div#Home {  margin-left: 121px; margin-top:60px ; padding: 0 1em; position: static; width:auto}

div#Inhalt {  margin-left: 140px; margin-top:140px ; margin-right:0 ; padding: 0 1em; position: static; width:auto }
		
#home #Fusszeile {
    font-size: 0.9em;
    margin: 200em 0 0; 
	padding: 0.1em;
    text-align: center;
    background-color: #fed; 
	border: 1px solid silver; }

div#Scrolbereich { height: 100%; width: 100%; overflow: auto; }

p#Spiele { 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	margin-left: 5em; 
	margin-top: 2px ; 
	font-size: 0.8cm; 
	position:absolute ;
	top: 0em; left: 0em;
    width:auto;
	}

ul#Navigation { 
	list-style: none ; 
	margin: 0 ; 
	padding: 0; 
	text-align: left; 
	margin-left: 5px; 
	margin-top: 2px ; 
	font-size: 0.8cm; 
	position:absolute ;
	top: 0em; left: 0em;
    width:auto;
	overflow-y: hidden;	}

ul#Navigation  a { font-weight:normal; }
	
h3 { 
	font-weight:bold; 
	border-top-style:dotted; 
	border-bottom-style:dotted; 
	border-color:black; 
	padding:2px; 
	border-width:3px; 
	background-position:center; 
	text-align:center }
	
code { 
	font-weight:bold; 
	border-top-style:solid; 
	border-bottom-style:solid; 
	border-left-style:solid; 
	border-right-style:solid; 
	border-color:white; 
	padding:1px; 
	border-width:1px; 
	background-position:center;  }

table { background-color:#99AFCF; style="border-width:12px; border-style:outset;"}

li { background-color:#99AFCF; color:#000000; list-style-position:outside; list-style-type:disc;}

img { border:none; }

a:link { text-decoration:underline; font-weight:bold; color:#AA3300; }
a:visited { text-decoration:none; font-weight:bold; color:#330000; }
a:hover { text-decoration:none; font-weight:bold; background-color:#FFFFFF; }
a:active { text-decoration:none; font-weight:bold; background-color:#CCFFFF; }
a:focus { text-decoration:none; font-weight:bold; background-color:##ffff00; }

ol#Inhaltsverzeichnis { list-style-type:decimal; font-weight:bold; color:#000000; text-align:none}

