/* CSS Document */
body {
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6daff1;
	background-image: url(../img/layout/bg.jpg);
	background-repeat: repeat-x;
}
#border {
	position: relative;
	margin: auto;
	width: 946px;
	background-image: url(../img/layout/border.jpg);
	background-repeat: repeat-y;
}
#borderleft {
	position: absolute;
	left: 0px;
	top: 0px;
}
#borderright {
	position: absolute;
	left: 939px;
	top: 0px;
}
#container {
	margin-left: 7px;
	width: 932px;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	position: relative;
	height: 129px;
}
#balk {
	position: relative;
	height: 5px;
	background-color: #666666;
}
#menu {
	position: relative;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
#menu ul {
	line-height: 32px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 20px;
	top: 8px;
}
#menu li, #menu a {
  	float: left;
  	list-style: none;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
#menu a {
	padding-left: 11px;
	padding-right: 12px;
}
#menu a:hover {
	color: #3e79b6;
	text-decoration: none;
}

#menu a.current_page_item,
#menu a.current_page_item:hover {
 	background-image: url(../img/layout/menubg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #ffffff;
	border-left: solid 1px #cfcece;
	border-right: solid 1px #cfcece;
}
#content {
	position: relative;
	background-image: url(../img/layout/bgcontent.jpg);
	background-repeat: repeat-x;
}
#contentleft {
	position: relative;
	margin-top: 22px;
	float: left;
	left: 14px;
	width: 625px;
}
#subpagina {
	position: absolute;
	left: 20px;
	top: 5px;
}
#subpagina ul {
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}
#subpagina li, #subpagina a {
  	float: left;
  	list-style: none;
	color: #000000;
	text-decoration: none;
}
#subpagina a {
	padding-left: 11px;
	padding-right: 11px;
}
#subpagina a:hover {
	color: #3e79b6;
	text-decoration: none;
}

#subpagina a.current_page_item,
#subpagina a.current_page_item:hover {
 	color: #ffffff;
	text-decoration: underline;
}

#contentright {
	position: relative;
	float: right;
	right: 14px;
}
.margin {
	padding-top: 8px;
	width: 240px;
}
.tekstborder {
	border: solid 1px #cfcece;
	padding: 12px;
}
.tekstborder_rechts {
	margin-top: 14px;
	border: solid 1px #cfcece;
	padding: 10px;
	width: 218px;
	position: relative;
	right: 14px;
}
h1, h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	padding-bottom: 10px;
}
a {
	color: #3e79b6;
}
.datum {
	color: #999999;
	float: left;
}
.activiteit {
	padding-left: 30px;
}
.activiteit a {
	color: #000000;
	text-decoration: none;
}
.activiteit a:hover {
	color: #3e79b6;
}