
body {
	/* Verwijder de witruimte aan de randen van de pagina */
	margin: 0px;
	padding: 0px;

	/* Nieuw */
	font-family: "verdana", sans-serif;
	font-size: 10px;
	background: #ffffff url(images/back.png) no-repeat top center;

}

#container {
	/* Plaats de buitenste schil, de container, in het midden van de pagina */
	position: absolute;
	width: 745px;
	left: 50%;
	margin-left: -372.5px;
	height: 100%;
}

		.floatright
		{
			float: right;
			width: 200px;	
			height: 200px;
			clear: right;
		}

#clear{
	clear: right
}


#header {

	width: 100%;
	height: 171px;
}

#navigation {
	height: 250px;
	width: 20%;
	float:left;
	color: #ee3a43;
	font-weight: bold;
	font-style: italic;
	font-family: arial;
	font-size: 10pt;
	margin: 0px;
	padding: 3px;
}


#content {
	width:79%;
	float:left;
	height:200px;

}



/* Nieuw */
#navigation ul {
	/* Pas de witruimte rondom de bulletlist aan */
	margin: 0px;
	padding: 0px;
}

/* Nieuw */
#navigation li {
	/* Plaats de elementen naast elkaar, ipv. onder elkaar */
	padding-right: 10px;
}

/*Titels */
h1 {
color: #ee3a43;
margin-left: 0px;
margin-bottom: 10px;
font-family: arial;
text-align: left;
font-size: 14pt;
font-weight: bold;
font-style: italic;
}

/*Titels */
h2 {
color: #ee3a43;
margin-left: 0px;
margin-bottom: 10px;
font-family: arial;
text-align: left;
font-size: 12pt;
font-style: italic;
}

/*Paragraven */
li {
margin-left: 8px;
font-family: arial;
font-size: 10pt;
list-style-type: none;
font-style: italic;
}

p {
margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
font-family: arial;
text-align: left;
font-size: 11pt;
}


/* Nieuw */
#submenu ul {
	/* Pas de witruimte rondom de bulletlist aan */
	margin: 0px;
	padding: 4px;
	margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
font-family: arial;
text-align: left;
font-size: 11pt;
}

/* Nieuw */
#submenu li {
	/* Plaats de elementen naast elkaar, ipv. onder elkaar */
	display: block;
	padding-right: 10px;
	margin-left: 0px;
margin-right: 10px;
margin-bottom: 10px;
font-family: arial;
text-align: left;
font-size: 11pt;
}

/* Hyperlinks: */
#submenu a:link { 
	color: #ee3a43;
	}
#submenu a:visited { 
	color: #000;
	}
#submenu a:hover { 
	color: #756958;
	text-decoration: none;
	}
#submenu a:active { 
	color: #000;
	}
	
#content a:link { 
	color: #ee3a43;
	}
#content a:visited { 
	color: #000;
	}
#content a:hover { 
	color: #0000FF;
	text-decoration: none;
	}
#content a:active { 
	color: #000;
	}
	
	
a:link { 
	color: #ee3a43;
	text-decoration: none;
	border:0px;
	}
a:visited { 
	color:#ee3a43;
	text-decoration: none;
	border:0px;
	}
a:hover { 
	color: #000;
	text-decoration: underline;
	border:0px;
	}
a:active { 
	color: #000;
	text-decoration: none;
	border:0px;
	}



* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	color: #999999
}
