<html>
	<head>

		<link rel="stylesheet" type="text/css" href="jouw_stijl_blad.css" />
#kop {
background-color: #666;
color: white;
font-size: 19px;
border-bottom: 1px solid #333;
}
#navigatie {
 font-family: Arial, Helvetica, Arial, sans-serif;
 font-size: 14px;
 font-weight: bold;
 width: 12em;
 border-right: 0px solid #666;
 padding: 0;
 margin-bottom: 1em;
 background-color: #9cc;
 color: #333;
}
#navigatie ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
#navigatie ul li {
 margin: 0;
 border-top: 1px solid #003;
}
#navigatie ul li a:hover {
 border-left: 5px solid #036;
 border-right: 0px solid #69c;
 border-bottom: 0px solid #80FFFF;
 background-color: #784DD2;
 color: #FF9E3E;;
}
#navigatie ul li a {
 display: block;
 padding: 2px 2px 2px 4px;
 border-left: 2px solid #369;
 border-right: 1px solid #69c;
 border-bottom: 1px solid #369;
 background-color: #1DA6D3;  
 color: #22B1E1;
 text-decoration: none;
 width: 100%;
}
#html body #navigatie ul li a {
 width: 50%;
}
#footer {
clear: both;
background-color: #ccc;
padding-bottom: 1em;
border-top: 1px solid #333;
padding-left: 200px;
}
#inhoud {
font-family: Arial, Tahoma, "Times New Roman", serif;
font-size: 11pt; 
background-color= #22B1E1;
color: #09313E; 
 width: 80%;
}


#standaard {
body { font-family: Tahoma, Tahoma, Serif;
background-color: #1DA6D3
text: 22B1E1

}


	</head>
	<body>
	
		<div id="kop"></div>
		<div id="navigatie"></div>
		<div id="inhoud"></div>
		<div id="footer">© 2007 ToneelgroepDorst</div>
		<div id="standaard"></div>



	</body>
</html>
