@charset "utf-8";

/*----------------------------------------------------------------------------- 
Default Screen Stylesheet 

version:   1.0 
date:      26/03/2008 
author:    Hiranthi Molhoek - illutic WebDesign
email:     info@illutic.nl
website:   www.illutic.nl 
-----------------------------------------------------------------------------*/ 

body, html {
	direction: ltr;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
body {
	background: #fff url('images/bg.png') repeat-x;
	font-size: 75%;
}

img {
	border: 0;
}

h3 {
	margin-bottom: 2px;
	padding-bottom: 0;
}

p {
	margin-top: 0px;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

*:after { content: ""; display: block; height: 0; clear: both; } /* zorgt ervoor dat alles goed afsluit */

/* WRAPPERS */
#container {
	width: 100%;
	height: 100%;
	display: block;
	font-size: 1em;
}

	#wrapper {
		width: 817px;
		height: 100%;
		margin: 0px auto;
		display: block;
		background: url('images/bg-wrapper.png') repeat-y;
	}
		
		/* kolom voor het menu */
		#links {
			background: url('images/bg.png') repeat-x;
			width: 100px;
			height: 100%;
			display: block;
			float: left;
		}
		
		/* kolom met header, afbeeldingen en inhoud vd pagina */
		#midden {
			width: 617px;
			height: 100%;
			display: block;
			float: left;
		}
		
		/* kolom voor schaduwachtergrond */
		#rechts {
			background: url('images/bg-rechts.png') no-repeat;
			width: 100px;
			height: 286px;
			display: block;
			float: left;
		}
	
/* HEADER */
#header {
	margin: 0;
	width: 617px;
	height: 255px;
	display: block;
	float: left;
	background: #000 url('images/bg-header.png') no-repeat;
	text-align: center;
}
	#headerafb {
		margin: 31px 0 0 0;
		width: 100%;
		height: 156px;
		display: block;
		float: left;
	}
	
	#afbeeldingen {
		width: 100%;
		height: 99px;
		display: block;
		float: left;
		margin: 0;
		padding: 0;
	}

/* PAGINA INHOUD */	
#pagina {
	margin: 31px 0 0 0;
	width: 617px;
	height: 100%;
	display: block;
	float: left;
	background: #000;
}

	#inhoud {
		padding: 5px 40px;
	}
	
/* PAGINA FOOTER */
#footer {
	width: 817px;
	height: 62px;
	display: block;
	margin: 0px auto;
	background: #fff url('images/bg-footer.png') top center no-repeat;
}

	#organiseenzo {
		width: 100px;
		height: auto;
		padding: 25px 0 0 100px;
		display: block;
		float: left;
		text-align: center;
		color: #cda88c;
		font-size: 0.9em;
	}
	
		#organiseenzo a {
			color: #cda88c;
		}
				
		#organiseenzo a:hover {
			text-decoration: underline;
		}
	
	/* Powered by Groot Jebbink afbeelding */
	#poweredby {
		width: 250px;
		height: auto;
		padding: 18px 0 0 0;
		margin: 0;
		display: block;
		float: right;
	}
	
/* PAGINA MENU */
#navigatie {
	padding: 0px;
	margin: 150px 0 0 0;
	width: 100px;
	height: 161px;
	display: block;
	float: left;
	list-style: none;
	list-style-type: none;
}

	#navigatie li {
		text-align: right;
		text-transform: uppercase;
		width: 100px;
		font-size: 1em;
	}
	
	#navigatie li a {
		display: block;
		font-weight: bold;
		text-decoration: none;
		color: #000;
	}
	
	#navigatie li a:hover {
		color: #fff;
	}
	
	#navigatie li#home a {
		padding: 10px;
		color: #bfbcb8;
	}
	
	#navigatie li#lokatie a {
		padding: 18px 10px 5px;
	}
	
	#navigatie li#deelnemers a {
		padding: 7px 10px;
	}
	
	#navigatie li#contact a {
		padding: 7px 10px;
	}
	
	
	
	
	
	
