html {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #666666;
	background: white;
	line-height: 170%;
}

h1 {
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2 {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

h3 {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-decoration: underline;
	font-weight: normal;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border-spacing: 0px 0px;
}

td {
	padding: 2px 2px 2px 2px;
}

a:link {
	text-decoration: underline;
	color: black;
}

a:visited {
	text-decoration: underline;
	color: black;
}

a:hover {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: underline;
	color: black;
}

ol {
	margin: 0px 0px 15px 25px;
	padding: 0px;
}

ul {
	margin: 0px 0px 15px 15px;
	padding: 0px;
}

li {
	margin: 0px 0px 2px 0px;
	padding: 0px;
}




textarea {
	width: 200px;
	height: 80px;
}

form {
	padding: 0px;
	margin: 0px;
}

.checkbox {
	border: 0px;
	width: 20px;
	background: none;
}

.radiobutton {
	border: 0px;
	width: 20px;
	background: none;
}

.form_button {
	background: white;
	border: 1px solid black;
	width: 204px;
}

#center_hor {
	position: relative;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px;
	border: 1px solid #ffffff;
}

#content_border {
	position:relative;
	top:20px;
	border: 1px solid #666666;
	margin-bottom:40px;
}

#top {
	position: absolute;
	top: 0px;
		left: 0px;
	width: 798px;
	height: 75px;
	padding: 0px;
	background: #96c0dc;
}

/* horizontaal css menu */

#menu {
	position: absolute;
	top: 10px;
	left: 35px;
	width: 100%;
	float: left;
	line-height: 120%;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 147px;
	float: left;
}

#menu a:link, 
#menu a:visited, 
#menu a:active, 
#menu h2 {
	font-weight:bold;
	display: block;
	height: 100%;
	margin: 0px;
	padding: 9px 0px 0px 0px;
	text-decoration: none;
	color: #666666;
}

#menu a:hover {
	color: #000000;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	top: 49px;
	z-index: 500;
	color: #666666;
	font-size: 11px;	
}

#menu ul ul li {
	padding: 0px 0px 0px 0px;
	text-align:center;
}

#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;
}



#top_menu_home {
	width: 134px;
	height: 49px;
	background:  url('/visuals/basis/main_home.png') top left no-repeat;
}

#top_menu_home a:link,
#top_menu_home a:visited,
#top_menu_home a:hover,
#top_menu_home a:active {
	display: block;
	height: 100%;
}

#top_menu_home a:hover {
	background:  url('/visuals/basis/main_home_over.png') top left no-repeat;
}


#top_menu_home ul {
	width: 134px;
	height: 100px;
}

#top_menu_home ul li {
	width:134px;
	height:33px;
		background:  url('/visuals/basis/sub_menu_bg.png') top center no-repeat;
}

#top_menu_home ul li a:hover {
	background:  url('/visuals/basis/sub_menu_bg_over.png') top left no-repeat;
}

#top_menu_werkwijze {
	width: 134px;
	height: 49px;
	background:  url('/visuals/basis/main_werkwijze.png') top left no-repeat;
}

#top_menu_werkwijze a:link,
#top_menu_werkwijze a:visited,
#top_menu_werkwijze a:hover,
#top_menu_werkwijze a:active {
	display: block;
	height: 100%;
}

#top_menu_werkwijze a:hover {
	background:  url('/visuals/basis/main_werkwijze_over.png') top left no-repeat;
}

#top_menu_werkwijze ul {
	width: 134px;
	height: 133px;
}

#top_menu_werkwijze ul li {
	width:134px;
	height:33px;
		background:  url('/visuals/basis/sub_menu_bg.png') top center no-repeat;
}

#top_menu_werkwijze ul li a:hover {
	background:  url('/visuals/basis/sub_menu_bg_over.png') top left no-repeat;
}



#top_menu_heren {
	width: 134px;
	height: 49px;
	background:  url('/visuals/basis/main_heren.png') top left no-repeat;
}

#top_menu_heren a:link,
#top_menu_heren a:visited,
#top_menu_heren a:hover,
#top_menu_heren a:active {
	display: block;
	height: 100%;
}

#top_menu_heren a:hover {
	background:  url('/visuals/basis/main_heren_over.png') top left no-repeat;
}

#top_menu_heren ul {
	width: 134px;
	height: 133px;
}

#top_menu_heren ul li {
	width:134px;
	height:33px;
		background:  url('/visuals/basis/sub_menu_bg.png') top center no-repeat;
}

#top_menu_heren ul li a:hover {
	background:  url('/visuals/basis/sub_menu_bg_over.png') top left no-repeat;
}


#top_menu_dames {
	width: 134px;
	height: 49px;
	background:  url('/visuals/basis/main_dames.png') top left no-repeat;
}

#top_menu_dames a:link,
#top_menu_dames a:visited,
#top_menu_dames a:hover,
#top_menu_dames a:active {
	display: block;
	height: 100%;
}

#top_menu_dames a:hover {
	background:  url('/visuals/basis/main_dames_over.png') top left no-repeat;
}

