

/* ********************************************
/*		Allgemeines
/* ********************************************/
html {
	overflow-x: hidden;
	overflow-y: auto;
} 

	body {
		background-color: #F5F5F5;
		margin-left:0px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
	
		font-family: WarpSans, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#817B5C;		
	  }
	  
	i { font-style:italic;
	    font-family: Times New Roman,Times,serif; 
		font-size:200%;
		color:#B7B391;
		font-weight:bold;
	   }

	
/* ********************************************
/*		Navigation
/* ********************************************/	

 a {
  font-size : 8pt;  
  font-family : tahoma, arial, helvetica, sans-serif;  
  text-decoration : none;
  font-weight: bold;  
  COLOR : #4892FF; 
  }

 a:link, a:visited, 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;
}