
body, html {
	font-size:11px;
	font-family:Verdana, Arial;
	text-align:center;
	background: #FFF;
	margin:0px;
	padding:0px;
}

#main , #header , #footer , #logo {
	margin:0 auto;
	width:900px;
	text-align:left;
}

h1 {
	font-size:140%;
	margin:1px 0px;
	padding:4px 0px;
	width:auto;
	color: #FFF;
}	

h2 {
	font-size:120%;
	margin:3px 0px;
	padding:4px;
	background: url('../../images/layout/arrow2_active.gif');
	background-repeat:no-repeat;
	padding-left:16px;
	background-position:1% 53%;
	
}	

div , p, td , tr {
	margin:0px;
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
}

#main-wrap {
	background: #003167;
		
}

#main {
	padding:0px;
	color: #003067;
	
}


#left {
	background: #003167;
	padding-left:10px;
	padding-top:20px;
}


#logo-wrap {
	background: #FFF;
	padding:0px;
	height:120px;
}

#logo-container {
	width:341px;
}


#logo-img {
	float:left;
	width:230px;
	margin-top:30px;
	
}

#main-right {
	background:#FFF;
	width:467px;
	margin-top:-120px;
	padding-left:20px;

}

a {
	color: #003067;
	text-decoration:none;
}

a:hover {
	color: #001732;
	text-decoration:underline;
}

#header-wrap {
	background: #003067;
	height:59px;
	top:0;
	text-align:left;
}

#header {
	background: #003067;
	text-align:left;
}

/* Footer */
#footer-wrap {
	clear: both;
	background: #FFF;
	border-top: 25px solid #4b575f;
	padding-top: 10px;
}

#footer {
	color: #003167;
	text-align:left;
	font-size:110%;
	
	
}


input , select , textarea {
	padding:2px;
	color: #747474;
	border:0px solid #c6c6c6;
	margin:1px 0px;
	background: #edeeef;
	font-size:100%;
	
}


<!-- //// NEWS -->


.more {
	background: url('../../images/icons/bullet.gif');
	background-repeat:no-repeat;
	padding:4px 0px;
	padding-left:19px;
	background-position:0% 48%;
}

a.more {
	text-decoration:none;
	margin-left:15px;
}

a.more:hover {
	text-decoration:none;
	
}

#nav {
	padding:5px 0px;
	width:860px;
	text-align:left;
	margin-left: 0px;
	float:left;
	
}

#nav a {
	display:block;
	float:right;
	width:auto;

	font-size:120%;
	margin:15px;
	text-decoration:none;
	color:#FFF;
	text-align:left;
	padding-left:0px;
	padding-bottom:5px;
	border-bottom:1px solid #003067;
}

#nav a:hover {
	display:block;
	float:right;
	width:auto;

	font-size:120%;
	margin:15px;
	color:#FFF;
	text-decoration:none;
	border-bottom:1px solid #FFF;
	text-align:left;
	padding-left:0px;
	padding-bottom:5px;	
}

#nav a.active {
	border-bottom:1px solid #FFF;
}


.language {
	position:absolute;
	width:66px;
	top:24px;
	left:50%;
	margin-left:420px;
	color:#FFF;
	font-size:80%;

}
.language a {
	
	width:10px;
	font-size:110%;
	color:#FFF;

	margin:0px 2px;
}

 a.active {
	color:#FFF;
}


a.inactive {
	color:#89a3bf;
}

/* pagination */

#pagination {
	background:#FFF;
	width:100%;
	padding:4px;
}

#pagination select {
	width:auto;
	padding:0px;
	
	font-size:90%;
}

#pagination div {
	width:auto;
	padding:1px 10px;
}

#pagination div span {
	color: #a0a0a0;
	margin-right:15px;
}

/* aanbod */


.label {
	float:left;
	width: auto;
	padding:2px 3px;
	font-size:120%;
	background:#FFF;
	font-weight:bold;
	
}

.label2 {
	float:left;
	width: auto;
	padding:2px 5px;
	font-size:120%;
	background:#FFF;
	text-align:right;
	margin:2px;
	color:#003067;
	
}


.field {
	float:left;
	width: 260px;
	padding:2px 5px;
}

.field2 {
	float:left;
	width: auto;
	padding:2px 5px;
	font-size:100%;
	margin:2px;
	margin-right:5px;
}

.fixed {
	width:80px;
	margin:2px;
	text-align:left;
}

.fixedSmall {
	width:60px;
}

.fixed2 {
	width:350px;
	margin:2px;
}

