body {
	background-image: url(../imgs/bg_main.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

html {
	width: 100%;
	height: 100%;
}

p {
	margin: 0px;
}


a {
	text-decoration: none;
	color: #8D0005;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

body, table {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	color: #262626;
}

#logo {
	position: relative;
	left: -2px;
	top: 43px;
	width: 290px;
	height: 33px;
}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 750px;
	height: 100%;
	margin-left: -375px;
	margin-bottom: 99px;
	padding: 0px 0px 0px 0px;
	z-index: 1000;
}

.contentcontainer {
	padding: 25px 25px 0px 25px;
}

#content {
	width: 100%;
	padding: 20px 25px 25px 0px;
}

#contentlinks {
	width: 428px;
	padding: 20px 25px 25px 0px;
	margin-right: 0px;
	float: left;
}
/* IE HACK */
.contentcontainer>#contentlinks {
	width: 405px;
	margin-right: 12px;
}

#contentrechts {
	width: 245px;
	padding: 10px 0px 0px 14px;	
	float: left;
	clear: right;
	font-size: 11px;
	line-height: 15px;
}
/* IE HACK */
.contentcontainer>#contentrechts {
	width: 245px;
	padding: 10px 0px 25px 0px;	
}

#een_kolom {
	background-image: url("../imgs/bg_1kolom.gif"); 
	background-repeat: repeat-y;
}

#twee_kolommen {
	background-image: url("../imgs/bg_2kolommen.gif"); 
	background-repeat: repeat-y;
}

.paginatitel {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #8D0005;
	font-weight: bold;
	padding: 25px 0px 25px 25px;
	margin: -25px -24px 0px -24px;
	background-image: url(../imgs/stippel_horizontaal.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: white;
	width: 748px;
}
/* IE HACK */
.contentcontainer>.paginatitel {
	width: auto;
}

.intro {
	font-weight: bold;
	font-size: 14px;
}

.kopje {
	font-size: 15px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.beeld_border {
	border: 1px solid black;
	margin: 0px 0px 10px 0px;
}

/* MENU */
.menu {
	position: relative;
	height: 26px;
	left: 1px;
	width: 748px;
	margin: 0px;
}

/* IE HACK */
td>.menu {
	width: 750px;
	height: 29px;
	left: 0px;
}

.menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
	display: table-cell;
	padding: 0px 6px 0px 6px;
}

.menu a:hover {
	color: black;
	text-decoration: none;
	background-color: #E3E3E3;
	display: table-cell;
}
.menu #current {
	color: #8D0005;
	text-decoration: none;
	background-color: white;
	display: table-cell;
}

.top {
	background-image: url(../imgs/topbeeld.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 750px;
	height: 75px;
}

.topspacer {
	margin-top: -2px;
}
/*IE HACK*/
.top>.topspacer {
	margin-top: 0px;
}

#topkleur {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 76px;
	background-image: url(../imgs/topkleur.gif);
	background-position: center;
}

.footer {
	padding: 25px 25px 25px 25px;
	margin: 0px -25px 0px -25px;
	background-image: url(../imgs/stippel_748px.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 748px;
	height: 50px;
}
/* IE HACK */
.contentcontainer>.footer {
	width: 698px;
}

.naarboven {
	margin-left: 10px;
	font-size: 11px;
}

.beeld_rechts {
	float: right;
	clear: left;
	margin: 5px 0px 0px 10px;
	border: 1px solid black;
}

.colofon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	float: right;
	text-align: right;
}

.colofon a {
	color: #333333;
}
