/* CSS document */
body {
	background: #91876b url(../images/bg.jpg) top center repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}

h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
}
/**************************************/


/* Algemeen lay-out */
#container {
	width: 976px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

#logo {
	background: url(../images/logo.png) left top no-repeat;
	width: 306px;
	height: 136px;
	display: block;
	position: absolute;
	left: 31px;
	top: 17px;
	z-index: 2;
}

#contenttop {
	background: url(../images/contenttop.png) left top no-repeat;
	width: 976px;
	height: 52px;
	display: block;
}

#contentbtm {
	background: url(../images/contentbtm.png) left top no-repeat;
	width: 976px; /* 976px */
	height: 14px; /* 52px */
	padding-top: 38px;
	text-align: center;
	display: block;
}

#contentbtm  p {
	padding: 0;
	margin: 0;
	line-height: normal;
	font-size: 11px;
	color: #fff;
	font-family: Calibri, Verdana, Geneva, sans-serif;
}

#contentbtm a {
	color: #fff;
	text-decoration: none;
	padding: 0 7px;
}

#contentbtm a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	background: url(../images/contentbg.png) left repeat-y;
	width: 950px; /* 976px */
	height: 100%;
	padding-left: 22px;
	display: block;
}

#banner {
	width: 660px;
	height: 320px;
	padding-left: 26px;
	float: left;
}

#banner img { border: 1px solid #fff; }

/* Contact */
#contact {
	width: 242px;
	height: 100%;
	float: left;
}

#contacttop {
	background: url(../images/contacttop.png) top left no-repeat;
	width: 214px;
	height: 33px;
	padding-left: 28px;
	padding-top: 15px;
}

#contacttxt {
	background: url(../images/contactbg.png) left repeat-y;
	width: 214px;
	height: 246px; /* 100% */
	padding-left: 28px;
	padding-top: 5px;
	padding-bottom: 15px;
}

#contacttxt p {
	padding: 0;
	margin: 0;
	padding-top: 17px;
	line-height: 17px;
}

#contacttxt a {
	color: #fff;
	text-decoration: none;
}

#contacttxt a:hover {
	color: #fff;
	text-decoration: underline;
}

#contacttxt a.route {
	background: url(../images/arrow.png) center left no-repeat;
	height: 17px;
	color: #fff;
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
	padding-left: 14px;
}

#contacttxt a.route:hover {
	color: #fff;
	text-decoration: underline;
}

#contactbtm {
	background: url(../images/contactbtm.png) top left no-repeat;
	width: 242px;
	height: 18px;
	display: block;
}

/* Context */
#context {
	width: 928px;
	height: 100%;
}

#contexttop {
	background: url(../images/contexttop.png) top left no-repeat;
	width: 884px; /* 928px */
	height: 35px; /* 65px */
	padding-left: 44px;
	padding-top: 30px;
}

#contexttxt {
	background: url(../images/contextbg.png) left repeat-y;
	width: 843px;
	height: 100%;
	padding-left: 45px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 50px;
}

#contexttxt p {
	padding: 0;
	margin: 0;
	padding-top: 17px;
	line-height: 17px;
}

#contextbtm {
	background: url(../images/contextbtm.png) top left no-repeat;
	width: 928px;
	height: 20px;
	display: block;
}
/**************************************/


/* Main menu */
.mainmenu{
	
	height: 37px;
	float: right;
	padding-right: 25px;
	margin-top: 55px;
}

.mainmenu ul, .mainmenu li {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.mainmenu li {
	display: inline;
}

.mainmenu li a {
	background-color: #CCC;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-indent: -9999px;
	height: 37px;
	text-decoration: none;
	border-right: 1px solid #3e4740;
}

.mainmenu li a:hover, .mainmenu li a.active {
	color: #FFF;
}

.mainmenu li a.home {
	background: url(../images/home.png) top left no-repeat;
	width: 56px;
	border-left: 1px solid #3e4740;
}

.mainmenu li a.home:hover, .mainmenu li a.home-active {
	background: url(../images/home-active.png) top left no-repeat;
	width: 56px;
	border-left: 1px solid #3e4740;
}

.mainmenu li a.profiel {
	background: url(../images/profiel.png) top left no-repeat;
	width: 66px;
}

.mainmenu li a.profiel:hover, .mainmenu li a.profiel-active {
	background: url(../images/profiel-active.png) top left no-repeat;
	width: 66px;
}

.mainmenu li a.kennis {
	background: url(../images/kennis.png) top left no-repeat;
	width: 126px;
}

.mainmenu li a.kennis:hover, .mainmenu li a.kennis-active {
	background: url(../images/kennis-active.png) top left no-repeat;
	width: 126px;
}

.mainmenu li a.schepen {
	background: url(../images/schepen.png) top left no-repeat;
	width: 68px;
}

.mainmenu li a.schepen:hover, .mainmenu li a.schepen-active {
	background: url(../images/schepen-active.png) top left no-repeat;
	width: 68px;
}

.mainmenu li a.transport {
	background: url(../images/transport.png) top left no-repeat;
	width: 84px;
}

.mainmenu li a.transport:hover, .mainmenu li a.transport-active {
	background: url(../images/transport-active.png) top left no-repeat;
	width: 84px;
}

.mainmenu li a.opslag {
	background: url(../images/opslag.png) top left no-repeat;
	width: 61px;
}

.mainmenu li a.opslag:hover, .mainmenu li a.opslag-active {
	background: url(../images/opslag-active.png) top left no-repeat;
	width: 61px;
}

.mainmenu li a.links {
	background: url(../images/links.png) top left no-repeat;
	width: 47px;
}

.mainmenu li a.links:hover, .mainmenu li a.links-active {
	background: url(../images/links-active.png) top left no-repeat;
	width: 47px;
}

.mainmenu li a.vacatures {
	background: url(../images/vacatures.png) top left no-repeat;
	width: 82px;
}

.mainmenu li a.vacatures:hover, .mainmenu li a.vacatures-active {
	background: url(../images/vacatures-active.png) top left no-repeat;
	width: 82px;
}
.mainmenu li a.certificering {
	background: url(../images/certificering.png) top left no-repeat;
	width: 96px;
}

.mainmenu li a.certificering:hover, .mainmenu li a.certificering-active {
	background: url(../images/certificering-active.png) top left no-repeat;
	width: 96px;
}

.mainmenu li a.boten {
	background: url(../images/boten.png) bottom left no-repeat;
	width: 53px;
}

.mainmenu li a.boten:hover, .mainmenu li a.boten-active {
	background: url(../images/boten-active.png) bottom left no-repeat;
	width: 53px;
}


.mainmenu li a.transportenopslag {
	background: url(../images/transportenopslag.png) bottom left no-repeat;
	width: 149px;
}

.mainmenu li a.transportenopslag:hover, .mainmenu li a.transportenopslag-active {
	background: url(../images/transportenopslag-active.png) bottom left no-repeat;
	width: 149px;
}
/**************************************/


/* Footer  */
#footer {
	background: url(../images/footerbg.png) top no-repeat;
	width: 747px; /* 822px */
	height: 28px; /* 93px */
	color: #fefeff;
	font-size: 10px;
	text-align: right;
	padding: 65px 75px 0 0;
}
/**************************************/


.slide {
	position: absolute;
}

a {
	color: #fff;
}