	body {
			color: black; background-color: black;
			font-size: 100.01%;
			font-family: comic sans ms,Helvetica,Arial,sans-serif;
			margin: 0; padding: 0;
			text-align: center;  /* Zentrierung Horizontal im Internet Explorer */
		}
		
		div#Seite {
			position: relative;
			text-align: left;    /* Seiteninhalt wieder links ausrichten */
			margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
			margin-top: 2%;
			width: 860px;
			height: 550px;
			padding: 8px;
			background-image: url(../neuer_Background_1.jpg);
		}
		  
		div#Seite {
			border-color: gray;  /* Farbangleichung an den Internet Explorer  */
		}

/* Definition vom Navigationsmenü */
	
		div#Navigation {
			font-size: 16px;
			position: absolute;
			margin-top: 145px;
			margin-left: 225px;
			width: 150px;
			height: 240px;
			padding: 2px;
			text-align: center;
			border: 1px none silver;
		}

		a.navi {
			display: block;
			margin: 0 auto;
			padding: 1px;
			width: 130px;
			height: 28px;
		}

/* Definition Inhaltsbereich / Textbereich */
		
		div#Inhalt {
			position: absolute;
			margin-top: 75px;
			margin-left: 430px;
			width: 330px;
			height: 410px;
			padding: 0 16px;
			overflow: auto;
			scrollbar-base-color: #F2D292;
			scrollbar-track-color: #F2D292;
			scrollbar-arrow-color: #F2D292;
			scrollbar-darkshadow-color: #E5B96E;
			scrollbar-highlight-color: #E5B96E;
			scrollbar-shadow-color: #E5B96E;
			border: 1px none #000000;
			font-size: 13px;
			color: #AB4637;
		}

		a:link {
			text-decoration: none;
			color: #AB4637;
			display: compact;
			font-style: italic;
			font-variant: normal;
			font-weight: bold;
		}
		
		a:hover {
			text-decoration: underline;
			color: #AB4637;
			display: compact;
			font-style: normal;
			font-variant: normal;
			font-weight: bold;
		}
		a:visited {
			text-decoration: none;
			color: #AB4637;
			display: compact;
			font-style: italic;
			font-variant: normal;
			font-weight: bold;
}
	  
		div#Inhalt h1 {
			font-size: 24px;
			margin: 0 0 16px;
			color: #911600;
		}
	  
		 div#Inhalt h2 {
		 	font-size: 19px;
			margin: 0 0 16px;
			Color: #911600;
		}
		
		div#Inhalt h3 {
		 	font-size: 16px;
			margin: 0 0 10px;
			Color: #911600;
		}
	  
		div#Inhalt p {
			font-size: 13px;
			color: #AB4637;
		}
		
		div#Inhalt hr {
		background-color: #AB4637;
		height: 1px;
		width: 250px;
		}
		
		div#bild {
			position: absolute;
			left: 518px; 
			top: 177px; 
			width: 200px; 
			height: 294px;
			background-image: url(../instrumente.jpg); 
			border: 1px none #000000;
		}

/* Definition Impressumslink */
				
		div#Impressum {
			position: absolute;
			margin-top: 520px;
			margin-left: 730px;
			width: auto;
		}
		
		div#Impressum a {
			text-decoration: none;
			color: #D39945;
		}
		
/* Definition Counter */

		div#counter {
			position: absolute;
			margin-top: 520px;
			margin-left: 430px;
			width: auto;
			color: #D39945;
		}

/* Definition Formular */

		form { 
			background: none;
		}
			
		.feld {
			margin-left: 20px;
			background: none;
			font-family: comic sans ms,Helvetica,Arial,sans-serif;
			font-size: 12px;
			color: #AB4637;
			overflow: hidden;
		}
		.bereich {
			margin-left: 20px;
			background: none;
			font-family: comic sans ms,Helvetica,Arial,sans-serif;
			font-size: 12px;
			color: #AB4637;
			overflow: auto;
		}
			
		.button {
			margin-left: 20px;
			background-color: #F2D292;
			font-family: comic sans ms,Helvetica,Arial,sans-serif;
			font-size: 12px;
			color: #AB4637;
			
		}
		
		/* Definition Gästebuch Ausgabe */
		
		div.comments {
			font-family: comic sans ms,Helvetica,Arial,sans-serif;
			font-size: 12px;
			color: #AB4637;
			
		}
		
		