@charset "utf-8";
HTML, BODY {
	width:100%;
	height:100%;
	margin:0px;
	background-color: #23668D;
	font-family:Verdana, Helvetica, sans-serif;
	overflow:hidden;
	color:#FFFFFF;
	font-size: 12px;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: white;
	scrollbar-darkshadow-color: #1A4760;
	scrollbar-face-color: #3F6487;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #1A4760;
}

h1 {
}

h2 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
	
}

A:link {
	text-decoration: none;
	color: #FFFFFF;
}
A:visited {
	text-decoration: none;
	color: #FFFFFF;
}
A:active {
	text-decoration: none;
	color: #FFFFFF;
}
A:hover {	
	text-decoration: underline;
	color: #FFFFFF;
}

A:link.rood {
	text-decoration: none;
	font-weight:bold;
	color: #F92B2B;
}
A:visited.rood {
	text-decoration: none;
	font-weight:bold;
	color: #F92B2B;
}
A:active.rood {
	text-decoration: none;
	font-weight:bold;
	color: #F92B2B;
}
A:hover.rood {	
	text-decoration: underline;
	font-weight:bold;
	color: #F92B2B;
}


.titeltext {
	font-size: 28px;
	font-weight: bold;
	text-indent: 10px;
}

.container {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	min-height: 100%;
}
.waves {
	position:absolute;
	left:0px;
	top:0px;
	height:200px;
	width:100%;
}
.floor {
	position:absolute;
	left:0px;
	bottom:0px;
	height:270px;
	width:100%;
	background-image:url(../images/ocean/floor.jpg);
	background-repeat:repeat-x;
}
.coralleft {
	position:absolute;
	left:0px;
	bottom:0px;
	height:689px;
	width:481px;
}
.coralright {
	position:absolute;
	right:0px;
	bottom:0px;
	height:373px;
	width:329px;
}
.contenttitle {
	position:absolute;
	width: 600px;
	height: 30px;
	top:10%;
	left:55%;
	margin-left: -300px;
	margin-top: -71px;
}
.contentbg {
	position:absolute;
	width: 609px;
	height:90%;
	top:10%;
	left:55%;
	background-color:#4B6384;
	border: 1px solid #CCCCCC;
	margin-left: -300px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.contentwrap {
	position:absolute;
	width: 610px;
	height:85%;
	top:15%;
	left:55%;
	margin-left: -300px;
	overflow:auto;
}
.content {
	position:absolute;
	width: 550px;
	top:0px;
	left:0px;
	color:#FFFFFF;
	size: 10px;
	padding: 10px;
}
.leftmenu {
	position:absolute;
	left:0px;
	top:20px;
	height:620px;
	width:240px;
	font-weight: bold;
}
.formbtn {
	color: #FFFFFF;
	background-image: url(../images/btn.jpg);
	height: 21px;
	width: 131px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

