html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	height:100%;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	line-height: 16px;
	color:403f3f;
	background-color:#e4f3ea;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

h1 {
	font-size: 18px;
	line-height:22px;
	color:#014f35;
	margin: 0px 0px 15px 0px;
}

h2 {
	font-size: 12px;
	font-weight:bold;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

table {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
}

td {
	padding: 2px 2px 2px 2px;
}

a {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

ol {
	margin: 0px 0px 15px 25px;
	list-style-type: decimal;
}

ul {
	margin: 0px 0px 15px 15px;
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

li {
	margin: 0px 0px 2px 0px;
}

sup {
	font-size: 65%;
	vertical-align: super;	
}

sub {
	font-size: 65%;
	vertical-align: sub;	
}
.contact {
	width:140px;
	float:left;
}
input {
	width: 200px;
	border: 1px solid black;
	background: white;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

select {
	width: 204px;
	border: 1px solid black;
	background: white;
}

textarea {
	width: 200px;
	height: 80px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
	margin-top: 20px;
	margin-left: 140px;
}

#center_hor {
	position: relative;
	bottom:10px;
	height: 100%;
	width: 800px;
	margin: 0px auto 0px auto;
	background-color:#e4f3ea;
}

#top {
	position: relative;
	height:100px;
	padding-top:20px;
}

#menu_top {
	position:absolute;
	top:120px;
	width:799px;
}

#content {
	margin-top:28px;
	position: relative;
	overflow: hidden;
	background-image: url(/visuals/basis/content.jpg);
}

#kruimelbalk {
	position: absolute;
	height: 25px;
	margin: 0px auto 0px auto;
}


#layout_1{
	position:absolute;
	top:20px;
	width: 360px;
	height:400px;

}

#layout_2{
	position: relative;
	padding: 15px 15px 15px 365px;
	overflow:auto;
}

.push  {
	position:relative;
	height: 80px;
	background: white;
	border: 1px solid red;
}
	
#footer {
	position:relative;
	height:20px;
	width: 800px;
	background-color:#e4f3ea;
	text-align: center;
	color:#0b579f;
	font-weight:bolder;
	padding-top: 10px;
	background: url('/visuals/basis/lijn.jpg') no-repeat top left;
}

hr {
	color:#0b579f;
}

#footer a {
	text-decoration: underline;
	color:#0b579f;

}

#footer a:hover {
	text-decoration: none;
	color:#0b579f;
}
/* horizontaal css menu */

#menu {
	position: relative;
	background-color:#0c5ba6;
	top: 0px;
	left: 0px;
	height: 36px;
	width: 100%;
	z-index: 15;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 12pt;

}

#menu ul {
	list-style: none;
	margin: 0px;
	width: 160px;
	float: center;
}

#menu a, #menu h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
	margin: 0px;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;
}

#menu a:hover {
	color: #FFFFFF;
	background: #999999;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul{
	display:none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
	display: block;
}




/* Verticaal menu*/

#menu_ver {
	position:absolute;
	top:7px;
	left:7px;
	z-index:900;
	width:160px;
	padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu_ver a, #menu_ver h2 {
	display:block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	display: block;
	margin: 0;
	padding: 4px 2px 4px 2px;
	background: white;
	text-decoration: none;
	color: #000000;

}

#menu_ver a:hover, #menu_ver a:active{
	color: #FFFFFF;
	background: #999999;
}

#menu_ver ul{
	list-style:none;
	margin: 0px;
	width:100%;
}

div#menu_ver li, div#menu li:hover{
	position:relative;
}

div#menu_ver li ul{
	position:absolute;
	top:0px;
	left:100%;
	display:none;
}

div#menu_ver ul ul,
div#menu_ver ul ul ul,
div#menu_ver ul li:hover ul ul,
div#menu_ver ul li:hover ul ul ul{
	display:none;
}

div#menu_ver ul li:hover ul,
div#menu_ver ul ul li:hover ul,
div#menu_ver ul ul ul li:hover ul {
	display:block;
}



/* normaal menu */

#main_menu {
	position: relative;
	height: 25px;
	background-color:#0c5ba6;
	border: 1px solid #014f35;
	display:block;
	padding-left:5px;
}

#main_menu ul {
	list-style-type: none;
	margin: 0px;

	height:25px;
}

#main_menu ul li {
	float: left;
	height: 20px;
	margin: 0px 32px 0px 0px;
	padding-top:3px;
	background-color:#0c5ba6;	
}



#main_menu ul li a:link,
#main_menu ul li a:visited,
#main_menu ul li a:active {
	display: block;
	padding: 2px 0px 0px 0px;
	height: 20px;
	text-decoration: none;
	font-family:Arial, sans-serif;
	font-size:14px;
	color:white;
	line-height:16px;
	background-color:#0c5ba6;

}

#main_menu ul li a:hover {
	background: #0c5ba6;

}

#main_menu ul .active a:link,
#main_menu ul .active a:visited,
#main_menu ul .active a:hover,
#main_menu ul .active a:active {
	background: #0c5ba6;
}


#main_menu ul ul {
	position: absolute;

}

#main_menu ul ul li {
	padding-top:4px;
	width:90px;
}


div#main_menu ul ul,
div#main_menu ul li:hover ul ul,
div#main_menu ul ul li:hover ul ul {
	display: none;
	
}

div#main_menu ul ul,
div#main_menu ul ul ul,
div#main_menu ul li:hover ul ul,
div#main_menu ul li:hover ul ul ul{
	display:none;
}

div#main_menu ul li:hover ul,
div#main_menu ul ul li:hover ul,
div#main_menu ul ul ul li:hover ul {
	display: block;
	padding: 0px 0px 0px 0px;
}


#swfBase {
	margin:0px;
	padding:0px;
	width:100%;
}

.login_form {
	width: 120px;
	font-size: 11px;
	font-weight: normal;
}

.login_form p {
	margin: 0px;
}

.login_form input {
	width: 116px;
	height: 16px;
}

.login_form .form_button {
	width: 120px;
	height: 20px;
	font-size: 11px;
}

.login_form .checkbox {
	width: 40px;
	border: 0px;
}

.login_form .username {
	text-align: center;
}

.navigation {
	position: relative;
	margin: 0px auto 0px auto;
	text-align: center;
	color: #666666;
}

.frame {
	padding: 0px;
	margin: 0px auto 0px auto;
}

.frame img {
	display: inline;
	float: left;
	border: 1px solid black;
	margin: 0px;
	padding: 0px;
}

.right_shadow {
	display: inline;
	float: left;
	width: 7px;
	font-size: 0px;
	line-height: 0px;
}

.shadow_top_right {
	width: 7px;
	height: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right_top.png') top left no-repeat;
}

.shadow_right {
	width: 7px;
	font-size: 0px;
	line-height: 0px;
	background:  url('/visuals/basis/shadow_right.png') top left repeat-y;
}

.bottom_shadow {
	clear: both;
	height: 7px;
	font-size: 0px;
}

.shadow_bottom_left {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_left_bottom.png') top left no-repeat;
}

.shadow_bottom {
	display: inline;
	float: left;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_bottom.png') top left repeat-x;
}

.shadow_bottom_right {
	display: inline;
	float: left;
	width: 7px;
	height: 7px;
	font-size: 0px;
	background:  url('/visuals/basis/shadow_right_bottom.png') top left no-repeat;
}

#popup {
	position: absolute;
	display: none;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width: 100%;
	text-align: center;
	background:  url('/visuals/basis/popup.png') top left repeat;
}

#flash_banner {
	position: absolute;
	top: 27px;
	left: 420px;
	width: 280px;
	height: 85px;

}
