/* LAYOUT FUER www.jf-bw.com
Copyright: www.mag1.de

Farben:
DUNKELGRAU: 	#9C9D9f
HELLGRAU:		#f5f6f6
ORANGE: 		#E95D0F
HELL-ORANGE:	#ef864b

*/

html, body{
	margin:0;
	padding: 10px 0 0 0;
	text-align:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-image: url(../images/blend_01.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	background-color: #f5f6f6;
	background-attachment: fixed;
} 
 

p, pre {
	padding-left: 20px;
	font-size: 12px;
	color: #ffffff;
}


a {
	text-decoration:none;
	color:#f5f6f6;
}

a:hover {
	text-decoration:underline;
	color:#f5f6f6;
}


#footer {
	padding: 15px 0px 15px 0px;
}

#footer p {
	text-align:right;
	font-size: 10px;
	color: #E95D0F;
}


#footer a {
	text-decoration:underline;
	color:#E95D0F;
}

#footer a:hover {
	text-decoration:underline;
	color:#E95D0F;
}
