body {
	margin: 0px;
	background-color: #E8E8E8;
	background-image: url("../img/bg_right_cont.jpg");
	background-repeat: repeat-x;
	overflow: auto;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

#bg_left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 768px;
	background-color: #E8E8E8;
 	background-image: url("../img/bg_left.jpg"); 
}

#bg_left_under {
	position: absolute;
	left: -1px;
	top: 740px;
	width: 51px;
	height: 43px;
	background-color: #E8E8E8;
 	background-image: url("../img/bg_under_left.jpg"); 
}

#bg_right_under {
	position: absolute;
	left: 782px;
	top: 740px;
	width: 51px;
	height: 43px;
	background-color: #E8E8E8;
 	background-image: url("../img/bg_under_right.jpg"); 
}

#bg_right {
	position: absolute;
	left: 782px;
	top: 0px;
	width: 50px;
	height: 768px;
	background-color: #E8E8E8;
 	background-image: url("../img/bg_right.jpg"); 
}

#top {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 732px;
	height: 30px;
	background-color: #E1D801;
	background-image: url("../img/top.jpg");
	padding-top: 1px;
	text-align: left;
}

#header {
	position: absolute;
	left: 50px;
	top: 30px;
	width: 732px;
	height: 122px;
}

#left {
	position: absolute;
	left: 50px;
	top: 152px;
	width: 125px;
	height: 616px;
	background-color: #EBE300;
}

#logo {
	position: absolute;
	left: 0px;
	top: 535px;
	width: 123px;
	height: 55px;
	background-image: url("../img/logo.jpg");
}

#site {
	position: relative;
	top: 0px;
	margin: 0px;
	width: 607px;
	height: 615px;
	background-color: #FFFFFF;
	margin-bottom: -70px;
}

#correctie {
	position: relative;
	top: -29px;
	left: 0px;
}

#content {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#content a {
	/* #551A8B: Mozilla paars */
	color: black;
	text-decoration: underline;
}

#content a:hover {
	color: black;
	text-decoration: none;
}

#content a.noline {
	/* #551A8B: Mozilla paars */
	color: black;
	text-decoration: none;
}

#content a.noline:hover {
	color: black;
	text-decoration: underline;
}

#content p.right {
	text-align: right;
}

#content input.text {
	font-family: Arial;
	font-size: 12px;
	color: black;
	border: 1px solid #000000;
	width: 260px;
	margin: 2px;
	padding-left: 3px;
}

#content textarea {
	font-family: Arial;
	font-size: 12px;
	color: black;
	border: 1px solid #000000;
	width: 500px;
	height: 140px;
	margin: 2px;
	overflow: auto;
}

#content input.button { 
	height: 18px;
	width: 110px;
	font: bold 12px Arial;
	border: 1px solid #000000;
	cursor: pointer;
	background-color: #E8E8E8;
	margin: 2px;
}


#content input.button_bb { 
	height: 18px;
	width: 110px;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	border: 1px solid #000000;
	cursor: pointer;
	background-color: #E8E8E8;
	margin: 2px;
}
	
th {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-align: left;
	background-color: #EBE300;
	padding: 2px;
	text-align: center;
	}

#content td.forum {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
	background-color: #E8E8E8;
	padding: 1px;
	text-align: center;
	}
	
#content td.tab_i {
	height: 19px;
	width: 140px;
	background-image: url("/img/tab/bg_i.gif");
	background-repeat: repeat-x;
	text-align: center;
	}

#content td.tab_i_left {
	height: 19px;
	width: 5px;
	background-image: url("/img/tab/left_i.gif");
	background-repeat: no-repeat;
	}

#content td.tab_i_right {
	height: 19px;
	width: 11px;
	background-image: url("/img/tab/right_i.gif");
	background-repeat: no-repeat;
	}

#content td.tab_a {
	height: 19px;
	width: 140px;
	background-image: url("/img/tab/bg_a.gif");
	background-repeat: repeat-x;
	text-align: center;
	}

#content td.tab_a_left {
	height: 19px;
	width: 5px;
	background-image: url("/img/tab/left_a.gif");
	background-repeat: no-repeat;
	}

#content td.tab_a_right {
	height: 19px;
	width: 11px;
	background-image: url("/img/tab/right_a.gif");
	background-repeat: no-repeat;
	}

