body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	margin: 0px;
}
td {
	font-size: 11px;
}
a {
	color:#000;
	text-decoration: none;
}
a:visited {
	color:#000;
}
a:hover {
	font-weight:bold;
}
a:focus, a:active {
outline: none;
}


h1, .titel_groot {
	margin-bottom:0px;	
}
h2, .titel_middel {
	font-size:11px;
	font-weight:bold;
	margin-bottom:0px;
}
h3, .titel_klein, h4, h5, h6 {
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:3px;
}

.block {
	padding:0px;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul li {
	margin:0px;
	padding:0px;
}

/******************************* lay out **********************/
#wrapper {
	width:975px;
	margin:0 auto;
}
	#header {
		height:70px;
	}
		#menu {
			float:left;
			width:340px;
		/*	height:30px;  90 consider padding*/
			padding-top:40px;
		}
			#menu a {
				color:#000;
				text-transform: uppercase;
				letter-spacing:1px;
			}
			#menu a:hover, #menu .active {
				font-weight:bold;
			}
		#logo {
			float:left;
			width:455px;
			height:30px;
			overflow:hidden;
			margin:20px 0 0 27px;
		}
	#media_content {
		width:975px;
		height:400px;
		overflow:hidden;
	}
	#text_content {
		width:975px;
	}
		#section1 {
			float:left;
			width:340px;
			padding-right:30px;
		}
		#section2 {
			float:left;
			width:605px;
		}
		#button_content, #button_list {
			padding-left:20px;
			color:#000;
			font-size:11px;
			text-transform:uppercase;
			/*letter-spacing:1px;*/
			line-height:25px;
			background-repeat:no-repeat;
			background-position:left;
		}
		#section1 #content {
			height:165px;
			overflow:hidden;
		}
/**************************************************************/
		
/******************************* secties **********************/
/*  margins, padding, width, etc.. van secties                */

/******************************* secties einde ****************/


/******************************* menu **********************/
#menu_list li {
	float: left;
	width: 150px;
	margin-bottom:1px;
}
#menu_list a b { /* nieuw icoon */
	margin-left: 1px;
}
#menu_list a b img { /* nieuw icoon */
	border: 0;
}
#button_list a {
	display:block;
}

#menu_list .active {
	font-weight:bold;
}
/******************************* menu einde ****************/


/******************************* classes **********************/
#menu_list, #content {
	display: none;
}
.editmodus #menu_list, .editmodus #content {
	display: block; /* do not hide in editmodus */
}
.pijltje_horizontaal {
	background-image:url(/images/pijltje.jpg);
}
.pijltje_verticaal {
	background-image:url(/images/pijltje-beneden.jpg);
}
/******************************* classes einde ****************/

