/* --------------------  Standaard  -------------------- */
	html, body {
	margin:0;
	padding:0;
	height: 100%;
	background-color:#222222;
	}

	.clear {
	clear:both;
	}

	img {
	border:0;
	}
	
	.plaatje {
	border: 1px solid #000;
	}
/* --------------------  Structuur  -------------------- */
	#header {
	width:950px;
	height:150px;
	margin:0 auto 0 auto;
	background-color:#80da0b;
	background-image:url(../images/header.png);
	background-position:right;
	background-repeat:no-repeat;
	}

	#logo {
	float:right;
	padding:0 500px 0 0;
	}

	#MPS {
	width:700px;
	height:150px;
	background-image:url(../images/minimaleparenspellen.png);
	background-repeat:no-repeat;
	padding-right:25px;
	float:right;
	}
	
	#CD {
	width:650px;
	height:150px;
	background-image:url(../images/articulatiecd.png);
	float:right;
	}

	#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	width:950px;
	background-color:#f0f0f0;
	margin:0 auto;
	}
	
		
	#titel {
	float:left;
	}
		
	
	#tekst {
	padding: 0 15px;
	font:1em Arial, Helvetica, sans-serif;
	color:#000;
	}
	
	#footer {
	position: absolute;
	bottom: 0; 
	height: 20px;
	background-color:#222;
	color:#ccff00;
	font:.7em Verdana, Arial, Tahoma, sans-serif;
	padding-top: 0;
	width:950px;
	}
	
	
/* -------------------- Lettertypen -------------------- */
	h1 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	color:#80da0b;
	letter-spacing:2px;
	margin:0 0 10px 0;
	padding:0;
	border-bottom:dotted 2px #333333;
	}

	h2 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color:#80da0b;
	margin:0;
	padding:0;
	}
	
	h3 {
	font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color:#1caaec;
	margin:0;
	padding:0;
	}

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

/* --------------------    Links    -------------------- */
	a,a:visited {
	color:#2878cb;
	text-decoration:none;
	}
	
	a:hover {
	color:#2878cb;
	text-decoration:underline;
	}
	
	a.footer,a.footer:visited {
	color:#ccff00;
	text-decoration:none;
	}
	
	a.footer:hover {
	color:#00ccff;
	text-decoration:none;
	}

/* ---------------------    Menu    -------------------- */	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;
font-family: "Trebuchet MS", Arial, Tahoma, sans-serif;
letter-spacing: -1px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:200px;
}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.menu li {
position:relative;
background-color:#464646;
}

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
width:194px;
color:#fff;
text-indent:3px;
margin-bottom:1px;
font-size:20px;
padding:3px;
text-decoration:none;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#464646; width:200px; w\idth:199px;}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#666666; text-decoration:none;}

.menu :hover > a {
color:#fff; 
background:#666666;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:201px; 
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}


/* --------------------   Overige   -------------------- */
	.formulier {
	font:.8em Verdana, Arial, Helvetica, sans-serif;
	}
	.plaatje {
	border: 1px solid #000;
	}
	.linkplaatje {
	float:left; 
	margin-right:10px;
	}