/* h1 für Seitenüberschrift */
/* h2 für Bildunterschrift im linken Frame */
/* h3 für schwarzen Text in _bilder-Dateien */
/* h4 für silbernen Text in _bilder-Dateien */
/* h5 für Bildunterschriften in Übersichtsdateien */
/* h6 für Auswahltexte */
/* ul für Listen */

h1, h2, h3, h4, h5, h6, ul 	{ font-family: Verdana; }
h1 				{ font-style:italic; font-size:1.3em; color:silver; }
h2 				{ font-style:normal; font-size:1.1em; color:gray; }
h3 				{ display:inline; font-style:normal; font-size:0.6em; color:gray; }
h4 				{ font-style:normal; font-size:1.1em; color:silver; }
h5 				{ display:inline; font-style:normal; font-size:0.85em; color:gray; }
h6 				{ display:inline; font-style:normal; font-size:0.7em; color:gray; }
ul 				{ font-style:normal; font-size:0.8em; color:gray; font-weight:bold; list-style-type:disc; }
a:link 				{ text-decoration:underline; font-weight:bold; color:gray; }
a:visited 			{ text-decoration:underline; font-weight:bold; color:#8B0000; }
a:hover 			{ text-decoration:underline; font-weight:bold; background-color:#00008B; }
a:active 			{ text-decoration:underline; font-weight:bold; background-color:silver; }

/* Navigationsmenue */

div#nav1    			{ color: gray; background-color: beige; font-family: Verdana, Comic Sans MS; font-weight:normal; 
				  padding: 0; position: absolute; width: 11em; float: left; border-top: 2px solid #8B0000; 
				  border-right: 2px solid #8B0000; border-bottom: 2px solid #8B0000; border-left: 2px solid #8B0000; }
				  
div#nav1 div#sub1  		{ background-color: beige; font-size: 0.9em; font-weight: bold; text-align: left; padding: 0.2em; }

div#nav1 div#sub2 		{ background-color: beige; font-size: 0.7em; font-weight: bold; text-align: left; padding: 0.0em 1em; }

div#nav1 div#sub3 		{ background-color: beige; font-size: 0.6em; font-weight: bold; text-align: left; padding: 0.0em 2em; }

/* Seiteninhalt fest */

div#inhalt_leiste   		{  }
div#inhalt_avatar   		{ padding: 15px; width: auto; border-color: #10a0ff }
div#inhalt_erde     		{ padding: 15px; width: auto; border-color: #10a0ff }
div#inhalt_home     		{ padding: 15px; width: auto; border-color: #10a0ff }
div#inhalt_sternbild		{ padding: 5px; background-color: beige; border-top: 2px solid #8B0000; border-right: 2px solid #8B0000; 
				 			  border-bottom: 2px solid #8B0000; border-left: 2px solid #8B0000; }
div#inhalt_text     		{
	width: 775px;
	font-weight: normal;
	background-color: #181e37;
	clear: both;
	border: 2px solid gray;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px
}

/* Ueberschriften */

div#title     			{ font-family:Verdana, Comic Sans MS; font-style:italic; font-weight:normal; font-size:1.3em; padding: 0.2em 0.2em }

div#kapitel			{ font-family:Verdana, Comic Sans MS; font-style:normal; font-size:1em; font-weight:bold; color:gray; 
				  padding: 0.5em 1em; border-bottom: 2px solid gray; border-top: 2px solid gray; }
