/*
Design by Teqa Automatisering
http://www.teqa.nl
Released for demonstration i-Reserve
juli 2007
*/

body {
	text-align:center; /*center hack*/
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	}
	
h1, h2, h3 {
	margin-bottom: 20px;
	color: #333333;
}

h1 {
	font-size: 23.6667px;
}

h2 {
	font-size: 17.68px;
}

h3 {
	font-size: 13px;
}
p, blockquote, ol, ul {
	margin-bottom: 20px;
	line-height: 1.67em;
}

ol, ul {
	list-style: none;
}

ol {
	margin-left: 3em;
	list-style: outside decimal;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}
	
/*Topbalk*/
#topbalkRF {
	background-color: #7f2021;
	height: 10px;
	}

/*Logo*/
#logoRF {
width: 860px; /*center hack*/
height: 182px;
margin:0px auto; /*center hack*/
text-align:left;
/*background-color: #FFFFFF;*/
background: #FFFFFF url(../rf-images/img01.jpg) no-repeat bottom;
border-bottom: #FFFFFF solid 1px;
}

	#logoRF h1, #logo h2 {
	margin: 1px auto;	
	}
	
	#logoRF h1 {
		font-size: 18.7333px;
		padding-top: 10px;
	}
	
	#logoRF h2 {
		margin-top: -1.44em;
		text-align: right;
		font-size: 13px;
	}
	
	#logoRF a {
		text-decoration: none;
		color: #000000;
	}

	#logoRF a:hover {
		text-decoration: none;
		color: #d45a5a;
	}


/*Wrapper*/
#wrapRF {
width: 860px; /*center hack*/
margin:0px auto; /*center hack*/
*margin:0px; /* IE7 en IE6 */
text-align:left;
background: #FFFFFF url(../rf-images/img02.jpg) no-repeat top;
}

	/* Main */
	
	#mainRF {
		float: left;
		width: 620px;
		padding: 8px 20px 20px 20px;
		*padding: 16px 20px 20px 20px; /* IE7 en IE6 */
	}
	
		#mainRF h1 {
			color: #7f2021;
			}
	
	/* Right */
	
	#rightRF {
		float: left;
		width: 160px;
		*width: 180px; /* IE7 en IE6 */
		padding: 20px;
		*padding: 20px 0px 20px 20px; /* IE7 en IE6 */
	}
	
	#rightRF h2 {
		margin-bottom: 1em;
		padding-left: 6px;
		border-left: 4px solid #7f2021;
		text-transform: uppercase;
		font-size: 13px;
		font-weight: bold;
		color: #7f2021;
	}
	
	#rightRF ul {
		line-height: 1.82em;
		padding-left: 0px;
		*margin-left: 0px; /* IE7 en IE6 */
	}
	
	#rightRF li {
		padding-left: 10px;
		background: url(../rf-images/img04.gif) no-repeat left center;
	}
	
	#rightRF a {
		text-decoration: none;
		font-size: 11.0667px;
	}
	
	#rightRF a:hover {
		text-decoration: underline;
		color: #7f2021;
	}
	
	#rightRF p {
		font-size: 11.0667px;
		text-align: justify;
	}

/* Footer */
#footerRF {
	height: 100px;
	padding: 20px;
	background: #7f2021 url(../rf-images/img03.gif) repeat-x;
}

#footerRF p {
	text-align: center;
	letter-spacing: .125em;
	font-size: 10px;
	color: #000000;
}

#footerRF a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#footerRF a:hover {
	text-decoration: underline;
}