/* 
	font type: ScalaLF Caps*  (Caps) (generated);
	font type: Arial
	dark-blue: #00467f;
	light-blue: #99c1da;
	grey: #9c9d9e;
*/

html,body{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	overflow-x:hidden; 
	overflow-y:hidden;
}
h2 {
	font-size:11px;
	font-weight:bold;
	padding-bottom:0px;
	}
#Main{
	width: 960px;
	height: 614px;
	position: absolute;
	top:50%;
	left:50%;
}
#Outer{
	height: 600px;
	width: 956px;
	background-color: #fff;
	border:2px solid #9c9d9e;
	margin-top: -300px;
	margin-left: -478px;
	
}

#Header{
	height: 112px;
	width: 956px;
	position: relative;
}
	#HeaderLogo{
		background-image: url("./images/logo.jpg");
		position: absolute;
		bottom: 0px;
		right: 21px;
		width: 273px;
		height: 78px;
	}
	#TopNav{
		position: absolute;
		bottom: 0px;
		left:253px;	
	}
	#TopNav ul, #TopNav li {
		margin: 0px;
		padding: 0px;
		list-style: none;
		
	}
	#TopNav li { 
		float: left;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	#TopNav .home{
		width: 19px;
		height: 31px;
		background-image: url("./images/home.jpg");
		margin-right: 14px;
	}
	#TopNav .home.homeActive {
		background-image: url("./images/home_active.jpg");
	}
	#TopNav .contact{
		height: 31px;
		width: 33px;
		background-image: url("./images/mail.jpg");
	}
	#TopNav li a{
		display: block;
		height: 31px;
		cursor: pointer;
	} 
#MiddleContainer{
	height:385px;
	width: 956px;
}
#Left{
	height:385px;
	width: 241px;
	border-right:1px solid #9c9d9e;
	float: left;
}
#OuterContent{
	width: 662px;
	height:365px;
	float: left;
	margin-left: 11px;
	border: 10px solid #00467f;	
	position: relative;
}
	#InnerContent{
		width: 662px;
		height:365px;
		position: relative;
		background-color: #999;
	}
		#Content{
			width: 494px;
			position: absolute;
			bottom: 0px;
			left:84px;
			z-index: 100;
			font-family:Arial;
			font-size:12px;
			line-height:16px;
		}
		#Content h2 {
			font-size:12px;
			font-weight:bold;
			padding-bottom:0px;
		}
		#Content a {
			color:#FFF;
			text-decoration:underline;
		}
		#Content a:hover {
			color:#FFF;
			text-decoration:none;
		}
		#Content p {
			padding-bottom:13px;
		}
		#Content td{
			padding:8px;
		}
		.navContent{
			height:27px;
			width: 32px;
			position: relative;
			left: 231px;
			background-repeat: no-repeat;
		}
		.ContactNav{
			height:27px;
			width: 32px;
			position: relative;
			left: 231px;
			background-repeat: no-repeat;
			background-image: url("./images/nav_south.png");
		}
		.navContent.south{
			background-image: url("./images/nav_south.png");
		}
		.navContent.north{
			background-image: url("./images/nav_north.png");
		}
		.textPannel{
			width: 494px;
			background-color: #00467f;	
			color: #ffffff;
			height: 206px;
			overflow: hidden;
		}

		.nav_left, .nav_right{
			width: 35px;
			height: 36px;	
			position: absolute;
			top:159px;	
			z-index: 100;
			background-repeat: no-repeat;
		}
		.nav_left{
			left: 0px;
			background-image: url("./images/nav_west.png");
		}
		.nav_right{
			right: 0px;
			background-image: url("./images/nav_east.png");
		}

		.FotoBox{
			width: 662px;
			height:365px;
			position: absolute;
			overflow: hidden;
			z-index: 50;
		}
	
	#UnderContent{
		width: 938px;
		height:100px;
	}
	.LeftUnder{
		float:left;
		width: 253px;
		height:100px;
	}
	.MiddleUnder{
		width: 685px;
		float:left;
		height:100px;
	}
	#UnderContent h1{
		margin: 0px;
		padding: 0px;		
		font-size: 20px;
		margin-top: 3px; 
		margin-left: -3px;
		height: 23px;
		color:#ffffff;
	}
	/*** Start Tumbs ***/
	
	.ThumbList{
		list-style: none;
		margin: 0px;
		padding: 0px;
		width: 685px;
		height:60px;
		overflow: hidden;
	}
	.ThumbList .First{
		border-left: 10px solid #00467f;	
	}
	.ThumbList li{
		list-style: none;
		margin: 0px;
		padding: 0px;
		float: left;
		border: 10px solid #00467f;	
		border-left: 0px solid #00467f;	
		height: 40px;
		width: 74px;
		overflow: hidden;
	}	
	.ThumbList li a img{ 
		border: 0px;
	}
	
	.ThumbList .Hide{
		display: none;
	}
	.ThumbList .Show{
		display: block;
	}
	.ThumbList a img
	
	/*** End Tumbs ***/
		
/** html algemeen ***/		
	
h1, h2{
	margin: 0px;
	padding: 0px;	
}
p{
	margin: 0px;
	padding: 0px;	
}
		
		
/*** menu **/

#menu, #menu li{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu{
	margin-top: 24px;	
}
#menu li{
	text-align:right;
	margin-right: 16px;
	vertical-align: top;
	width: 214px;
	height: 39px;
}
#menu li a{
	font-size: 19px;
	color:#ffffff;
	margin-bottom: 0px;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
	z-index: 100;
	height: 39px;
}
#menu li a embed {
	z-index: 10;
}
#menu .active embed {
	border-bottom:1px dotted #9c9d9e;
	padding: 0 0 0px 0;
	margin: 0px;
	height: 25px;
}
/*** language ***/

.language{
	margin: 26px 40px 0 0px;
	padding: 0px;
	list-style: none;
}
.language .lang{
	height: 14px;
	width:20px;
	margin: 0px;
	padding: 0px;
	float: right;
	background-repeat: no-repeat;
	list-style: none;
	margin-left: 10px;
}
.language .lang a{
	display: block;
	height: 14px;
	width:20px;
}
	.de{
		background-image: url("./images/DU.jpg");
	}
	.en{
		background-image: url("./images/EN.jpg");
	}
	.nl{
		background-image: url("./images/NL.jpg");
	}
	.it{
		background-image: url("./images/IT.jpg");
	}
	.sp{
		background-image: url("./images/SP.jpg");
	}
	.fr{
		background-image: url("./images/FR.jpg");
	}

.flash-replaced .alt {
	overflow: hidden;
	visibility: hidden;
	cursor: pointer;
	display: none;
}
#Content .contact_form td {
	margin:0px;
	padding:0px;
}
#Content .contact_form .col1 {
	width:140px;
	margin:0px;
	padding:0px;
	padding-left:8px;
}
#Content .contact_form .col12 {
	margin:0px;
	padding:0px;
	padding-left:8px;
}
#Content .contact_form .col123 {
	margin:0px;
	padding:0px;
	padding-left:8px;
	padding-right:37px;
	height:32px;
}
#Content .contact_form .col2 {
	margin:0px;
	padding:0px;
	padding-left:8px;
	padding-right:37px;
}
#Content .contact_form input {
	width:300px;
	font-size:12px;
}
#Content .contact_form .textVeld {
	width:300px;
	height:64px;
	font-size:12px;
}
#Content .contact_form .button {
	width:100px;
	font-size:12px;
}
.contactForm{
	background-color: #00467f;
	color:#ffffff;
	padding-top:8px;
}

.MessageContainer{
	
}
}