#content div.forum_post {
	border: 1px solid #E8E8E8;
	background-color: #E8E8E8;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: black;
	margin-bottom: 10px;
}

#content div.forum_post_txt {
	background-color: white;
	padding: 10px;	
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#content div.forum_quote {
	border: 1px solid #E8E8E8;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
	position: relative;
	width: 500px;
	padding: 4px;
}

#content div.forum_quote_before {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: black;
	position: relative;
	left: 40px;
}

#news {
	position: absolute;
	left: 0px;
	top: 17px;
	width: 272px;
	height: 100px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 15px;
	text-align: right;
}

#news p, td {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 15px;
	}

#news a {
	color: black;
	text-decoration: none;
}

#news a:hover {
	color: black;
	text-decoration: underline;
}

#agenda {
	position: absolute;
	left: 271px;
	top: 17px;
	width: 198px;
	height: 100px;
	background-color: #FFFFFF;
}

#agenda a {
	color: black;
	text-decoration: none;
}

#agenda a:hover {
	color: black;
	text-decoration: underline;
}

#agenda p {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: black;
	line-height: 15px;
	margin: 0px;
	}

#vrienden {
	position: absolute;
	left: 469px;
	top: 17px;
	width: 138px;
	height: 117px;
	background-color: #D10000;

	font-family: Arial;
	font-size: 10px;
	color: white;
}

#foto {
	position: absolute;
	left: 469px;
	top: 134px;
	width: 138px;
	height: 129px;
	background-color: #67A200;
}

#foto img {
	border: 1px solid black;
}

#special {
	position: absolute;
	left: 0px;
	top: 134px;
	width: 459px;
	height: 128px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#special_line {
	position: absolute;
	left: 232px;
	top: 9px;
	width: 1px;
	height: 105px;
	background-color: #A6A6A6;
}

#special-2 {
	position: absolute;
	left: 0px;
	top: 468px;
	width: 459px;
	height: 128px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#activiteiten {
	position: absolute;
	left: 0px;
	top: 286px;
	width: 476px;
	height: 134px;
	background-color: #FFFFFF;
}

#poll {
	position: absolute;
	left: 469px;
	top: 0px;
	width: 138px;
	height: 182px;
	background-color: #D10000;
	background-image: url("/img/poll.jpg");
	background-repeat: no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding-top: 20px;
	padding-left: 10px;
}

#poll input.button { 
	height: 18px;
	width: 60px;
	font: bold 12px Arial;
	border: 1px solid black;
	cursor: pointer;
	background-color: white;
	margin: 2px;
}

#onder_activiteiten {
	position: absolute;
	left: 0px;
	top: 455px;
	width: 469px;
	height: 13px;
	background-color: #D10000;
}

#sponsoren_text {
	position: absolute;
	left: 1px;
	top: 596px;
	width: 468px;
	height: auto;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

#verjaardagen {
	position: absolute;
	left: 469px;
	top: 468px;
	width: 138px;
	height: 212px;
	background-color: #67A200;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

#copy{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}

#copy a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

#copy a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

div.page_header {
	position: relative;
	width: 607px;
	height: 17px;
	background-color: #000000;
	font-family: "Century Gothic", Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

div.special_txt {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 220px;
	height: 114px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
}

div.activiteiten_item {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 155px;
	height: 132px;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
}

div.activiteiten_item_text {
	position: absolute;
	left: 42px;
	top: 35px;
	width: 113px;
	height: 97px;
	border-right: 1px solid #A6A6A6;
}

.blok {
	position: relative;
	height: auto;
	background-color: white;
	border-top: 0px;
	margin-bottom: 6px;	
	}

.titel {
	position: relative;
	height: 15px;
	width: auto;
	text-align: left;
	background-color: #E8E8E8;
	padding-left: 14px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}

.inhoud {
	padding: 6px;
	background-color: #FFFFFF;
	text-align: left;
	}	

#content p, td {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

#streep_geel {
	position: absolute;
	left: -2px;
	top: 0px;
	width: 2px;
	height: 680px;
	background-color: #EBE300;
	z-index: 90;
}

h2 {
	font-size: 13px;
}

div{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}