@charset "utf-8";

/*	Project: Dordrecht Marketing
	Author:	Stephan van Opstal, Netvlies
	Date: 2010.06.09
	----------------------------------------------------*/

	* { margin: 0; padding: 0; font-size: 1em; text-decoration: none; border: 0; list-style: none; outline: 0; }
	table { border-collapse: collapse; border-spacing: 0; }
	h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	img { vertical-align: bottom; }

	body { font: 13px/16px Verdana, Helvetica, Arial, sans-serif; color: #555a5d; background: url(../img/background.jpg) top center; text-align: center; }
	a { color: #e2007a; text-decoration: underline; }

	#pageContainer { position: relative; width: 610px; margin: 50px auto 0 auto; text-align: left; }

	h1 { margin: 0 0 20px 0; }

	#content { margin: 0 0 3px 0; padding: 25px 25px 25px 155px; background: #fff url(../img/background_cut.gif) no-repeat top right; }

	#logo { position: absolute; top: -50px; left: 15px; }
	
	#logos { background: #fff; }
	#logos ul { overflow: hidden; height: 100%;}
	#logos ul li { float: left; padding: 5px 16px; }
	#logos ul li a { float: left; height: 72px; overflow: hidden; }
	#logos ul li a:hover img { margin-top: -72px; }
	#logos p { padding: 10px 0 10px 0; font-size: 11px; text-align: center; }
	
	#agenda { overflow: hidden; width: 580px; padding: 5px 15px; background: #403d3e; }
	#agenda ul { width: 9999px; }
	#agenda ul li { float: left; display: inline; padding: 0 15px 0 15px; font-size: 11px; border-right: 1px solid #535152; }
	#agenda ul li a { text-decoration: none; }
	#agenda ul li span { color: #a09e9f; }
	
	
	#footer { clear: both; background: #fff; }
	#footer img { float: left; }