/* CSS Document Stefan Butteweg*/

body	{
	font-family: arial,verdana, sans-serif;
	font-style: normal;
	font-size : 12px;
	font-weight : normal;
	line-height:130%;
	color :  #ffffff;
	}

span.fett{
	font-family: arial,verdana, sans-serif;
	font-style: normal;
	font-size : 12px;
	font-weight : bold;
	line-height:130%;
	color :  #BAE8DE;
	}



	
a:link                               
	{
   	font-family: arial,verdana, sans-serif;
	font-style: normal;
	font-size : 12px;
	font-weight : normal;
	color :#BAE8DE;	
	line-height:130%;
	}
		 	 
a:visited
	{
	font-family: arial,verdana, sans-serif;
	font-style: normal;
	font-size : 12px;
	font-weight : normal;
	color :#BAE8DE;	
	line-height:130%;  
    } 
	 	 
a:active
	{   	
 	font-family: arial,verdana, sans-serif;
	font-style: normal;
	font-size : 12px;
	font-weight : normal;
	color :#BAE8DE;	
	line-height:130%;
  	} 
	
a:hover
	{
 	font-family: arial,verdana, sans-serif;
	font-style: normal;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
	line-height:130%;  
  	}
	
