<!--
body
	{
		margin-left:0; 
		margin-top:0; 
		background-color:#2e4d09;
		/*background-image:url(/images/bg_top.png); 
		background-repeat:repeat-x;*/
		font-family: verdana, arial,helvetica;
		color: #ffffff;
	}

img 
	{
		border:0px;
	}
td
	{
		font-size: 10pt;
		line-height: 20px;
	}
textarea	
	{
		font-size: 10pt;
		line-height: 20px;
	}

#inhalt
	{
		padding-top: 30px;
		padding-left: 15px;
		padding-right:15px;
}
a:link, a:visited
	{
		font-size:		10pt;		
		color:		 	#f3cd01;
		font-weight: 	normal;
		text-decoration:none;		
	}
a:hover, a:active
	{
		font-size:		10pt;		
		color:		 	#f3cd01;
		font-weight: 	normal;
		text-decoration:none;
	}	
	


	
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  background-color:#527c16;
  border: 2px solid #000000;
  width:620px;
  height:350px;
  display:none;
  z-index:9999;
  padding:10px;
}	
	
	
	
/*MENÜ VERT*/
#cattop 
	{		
		width:256px;
		height:44px; 
		background-image:url('/images/navigation-bg.jpg'); 
		background-repeat: no-repeat; 
		background-position:top left;
		text-align:left; 
	}
/*Navi-Alle*/
#cattoplink
	{
		margin-left:75px; 
		margin-top:10px;
		position:absolute;
	}
a.cattoplinkfont:link, a.cattoplinkfont:visited
	{
		font-size:		10pt;		
		color:		 	#9c9b9b;
		font-weight: 	normal;
		text-decoration:none;		
	}
a.cattoplinkfont:hover, a.cattoplinkfont:active
	{
		font-size:		10pt;		
		color:		 	#000000;
		font-weight: 	normal;
		text-decoration:none;
	}
-->