

/* ********************************************
/*		Allgemeines
/* ********************************************/

	body {
		background-image:url(images/strand.gif); margin:0px; background-repeat:no-repeat; background-position:0px 70px;>
		background-color: #F5F5F5;
		margin-left:0px;
		margin-right: 0px;
		margin-top:50px;
		margin-bottom:0px;
	}	

	td {   /* Definition einer Schriftart, die in Tabellen verwendet werden soll */
		font-family:WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#817B5C;
		padding-left:14px;
	}
	
		
/* ********************************************
/*		Navigation
/* ********************************************/	

 a {
  font-size : 8pt;  
  font-family : tahoma, arial, helvetica, sans-serif;  
  text-decoration : none;
  font-weight: bold;  
  COLOR : #4892FF; 
  }

 a:link, a:visited  {
	font-family:tahoma,arial, helvetica, sans-serif;
	FONT-SIZE : 8pt;
	font-weight: bold;
	COLOR : #4892FF; 
    text-decoration : none;
}

 a:hover  {
	font-family:tahoma,arial, helvetica, sans-serif;
	FONT-SIZE : 8pt;
	font-weight: bold;
	COLOR : #817B5C;
    text-decoration : none;
}