
	html, body {
		position:relative;
		margin: 0px;
		padding: 0px;
	}
	
  	body {
		background-image: url(http://www.oudesluys.com/images/body_background.jpg);
		background-position: center;
		background-repeat:repeat-y;
		background-color: #e0e0e0;
		font-family:Arial, Helvetica, sans-serif;
		font-size: small;
		color: #FFFFFF;
  	}
	
	#body {
		position:relative;
		margin: auto;
		width: 770px;
		left:1px;
	}
	
	/* IE rendert het gecentreerde vlak niet goed, zet hieronder de waarde terug naar 0 voor Mozilla */
	body > #body {
		left:0px;
	}

	a:link, a:active, a:visited {
	  color: #ffd65a;
	}
	
	#top {
		background-image:url(http://www.oudesluys.com/images/top.gif);
		background-position:center;
		background-repeat:no-repeat;
		width: 770px;
		height: 140px;
	}
	
	#infobar {
		background-image:url(http://www.oudesluys.com/images/info_bar.gif);
		background-position:center;
		background-repeat:no-repeat;
		width: 770px;
		height:28px;
		margin-bottom:10px;
	}
	
	.ticker {
 	 	font-weight:	bold;
	    text-align:		center;
		position:absolute;
		left:60px;
		top:145px;
		width:636px;
	}
	
	#infobar .tekst {
		font-weight: bold;
	}
	
	#content {
		margin: auto;
		width:750px;
	}
	
	#content_links {
		float:left;
	}
	
	.box {
	  margin-bottom: 15px;
	}
	
	.box .header {
	  padding:5px;
	}
	
	#content_links .box {
	  width:144px;
	  border:1px solid black;
	  background-image: url(http://www.oudesluys.com/images/content_links.png);
	  background-repeat:repeat-y;
	  padding:3px;
	}
	
	#content_rechts {
		float:right;
	}
	
	#content_rechts .box {
	  width:564px;
	  border:1px solid black;
	  background-image: url(http://www.oudesluys.com/images/content_rechts.png);
	  background-repeat:repeat-y;
	}
	
	#content_rechts .content {
	  padding: 8px;
	}
	
	.noborder {
	  border-width:0px;
	}
	
	.navigatie:link, .navigatie:visited {
	  font-weight: bold;
	  color: #FFCC00;
	}
	
	.navigatie:hover {
	  color: #FFFFFF;
	}
	
	.textHeader {
		font-weight: bold;
		font-size: 18px;
		color: #FFCC00;
	}
	
	.formLabel {
  		position:relative;
	    width: 150px;
		float:left;
		font-weight: bold;
		height:18px;
		padding-top: 3px;
  	}
  
	.formInput, .tCell {
	   position:relative;
	   margin-bottom: 3px;
	}
  
	.tCell {
    	padding-left: 5px;
		margin:0px;
	}
	
	.foto {
	  border: 1px solid #FFFFFF;
	  margin: 5px;
	}
	
	.poll {
    position:relative;
    text-align: center;
	font-size:11px;
	color:#FFFFFF;
  }
  
  .poll .option {
    text-align: left;
	margin-top:3px;
  }
  
  .poll .option img {
    border-width: 0px;
  }

  .smalltxt {
	font-size: 10px;
}

  .giThumbnail {
	border: 1px solid white;
  }

  .one-image {
	text-align: center;
  }