/* CSS Document */

HTML , BODY {
	
			padding: 0px; 
			margin-left: 20px;
			margin-top: 50px;
			margin-right: 0px;
			margin-bottom: 0px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 		10px;
			
			} 
			
			
h1, h2, h3, h4

			{
			
			font-size: 		11px;
			font-family: Arial, Helvetica, sans-serif;
			padding-left: 15px;
			padding:		px;
			margin:			0px;
			background-image: 	URL('img/contentline.gif');
			background-repeat: 	no-repeat;

			}
			
			
.menu		{

			position: absolute;
			left: 20px;
			top: 50px;				  
			text-align:left;
			z-index:2;
		
			}
			
			
.schrift
			{

			position: absolute;
			left: 320px;
			top: 50px;				  
			text-align:left;
			z-index:1;
			
			}

.schriftfett 
			
			{
			
			font-size: 		11px;
			font-family: Arial, Helvetica, sans-serif;
			
			}		
			
			
div#ueber
			{
			
			position: 		absolute;
			width: 			387px;
			left: 			320px;
			top: 			229px;
			height:			100;
			color: 			#000000;
			background-image: 	URL('img/contentline.gif');
			background-repeat: 	no-repeat;
			text-align: 		justify;
		
			}
			
.tabelle
			
			{
			
			font-family: Arial, Helvetica, sans-serif;
			font-size: 		10px;
			
			}

		
	/*LINKS */	
		
a 			{color: #000000;}
		
a:link 		{color : #be0000;  }

a:visited 	{color : #be0000;  }

a:hover 	{color:#ffffff; background-color : #BE0000;}

a:active 	{color:#be0000; }

a:focus		{ color:#be0000; }

	
