html 
    { 
        background-color: #cccccc; 
        font-family: Trebuchet MS;
        font-size: 12px;
        color: #000033;
    } 
    
body 
    { 
        width: 727px; 
        margin: 0px auto;         
    }    
h1
	{
	font-size: 14px;
	color: white;
	margin-left: 30px;
	margin-top: 0px;
	}
h2
	{
		font-size: 16px;
		font-style: oblique;
		color: #99cc00;
	}	
h3
	{
		margin: 0px;
		padding: 0px;
	}
p.header{
		font-size: 30px;
		color: white;
		margin: 0px;
}
A:link, A:visited, A:active, A:hover 
	{
		color: blue;
	}
		
p.menu
	{
		font-size: 16px;
		color: #99cc00;
		text-align: center;
	}
p.error
	{
		color: red;
	}
p.succes
	{
		color: #99cc00;
	}
input.submit
	{
		background-color: #000033;
		color:  white;
		border: 0px;
	}
div.header 
    { 
	    background-color: #000033;
        width: 677px; 
        height: 84px; 
        margin-top: 20px;
        padding: 30px 0px 0px 50px;
	}
div.Advertentie
	{
		width: 300 px;
		height: 250 px;
		margin-right: 20px;
		float: right;
	}
div.Menubar
	{
		padding: 5px 0px 5px 0px;
		background-color: #99cc00;
		width: 727px;
		height: 20px;
	}
ul.normal
	{
		text-align: left;
		color: #000033;
		list-style-type: disc;
		margin-left: 30px;
	}
ul.normal li a
	{
		color: #000033;
		list-style-type: disc;
		text-decoration: none;
	}
ul.nieuws
	{
		text-align: left;
		color: #000033;
		list-style-type: disc;
		margin: 0px;
	}
ul.nieuws li a
	{
		color: #000033;
		list-style-type: disc;
		text-decoration: none;
	}
ul.menu
	{
		margin-left: 10px;
		padding: 0px;
		text-align: left;
	}
ul.menu li 
	{
		list-style-type: none;
	}
ul.menu li a 
	{
		text-decoration: none;
		color: white;
	}
ul.menu li a:hover 
	{
		text-decoration: none;
		color: white;
	}		
ul,menubalk, ul.footer {
	margin: 0px;
	padding: 0.2em 1em;
	list-style: none;
	color: white;	
	text-align: center;
}
ul.menubalk li, ul.footer li
	{
		display: inline;
		list-style-type: none;
		white-space: nowrap;
	}
ul.menubalk li a
	{
		color: #000033;
		text-decoration: none;
		padding: 0.2em 1em;
	}	
ul.menubalk li a:hover
	{
		color: white;
		text-decoration: none;
		padding: 0.2em 1em;
	}
ul.footer li a
	{
		color: white;
		text-decoration: none;
	}
div.Content
	{
		background-color: white;
		width: 727px;
		min-height: 600px;
	}
div.ContentR
	{
		margin-right: 20px;
		width: 187px;
		float: right;
		margin-top: 10px;
	}	
div.Menu
	{
		background-color: #000033;
		width: 187px;
		margin-bottom: 10px;
		color: white;
		padding-bottom: 5px;
	}	
div.ContentL
	{
		margin-left: 20px;
		width: 485px;
		float: left;
		margin-top: 10px;
	}	
	
	
div.footer
	{
		background-color: #000033;
		width: 727px;
		height: 30px;
		margin-bottom: 20px;
	}