/* --------------------  Standaard  -------------------- */
	html {
	margin:0;
	padding:0;
	}
	
	body {
	margin:0;
	padding:0;
	background:#000 url(../images/achtergrond.gif) top center no-repeat;
	}
	
	.clear {
	clear:both;
	}

	img {
	border:0;
	}
	
	.plaatje {
	border: 1px solid #000;
	}
/* --------------------  Structuur  -------------------- */
	#container {
	margin:0 auto 0 auto;
	}
	
	#header {
	height: 170px;
	}
	
	#tekst {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:0;
	color:#FFF;
	margin: 10px auto 0 auto;
	width:800px;
	}
		.teksttop {
		height:15px;
		background:url(../images/800px_top.png) no-repeat;
		}
		.tekstmid {
		background:url(../images/800px_mid.png) repeat-y;
		padding: 0 15px 2px 15px;
		height: 1%;
		}
		.tekstbottom {
		font:.8em Verdana, Arial, Tahoma, sans-serif;
		padding: 2px 10px 0 10px;
		height:50px;
		background:url(../images/800px_bottom.png) no-repeat;
		}	
		.tekstbottomupdate {
		padding: 2px 10px 0 10px;
		height:50px;
		background:url(../images/800px_bottom_update.png) no-repeat;
		}		
	
/* -------------------- Lettertypen -------------------- */
	h1 {
	font: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 2.2em;
	color:#aeff00;
	letter-spacing:-2px;
	margin:0;
	padding:0;
	}

	h2 {
	font: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#4f73d9;
	margin:0;
	padding:0;
	}
	
	h3 {
	font: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color:#aeff00;
	margin:0;
	padding:0;
	}

	h4 {
	font: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color:#000;
	margin:0;
	padding:0;
	}
	
	p {
	padding:0;
	margin:0 0 1em 0;
	}
	
	.klein {
	font-size: .8em;
	}

	.datum {
	color:#fff;
	font-size:.7em;
	}
	
	.fotopositie {
	position:relative; 
	width:140px; 
	height:175px;
	}
		
	.fotoframe {
	position: absolute;
	height: 175px; 
	width: 131px;
 	background: url(../images/fotoframe.png) no-repeat;
    z-index: 5;
	}
	
	.foto {
	position: absolute;
	height: 131px;
	width: 175px;
	z-index: 1;
	}
		
	.reactiedatum {
	font: bold .8em Verdana, Arial, sans-serif; 
	color: #a4b6c8; 
	text-transform:uppercase; 
	}
	
	.reacties {
	width: 400px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #aeff00;
	}
	
	.naarfotoalbum {
	font-weight:bold;
	line-height:2em;
	}
/* --------------------    Links    -------------------- */
	a,a:visited {
	color:#a0b7fd;
	text-decoration:none;
	}
	
	a:hover {
	color:#a0b7fd;
	text-decoration:underline;
	}
	
	a.footer,a.footer:visited {
	font-size:.8em;
	color:#999;
	text-decoration:none;
	}
	
	a.footer:hover {
	color:#36C;
	text-decoration:none;
	}


	a.titellink,a.titellink:visited {
	text-decoration:none;
	color:#4f73d9;
	}
	
	a.titellink:hover {
	text-decoration:none;
	color:#4F73D9;
	}
	
/* ---------------------    Menu    -------------------- */	
	#menu {
	margin:10px auto;
	width:800px;
	}
	
		.menulinks {
		background:url(../images/menu_links.png) no-repeat;
		width:15px;
		height:50px;
		float:left;
		}
		.menumid {
		background:url(../images/menu_mid.png) repeat-x;
		height:50px;
		float:left;
		}
		.menurechts {
		background:url(../images/menu_rechts.png) no-repeat;
		width:15px;
		height:50px;
		float:left;
		}

	#menu ul { 
	margin: 0;
	padding: 10px 0;
	list-style-type: none; 
	}
	
	#menu li {
	display: inline;
	padding: 0 15px;
	}
	
	#menu a { 
	text-decoration: none;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;	
	color:#aeff00;
	}
	
	#menu a:hover {
	color: #fff;
	text-decoration: none;
	}

/* --------------------   Overige   -------------------- */
	.formulier {
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	}
	.plaatje {
	border: 1px solid #000;
	}
	.linkplaatje {
	float:left; 
	margin-right:10px;
	}
	.bolletje {
	width:770px;
	height:1px;
	background:url(../images/bolletje.png) repeat-x;
	margin: 10px 0;
	}
