* {
	margin:0;
	padding:0;
}

body{
	background-image:url(img/bg.png);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}

/* LAYOUT */
#container{
	width:900px;
	margin:0 auto 0 auto;
}

#header_container{
	width:912px;
	height:115px;
}
#header_top{
	background-image:url(img/header_top.png);
	width:912px;
	height:75px;
	margin:0 0 0 -6px;
	position:absolute;
}
#header_bottom{
	background-image:url(img/header_bottom.png);
	width:912px;
	height:40px;
	margin:75px 0 0 -6px;
	position:absolute;
}

#mainContent{
	width:912px;
	margin:0 0 0 -6px;
	background-image:url(img/mainContent.png);
	background-repeat:repeat-y;
}

#col_left{
	width:175px;
	margin:0 0 0 6px;
	float:left;
}

#col_middle{
	overflow-x:hidden;
	overflow-y:scroll;
	height:600px;
}
#col_middle #content{
	width:522px;
	float:left;
	padding:5px 0 0 6px;
}

#col_right{
	width:181px;
	float:right;
}

#clear {
	clear:both;
}

#footer{
	background-image:url(img/footer.png);
	width:912px;
	height:36px;
	margin:0 0 0 -6px;
	font-size:10px;
}
	#footer p{
		color:#b2b2b2;
		text-align:right;
		padding:6px 13px 0 0;
	}
	#footer a:link, a:visited, a:active{
		color:#b2b2b2;
		text-decoration:none;
	}
	#footer a:hover{
		color:#b2b2b2;
		text-decoration:underline;
	}

/* TEXT OPMAAK */
h1 {
	font-size:12px;
	font-weight:bold;
	margin:5px 0 4px 0;
}
h2{
	font-size:11px;
	font-weight:bold;
	margin:5px 0 4px 0;
}
h3{
	font-size:10px;
	font-weight:bold;
	margin:4px 0 4px 0;
}

h4 {
	font-size:12px;
	color:#ff0000;
	margin:5px 0 4px 0;
}

#col_middle a:link{
	color:#ff0000;
	text-decoration:none;
}
#col_middle a:visited{
	color:#ff0000;
	text-decoration:none;
}
#col_middle a:hover{
	color:#000000;
	text-decoration:underline;
}
#col_middle a:active{
	color:#ff0000;
	text-decoration:none;
}

.content_box {
	background-image:url(img/content_box.png);
	background-repeat:no-repeat;
	width:502px;
	min-height:120px;
	padding:8px 10px 10px 10px;
}
#col_middle p {
	padding:5px 0 5px 0;
}

#col_middle ul{
	margin:0 0 0 25px;
}
#col_middle ol{
	margin:0 0 0 25px;
}

#content_box table{
	width:500px;
	border-collapse:collapse;
	margin:5px 0 0 0;
	border:1px solid #999999;
}
	#content_box table td{
		padding:1px 3px;
	}

/* MENU */
#col_left ul{
	list-style-type:none;
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	width:175px;
}
#col_left li{
	margin:0;
}
#col_left li a{
	background-image:url(img/button_menu.png);
	padding:0 0 0 31px;
	* margin-bottom:-14px;
	display:block;
	width:144px;
	color:#000000;
	text-decoration:none;
	line-height:25px;
}
#col_left li a:hover{
	background-image:url(img/button_menu_hover.png);
}
#col_left .active{
	background-image:url(img/button_menu_hover.png);
}

/* BUTTONS / OVERIG */
.col_right_box {
	background-image:url(img/menu_right_box.png);
	width:153px;
	height:117px;
	margin:10px 0 5px 6px;
	padding:5px;
	text-align:center;
	font-size:15px;
}

.button {
	/*padding:2px 5px 2px 12px;*/
	height:25px;
	width:125px;
	background-image:url(img/button_form.png);
	background-position:center;
	border:1px solid #999999;
}
.button:hover{
	background-image:url(img/button_form_hover.png);
}

.merch_img {
	max-height:150px;
	max-width:150px;
	border:1px solid #ffeb45;
	float:left;
	margin:0 15px 0 0;
}
