/* nzkg.css | RON Reginonlae Ontwikkelingsmaatschappij Noordzeekanaal NV

Kleuren:

#80B811	|	Dondergroen			Menu linkerkant 		
#CAE19B	|	Lichtgroen			Nieuws rechterkant
#003F8B	|	Blauw				Tekst
*/






* {
	margin: 0;
}

html, body {
	height: 100%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/background_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

div#update {
	position:absolute;
	z-index:1001;
	left:50%;
	margin-left:72px;
	top:5px;
	width:180px;
	text-align:right;
	font-size:9px;
	color:white;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}	

.tabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	
}	

#wrapper {
	width: 780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/background_wrapper.jpg);
	background-repeat: repeat-y;
}


#header {
	position: relative;
	height: 88px;
	background-image: url(../images/topimage.jpg);
	z-index: 500;
	width: 780px;
}

#left {
	width: 150px;
	min-height: 100%;
	height: 300px;
	background-color: #80B811;
	background-image: url(../images/background_submenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 146px;	
	float: left;
}

#content {
	width: 454px;
	float:left;
	position: relative;
	background: #FFF
}

#right {
	position: relative;
	width: 176px;
	min-height: 100%;
	height: 100%;
	float: right;
	background-image: url(../images/background_right.jpg);
	background-repeat: no-repeat;
}

/* ======================================== CONTENT  =========================== */

.kop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003F8B;
	margin-left : 18px;
	margin-top: 23px;
	margin-right: 20px;
}

.kopnieuws, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003F8B;
	margin-left : 18px;
	margin-right: 20px;
}

h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

div.tekst, div.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-left : 18px;
	margin-top: 17px;
	margin-right: 20px;
}
div.intro {
	line-height: 18px;
	color: #59800c;
}






.afbeelding {

	position: relative;
	width: 160px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: -6px;
	margin-bottom: 0px;
	clear: none;
}
.bijschrift {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003F8B;
	text-align: right;
	margin-right: 8px;
	margin-top: 3px;
}


/* ================================== RIGHT CONTENT  =========================== */


.nieuwsheader {
	width: 165px;
	height: 19px;
	background-image: url(../images/background_right_header.jpg);
	background-repeat: no-repeat;	
	text-align: left;
	margin-top: 10px;
	margin-left: 11px;
	color: #003F8B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #003F8B;
}

.kaart {
	background-image: url(../images/background_kaart_rechts.gif); 
	background-position: 11px 15px; 
	background-repeat: no-repeat; 
	height: 230px;
	padding: 10px 0 0 20px;
}




/* ================================== BANNER  ================================== */

.banner {
	background-image: url(../images/background_banner.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 78px;
}

.kopbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003F8B;
	font-weight: bold;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.bannerlinks {
	float: left;
	width: 128px;
	margin: 7px 0 0 0; 
	background-image: url(../images/background_gegevens.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #80B811;
	border-bottom: 1px solid #80B811;
	height: 140px;
}

.tekstbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: 3px;
	margin-bottom: 4px;
}

.bannerrechts { 
	float: right;	
	width: 68px;
}

div.meer_banner {
	position: absolute;
	top: 130px;
	left: 100px; 
	color: #003F8B;
}

div.meer_banner a {
	text-decoration: underline;
	color: #003F8B;
}



/* ================================== SUBMENU  ================================== */

.submenu {
position: relative;
z-index:1000;
font-size:90%;
margin:15px 0 50px 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.submenu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .submenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.submenu li {
position:relative;
height:26px;
}

/* get rid of the table */
.submenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.submenu a, .submenu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#FFF;
text-indent:5px;
}
/* hack for IE5.5 */
* html .submenu a, * html .submenu a:visited { width:150px; w\idth:149px;}
/* style the link hover */
* html .submenu a:hover {color:#fff; background:#Lichtgroen;}

.submenu :hover > a {
color:#fff; 
background:#80B811;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.submenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.submenu ul li:hover ul,
.submenu ul a:hover ul {
visibility:visible;
background-color: #003F8B;
}

/* keep the third level hidden when you hover on first level list OR link */
.submenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.submenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.submenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.submenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

/*div.submenu {
	padding-top: 0px;
	margin-left: -30px;
	float: left;
	clear: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

div.submenu li {
	position: relative;
	clear: none;
	width: 110px;
	list-style: none;
	display: block;
	margin:10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

div.submenu li a {
	color: #FFFFFF;
	text-decoration: none;
}
*/


/* ================================== OVERIGE  ================================== */

input.zoeken {
position: relative;
top: -1px;

	width: 55px;
	height: 14px;
background-color: #EEEEEE;
font-weight: normal;
font-size: 8pt;
color: #000;
padding: 1px 3px 1px 3px;;
border: 1px solid #CCCCCC;
}

.zoekbalk {
	position: relative;
	width: 100px;
	height: 18px;
	top: 7px;
	left: 665px;	
}

.home_icon {
	position: relative;
	width: 120px;
	height: 21px;
	top: 20px;
	left: 665px;	

}

.telefoon {
	position: relative;
	width: 120px;
	height: 21px;
	top: 27px;
	left: 665px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}

marquee {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003F8B;
	font-weight: bold;
	margin-top: 3px;
}

marquee a {
	text-decoration: none;
	color: #003F8B;
}

div.footer { 
	position: relative;
	width: 420px;
	height: 20px;
	margin-top: 40px;
	float: left;
	margin: 10px 0 0 15px;
}


div.gegevens {
	background-image: url(../images/background_gegevens.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CAE19B;
	border-bottom-color: #CAE19B;
	margin-left : 18px;
	margin-top: 23px;
	margin-right: 20px;
	padding: 5px 0  15px 0;
	width: 270px;
}

div.gegevens strong {
	color: #003F8B;
}

a {
	color: #003F8B;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}

input.Submit{
background-color: #EEEEEE;
font-weight: normal;
font-size: 8pt;
color: #000;
padding: 1px 3px 1px 3px;;
border: 1px solid #CCCCCC;
cursor: pointer;
}

/*
#right {
	position: absolute;
	top: 0;
	left: 775px;
	width: 188px;
	float: right;
	background-color: red;
	min-height: 100%;
	height: 100%;
	background-position: left;	
}

#content {
	position: relative;
	width: 520px;
	left: 251px;
	float: left;	

}
/*
h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 15px 0 15px 0;
	color: #4FA1E0
	
}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 3px 0;
	color: #4FA1E0
	
}

#lidworden {
	position: absolute;
	width: 188px;
	bottom: 38px;
	left: 775px;

}

#balk {
	position: absolute;
	width: 776px;
	bottom: 38px;
	left: 0px;
	background-color: #EAF1F9;
	height: 10px;
	min-height: 14px;

}

.crumb {
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #000000
}

.crumb a {
	margin: 10px 0 0 0;
	font-size: 10px;
	color: #4FA1E0;
}

.afbeelding {
	margin: 0 0 0 20px;
	float: right;
	width: 195px;
	font-size: 10px;
	font-style: italic;

}

a {
	color: #4FA1E0;
	text-decoration: none;
}

a:hover {
	color: #999999
}


/* Banner */


