* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #333333;
	color: black;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3em;
	}

#kopfbild_navigation	{
						float:left;
						width: 150px;
					
						}

#kopfbild	{
			background-image: url(images/kopfbild4.png);
			background-repeat: no-repeat;
			background-color:inherit;
			color:inherit;
			width:inherit;
			height:119px;
			vertical-align:top;
			padding-bottom: 0px;
			border-bottom: 1px solid white;
			}


			
			
#content	{
			width:750px;
			margin:auto;
			margin-top:15px;
			background-color:#333333;
			color: inherit;
			
			}
			

ul {
	list-style: square;
	margin-bottom: 20px;
}

p	{
	background-color:inherit;
	color:#000000;
	margin-bottom:20px;
	}



h1 {
	color:#C52020;
	background-color:inherit;
	margin-bottom: 20px;
	font-size: 2.2em;
	line-height: 1.3em;
	font-variant: small-caps;
}	

h2 {
	color:#ff9401;
	background-color:inherit;
	margin-bottom: 20px;
	font-size: 1.5em;
}

h3 {
	color:#666666;
	background-color:inherit;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

h4	{
	margin-top:20px;
	margin-bottom:10px;
	}		

hr	{
	background-color: inherit;
	margin: 20px 0px;
	border: 1px solid #C52020;
	}
	

#bild_zentriert	{
				background-color:inherit;
				margin:auto;
				width:100%
				}
	

#text a {
		color: #ff9401;
		background-color: inherit;
		font-size: 1.0em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
		
	}
	
#text ul	{
		margin-left:20px;
		}
	
#text li	{
		margin-top:10px;
		}	
	
	
	
#text a:hover {
		text-decoration: underline;
	}
#text a:visited {
		color: #000000;	
}


#text img	{
			margin-bottom:20px;
			border-right: 0px solid #666666;
			border-bottom: 0px solid #666666;
			}

			
/* GESTALTUNGSTEXT GESTALTUNGSTEXT GESTALTUNGSTEXT GESTALTUNGSTEXT GESTALTUNGSTEXT GESTALTUNGSTEXT  */			
			
			
#gestaltungstext a {
		color: #ff9401;
		background-color: inherit;
		font-size: 1.0em;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold;
			}
	
#gestaltungstext ul	{
		margin-left:20px;
		}
	
#gestaltungstext li	{
		margin-top:10px;
		color:white;
		}	
	
	
	
#gestaltungstext a:hover {
		text-decoration: underline;
	}
#gestaltungstext a:visited {
		color: #FFFFFF;	
}

#gestaltungstext p	{
					color:white;
					}


#gestaltungstext img	{
			margin-bottom:0px;
			border: 0px solid #666666;
			
			}			
			
			
#gestaltungstext		{
			width:567px;
			margin-top:0px;
			padding-top:20px;
			padding-bottom:10px;
			padding-left:10px;
			padding-right:10px;
			background-color:#111111;
			color:inherit;
			min-height:400px;
			border-right: 3px solid #000000;
			border-bottom: 3px solid #000000;	
			}
			
#fotoecke {
		
}			
	
#fotoecke img{
			margin-right: 30px;
			margin-bottom:30px;
			float:left;
			border: 1px solid #000000;
			}
			

	
#fotoecke p	{			
			padding-top:0px;
			
			}			
			
#fotoecke hr {
			margin-top:20px;
			}

.clear {			clear:left;
				}
				
				
				
				
/* HAUPTNAVI HAUPTNAVI HAUPTNAVI HAUPTNAVI HAUPTNAVI HAUPTNAVI HAUPTNAVI */

#navigation {
	width: 150px;
	background-color: #333333;
	padding: 0px;
}
	#navigation a {
		color: white;
		background-color: inherit;
		font-size: 1.0em;
		text-decoration: none;
	}
	#navigation a:hover {
		text-decoration: underline;
	}
	#navigation a:visited {
		color: #EEEEEE;	
		
	}
	#navigation li {
		list-style: none;
		margin-bottom:5px;
	}
	#navigation .menue {
		padding-bottom: 2px;
		padding-top: 2px;
		padding-left: 2px;
		border-bottom: 1px solid white;
		font-weight: bold;
	}

/* Hier beginnt das Sichtbar- und Unsichtbar-machen der einzelnen Unternavipunkte. #ueber_mich steht direkt im BODY. #ueber_mich1 steht bei den Menü-Unterpunkten. Punkte ohne Unterpunkte wie Home oder Prag sind nicht aufgeführt, weil sie immer sichtbar sind */

/* HOME; UND ALLES; WAS KEINE UNTERPUNKTE HAT */
	#keine_unterpunkte #navigation #ueber_mich_1 {
	visibility: collapse;
	display: none;
	}
	#keine_unterpunkte #navigation #buecher_1 {
	visibility: collapse;
	display: none;
	}
	#keine_unterpunkte #navigation #gestaltung_1 {
	visibility: collapse;
	display: none;
	}
	#keine_unterpunkte #navigation #prag_1 {
	visibility: collapse;
	display: none;
	}
	#keine_unterpunkte #navigation #wundertuete_1 {
	visibility: collapse;
	display: none;
	}


