a:link {
	color: #f4c296;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #f4c296;
}
a:hover {
	text-decoration: none;
	color: #f4c296;
}
a:active {
	text-decoration: underline;
	color: #f4c296;
}
body{
	font-family: Verdana, Arial;
	font-color: #f4c296;
	background: #3a2f27;
	color: #f4c296;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 100%;
}
#container{ /* <verandert> */
	position: absolute;
	width: 800px;
	height: 600px;
 	left: 50%;
	margin-left: -375px;
	background-color: #FFF;
	background-image: url(frontpage.jpg);
	background-repeat: no-repeat;
}

#container2{ /* <verandert> */
	position: absolute;
	width: 800px;
	height: 600px;
 	left: 50%;
	margin-left: -375px;
	background-color: #FFF;
	background-image: url(page.jpg);
	background-repeat: no-repeat;
}

#top{
	width: 750px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 0;
	position: absolute; /* Centreren */
}


#linker_bord{ /* <verandert> */
	position: absolute;
	width: 320px;
	height: 600px;
	top: 310px;
 	left: 470px;
	font-color: #FFF;
	font-size: 10px;
	margin-left: -375px;
}

#linker_bord{
	position: absolute;
	width: 320px;
	height: 600px;
	top: 310px;
 	left: 470px;
	font-color: #FFF;
	font-size: 10px;
	margin-left: -375px;
}

#rechter_bord{
        	position: absolute;
	width: 160px;
	height: 120px;
	top: 330px;
 	left: 940px;
	font-color: #FFF;
	font-size: 14px;
	margin-left: -375px;
}


#news{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-color: #000;
	text-align: left;
	width: 700px;
	height: 100%;
	margin-top: 170px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 20px;
	position: absolute; /* Centreren, of niet */
}


#images{
	font-family: Verdana, Arial;
	font-size: 12px;
	font-color: #000;
	width: 650px;
	height: 100%;
	margin-top: 180px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 20px;
	position: absolute; /* Centreren */
}
#random{
	width: 180px;
	height: 100%;
	margin-top: 162px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 600;
	position: absolute; /* Centreren */
}

#menu {
	width: 350px;
	height: 20px;
	top: 120px;
	left: 320px;
	position: relative;
}

#menu2 {
	width: 350px;
	height: 20px;
	top: 150px;
	left: 440px;
	position: relative;
}

#menu3 {
	width: 350px;
	height: 20px;
	top: 140px;
	left: 340px;
	position: relative;
}

#menu a {
color:white;
text-decoration:underline;
}

#menu a:hover {
background-color: #3d4b60;
color:white;
text-decoration:none;
}
