 html{ height: 100%;}
 body{
	height: 100%;
	background-color:#FFFFFF;
	font-family:Tahoma, Verdana,  Arial, Helvetica, sans-serif;
	font-size:8pt;
	padding:0px;
	margin:0px;
	color:#00656a;
}

a { color:#00776d; text-decoration:none;}/* OOK GEZET IN DE WMS-STYLE*/
a:hover { color:#00776d; text-decoration:underline;}/* OOK GEZET IN DE WMS-STYLE*/

a.wit, a.wit:link {
	color:#FFFFFF;
	text-decoration:none;
}
a.wit:hover {
	text-decoration:underline;
}
.input {
    width: 300px;
    margin-right: 1px;
    height: 16px;
	padding-top:2px;
    color: #00776d;
	/*font-weight:bold;*/
    font-size: 9px !important;
    font-size: 10px;
    border: 1px solid #97be0d;
    vertical-align: middle;
}

.input_texarea {
    width: 300px;
    margin-right: 1px;
    height: 42px;
	padding-top:2px;
    color: #00776d;
	/*font-weight:bold;*/
    font-size: 9px !important;
    font-size: 10px;
    border: 1px solid #97be0d;
    vertical-align: middle;
	font-family:Tahoma, Verdana,  Arial, Helvetica, sans-serif;
	font-size:8pt;
}

.search_input {
    width: 109px;
    margin-right: 1px;
    height: 16px;
	padding-top:2px;
    color: #00776d;
	/*font-weight:bold;*/
    font-size: 9px !important;
    font-size: 10px;
    border: 1px solid #97be0d;
    vertical-align: middle;
}

.input_pulldown {
    margin-right: 1px;
    height: 18px;
	padding-top:2px;
    color: #00776d;
	font-weight:bold;
    font-size: 9px !important;
    font-size: 10px;
    border: 1px solid #97be0d;
    vertical-align: middle;
}

#container {
	width:1000px;
	height:570px;
	position: absolute; 
	top: 50%; 
	margin-top: -285px; 
	left: 50%; 
	margin-left: -500px;
	border:1px solid #000000;
}

#top {
/*	background-color:#CC00FF;*/ /*paars*/
	background-color:#FFFFFF;
	width:1000px;
	height:81px;
}
#top a:hover {
	font-weight:bold;
	text-decoration:none;
}

.navigatie {
	color:#97be0d; /*lgroen*/
}

.navigatie a{
	color:#00776d; /*dgroen*/
}

#left {
/*	background-color:#0000FF;*/ /*blauw*/
	width:206px;
	height:429px;
	float:left;
}

#leftbottom {
	/*background-image: url(../images/vignet.png);*/
	height:60px;
	width:206px;
	float:left;
}

#menu {
/*	background-color:#CC6600;*//*oranje*/
	margin-top:54px;
	float:left;
	padding-left:57px;
	width:81px;
	height:200px;	
	font-weight:bold;
	font-size:8pt;
	color:#FFFFFF;
}


#content {
	width:769px;
	height:425px;
	float:left;
	margin-top:20px;
	padding-left:24px;
	vertical-align:top;
	overflow-x:hidden;
	overflow-y:auto;
}


.header {
	color:#97be0d;
	font-size:12px;
	font-weight:bold;
	height:20px;
}

p {
	margin:0;
	padding:0;
}

h1 {
	color:#97be0d;
	font-size:12px;
	font-weight:bold;
	height:20px;
	margin:0;
	padding:0;
}

h2 {
	color:#00656a;
	font-size:8pt;
	font-weight:normal;
	margin:0;
	padding:0;
}

#bottom {
	float:left;
	width:758px;
	height:60px;
	padding-left:14px;
}


#bottom_pages {
	color:#97be0d;
	background-color:#FFFFFF;
	float:left;
	width:758px;
    margin:0px;
	padding-left:14px;
}



.bottom a {
	color:#FFFFFF;
}

/* UITZONDERING VOORRAAD */

#vr_intro
{
width:281px;
float:left;
padding-right:30px;
}

#vr_artikelen {
width:430px;
float:left;
}

a.red, a.red:link{
color:#ec1d25; 
/*text-decoration:none;*/
} 

a.green, a.green:link{
color:#00a651; 
/*text-decoration:none;*/
} 

a.blue, a.blue:link{
color:#0055a6; 
/*text-decoration:none;*/
} 

/* OPMAAK */

.green_border { /* OOK GEZET IN DE WMS-STYLE*/
	  border: 1px solid #97be0d;
}
.link_underline {
	text-decoration:underline;
}

hr {
height: 0;
border: 0;
border-top: 1px solid #a8c742;

} 

/* Picture Gallery */
.white {
color:#FFFFFF;
}

.white a:active {
color:#009900;
}

ul {
margin-top:5px;
margin-bottom:5px;
}


/* menu */
.menu_nav_active {
	background-color:#FF0000;
	color:#FFFFFF;
	height:21px;
	width:135px;
}
.menu_nav_inactive {
	background-color:#00FF00;
	color:#FFFFFF;
	height:21px;
	width:135px;
}
#productenDiensten {
	/*background-image:url(../navigatie/img/verloop.gif);*/
	width:140px;
	display:none;
	margin-left:90px;
	margin-top:22px;
}
#Actueel {
	width:140px;
	display:none;
	margin-top:22px;
	margin-left:180px;
}
#Contact_nav {
	width:140px;
	display:none;
	margin-top:22px;
	margin-left:240px;
}

.background_subnavigatie {
	background-image:url(../navigatie/img/verloop_new.gif);
	width:140px;
	height:20px;
}


#dhtmltooltip {
	position: absolute;
	width:65px;
	height:16px;
	border: 1px solid #97be0d;
	padding: 5px;
	visibility: hidden;
	z-index: 100;
	background-color:#30C;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}