.fixed2 input.fixed {
	width:auto;
}

.small {
	font-size: 90%;
}

.grey {
	color: #b3b3b3;
}

.row {
	width:100%;
	padding:2px 0px 0px 2px;
	border:1px solid #ededed;
}

.row:hover {
	width:100%;
	padding:2px 0px 0px 2px;
	border:1px solid #ededed;
	background: #f3f3f3;
}

.row a, .row a:active, .row a:visited {
	text-decoration:none;
	color: #818181;
}

.row a:hover {
	text-decoration:none;
	color: #272727;
}

.row .td {
	float:left;
	width:auto;
	padding:3px 4px;
	font-size:110%;
	color: #484848;
}

.row .tdCenter {
	text-align:center;
}
.row .tdRight {
	text-align:right;
	padding:0px;
}
.line {
	border-bottom:1px solid #383838;
	margin:4px 0px;
}

.back {
	border-top:1px solid #e5e4d6;
	margin:4px 0px;
	padding:5px 0px 5px 20px;
	background: url('../../../../../data/images/icons/previous.gif');
	background-repeat	: no-repeat;
	background-position : 1% 49%;
	

}

.back a {
	color: #b8b8b8;
	text-decoration:none;
}

.back a:hover {
	color: #5b5b5b;
}	

.thumbBlock {
	overflow:hidden;
	width:100px;
	height:80px;
	text-align:center;
	margin:3px;
	padding:0px;
	background: #FFF;

}

.pictureBlock {
	overflow:hidden;
	width:150px;
	height:100px;
	text-align:center;
	margin:3px 0px;
	padding:0px;
	background: #FFF;

}

#popup {
	width:620px;
	padding:15px;
	height:400px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-310px;
	margin-top:-200px;
	text-align:left;
	z-index:5;
	background:#FFF;
}

#popup .close {
	
	background			: url('../../images/icons/off.png');
	background-repeat	: no-repeat;
	background-position : 1% 49%;
	padding:3px;
	padding-left:24px;
	
	
}


#popup .close a {
	color: #000;
	text-decoration:none;
}

.buttonMore {
	float:left;
	padding:8px;
	background-color: #373737;
	color:#FFF;
	width:70px;
	margin:8px 0px;
	margin-right:5px;
	
}



.buttonMore a {
	color: #FFF;
}

.title {
	color: #003067;
	font-size:130%;
	margin:5px 0px;
	font-weight:bold;
}


.contactForm {
	margin: 5px 0px;
}


.contactForm .label {
	width:88px;
}

.contactForm .field {
	width:190px;
	margin-top:2px;
}

.contactForm textarea {
	height:120px;
	background: #edeeef;
	border:0px solid #000;
	
}
.full {
	width:98%;
}

.save {
	padding:4px;
	text-align:right;
	margin:6px 0px;
	padding-right:20px;
}

.sendButton {

	background-color		: #edeeef;
	background-image: url('../../images/icons/pijl.gif');
	background-repeat	: no-repeat;
	background-position : 1% 54%;
	font-size:110%;
	border	: 0px solid #000;
	padding			: 2px;
	text-align:right;
	color			: #003167;
	width			: 190px;

}

.error {
	background:#910000;
	margin:5px;
	color: #FFF;
	padding:5px;
}


.login {
	width:500px;
	height: 240px;
	background: #f7f7f7;
	padding:10px;
	border-right:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	position:absolute;
	margin-left:-250px;
	margin-top:-120px;
	left:50%;
	top:50%;
}

#selImg {
	float:right;
	width:124px;
	margin-top:-20px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#topImage {
	float:right;
	width:105px;
	margin-top:0px;
}

#topImageFull {

	width:607px;
	margin-left:-140px;
	height:120px;
	overflow:hidden;
}

.white, a.white , a.white:hover{
	color: #FFF;
}

.bgwhite{
	background: #FFF;
}

.txtContent {
	letter-spacing: 0.1px;
	line-height: 1.6;
}

.txtContent p {
	margin-top: 15px;
}


.filBlock {

	margin-bottom:10px;
	clear:both;
	height:108px;
}

.filBlock img {
	
}

.filTitle  {
	font-size:160%;
	font-weight:bold;
	margin-top:-60px;
	margin-left:-60px;
	color:#FFF;
	position:relative;
}

.filTitle2 {
	font-weight:bold;
	margin-top:-2px;
	color:#FFF;
}


#filTitle {
	font-size:190%;
	font-weight:bold;
	color:#003167;
	margin-top:40px;
	margin-bottom:40px;
}

