@charset "iso-8859-1";

body
	{
	font-family:Verdana;
	font-size:12px;
	background-color:#DBE2EC;
	background-image:url(style_FILES/backgr.gif);
	background-position: -1px -1px;
	background-repeat:repeat-y;
	margin:0px;
	}
	
.menuoben
	{
	position:absolute;
	top:130px;
	left:250px;
	width:510px;
	font-size:10px;
	text-align:right;
	z-index:10;	
	}
	
.menulinks
	{
	position:absolute;
	top:160px;
	left:0px;
	width:199px;
	margin:0px;
	z-index:10;
	}

.block_links
	{
	position:absolute;
	top:119px;
	left:0px;
	width:199px;
	height:41px;
	margin:0px;
	z-index:210;
	background-color:#CCCCCC;
	}
	
.image
	{
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	z-index:20;
	}
	
.main
	{
	position:absolute;
	top:170px;
	left:250px;
	width:510px;
	line-height:150%;
	z-index:10;	
	}

a.linkgruen:link
	{
	color: #525F2F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	}
	 
a.linkgruen:visited
	{
	color: #525F2F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	}
	 
a:hover.linkgruen
	{
	color: #525F2F;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	}
	 
a:active.linkgruen
	{
	color: #525F2F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
	font-weight: normal;
	}