@font-face {
 font-family: M10;
 src: url("src/M10.eot") /* EOT file for IE */
}
@font-face {
 font-family: M10;
 src: url("src/M10.ttf") /* TTF file for CSS3 browsers */
}


body {
	margin:0; padding: 0;
	font-family: "Monaco", Monaco, "M10", M10, Arial, Verdana;
	line-height: 20px;
	font-size: 10px;
	color:#666;
	
	filter:alpha(opacity=100);            /* Fix the IE7 Cleartype */
	opacity:1.0;                          /* Fix the IE7 Cleartype */           
	background-color:#FFF;      	 	  /* Fix the IE7 Cleartype */
	opacity:.9999
}




p {
	filter:alpha(opacity=100);            /* Fix the IE7 Cleartype */
	opacity:1.0;                          /* Fix the IE7 Cleartype */           
	background-color: #FFF;      	  	  /* Fix the IE7 Cleartype */
	opacity:.9999
}


.blue {
	color:#00BCE2;
	}
	

.sperren {
	letter-spacing:1px;
}
	

/* firefox boarder accordion fix */ 
a:active, a:focus {outline: none}

/* link style */
a:link 		{color: #00BCE2;text-decoration:none;}
a:visited 	{color: #00BCE2;text-decoration:none;}
a:hover 	{text-decoration:underline;}