#filTitle span {
	font-size:90%;
	color:#003167;
	font-weight:normal;
}

.hover, .hover:hover {
	cursor: pointer;
	cursor: hand;

}


.toeBlock {

	margin-bottom:15px;
	clear:both;
	height:108px;
	color:#FFF;
}



.toeTitle  {
	font-size:160%;
	font-weight:bold;
	margin-top:-40px;
	margin-left:-122px;
	color:#FFF;
	text-align:right;
	width:120px;

}

.toeTitle2 {
	font-weight:bold;
	font-size:160%;
	margin-top:-22px;
	color:#FFF;
	text-align:left;
	width:120px;
	margin-left:0px;
	position:relative;

	
}


.toeTitle3  {
	font-size:160%;
	margin-top:-40px;
	margin-left:-8px;
	color:#FFF;
	text-align:right;
	width:130px;
	font-weight:boldl;
	position:relative;

}

.toeTitle4 {
	font-weight:bold;
	font-size:160%;
	margin-top:-22px;
	color:#003167;
	text-align:left;
	width:120px;
	margin-left:125px;

	
}


#scrollDown {
	position:absolute;
	margin-top:5px;
	margin-left: 40px;
}


.toeRight {
	width:122px;
	margin-top:120px;
	margin-right:-10px;
}



.overflow {
	height: 491px;
	overflow-y:auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #b4b4b4;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
}

.refList a {
	font-size:120%;
	display:block;
	margin:6px 0px;
}

#pdfRef {
	margin-top:150px;
	text-align:left;
	font-size:78%;
	margin-left:70px;
}

#pdfRef2 {
	position:absolute;
	margin-top:0px;
	text-align:left;
	font-size:78%;
	left:50%;
	top:55%;
	margin-left:-450px;
	z-index:99;
	
}

.ref {

	margin-bottom:10px;
	clear:both;
	height:110px;
	overflow:hidden;
	width: 123px;
}

.ref img {

	margin-left:-10px;
	margin-top: -15px;
}	

.refTitle {
	position:absolute;
	font-weight:normal;
	font-size:120%;
	margin-top:35px;
	color:#003167;
	text-align:left;
	width:400px;
	margin-left:150px;
	border-top:1px solid #003167;
	padding-top:5px;
}

.refTitle2 {
	position:absolute;
	font-weight:normal;
	font-size:120%;
	margin-top:4px;
	color:#003167;
	text-align:left;
	width:400px;
	margin-left:10px;
	border-top:1px solid #003167;
	padding-top:2px;
}

#eurodal-ref {
	width: 475px;
	height:567px;
	overflow:hidden;
	margin-left:10px;
	z-index:1;
	position:absolute;
}

.whiteBg {
	background: #FFF;
	z-index:2;
	position:absolute;
	width: 475px;
	margin-left:10px;
}

.middleContent {
margin-left:-140px;
width:597px;
}

#resultRef {
	width: 905px;
	background:#FFF;
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:-452px;
	
	padding:5px;
	height:545px;
	top:175px;
	
}


.nextButton {

	background-color: #edeeef;
	background-image: url('../../images/icons/pijl.gif');
	background-repeat	: no-repeat;
	background-position : 5px 58%;
	font-size:110%;
	border	: 0px solid #000;
	padding			: 2px;
	padding-left:20px;
	text-align:left;
	color			: #003167;
	width			: 125px;
}

.nextButton2 {

	background-color: #c6c6c6;
	background-image: url('../../images/icons/pijl.gif');
	background-repeat	: no-repeat;
	background-position : 5px 58%;
	font-size:110%;
	border	: 0px solid #000;
	padding			: 2px;
	padding-left:20px;
	text-align:left;
	color			: #003167;
	width			: 125px;
}


.prevButton {

	background-color: #edeeef;
	background-image: url('../../images/icons/pijl2.gif');
	background-repeat	: no-repeat;
	background-position : 2px 58%;
	font-size:100%;
	border	: 0px solid #000;
	padding			: 2px;
	padding-left:14px;
	text-align:left;
	color			: #003167;
	width			: 160px;
}

.step {
	background:#edeeef;
	paddding: 5px 15px;
}

.prod {
	border:1px solid #b4cbe5;
}

.prodList tr:hover {
	background:#e1e5e9;
}

.prodList td {
margin:1px;
	padding:3px 5px;
}
.hd td {
	background : #b4cbe5;
	margin:1px;
	padding:3px 3px;
	border-bottom:1px solid #003167;
}

.container {
	width:100%;
	overflow:hidden;
}