/* ÜBER MICH ÜBER MICH ÜBER MICH ÜBER MICH ÜBER MICH ÜBER MICH ÜBER MICH */
	#ueber_mich #navigation #ueber_mich_1 {
	visibility: visible;
	}
	#ueber_mich #navigation #buecher_1 {
	visibility: collapse;
	display: none;
	}
	#ueber_mich #navigation #gestaltung_1 {
	visibility: collapse;
	display: none;
	}
	#ueber_mich #navigation #prag_1 {
	visibility: collapse;
	display: none;
	}
	#ueber_mich #navigation #wundertuete_1 {
	visibility: collapse;
	display: none;
	}
	
/* BÜCHER BÜCHER BÜCHER BÜCHER BÜCHER BÜCHER BÜCHER BÜCHER */
	#buecher #navigation #ueber_mich_1 {
	visibility: collapse;
	display: none;
	}
	#buecher #navigation #buecher_1 {
	visibility: visible;
	}
	#buecher #navigation #gestaltung_1 {
	visibility: collapse;
	display: none;
	}
	#buecher #navigation #prag_1 {
	visibility: collapse;
	display: none;
	}
	#buecher #navigation #wundertuete_1 {
	visibility: collapse;
	display: none;
	}
	
/* GESTALTUNG GESTALTUNG GESTALTUNG GESTALTUNG GESTALTUNG */
	#gestaltung #navigation #ueber_mich_1 {
	visibility: collapse;
	display: none;
	}
	#gestaltung #navigation #buecher_1 {
	visibility: collapse;
	display: none;
	}
	#gestaltung #navigation #gestaltung_1 {
	visibility: visible;
	}
	#gestaltung#navigation #prag_1 {
	visibility: collapse;
	display: none;
	}
	#gestaltung #navigation #wundertuete_1 {
	visibility: collapse;
	display: none;
	}

/* PRAG PRAG PRAG PRAG PRAG PRAG PRAG PRAG PRAG PRAG PRAG PRAG PRAG */
	#prag #navigation #ueber_mich_1 {
	visibility: collapse;
	display: none;
	}
	#prag #navigation #buecher_1 {
	visibility: collapse;
	display: none;
	}
	#prag #navigation #gestaltung_1 {
	visibility: collapse;
	display: none;
	}
	#prag #navigation #prag_1 {
	visibility: visible;
	}
	#prag #navigation #wundertuete_1 {
	visibility: collapse;
	display: none;
	}

	
/* WUNDERTÜTE WUNDERTÜTE WUNDERTÜTE WUNDERTÜTE WUNDERTÜTE WUNDERTÜTE */
	#wundertuete #navigation #ueber_mich_1 {
	visibility: collapse;
	display: none;
	}
	#wundertuete  #navigation #buecher_1 {
	visibility: collapse;
	display: none;
	}
	#wundertuete #navigation #gestaltung_1 {
	visibility: collapse;
	display: none;
	}
	#wuntertuete#navigation #prag_1 {
	visibility: collapse;
	display: none;
	}
	#wundertuete #navigation #wundertuete_1 {
	visibility: visible;
	}
	
#kopfzeile_text_schlussstrich	{
								float: right;
								margin-bottom: 10px;
								padding-left: 10px;
								padding-right: 0px;
								background-color: #333333;
								}
	
#kopfzeile	{
			background-image: url(images/kopfzeile.gif);
			color: inherit;
			color: inherit;
			height: 60px;
			width: 590px;
			
			}
	
#text		{
			width:567px;
			margin-top:0px;
			padding-top:20px;
			padding-bottom:10px;
			padding-left:10px;
			padding-right:10px;
			background-color:#FFFFFF;
			color:inherit;
			min-height:400px;
			border-right: 3px solid #000000;
			border-bottom: 3px solid #000000;
			}
					
#schlussstrich	{
				background-color:#ff9401;
				color: inherit;
				vertical-align:bottom;
				border-top: 5px solid #333333;
				height: 0px;
				}
	

	
#buecherseite p {
				margin: 0;
				margin-left:30px;
				padding: 0;
				font-size:0.9em;
				}
				
#buecherseite h2 {
				vertical-align: top;
				margin: 0;
				padding: 0;
				font-variant: normal;
				font-size: 1.2em;
				}	

#buecherseite h3 {
				vertical-align: top;
				color:#333333;
				background-color: inherit;
				margin-top: 10px;
				padding: 0;
				font-variant: normal;
				font-size: 1.0em;
				}

#buecherseite td {
				padding-top:20px;
				padding-bottom:20px;
				padding-right: 20px;
				vertical-align:top;
				border-top: 1px solid #333333;
				}
				
#buecherseite h3.punkt_1	{
						margin-top: 0px;
						}

#buecherseite p.einzelbuch	{
							margin-top: 20px;
							}


							
#buchcharaktere p		{
						margin:0px;
						}
						

.navipfeile				{
						margin-left:10px;
						margin-bottom:20px;
						float:right;
						border: 1px solid #333333;
						background-color:white;
						height: 31px;
						}


#mag_abstand_oben		{
						margin-top:60px;
						}

				
#webcounter	{
			text-align:center;
			margin-bottom:-60px;
			}
				
/*						
#bild_zentriert	{
				background-color:inherit;
				margin:auto;
				width:100%;
				}
				
#bild_zentriert p	{
					text-align:center;	
					}
					
*/	

#flash_animation	{
					text-align:center;
					}
