@charset "UTF-8";
/* CSS Document */

body {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4e4e4e;
	
	SCROLLBAR-3DLIGHT-COLOR: #1f504a;
	SCROLLBAR-ARROW-COLOR: #00b0c2;
	SCROLLBAR-BASE-COLOR: #001e2f;
	SCROLLBAR-TRACK-COLOR: #003a3a;
	SCROLLBAR-DARKSHADOW-COLOR: #001e2f;
	SCROLLBAR-FACE-COLOR: #003a3a;
	SCROLLBAR-HIGHTLIGHT-COLOR: #1f504a;
	SCROLLBAR-SHADOW-COLOR: #001e2f;

}
#container {
	background-color: #000000;
	height: 600px;
	width: 955px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -477px;
	margin-top: -300px;
	/*background-image: url(../gfx/bgImagesFish.jpg);
	background-repeat: no-repeat;
	background-position: 133px;*/
}
#menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #00A4B8;
	height:500px;
	width: 150px;
	position: absolute;
	left: 50%;
 	top: 50%;
	margin-left: -477px;
  	margin-top: -200px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
#logo {
	height: 108px;
	width: 256px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -477px;
	margin-top: -300px;
}
#menu #mainMenu{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	position:absolute;
	top: 100px;
	text-indent: 2px;
	line-height: 30px;
}

.mainMenuList {
	list-style-type:
	text-indent: 2px;
	line-height: 30px;
}
.subMenuList {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-indent: 2px;
	line-height: 20px;
	list-style-type: none; 
}

#contact {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -452px;
	margin-top: 180px;
	line-height: 25px;
	
}
#content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	
	height: 445px;
	width: 440px;
	text-decoration: none;
	line-height: 18px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -282px;
	margin-top: -180px;
	
	overflow: auto;
	clip: rect(auto,auto,auto,auto);
	padding-right: 10px;
	}
#illustration {
	background-image: url(../gfx/bgImagesFish.jpg);
	width: 133px;
	height:600px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: 175px;
	margin-top:-300px;
	background-position: -517px;
}
#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #00A4B8;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
}
#content h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #00A4B8;
	font-weight: normal;
	text-decoration: none;
	font-style: normal; 
	margin: 0px;
	padding: 0px;
}
#actueel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	width: 150px;
	height: 410px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: 318px;
	margin-top:-232px;
}
#actueel h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	
	color: #FFFFFF;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#actueel h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #00A4B8;
	font-weight: normal;
	font-variant: small-caps;
	font-style: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#actueel hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#actItem {
	background-color: #000000;	
	}
#actItem:hover {
	background-color: #222b2c;	
	}

a.menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:active {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #93d2d9;
	text-decoration: none;
}
a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
input {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px none #000000;
}
.tdContact{
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
