body		{
			background-image: url(bilder/stripes.gif);
			font-family: Verdana,Arial,sans-serif;
			display: run-in;	
		}
			
.keypoint	{
			font-weight: bold;
			font-size: large
			}

.subkeypoint	{
			margin-left: 15px;
			}

.selectedsubkeypoint	{
			color: #707070;
			margin-left: 15px;
			}

.topic	{
			font-weight: bold;
			font-size: x-large;
			}
			
.counter {
			color: #c0c0c0;
			font-size: x-small;
			}
						
.table 	{	 
			border-width: 1pt;  
			border-color: rgb(176,176,251);  
			border-style: outset;
			} 

.text		{
			color: #202020;
			font-size: small;
			}

.text-ub	{
			color: #202020;
			font-size: large;
			font-weight: bold;
			text-decoration: underline;
 			}
 			
.text-b	{
			color: #202020;
			font-weight: bold;
			}
			
.text-u	{
			color: #202020;
			text-decoration: underline;
			}	
			
.text-small	{
			color: #202020;
			font-size: x-small;
 			}
 
.text-big	{
			color: #202020;
			font-size: x-large;
			font-weight: bold;
 			}
 			
.text-hinweise	{
			font-family: Verdana,Arial,sans-serif;
			color: #707070;
			font-size: small;
			}

.navibox 	{ 	 
			position:fixed;  
			top:18px;  
			left:10px;  
			margin-right:0px;  
			width:220px;
		} 
			 
.contentbox { 	 
			position:static;  
			top:18px;  
			left:225px;

			} 
 
.navi 	{  
			display:none;  
			} 
 
A.grau:link	{  
			color:#707070;  
			text-decoration:none;  
			} 
A.grau:visited	{
			color:#707070;
			text-decoration:none;
			}

A.grau:hover	{
			color:#707070;
			text-decoration:underline;
			}

A:link  	{  
			color:#0000FF;  
			text-decoration:none;  
			} 
			 
A:visited	{  
			color:#0000FF;	 
			text-decoration:none;  
			} 

A.hover:hover	{  
			color:#707070;  
			text-decoration:underline overline;  
			} 			 


A:hover  	{  
			color:#707070;  
			text-decoration:underline;  
			} 

			 
A:active {  
			color:#707070;  
			text-decoration:none;  
			} 

