@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	color: #000000;
	background-color: #EEE7F2;
}
.oneColFixCtr #container {
	width: 788px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEE7F2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #612F85;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #contentContent{
	padding-top: 20px;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
}
.adres {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #612F86;
	padding-right: 10px;
}
.navigatie {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
}
.navigatie A {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}


.oneColFixCtr #topContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: 0px;
	background-color:#EEE7F2;
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 0px;
	border-left: 1px solid #612F85;
	border-right: 1px solid #612F85;
	border-bottom: 1px solid #612F85;
	background-color:#FFFFFF;
}
#imgLeft{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#imgLeft2{
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
}
H1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#612F85;
	font-weight:bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
H2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
font-weight:bold;
}
a {
	color: #612F86;
}
.oneColFixCtr #container #mainContent #contentContent img {
	padding-right: 10px;
}

