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

@import url("../main.css");

#LeftMenu {
	float: left;
	height: 525px;
	width: 300px;
	margin-left: 2px;
	background-color:#F8FCDA;
	background-image:url(../../images/Background_LeftMenu_large.png);
	background-repeat: no-repeat;
	background-position:top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#RightContent {
	float: right;
	height: 525px;
	width: 690px;
	margin-right: 2px;
	background-color:#F8FCDA;
	background-image:url(../../images/Background_RightContent_large.png);
	background-repeat:no-repeat;
	background-position:top;
}

#Container #Content #LeftMenu h1 {
	font-size: 16px;
	margin-left: 26px;
	margin-top: 35px;
	color: #000;
	width: 240px;
	height: 20px;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
}
#Container #Content #LeftMenu ul li {
	text-align: left;
	margin-left: 30px;
}
#Datum {
	float:right;
	font-size:10px;
	margin-right:30px;
	margin-top:20px;
	color: #06F;
}
h1 {
	float:left;
	margin-left:40px;
	margin-top:30px;
	font-size:16px;
}
iframe {
	background:#F8FCDA;
	margin-left:30px;
	height: 400px;
	width: 630px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.CenterButton {
	margin-left:50px;
}
#MeerNieuws {
	text-align:center;
	color:#06F;
}
#Container #Content #LeftMenu #MeerNieuws a {
	color: #06F;
	text-decoration: none;
}
#Container #Content #LeftMenu ul li a:hover {
	color:#06F;
}

