@charset "utf-8";

body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../Images/BGtile.gif) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1, h2, h3 , p  {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container {
	width: 900px; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container #LeftBar {
	float: left;
	width: 318px;
	margin-bottom: 15px;
}
.oneColFixCtr #container #LeftBar #Taalkeuze {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.oneColFixCtr #container #LeftBar #Blokje1 {
	float: right;
	height: 126px;
	width: 189px;
	background: #009ee0;
	margin-right: 46px;
	margin-bottom: 3px;
}
.oneColFixCtr #container #LeftBar #Blokje2 {
	float: right;
	width: 189px;
	background: #009ee0;
	margin-bottom: 3px;
}
.oneColFixCtr #container #LeftBar #BlokjeMenu {
	width: 222px;
	float: left;
	margin-left: 33px;
	background: #009ee0;
	margin-bottom: 3px;
	color: #FFF;
}
.oneColFixCtr #container #LeftBar #BlokjeMenu ul {
	list-style: none;
	border-left: 3px solid #FFF;
	margin: 0px 0px 0px 33px;
	padding: 0px;
}
.oneColFixCtr #container #LeftBar #BlokjeMenu ul li {
	list-style: none;
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 2px solid #FFF;
}
.oneColFixCtr #container #LeftBar #BlokjeMenu ul li a {
	color: #FFF;
	text-decoration: none;
}
.oneColFixCtr #container #LeftBar #BlokjeMenu ul li a:hover {
	color: #ffed00;
}
.oneColFixCtr #container #LeftBar #BlokjeMenu ul li .Actief {
	color: #ffed00;
	font-weight: bold;
}

.oneColFixCtr #container #LeftBar #Blokje3 {
	float: right;
	width: 218px;
	background: #009ee0;
}
.oneColFixCtr #container #mainContent {
	margin-left: 378px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.oneColFixCtr #container #mainContent h1 {
	font-size: 130%;
	color: #009ee0;
	font-weight: bold;
	margin-bottom: 10px;
}
.oneColFixCtr #container #mainContent h2 {
	font-size: 180%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.oneColFixCtr #container #mainContent h3 {
	margin-top: 20px;
}
.oneColFixCtr #container #mainContent p {
	margin-bottom: 10px;
	line-height: 150%;
}
.oneColFixCtr #container #mainContent a {
	color: #009ee0;
	text-decoration: none;
}
.oneColFixCtr #container #mainContent a:hover {
	color: #DB002F;
}

.oneColFixCtr #footer {
	clear: both;
}

.specialLink {
	font-size: 130%;
	font-weight: bold;
}
.oneColFixCtr #container #TopLogo {
	left: 378px;
	top: 110px;
	float: right;
}
.FooterLinks {
	font-size: 80%;
	color: #009EE0;
}

