/* algemene stijlregels */
body {
	background : #517493 url(../img2/bg.jpg);
	margin:0; padding:0;
	font:8pt/14pt arial, verdana;
	color:#4bcbf4;
}

a { color:#4bcbf4; }

.clear {
	clear:both; font-size:1px; line-height:1px;
}

.fl {float:left;}
.fr {float:right;}

.container {
	width: 1027px;
	text-align:left;
	float:right;
}
.header {
	width:904px; height: 384px;
	background:url(../img2/header-001.jpg);
	}
	
.headerBtm {
	width:46px; height: 101px;
	background:url(../img2/header-bottom-right.jpg);
	position:absolute;
	margin: 384px 0 0 858px;
	
	}
	
.menuLeft {
	width:123px;
	float:left;
}
.menuLeft ul {
	text-align:right;
	list-style: none;
	font-size:14pt;
	line-height:21pt;
	margin:0; padding:0; 
	margin-top:250px;
}

.menuLeft ul li a {
	display: inline-block;
	width: 112px; height: 31px;
	background:url(../img2/menuBg.gif);
	color:#3e464d;
	text-decoration:none;
	padding: 0 10px 0 0;
	margin: 0 0 5px 0;
}
.menuLeft ul li a:hover {
	background-position: 0 -31px;
	color:#76dcfe;
}
.menuLeft ul li a.active{
	background-position: 0 -62px;
	color:#76dcfe;
}

.containerRight {
	width: 904px;
	float:left;
	background-color: #005b85;
}

.content {
	background : #005b85 url(../img2/header-bottom.jpg) top left no-repeat;
	min-height:350px; 
	width:904px; text-align:left;
}

.footer {
	background : #005b85 url(../img2/footer.jpg) top left no-repeat;
	width:904px; height:121px;
}

.contentLeft {
	padding:40px 0 0 150px;
	width:330px;
	float:left;

}
h1 {margin:0; padding:0; font-size:14pt;}
.contentLeft p { text-align:justify; }
.contentRight {
	margin: 40px 0 0 50px;
	width:330px;
	float:left;
	
}