body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

ul, li {
	font-size: 12px;
}

/* ################### */
/* ##### Wrapper ##### */
/* ################### */

.wrapper {
	width: 100%;
	height: 100%;
}

.w11, .w13 {
	background: url(../images/bg_top.gif) top left repeat-x;
}

.w12 {
	width: 950px;
	height: 140px;
	background: url(../images/bg_top.gif) top left repeat-x;
	vertical-align: top;
}

.w21, .w23 {
	background: url(../images/bg_menu.gif) bottom left repeat-x;
}

.w22 {
	width: 950px;
	height: 55px;
	background: url(../images/bg_menu.gif) bottom left repeat-x;
	vertical-align: top;
}

.w31, .w32, .w33 {
	background: url(../images/bg_inhoud.gif) top left repeat-x;
	vertical-align: top;
	padding: 30px 0 30px 0;
}

.w41, .w42, .w43 {
	height: 60px;
	background: #c70c47;
	vertical-align: top;
}

/* ############### */
/* ##### Top ##### */
/* ############### */

.logo {
	float: left;
	margin: 22px 0 0 0;
}

.contact {
	float: right;
	margin: 39px 0 0 0;
}

/* ################ */
/* ##### Menu ##### */
/* ################ */

.menu {
	padding: 0 1px 0 0;
	background: url(../images/bg_menu_border.gif) bottom right no-repeat;
}

.menu_no {
	display: block;
	height: 40px !important;
	height: 55px;
	padding: 15px 10px 0 10px;
	font-family: Arial;
	font-size: 14px;
	color: #6c6c6c;
	text-decoration: none;
}

.menu_no:hover {
	display: block;
	height: 40px !important;
	height: 55px;
	padding: 15px 10px 0 10px;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/bg_menu_ro.gif) bottom left repeat-x;
}

.menu_act {
	display: block;
	height: 40px !important;
	height: 55px;
	padding: 15px 10px 0 10px;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/bg_menu_act.gif) bottom left repeat-x;
}

/* ################## */
/* ##### Inhoud ##### */
/* ################## */

.inhoud_links {
	width: 250px;
	float: left;
}

.submenu {
	width: 250px;
	margin: 0 0 20px 0;
}

.submenu_no {
	display: block;
	width: 230px !important;
	width: 250px;
	padding: 5px 15px 5px 5px;
	font-family: Arial;
	font-size: 14px;
	color: #6c6c6c;
	text-decoration: none;
	border-bottom: #e1e2e2 solid 1px;
	background: url(../images/bg_submenu_no.gif) top right repeat-y;
}

.submenu_no:hover {
	display: block;
	width: 230px !important;
	width: 250px;
	padding: 5px 15px 5px 5px;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	border-bottom: #e1e2e2 solid 1px;
	background: #004990 url(../images/bg_submenu_no.gif) top right repeat-y;
}

.submenu_act {
	display: block;
	width: 230px !important;
	width: 250px;
	padding: 5px 15px 5px 5px;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	border-bottom: #e1e2e2 solid 1px;
	background: #004990 url(../images/bg_submenu_act.gif) top right repeat-y;
}

.submenu2 {
	width: 250px;
	background: #D9E7FF;
	border-bottom: #e1e2e2 solid 1px;
}

.submenu_no2 {
	display: block;
	width: 215px !important;
	width: 250px;
	padding: 5px 15px 5px 20px;
	font-family: Arial;
	font-size: 14px;
	color: #6c6c6c;
	text-decoration: none;
	background: url(../images/bg_submenu_act.gif) top right repeat-y;
}

.submenu_no2:hover {
	display: block;
	width: 215px !important;
	width: 250px;
	padding: 5px 15px 5px 20px;
	font-family: Arial;
	font-size: 14px;
	color: #c70c47;
	text-decoration: none;
	background: url(../images/bg_submenu_act.gif) top right repeat-y;
}

.submenu_act2 {
	display: block;
	width: 215px !important;
	width: 250px;
	padding: 5px 15px 5px 20px;
	font-family: Arial;
	font-size: 14px;
	color: #c70c47;
	text-decoration: none;
	background: url(../images/bg_submenu_act.gif) top right repeat-y;
}

.knoppen {
	width: 250px;
}

.knoppen_no {
	display: block;
	width: 250px;
	height: 33px !important;
	height: 50px;
	padding: 17px 0 0 0;
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-indent: 60px;
	background: url(../images/bg_knop.gif) top left no-repeat;
}

.knop_space {
	width: 250px;
	height: 10px !important;
	height: 0px;
}

.inhoud_rechts {
	width: 630px;
	float: right;
	font-family: Arial;
	color: #6c6c6c;
}

h1 {
	font-size: 24px;
	color: #c70c47;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h2 a {
	font-size: 18px;
	font-weight: normal;
}

p {
	font-size: 12px;
	line-height: 20px;
}

a {
	font-size: 12px;
	color: #0000FF;
}

/* ################## */
/* ##### Footer ##### */
/* ################## */

.copy {
	float: left;
	margin: 22px 0 0 0;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}

.copy a {
	color: #FFF;
	text-decoration: none;
}

.copy a:hover {
	text-decoration: underline;
}

.webdesign {
	float: right;
	margin: 22px 0 0 0;
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
}

.webdesign a {
	color: #FFF;
	text-decoration: none;
}

.webdesign a:hover {
	text-decoration: underline;
}

