@charset "UTF-8";
/* CSS Document */

/*****************
Debugging 
*****************/
/*div { border:1px red dashed; }*/

/*****************
Allgemein
*****************/
body {
	font-size: 62.5%;
	line-height: 1.6em;
	color: #c30d2b;
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/pattern.gif);
	background-repeat: repeat;
} 


