<style type="text/css">
<!-- 
		body		{
					/* Allgemeine Hintergrundfarbe */
					background-color:white;
					 
					/* Design des Scrollbalken */
					scrollbar-face-color:#FFCC33;
					scrollbar-track-color: #FFFFFF;
					scrollbar-arrow-color: #330000;
					scrollbar-highlight-color:#330000;
					scrollbar-3dlight-color: #FFFFFF;
					scrollbar-darkshadow-color:#FFFFFF;
					scrollbar-shadow-color: #330000;
					}
		
		/* Rahmen um die eingebetteten Frames */
		#Rahmen		{ MARGIN: 0px auto; WIDTH: 750px; HEIGHT: 400px; TEXT-ALIGN: left; border-width:1pt; border-style:solid; border-color:#FFCC33 }
		
		/* Hintergrund der Navigation */
		/* #Navigation { position:absolute; top:0px; left:-3px; WIDTH: 130px; HEIGHT: 400px; TEXT-ALIGN: left; FLOAT:left; background-color:#FFCC33 }  Hintergrund ohne Bild */
		#Navigation { position:absolute; top:0px; left:-3px; WIDTH: 140px; HEIGHT: 400px; TEXT-ALIGN: left; FLOAT:left; background-image:url(../images/background_nav.gif); background-position:0px 0px; background-repeat:no-repeat }
		
		/* Positionierung der Navigation * top 17px */
		#posn		{ position:absolute; top:4px; left:10px; }
		
		/* Positionierung der Uberschrift */
		#pos1		{ position:absolute; top:10px; left:10px; }
		
		/* Positionierung, buendig mit Text unterhalb einer Ueberschrift */
		#pos2		{ position:absolute; top:45px; left:10px; }

		/* Positionierung am unteren Rand */
		#pos3		{ position:absolute; top:360px; left:10px; }

		/* Positionierung am unteren Rand */
		#pos4		{ position:absolute; top:500px; left:10px; }
				
		/* Design Hyperlinks */
		a:link    	{ font-weight:bold; color:#330000; text-decoration:none }
		a:visited 	{ font-weight:bold; color:#330000; text-decoration:none }
		a:hover   	{ font-weight:bold; color:#CC3300; text-decoration:none }
		a:active  	{ font-weight:bold; color:#CC3300; text-decoration:underline }
		a:focus   	{ font-weight:bold; color:#CC3300; text-decoration:underline }
		
		/* Textgestaltung */
		p, div  	{
					font-family : Verdana, Arial, Helvetica, Sans-Serif; 
					color : #330000;
					font-size : 10pt; 
					margin-left : 2px; 
					}
		
		/* Ueberschriften */
		h1			{
					font-family : Verdana, Arial, Helvetica, Sans-Serif; 
					font-size : 11pt; 
					color : #330000;
					border-bottom-width : 1px; 
					border-bottom-style : solid; 
					border-left-width : 13px; 
					border-color : #660000; 
					border-left-style : solid; 
					padding-left : 3px; 
					} 
		
		
		/* Texthervorhebungen */
		b  		{
					font-family : Verdana, Arial, Helvetica, Sans-Serif; 
					font-size : 10pt; 
					color : #660000; 
					} 
		
		/* Schrift innerhalb einer Tabelle */
	     td      { 
		 			 font-family : Verdana, Arial, Helvetica, Sans-Serif; 
					 color : #330000;
					 font-size: 11px;
					 line-height: 12pt;
					 background-image:url(); 
					 }
-->
</style>
