@import url(resetclearfix.css);
@import url(jScrollPane.css);
@import url(classes.css);
@import url(menu.css);

body {
	padding-bottom:40px;
	background:#1C2021 url(/images/body_bg.jpg) top center no-repeat;
	text-align:center;
	font:14px Arial;
	color:#F3F3F3;
}

a {
	color:#F3F3F3;
	font-weight:bold;
	text-decoration:underline;
}

h1 {
	margin-bottom:10px;
	font-size:17px;
	font-weight:bold;
	color:#C6282D;
}

img {
	behavior:url("/css/iepngfix.htc");
}

div#main {
	margin:0 auto;
	width:963px;
	text-align:left;
}

div#header {
	height:251px;
	background:url(/images/header_bg.jpg);
	overflow:hidden;
}

	div#breadcrumb {
		height:55px;
	}
	
		div#breadcrumb div {
			padding:30px 55px 0 0;
			text-align:right;
		}
		
		div#breadcrumb a {
			font-weight:normal;
			text-decoration:none;
		}
		
		div#breadcrumb a:hover {
			text-decoration:underline;
		}
	
	div#shortmenu {
		height:160px;
		overflow:hidden;
	}
	
	div#menu {
		height:36px;
	}

div#block {
	padding-left:25px;
	height:300px;
	background:url(/images/block_bg.gif);
	line-height:1.4em;
}
	
	div#block h1 {
		color:#F3F3F3;
	}

	div#scrollable {
		float:left;
		width:314px;
		height:270px;
	}
	
		div#scroller {
			width:314px;
			height:270px;
		}
	
	div#fader {
		float:left;
		width:599px;
		height:270px;
	}

div#content {
	padding:0 0 35px 57px;
	min-height:362px;
	height:auto!important;
	height:362px;
	background:#252525 url(/images/content_bg.gif) repeat-x top;
	line-height:1.4em;
}

	div#column1 {
		float:left;
		overflow:hidden;
		width:635px;
	}
	
	div#column2 {
		float:right;
		padding-top:6px;
		overflow:hidden;
		width:268px;
		text-align:right;
	}

div#sponsors {
	height:101px;
	background:url(/images/sponsors_bg.gif);
}

div#footer {
	height:180px;
	background:url(/images/footer_bg.gif);
	line-height:16px;
}

	div#footer div.padder {
		padding:25px 0 50px 57px;
	}
	
	div#footer table {
		width:852px;
	}

div.nieuws_list {
	margin-bottom:30px;
}

div.nieuws_image {
	float:left;
	padding:0 10px 2px 0;
}

div.nieuws_titel h1 {
	margin:0;
}

div.nieuws_subtitel {
	font-weight:bold;
}

div.nieuws_datum {
	padding-bottom:10px;
	font-size:12px;
	font-style:italic;
}

div.nieuws_tekst {
	padding-top:1em;
}