/* C
   (c) Studio Blur
   (u) www.studioblur.nl
   (c) www.studioblur.nl
   (u) www.studioblur.nl
	 V1.0 Originally created: 070609
	 Based on Original FW 070609
	 Version history: V1.0
---------------------------------------------- */
@import url('nav.css');
@import url('typo.css');
@import url('modulair.css');

/* alles reseten
---------------------------------------------- */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, 
acronym, address, big, cite, code, a, del, dfn, em, font, img, a img, ins, kbd, q, s, samp, small, 
strike, strong, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	text-align:left;
	text-decoration:none;
	  }

* {
	margin:0px;
	padding:0px;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	}



/* Website indeling
---------------------------------------------- */
#container {
	width:970px;
	overflow:hidden;
	text-align:center;
	margin:auto;
	}
	
#header {
	width:auto;
	background-color:#FFF;
	height:65px;
	}
	#header a img {
		float:left;
		margin:25px 0px 0px 30px;
		}

#header2 {
	margin:10px 0px 0px 0px;
	width:auto;
	height:218px;
	border:1px #CCCCCC solid;
	
	}
	#infoblok {
		width:184px;
		height:166px;
		padding:25px 30px 25px 30px;
		float:left;
		border-right:1px #CCCCCC solid;
		background-color:#fdfdfd;
		}
	#sfeerbeeld {
		width:723px;
		height:218px;
		float:left;
		background:url(../img/sfeerbeeld1.jpg);
		}
		
/* main
---------------------------------------------- */	

#main {
	width:920px;
	height:auto;
	padding:25px 50px 25px 25px;
	font-family: Trebuchet MS;
	float:left;
	}
	.block {
		float:left;
		display:block;
		height:auto;
		margin-left:20px;
		}
		.block2 {
		width:240px;
		height:auto;
		float:left;
		margin-left:20px;
		font-family: Trebuchet MS;
		font-size:11px;
		}
		
	#footer  {
		width:970px;
		height:auto;
		float:left;
		background:url(../img/bg_footer.jpg) no-repeat;
		background-position:center 40px;
		margin:0px 0px 20px 0px;
		}
		.footerBlock  {
			width:260px;
			height:auto;
			margin-left:50px;
			float:left;
			}	
			.footerBlock a {
				float:right;
				text-align:left;
				float:left;
				display:block;
				width:170px;
				height:20px;
				margin-left:65px;
				}

/* end
---------------------------------------------- */					
	
#footerEnd {
	width:970px;
	height:40px;
	font-size:10px;
	color:#666;
	float:left;
	text-align:center;
	font-family: Trebuchet MS;
		}
		#footerEnd a {
		color:#666;
		}
		#footerEnd a:hover {
		 color:#000000;
		 }

/* Prijzentabel
---------------------------------------------- */
table.prizes {
   border: 1px #CCC solid;
   width: 250px;
}
table.prizes th {
    font-weight: bold;
    color: #FFF;
    background: #ABABAB;
    text-align: left;
}
table.prizes tr {
    height: 20px;
}


table.prizes tr.second {
    background: #EDEDED;
}
