/* algemene stijlregels */
body {
	background : #517493 url(../img2/bg.jpg);
	margin:0; padding:0;
	font:8pt/14pt arial, verdana;
	color:#4bcbf4;
	text-align:center;
}

a { color:#4bcbf4; }

.clear {
	clear:both; font-size:1px; line-height:1px;
}

div.error{background-color: #dc0a0a; width: 100%; height: 30px; font-weight: bold; text-align: center; line-height: 30px; color: #ffffff;}

.fl {float:left;}
.fr {float:right;}

.container {
	width: 1027px;
	text-align:left;
	float: right;
}
.header {
	width:904px; height: 384px;
	background:url(../img2/header-002.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; 
	height:600px;
}
.menuLeft ul {
	text-align:right;
	list-style: none;
	font-size:13pt;
	line-height:21pt;
	margin:0; padding:0; 
	margin-top:250px;
	position:absolute;
}

.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;
}

.language {
	position:absolute;
	float:left;
	margin:30px 0 0 29px;
}
.imageHolder {
	background: url(../img2/imgHolder.gif); width:337px;height:229px;
}
.imageHolder div {
	margin: 0 13px 0 13px;
	padding-top:13px;
	overflow:hidden;
	width:310px;
	height:203px;
	border:0;
}
.imageHolder div img {
	border:0;
}
.imageHolderSmall {
	background: url(../img2/imgHolderSmall.gif); width:114px;height:75px;
}
.imageHolderSmall div {
	margin: 0 13px 0 13px;
	padding-top:13px;
	overflow:hidden;
	width:82px;
	height:48px;
	border:0;
}
.imageHolderSmall div img {
	border:0; width:82px;
}
.langNl {
	display: inline-block;
	background: url(../img2/language.png) 0 -62px;
	width:42px; height:29px;
}
.langNl:hover {
	background: url(../img2/language.png) 0 -31px;
}
.langNl.active {
	background: url(../img2/language.png) 0 0px;
}

.langDu {
	display: inline-block;
	background: url(../img2/language.png) -42px -62px;
	width:42px; height:29px;
}
.langDu:hover {
	background: url(../img2/language.png) -42px -31px;
}
.langDu.active {
	background: url(../img2/language.png) -42px 0px;
}

.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 40px;
	width:350px;
	float:left;
	
}

td.inputdescription{
	width: 100px;
	color: #ffffff;
}

table.form{
	width: 350px;
	color: #ffffff;
}

select.select{
	width: 250px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

input.text{
	width: 250px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

input.birthdate{
	width: 80px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

input.name{
	width: 105px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

input.surname{
	width: 105px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

input.day{
	width: 20px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

input.month{
	width: 20px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

input.year{
	width: 40px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

textarea.textarea{
	width: 350px;
	height: 75px;
	background-color: #046d9d;
	border: none;
	color: #ffffff;
}

.PlEven {
	vertical-align:top;
	background-color:#056b9a;
}
