html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #8cb5e9;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1em;
	color: #3d4752;
	overflow: hidden;
}

img {
	border: 0;
}

#denoordzee {
	position: absolute;
	width: 100%;
}

div#noordzee {
	background: url(../img/noordzee_header.png) repeat-x bottom;
	height:3.8em;
	padding-top: 2px;
}
div#noordzee ul {
	width: 930px;
	margin: 0 auto;
	padding:0 3px 0 0;
	font-size: 0.9em;
	}

div#noordzee ul li.first {
	float: left;
	padding-left:10px;}	

div#noordzee ul li {
	float: right;
	margin:0 15px 0 0;
	padding:5px 0 0 0;
	list-style: none;
	}
	
div#noordzee ul li a {
	background: url(../img/fish1.gif) no-repeat left center;
	padding-left: 15px;
	line-height: 20px;
	} 
	
div#noordzee ul li.first a {
	background: url(../img/noordzee_logo_small.gif) no-repeat left center;
	display:block;
	padding-left: 80px;
	}
	
div#noordzee ul li.active a {
	font-style:normal;
	color: #666;
	background: url(../img/fish2.gif) no-repeat left center;
	}
div#noordzee ul li.active a:hover { text-decoration:none;}


#denoordzeemenu {
	position: relative;
	width: 900px;
	height: 37px;
	background-color: red;
	margin: 0 auto;
}

#background {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 2;
}

#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	height: 560px;
	margin-left: -450px;
	margin-top: -280px;
	padding: 25px 0 0 0;
}

#topframe {
	position: relative;
	width: 900px;
	height: 30px;
}

#payoff {
	position: absolute;
	width: 475;
	height: 16px;
	top: 0;
	left: 0;
}

#language {
	position: absolute;
	width: 475;
	height: 16px;
	top: 0;
	right: 0;
}

#bottomframe {
	position: relative;
	width: 900px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	color: #888888;
	font-size: 0.9em;
}

#holder {
	position: relative;
	width: 900px;
	height: 490px;
}

#left {
	position: relative;
	width: 300px;
	height: 490px;
	float: left;
}

#header {
	position: relative;
	width: 240px;
	height: 19px;
	background: #bbd3f2 url('../img/header-background.jpg') repeat-y top left;
	padding: 30px;
}

#header img {
	display: block;
	margin: 0 0 10px 0;
}

#content {
	position: relative;
	width: 300px;
	height: 371px;
	background: #d1e1f7 url('../img/content-background.jpg') repeat-y top left;
	line-height: 1.6em;
	overflow-x: hidden;
	overflow-y: auto;
}

#text {
	padding: 30px;
}

#footer {
	position: relative;
	width: 300px;
	height: 40px;
	background: #ffffff url('../img/navigation-background.jpg') no-repeat top left;
}

#navigation-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 40px;
}

#navigation-center {
	position: absolute;
	top: 0;
	left: 0;
	width: 294px;
	height: 40px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
}

#navigation-right {
	position: absolute;
	top: 0;
	right: 6px;
	width: 45px;
	height: 40px;
}

#right {
	position: relative;
	width: 600px;
	height: 490px;
	background: #ffffff url('../img/image.jpg') repeat-x top left;
	float: left;
}

.menu-item {
	position: absolute;
	top: 0;
	width: 200px;
	height: 40px;
	overflow: hidden;
}

#menu-1 {
	left: 0;
}

#menu-2 {
	left: 200px;
}

#menu-3 {
	left: 400px;
}

.submenu img {
	margin: 0 0 2px 0;
}

a:link						{ color: #3d4752; text-decoration: none;		}
a:visited					{ color: #3d4752; text-decoration: none;		}
a:active					{ color: #3d4752; text-decoration: underline;	}
a:hover						{ color: #3d4752; text-decoration: underline;	}

#bottomframe a:link			{ color: #888888; text-decoration: none;		}
#bottomframe a:visited		{ color: #888888; text-decoration: none;		}
#bottomframe a:active		{ color: #888888; text-decoration: underline;	}
#bottomframe a:hover		{ color: #888888; text-decoration: underline;	}

#noordzee a:link			{ color: #093a7f; text-decoration: none;		}
#noordzee a:visited			{ color: #093a7f; text-decoration: none;		}
#noordzee a:active			{ color: #093a7f; text-decoration: underline;	}
#noordzee a:hover			{ color: #093a7f; text-decoration: underline;	}

#text a:link				{ color: #093a7f; text-decoration: underline;	}
#text a:visited				{ color: #093a7f; text-decoration: underline;	}
#text a:active				{ color: #093a7f; text-decoration: none;		}
#text a:hover				{ color: #093a7f; text-decoration: none;		}

#language a:link			{ color: #ffffff; text-decoration: none;		}
#language a:visited			{ color: #ffffff; text-decoration: none;		}
#language a:active			{ color: #ffffff; text-decoration: underline;	}
#language a:hover			{ color: #ffffff; text-decoration: underline;	}
