/***************************** basiselement ****************************/
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;/*background-image: url(images/background_repeat.jpg);
		background-repeat: repeat-y;
		background-position: center top;*/
}
html>body #container {
	height: auto;
}
/***********************************************************************/

/****************************** style **********************************/

body, div, p, th, td, li, dd, a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
}
h1 {
	font-size: 140%;
	font-weight: bold;
	color: black;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 2px;
}
a:link {
	font-family:verdana;
	font-size:11px;
	color:#0066FF;
	text-decoration:none
}
a:visited {
	font-family:verdana;
	font-size:11px;
	color:#0066FF;
	text-decoration:none
}
a:active {
	font-family:verdana;
	font-size:11px;
	color:#0066FF;
	text-decoration:none
}
a:hover {
	font-family:verdana;
	font-size:11px;
	color:#0066FF;
	text-decoration:underline
}
a.disabledLink:link {
	font-family:verdana;
	font-size:11px;
	color:gray;
	text-decoration:none
}
a.disabledLink:visited {
	font-family:verdana;
	font-size:11px;
	color:gray;
	text-decoration:none
}
a.disabledLink:active {
	font-family:verdana;
	font-size:11px;
	color:gray;
	text-decoration:none
}
a.disabledLink:hover {
	font-family:verdana;
	font-size:11px;
	color:gray;
	text-decoration:underline
}
a.openwithurl:link {
	font-family:verdana;
	font-size:11px;
	color:#0F296E;
	text-decoration:none
}
a.openwithurl:visited {
	font-family:verdana;
	font-size:11px;
	color:#0F296E;
	text-decoration:none
}
a.openwithurl:active {
	font-family:verdana;
	font-size:11px;
	color:#0F296E;
	text-decoration:none
}
a.openwithurl:hover {
	font-family:verdana;
	font-size:11px;
	color:#0F296E;
	text-decoration:underline
}
/***************************************************************************/

/****************************** div structuur ******************************/

#column4 {
	float:right;
	width: 196px;
	padding-left: 6px;
}
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;/*background-image:url(images/background.jpg);
		background-repeat:no-repeat;
		background-position:center top;*/
}
#header {
	width:952px;
	margin:0px auto;
}
#header #left {
	float: left;
	width: 250px;
	overflow:hidden;
}
#header #center {
	float: left;
	width: 450px;
	overflow:hidden;
}
#header #right {
	float: right;
	/*width: 500px;*/
	width: 250px;
	overflow:hidden;
}
#header #title {
	text-align:center;
	/*height: 30px;
	line-height: 30px;*/
	clear: both;
}
#contentholder {
	padding-bottom: 70px;
	width:952px;
	margin:0px auto;
}
#contentholder_content_left {
	width:750px;
	float:left;
}
#contentholder_content_right {
	width:202px;
	float:right;
}
.breaker {
	clear:both;
}
#colLeft {
	float:left;
	width: 246px;
	padding-right: 3px;
}
#colCenter {
	float:left;
	width: 246px;
	padding: 0px 3px 0px 3px;
}
#colRight {
	float:left;
	width: 246px;
	padding-left: 3px;
}
#colLeft1 {
	float:left;
	width: 498px;
	padding-right: 3px;
}
#colRight1 {
	float:left;
	width: 246px;
	padding-left: 3px;
}
.block {
	border: 1px solid #a9a9a9;
	margin: 0px 0px 5px 0px;
	background-color: white;
}
.blockHolder {
	border: 1px dotted #a9a9a9;
	margin: 0px 0px 5px 0px;
	background-color: white;
}
.block .head {
	cursor: default;
	border-bottom: 1px solid silver;
	border-right: 1px solid #a9a9a9;
	background-color: #EfEff4;
	font-size: 12px;
	font-weight: bold;
	margin: 3px;
	padding-left: 3px;
}
.block .main {
	margin: 3px;
	padding-left: 3px;
	overflow: hidden;
}
/*
deze definition is om te voorkomen dat het blok te breedt wordt en daardoor een kolom verspringt.
*/
#colLeft .block .main, #colCenter .block .main, #colRight .block .main, #colRight1 .block .main {
	width: 235px;
}
.block .main ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.block .textblock ul {
	list-style-type: disc;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
#content {
	padding-top:10px;
	width:470px;
	margin-left:195px;
	margin-right:30px
}
#contentimage { /*wordt gebruikt in publishers*/
	margin-right: 3px;
}
#content_FULL {
	padding-top:130px;
	width:1002px;
}
#bottom {
	width:750px;
	margin:0px auto;
	clear:left;
	float:left;
}
#footer {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	height:50px;
	line-height:50px;/*background-image:url(images/footer.jpg);
		background-position:center top;
		background-repeat:no-repeat;*/
}
#hrfooter {
	position:absolute;
	left:50%;
	margin-left:-475px;
	width:950px;
	border-top: solid 1px gray;
}
#hrtitle {
	border-bottom: solid 1px gray;
	margin-bottom: 6px;
}