html{
		 overflow-y: scroll;
}
body {
    margin: 0;
    padding: 0;
    background-color: #B1C1DF;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;

}
#header h1{
	display: none;
}
#top{
	height: 149px;
	width: 100%;
	background-image: url(../img/top_back.gif);
	background-repeat: repeat-x;
}
#logo{
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	height: 149px;
	width: 511px;
	float: left;
}
#puzzle{
	background-image: url(../img/puzzle.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 149px;
	width: 369px;
	float: right;
}


#global_content{
	float: left;
	background-color: White;
	padding: 0 20px;
	padding-bottom:20px;
}

#global_left{
	width: 170px;
	float: left;
/*	margin-left: 10px;*/
}
#global_content_right{
	margin-left: 190px;
	 
}
#global_center{
   background-color:white;
   float: left;
}
#global_content_center {
    margin-right: 280px;

}
#global_right{
	width:260px;
	float: right;
	
}

#footer{
	background-image: url(../img/footer.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 60px;
	clear: both;
	padding-top: 10px;
}

/*----------menu---------*/

#menu_top{

}
#menu{
	width: 169px;
	float: left;
   margin-left: 0;
}

#menu .blok_body {
	background-color: #B1C1DF;
}

#menu_bottom{
	background-image: url(../img/schadow_bottom.gif);
	background-repeat: repeat-x;
	width: 169px;
	height: 8px;
	float: left;
}
#buttons {
	margin-top: 10px;
	float: left;
}
#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}


#menu li a {
	display: block;
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -0.4pt;
	display: block;
	height: 26px;
	padding-left: 33px;
}
#menu li.active1 a {
	background-image: url(../img/menu_active.gif);
	background-repeat: no-repeat;
	background-position:  left -1px;
	color: gold;
	display: block;
	height: 24px;
}

#menu ul li ul {
	display:none;
	background-image: url(../img/submenu_back.gif);
	background-repeat: no-repeat;
	background-color: #ced9ec;
	margin-top: -9px;
	border-bottom: 1px solid navy;
}

#menu ul li.active1 ul {
	display:block;
}

#menu ul li.active1 ul li a {
	width:auto;
	padding-left:33px;
	background-image: none;
	background-position:  left -1px;

}


#menu li.active1 li a{
	color: navy;
	display: block;
	height: 20px;
	font-weight: normal;
	letter-spacing: 0pt;
}
#menu li.active2 a:link, #menu li.active2 a:active, #menu li.active2 a:visited{
	color: maroon;
}



/*-----------einde-------------*/





a {
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
h1, h2, h3 {
    font-weight: normal;
}
h4, h5, h6 {
    font-weight: bold;
}
h1, .style_kopgroot {
    font-size: 2.0em;
}
h2, .style_middel {
    font-size: 1.7em;
}
h3, .style_klein {
    font-size: 1.4em;
}
h4 {
    font-size: 1.2em;
}
h5 {
    font-size: 1.0em;
}
h6 {
    font-size: 0.8em;
}

dl, dt, dd, ol, ul, li {
    margin-top: 0.2em;
    margin-bottom: 0.1em; 
    font-size: 1.0em;
    line-height: 1.5em;
}

p {
    margin: 1.2em 0em 1.2em 0em;
    font-size: 1.0em;
    line-height: 1.5em;
}

code, pre {
    font-family: Courier New, monospace;
    font-size: 1.0em;
}

strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

hr {
    height: 1px;
    margin: 0px;
    background-color: #ccc;
    color: #ccc;
}

img {
    margin: 0;
    border: 0;
}
/*---------------css module inhoud--------------------*/



/* CONTENT */

.kolom_links, .kolom_rechts{
	width: 45%;
	float: left;
	margin: 10px;
}

.imgleft {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.imgright{
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
}

div.sjabloon1, div.sjabloon2,div.sjabloon3,div.sjabloon4{
  /*clear: both;*/
}

div.sjabloon1  img, div.sjabloon2  img, div.sjabloon3  img ,div.sjabloon4  img{

}



/* LINKS */

div.links {
	width:100%;
}

div.links h1 {
	
}

div.links table{
	
}

div.links thead{

}

/* NIEUWS */

div.nieuws {
   width : 100%;
}

div.nieuws_listitem {
	margin-top:20px;
}

div.nieuws img {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

div.nieuws img.right {
	float:right;
}
div.nieuws hr {
	clear:both;
}

div.nieuws h1 {
	
}

div.nieuws a {

}

div.nieuws_listitem h2, div.nieuws_listitem h2 a {
	font-size:1.2em;
}
div.nieuws h2, div.nieuws h2 a {
	clear: both;
	margin-top:10px;
	margin-bottom:10px;
}


div.nieuws table{
	
}

.wtkerror {
	color:red;
}

/* logo click */
.logo_click {
	width:350px;
	height:90px;
	border:0px;
}



/*Algemene link stijlen */
a {
 color:black;
}

a:hover {
	color:red;
	text-decoration:none;
}


/* om ruimtes te forceren */
nobr {
	display:block;
	margin-bottom:5px;
}

#inhoud {
	
}



/*----------Popup venster----------*/

body.popup {
	margin:0px;
	padding:0px;
	background-color:white;
}	

#popup {

}
	
#popup #content {
	background-image:url(/img/popup_body.gif);
	background-repeat:repeat-x;
	padding:10px;
	text-align:left;
}

