@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
}

#container {
	width: 800px;
	margin: auto;
}

#header {
	height:200px;
	background-color:#A96682;
	text-align: center;
	width: 800px;
}

#navigatie {
	background-color:#84003C;
	width: 800px;
	height: 20px;
	color:#FFF;
	float:left;
	margin: 0px;
	padding: 0px;
}

#nav1 {
	float:left;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 50px;
	}

#nav2 {
	float:left;
	margin-top:0px;
	margin-right: 80px;
	margin-bottom:0;
	margin-left:20px;
}

#nav3 {
	float:left;
	margin-top:0px;
	margin-right: 80px;
	margin-bottom:0;
	margin-left:0px;
}

#nav4 {
	float:left;
	margin-top:0px;
	margin-right: 80px;
	margin-bottom:0;
	margin-left:0px;
}

#nav5 {
	float:left;
	margin-top:0px;
	margin-right: 50px;
	margin-bottom:0;
	margin-left:20px;
}
#navigatie {
	list-style:none;
}

#navigatie a:link {
	text-decoration:none;
	color:#FFF;
}

#navigatie a:visited {
	text-decoration:none;
	color:#FFF;
}

#navigatie a:hover {
	text-decoration:underline;
	color:#FF9;
}


#maincontent {
	height: auto;
	color: #84003C;
	float: left;
	width: 788px;
	padding: 5px;
	border: 1px dashed #84003C;
}

#mainright {
	height: 400px;
	color: #84003C;
	float: left;
	width: 390px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #84003C;
	border-right-color: #84003C;
	border-bottom-color: #84003C;
	border-left-color: #84003C;
}

#footer {
	background-color:#84003C;
	height: 30px;
	clear: both;
	text-align:center;
	color:#FFF;
	font-size:12px;
	width: 800px;
}

