/**
Hintergrund #DAE4D6
Rot #C51A23
GrŸn dunkel #6EA84A
Schrift #525C61

**/

* {
	padding:0px;
	margin:0px;
	font-family:georgia,times;
	font-size: 11px;	
	line-height:14px;
	color: #525C61;

}

body {
	background:url(../media/ffm_backg_page.jpg) repeat-y #FDFEFD;
	
}


.clearboth {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	width: 0;
	line-height: 0px;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
}

a {
	color: #C51A23;
	font-weight:bolder;
	text-decoration:none;
	letter-spacing: -1px;
}

a:hover {
	color:#9B9B9B;
}


h1 {
 font-size:32px;
 text-align:right;
 margin:150px 23px 0 0;
}

p.sub {
	font-size:18px;
	text-align:right;
	margin:30px 23px 10px 0;
}

p.err {
	 font-size:12px;
	 text-align:right;
	 margin:0 23px 0 0;
}