body 		{
			font-family: verdana, arial, helvetica, sans-serif;
			background-color: white;
			background-image:url(/images/background.jpg);
			background-repeat:no-repeat;
			
		}

h1		{
			font-size: 14pt;
			font-weight: bold;
			display: inline;
		}
		
h2		{
			font-size: 12pt;
			font-weight: bold;
			display: inline;
		}		
		
div		{
			position: absolute;
		}
		
div.menu	{	
			top: 240px;
			left: 35px;
		}
		
div.adresse	{
			top: 33px;
			left: 699px;
			line-height: 17px;
			font-style: italic;
			font-size: 9pt;
			width: 350px;
			color: #8F8881;
			

		}
div.de		{
			top: 130px;
			left: 850px;
		}			
		
div.en		{
			top: 130px;
			left: 903px;
		}
		
div.fr		{
			top: 130px;
			left: 956px;
		}
					
div.text	{
			top: 330px;
			left: 290px;
			width: 430px;
			font-size: 11pt;
			line-height: 20px;	
		}
		
a:link		{
		
			color: black;
			font-size: 11pt;
			text-decoration: none;
			font-weight: bold;
			
		}
		
a:visited		{
		
			color: black;
			font-size: 11pt;
			text-decoration: none;
			font-weight: bold;
			
		}
a:hover	{
		
			color: white;
			font-size: 11pt;
			text-decoration: none;
			font-weight: bold;
		}
/* Link für das Highlight-Menü */
a.act:link, a.act:visited, a.act:hover	{
		
			color: white;
			font-size: 11pt;
			text-decoration: none;
			font-weight: bold;
		}
		
/* normaler Link im Adressfeld */		
a.top:link	{
			text-decoration: underline;
			font-size: 9pt;
			font-weight: normal;
			color: #8F8881;
		}
		
a.top:visited	{
			text-decoration: underline;	
		}
		
a.top:hover	{
			text-decoration: none;
		}

/* normaler Link im Text */		
a.n:link	{
			text-decoration: underline;
			color: black;
			font-weight: normal;
			
		}
		
a.n:visited	{
			text-decoration: underline;	
		}
		
a.n:hover	{
			text-decoration: none;
		}