#top_menu_dames ul {
	width: 134px;
	height: 133px;
}

#top_menu_dames ul li {
	width:134px;
	height:33px;
		background:  url('/visuals/basis/sub_menu_bg.png') top center no-repeat;
}
#top_menu_dames ul li a:hover {
	background:  url('/visuals/basis/sub_menu_bg_over.png') top left no-repeat;
}


#top_menu_contact {
	width: 134px;
	height: 49px;
	background:  url('/visuals/basis/main_contact.png') top left no-repeat;
}

#top_menu_contact a:link,
#top_menu_contact a:visited,
#top_menu_contact a:hover,
#top_menu_contact a:active {
	display: block;
	height: 100%;
}

#top_menu_contact a:hover {
	background:  url('/visuals/basis/main_contact_over.png') top left no-repeat;
}

#top_menu_contact ul {
	width: 134px;
	height: 133px;
}

#top_menu_contact ul li {
	width:134px;
	height:33px;
		background:  url('/visuals/basis/sub_menu_bg.png') top center no-repeat;
}
#top_menu_contact ul li a:hover {
	background:  url('/visuals/basis/sub_menu_bg_over.png') top left no-repeat;
}

#photo {
	position: relative;
	top:75px;
}

#breadcrumb {
	position: relative;
	top:85px;
	left:20px;
	}



#bottom {
    position: relative;
	padding: 12px 20px 10px 20px;
	text-align:right;
	/*border-top: 2px dashed #96c0dc;*/
	background: url(/visuals/basis/dash.png) top left repeat-x;
}

/* normaal menu */

#bottom_menu {
	position: relative;
	height: 20px;
	color: #666666;
	text-transform: lowercase;
}

#bottom_menu ul {
	list-style-type: none;
	margin: 0px;		
}

#bottom_menu ul li {
	float: right;
	height: 20px;
	margin: 0px;
	display: inline;
	width: auto;
}

#bottom_menu ul li a:link,
#bottom_menu ul li a:visited,
#bottom_menu ul li a:active {
	padding: 2px 0px 0px 0px;
	height: 18px;
	text-decoration: none;
	color: #666666;
}

#bottom_menu ul li a:hover {
	color: #000000;
}

#bottom_menu ul .active a:link,
#bottom_menu ul .active a:visited,
#bottom_menu ul .active a:hover,
#bottom_menu ul .active a:active {
	color: #000000;
}

#bottom_menu .separator {
	display: inline;
	width: 0px;
	height: 12px;
	margin: 2px 6px 0px 6px;
	border-right: 1px solid #666666;
}


#content {
	position: relative;
		min-height: 300px;
	padding: 95px 40px 23px 300px;
}

#slideshow {
	position: absolute;
	left: 10px;
	width: 280px;
	height: 280px;
}

#logo {
	position: absolute;
	top: 303px;
	left: 120px;
	width: 134px;
	height: 133px;

	top: 350px;
	left: 95px;
	width: 104px;
	height: 104px;
	background: url(/visuals/basis/logo.jpg) top left no-repeat;	
}

#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;
}



.nopadding {

  padding: 0px !important;

}

.negative {

  color: #c00;

}

a.gui_calendar {

  background: transparent url('../graphics/calendar.gif') no-repeat 50% 50%;

  margin-left:3px;

  padding:2px 10px 2px 10px;

  border: none;

  }

a.gui_calendar:hover {

  background-color: #f2f0de;

  padding:1px 9px 1px 9px;

  border:1px outset #f2f0de;

  text-decoration:none;

  }

a.gui_calendar:active {

  background: #e2e0be url('../graphics/calendar.gif') no-repeat 55% 55%;

  padding:1px 9px 1px 9px;

  border-left:2px solid #b2b08e;

  border-top:2px solid #b2b28e;

  border-right:none;

  border-bottom:none;

  text-decoration:none;

  }

div.calendar > table {

  width: auto !important;

  }

.gui_table_overview tr.hover {

  /*background-color: #f6f6f6;*/

  color: #bc006f;

}

.gui_table_overview td.footer, .gui_table_overview td.footer tr, .gui_table_overview tfoot tr {

  font-weight:bold;

  background-color: #aaa;

  color: #fff;

}

.gui_label {

  white-space: nowrap;

}

.gui_field, .gui_option {

  background-color: #fff;

  color: #000;

  font: 1.0em Tahoma, Verdana, sans-serif;

  border: 1px solid #666;

  padding: 1px;

}

.gui_field {

  padding-top: 2px;

  padding-bottom: 2px;

}

.gui_field_ro {

  white-space: nowrap;

}

.footertext {

  color: #999;

}

tr.toprow > td {

  border-top: 1px solid #000 !important;

  border-bottom: none !important;

}

tr.toprow > td td {

  border-top: none;

  border-bottom: none;

}

table.nolines > tr > td, table.nolines > tbody > tr > td {

  border-top: none;

}

span.large {

  font-size: 115%;

}

#meer {
	position: relative;
	display: none;
}

#meer1 {
	position: relative;
	display: none;
}
