
/* ------------------------- */
/*   2014 m.schmitz fxfish   */
/* ------------------------- */
/*   build: 06/2014          */
/*   changes: -              */
/*                           */
/* ------------------------- */


/* basics ************************************************************************************** */ 

body {
	background: #fff;
	margin: 30px 0px 0px 30px;
	padding: 0px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif, Helvetica, Tahoma, Arial;							/* FONT ! */
	font-size: 12px;
	line-height:21px;
	color: #555;
}

/* Normal-links */
a {
	color: #e2001a;
	text-decoration: none;
}
a:hover {
	color: #e2001a;
	text-decoration: none;
}
a:visited {
	color: #e2001a;
	text-decoration: none;
}
a:active {
	color: #e2001a;
	text-decoration: underline;
}
h1 {
font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight:normal;
	color: #555;
}

