:root { overflow-y: scroll !important; }

body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	height:100%;
	font-family: tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 25px;
}

img {
	border: 0;
}
div.slider {position: absolute; top: 150px; left: 0; display: block; width: 100%; z-index: 0;}
div.slider #slideshow {
	width: 100%;
	height: 396px;
	overflow:hidden;
}
#container {
	width: 980px;
	margin: 0px auto;
	position: relative;
	z-index: 998;
}
#header_container {
	width: 980px;
	margin: 0px auto;
}
#header_container .header_left {
	float: left;
	width: 352px;
}
#header_container .header_right {
	float: left;
	width: 628px;
}
	#header_container .header_right .phone {
		position: absolute;
		top: 3px;
		right: 0;
		padding: 0 10px;
		padding-left: 20px;
		background-image: url('/template/img/icon_02.png');
		background-repeat: no-repeat;
		background-position: center left;
	}
#logo {
	width: 352px;
	height: 179px;
	background-image: url('/template/img/logo.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#menucontainer {
	margin-top: 115px; /* 7px erbij is max */
	width: 500px;
	height: 28px;
	float: right;
}
#content {
	width: 980px;
	margin-top: 281px;
	text-align: justify;
}
#content h1 {
	margin: 0px;
	padding: 0px;
	color: #f14c11;
	font-size: 15px;
	margin-bottom: 13px;
}
#content a {
	color: #000000;
	text-decoration: none;
}
	#content a:hover {
		text-decoration: underline;
	}

#content div.left {
	float: left;
	width: 306px;
	min-height: 292px;
	padding: 23px;
	background-image: url('/template/img/content_left.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#content div.right {
	float: left;
	width: 580px;
	min-height: 292px;
	padding: 23px;
	background-image: url('/template/img/content_right.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#footer {
	width: 100%;
	text-align: center;
}
	#footer a {
		color: #000000;
		text-decoration: none;
	}
		#footer a:hover {
			text-decoration: underline;
		}
/* aanpassingen 11-12-2012 voor nieuws-kort rechts */
table.news_short_list {
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
table.news_short_list tr td h2 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 15px;
}
table.news_short_list tr td.tijd {
	font-weight: bold;
	vertical-align: top;
	width: 30px;
	padding-right: 10px;
}
table.news_short_list tr td.tijd span.dag {
	font-size: 18px;
	line-height: 18px;
	color: #f14c11;
	display: block;
	text-align: center;
}
table.news_short_list tr td.tijd span.maand {
	font-size: 12px;
	line-height: 12px;
	color: #313131;
	display: block;
	text-align: center;
}
table.news_short_list tr td.break {
	width: 100%;
	height: 1px;
	background-image: url('/template/img/news_kort_hr.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 5px;
}
a.news_readmore {
	background-image: url('/template/img/icon_01.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px;
}
/* einde aanpassingen */

/* CSS Code voor modules *****************************************************/
div.msg {
	border: 1px solid;
	margin: 0 0 10px 0;
	padding: 5px 5px 5px 25px;
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 12px;
}
div.msg.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../img/cms/msg_info.png');
}
div.msg.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../img/cms/msg_success.png');
}
div.msg.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../img/cms/msg_warning.png');
}
div.msg.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../img/cms/msg_error.png');
}
table.list {
	margin: 0px 0px 5px 0px;
	width : 100%;
	padding: 0px;
	border-collapse: separate;
	empty-cells: show;
	border-spacing: 1px;
	*border-collapse: expression('separate', cellSpacing = '1px');
	background-color: #D7D7D7;
}
table.list td, table.list th {
	padding: 3px 4px;
	text-align: left;
	font-size: 12px;
	vertical-align: top;
	border: 1px solid #FAFAFA;
}
table.list th {
	background-color: #EDEDEA;
	font-weight: bold;
	white-space: nowrap;
}
table.list td {
	background-color: #FAFAFA;
}
table.list th a {
	color: #FFFFFF;
	background-color: transparent;
}
table.list table {
	margin: 0px;
	padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
	*border-collapse: expression('separate', cellSpacing = '0px');
	background-color: none;
}
table.list table th, table.list table td {
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	border: 0px;
	background-image: none;
	background-color: transparent;
}
table.list td.actions {
	white-space: nowrap;
}
table.list td.actions img {
	padding: 0px 1px;
}
table.list tr td.indent {
	padding-left:20px;
}
table.list tr td.selected {
	font-weight: bold;
}