/*
 * Styles general
 */

html, body {
	height: 100%;
}

html {
	overflow-y: scroll;
}

body {
	background: #ffffff;
	background: url("../images/bg.png") repeat-x scroll 0 -10px #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;	
	color: #4c4c4c;
	font-size: 12px;
}

a {
	color: #4c4c4c;
	text-decoration: none;
}

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

h1 {
	font-weight: normal;
	text-align: center;
	color: #093d9c;
}

h2 {
	font-size: 16px;
	margin: 0 0 15px;
	padding: 0;
	text-align: left;
	color: #093d9c;
}

p {
	/*border: 1px solid #666;*/
	/*overflow: hidden;*/
	/*padding: 10px 0;*/
	text-align: justify;
	color: #4c4c4c;
	margin-bottom: 18px;
}

p.intro {
	/*border: 1px solid #666;*/
	/*overflow: hidden;*/
	/*padding: 10px 0;*/
	text-align: justify;
	font-weight: bold;
	margin-bottom: 18px;
}

p.subtitle {
	font-style:italic;
	margin-top:10px;
}

#container {
	position: relative;
	min-height: 100%;
}

/*
 * Styles header
 */

#logo {
	height: 150px;
	margin-top: -8px;
	margin-left: -5px;
	margin-right: 25px;
}

#language {
	height: 70px;
	height:34px;
	margin-top:50px;
	text-align:right;
	line-height:34px;
	vertical-align: middle;
}

.en {
	background-image: url("../ico/lang_grey/gb.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.en:hover {
	background-image: url("../ico/lang/gb.png");
}

.nl {
	background-image: url("../ico/lang_grey/nl.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.nl:hover {
	background-image: url("../ico/lang/nl.png");
}

#language a {
	color: #B1B6BE;
	margin-right:24px;
}

#language img {
	vertical-align: middle;
	margin-left: 10px;
}

#menu {
	height: 60px;
	margin-top: 10px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	height:59px;
}

#menu li.active {
	background-image:url("../images/active_menu.png");
	background-position: center 32px;
	background-repeat:no-repeat;
}

/*
 *  Content area
 */
.content {
	margin-top: 28px;
}

.content li {
	text-align: justify;
	margin-bottom: 1em;
}

#content-left {
	
}

#content-right {
}

#content-left a, #content-right a {
	color: #093d9c;
}

#map {
	height: 155px;
	background-color: #f0f0f0;
	padding: 19px 16px 0px 16px;
}

#map img {
	float: right;
}

#imagebox {
	left:50%;
	margin-left:-470px;
	position:absolute;
	top:183px;
}

#image1 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#image2 {
	position: absolute;
	left:381px;
	top:88px;
}
#image3 {
	left:119px;
	position:absolute;
	top:225px;
}

#image4 {
	position: absolute;
	left:193px;
	top:225px;
}
#image5 {
	position: absolute;
	left:381px;
	top:225px;
}
#image6 {
	left:15px;
	position:absolute;
	top:317px;
	overflow:hidden;
	height: 140px;
}

.line {
	border-top: 1px solid #d7d7d7;
	margin-bottom: 14px;
}

sub {
	font-size: xx-small;
	vertical-align:bottom;
}

/*
 *  Footer area
 */
#footer {
	position: absolute;
	bottom: 0;
	height: 45px;
	width: 100%;
	background-color: black;
	background: url("../images/footerbg.png") repeat-x scroll 0 0 #FFFFFF;
	margin-top: 36px;
	color: #444444;
}

#footer a {
	color: #444444;
}

#footer-menu {
	margin: 14px 10px 10px;
}


#footer #footer-container {
	height: 45px;
}

#footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-menu li {
	float: left;
	margin: 0;
	padding: 0;
}

#footer-menu li {
	margin-right: 17px;
/*	border-right: 1px solid #444444;*/
}
#footer-menu li a {
	margin-right: 17px;
}
/*#footer-menu li:first-child {
}
#footer-menu li:last-child {
	border-right: 0px solid;
}*/
#copyright {
	margin: 13px 10px 10px;
	text-align: right;
}

.footerclear {
	padding-bottom: 80px;
}

.slideshow{
	cursor: pointer;
}
