﻿/* thevalley.nl stylesheet 16-09-2009 */
body { font-family: Verdana; font-size:0.8em; background-color:#ddd5c9; color:#64564b; }
img{ border:0;}
h1 { position:absolute; left:-999em; overflow:hidden;}
a {color:#64564b;}
a:hover { text-decoration:none;}
p { line-height:1.5;}
ul { margin:0 0 0 17px; padding:0;}

#container { margin:50px auto; width:804px; }
	#site { padding-bottom:20px; background: #fff url(../images/content-bg.gif) repeat-y left top;}
		#header { width:804px; height:125px; background: #fff url(../images/header-bg.gif) no-repeat left top;}
		#payoff { padding:15px 0 0 0; margin-left:108px; font-size: 0.8em; width:530px;}
		
		#bus { margin:40px 0 0 108px;}
			.bu { float:left;}
			#bu1 { width: 220px;}
			#bu2 { width: 233px;}
			#bu3 { width: 220px;}

				.bu h2 { font-size: 1.2em; font-weight:normal;}
				.payoffbu {width: 170px; font-size:.8em; }
				.jobs { margin-top:30px;}
				.jobs li { font-size:.8em; margin-bottom:5px;}
				
	#footer { height:37px; padding:10px 0 0 0; vertical-align:top; clear:both; font-size: 0.8em; background: #DDD5C9 url(../images/footer-bg.gif) no-repeat left top;}
		#footer ul { margin:0 0 0 108px; list-style:none; overflow:hidden;}
		#footer li { margin:0 3px 0 0; padding-right:38px; float:left; background:url(../images/footerspacer.jpg) no-repeat right 2px;}
		#footer li.last { background:none;}
		#footer img { margin-bottom:-1px; }

/* clearfix */
.clearfix:after, .bu:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}