     body { 
     			color: black;
     			margin-left: 2em; 
     			margin-right: 5em;
     			font-family: sans-serif;
     			font-size: 10pt; 
     }
     #linkliste{
     			position: absolute;
     			top: 50px;
     			left: 3%;
     			width: 20%;
     }
     #content{
     			position: absolute;
     			top: 50px;
     			bottom: 50px;
     			left: 24%;
     			width: 56%;
     			
     }
     #rechts{
     			position: absolute;
     			top: 50px;
     			left: 81%;
     			width: 16%;
     			
     }
     h1   { 
     			text-align: center; 
            font-family: sans-serif;
            font-style: italic; 
            font-size: 20 pt; 
     }
     p    { 
     			text-align: justify; 
     			text-indent: 1em;
     			margin: 10px;      			
     }
     p.Help {
     			font-size: 9pt;
     			text-align: left;
     			text-indent: 0pt;
     }
     			
     ul {
     			list-style-type: square;
     			list-style-position: outside; /*kein Text unter dem Bullet bei Zeilenumbruch (im Ggs. zu inside)*/
     			/*position:absolute;*/ 
     			/*left:-20px;*/
     			margin-left: -18px; /* Verhindern der automatischen Einrückung von ul*/
     }
     .code{
     			color:black;
     			background-color: #E8DDC9;
     			font-family: 'Courier';
     }
     a:link { 	
     			color: #394139;
     			text-decoration: none;
     }
	  a:visited { 
	  			color: #394139;
	  			font-style: italic;		
	  } 
	  a:hover { 
	  			color: #394139;
	  			font-weight: bold; 
	  }
	  a:active {
	  			color: #394139; 
	  }
	  a:focus {
	  			color: #394139;
	  }
	  h1 {
	  			font-family: sans-serif;
	  			font-weight: bold;
	  			font-style: normal;
	  			background-color: #D2E5EA;
	  			border: 1px hidden darkblue;
	  			font-size: 15px;
	  }
	  
	  div.Rahmen {
	  			border: 1px hidden darkblue;
	  			background-color: #ECF8E5;
	  			padding: 5px; /*Allgemeiner Abstand von oben, unten, rechts und links*/
	  }
