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

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:		 	#920000;
		font-weight: 	normal;
		text-decoration:none;		
	}
a:hover, a:active
	{
		font-size:		10pt;		
		color:		 	#920000;
		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;
}	
	
	

-->