	* {
		margin:0;
		padding:0;
	}
	html {
	}
		
	body {
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		font-family:Arial, Helvetica, sans-serif;
		font-weight: 100;
		background-color: #D2DDE6;
		color: #403950;
	}
	img {
		border: 0;
	}

	p {
		padding: 0 0 15px 0;
	}
	td, th {
		padding: 3px 20px 3px 20px;
		text-align: left;
	}
	h1 {
		padding: 25px 0;
		font-size: 21pt;
		font-weight: 100;
		color: #365369;
	}
	h2 {
		padding: 25px 0;
		font-size: 18pt;
		font-weight: 100;
		color: #365369;
	}
	a {
		color: #1C567C;
	}
	ul {
		list-style-type: none;
	}
	.quotes {
		padding: 0 50px;
		text-align:center;
	}
	.quoteLeft {
		float: left;
		margin: 20px 0 0 20px;
	}
	.quoteRight {
		float: right;
		margin: 0 20px 0 0;
	}
	.headerSmall {
		float: right;
		text-align: right;
		font-style:italic;
		color: #888888;
		font-size: 12px;
		margin: 20px;
		width: 600px;
	}
	.container {
		width: 100%;
		text-align: center;
		background-color: #eeeeff;
	}
	.content {
		margin: 0 auto;
		width: 770px;
		text-align: left;
		padding-bottom: 15px;
	}
	.containerHeader {
		width: 100%;
		background: #D2DDE6 url( ../images/header-bg.jpg ) top left no-repeat;
	}
	.header {
		width: 770px;
		margin: 0 auto;
		text-align: left;
		padding: 30px 0 20px 0;
	}
	
	.menu {
		background: transparent url( ../images/tab_mid.gif ) repeat-x bottom left;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		margin-top: -5px;
		height: 36px;
	}
	#nav {
		list-style-type: none;
		height: 36px;
		width: 770px;
		margin: 0 auto;
	}
	#nav li {	
		float: left;
	}
	#nav li.right {	
		background: url( ../images/tab_left.gif ) no-repeat bottom left;
		height: 36px;
	}
	#nav li a {
		background: url( ../images/tab_left.gif ) no-repeat bottom left;
		float: left;
		font-size: 14px;
		color: #FFFFFF;
		border: 0;
		padding: 0 20px;
		margin: 0;
		line-height: 36px;
		height: 36px;
		text-decoration: none;		
	}
	#nav li a:hover {
		background: url( ../images/tab_left_active.gif ) no-repeat bottom left;
	}
	#nav li.active a {
		font-weight: bold;
		background: url( ../images/tab_left_active.gif ) no-repeat bottom left;
	}
	
	.thumb {
		float:left;
		padding: 3px;
		margin: 0 10px 10px 0 ;
		border: 1px solid #cccccc;
		background-color: #FFFFFF;
	}
	.clear {
		clear: both;
	}
	.right {
		font-style:italic;
		color: #b2b2d6;
		font-size: 12px;
	}
	.homePhotos {
		margin-top: 40px;
	}
	.homePhoto {
		padding: 3px;
	}
	.right {
		float: right;
	}
	.inputDescription {
		display: block;
		float: left;
		width: 120px;		
	}
	.error {
		color:#EE0000;
		background-color: #FFCCCC;
		border: 1px solid #EE0000;
		padding: 10px;
		margin-bottom: 10px;
	}
	.notify {
		color:#008800;
		background-color: #CCFFCC;
		border: 1px solid #008800;
		padding: 10px;
		margin-bottom: 10px;
	}
	.reactie {
		background: url( ../images/reactie.jpg ) no-repeat top left;
		margin-bottom: 20px;		
		width: 770px;
	}
	.news {
		background: url( ../images/reactie.jpg ) no-repeat top left;
		background-position: 0 20px;
		width: 770px;
		padding-top: 20px;
	}
	.newsContent {
		padding-left: 20px;
	}
	.news ul,
	.news span,
	.news p,
	.news h1,
	.news h2 {
		padding-left: 20px;
	}
	.form {
		padding-bottom: 20px;
	}
	.aanmelden {
		list-style-type:circle;
		margin-left: 20px;
	}
	.aanmelden li {
		padding: 0 0 5px 0;
	}
	.photoHeader {
		background-color: #eeeeff;
	}
	.image {
		padding: 3px;
		border: 1px solid #dddddd;
		background-color: #FFFFFF;
	}
	

	.footerContainer {
		text-align: left;
		padding: 0;
		background: #eeeeff url( ../images/footer.png ) repeat-x;
		height: 40px;
	}
	.footerContainer a {
		color: #ffffff;
		text-decoration: none;
		border-bottom: 1px dotted #ffffff;
	}
	.footer {
		width: 400px;
		margin: 0 auto;
		text-align: left;
		color: #ffffff;
		font-size: 12px;
		line-height: 40px;
	}