#popup #global_content_center {
	background-color:none;
}

#popup_menu {
	text-align:right;
	padding:2px;
	background-color:maroon;
	color:white;
	padding-right:5px;
	font-weight:bold;
}

#popup_menu a {
	color:white;
	text-decoration:none;
}

#popup_menu a:hover {
	color:white;
	text-decoration:underline;
}

#popup #product_img_box {
	height:140px;
}

#popup .knoppen_balk {
	border-top:1px solid silver;
	padding-top:5px;
}




/*----------DHTML Popup venster----------*/
#dwindow .menubar {
	border:1px solid #1F438E;
 	background-color:navy;
	background-image:url(/img/popup_header.gif);
	background-repeat:repeat-x;
	padding:5px;
	padding-top:6px;
	padding-bottom:7px;
	border-bottom:none;
}

#dwindow {
	
}


#dwindow .menubar a {
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#dwindow .menubar a:hover {
	color:white;
	text-decoration:underline;
}

#dwindowcontent  {
	border-top:0px;
	border:1px solid #1F438E;
}


/* Formuliermodule */
#wtkformmodule_table {
	width:auto;
}
.button, #wtkformsubmit {
	background-color: navy;
	border: 1px solid white;
	color: white;
	font-weight: bold;
}


/* voor editschermen */
form {
	margin:0px;
	padding:0px;
}
.tbl_edit {
	margin-top:20px;
}
.tbl_edit td {
	vertical-align:top;
	padding:4px;
	border-bottom:1px solid #efefef;
}

.tbl_edit td.label {
	width:150px;
	font-weight:bold;
	border-bottom:1px solid white;
	background-color: #efefef;
	border-left:0px;
}

.tbl_editlist {
	margin-top:20px;
}

.tbl_editlist table {
	
	border:1px solid silver;
}

.tbl_editlist td, .tbl_editlist th {
	vertical-align:top;
	padding:4px;
	border-left:1px solid #efefef;
}

.tbl_editlist td.first, .tbl_editlist th.first {
	border-left:0px;
}


.tbl_editlist tr.odd td {
	background-color: #efefef;
}

.tbl_editlist th {
	background-color:silver;
	text-align:left;
}

.tbl_editlist .buttons {
	border-left:none;
	width:100px;
}

.tbl_editlist .kolom_status {
	width:100px;
}

#product_img_box {
	margin-top:10px;
	margin-bottom:10px;
}

#product_img_box img {
	margin:5px;
	padding:5px;
	border:1px solid silver;
	float:left;
}

#product_img_box .button {
	margin-top:35px;
	margin-left:10px;
	border:0px;
}


#global_content_center.fullsize {
	margin:0px;
	min-width:80%;
	padding:0px;
}
/* eind editschermen */

#wtkextranet_loginfrm div.wtkerror {
	margin-bottom:10px;
}
.inlogform_velden label {
	padding-top:3px;
	float:left;
	display:block;
	width:100px;
}

.inlogform_velden div {
	margin-bottom:2px;
}
.inlogform_velden .button {
	margin-left:100px;
}


/*voor achtergrond */
.fix {
	display:block;
	height:0px;
	clear:both;
}

.googlemapsfoto {
	float:left;
	margin-right:5px;
	padding:3px;
	border:1px solid silver;
}

.overflow {
	display:block;
	width:180px;
	overflow:hidden;
	text-overflow: ellipsis;
}

/* voor image buttons */
.img_button {
	cursor:pointer;
	cursor:hand;
}


/* footer */
.footer_left {
	float:left;
}
.footer_right {
	padding-top:20px;
	padding-right:10px;
	float:right;
}
.footer_right a {
	color:black;
	text-decoration:none;
}
.footer_right a:hover {
	text-decoration:underline;
}

.activiteit_prijs {
	text-align: right;
	padding-right: 40px;
}

.row_reserveren {
	background-color: #83b783;
	line-height: 24px;
	padding: 4px;
	text-align: center;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #498449;
	border-bottom: 1px solid #498449;
}
