/* PORTFOLIO STYLE SHEET V1, SEP 18 2008 */

/* RESET */

body { 
	background: #c30 url("../img/drawer.gif") top left repeat;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size: 62.5%;  /* 16px × 62.5% = 10px */ 
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

h1 { font-size: 2em; /* 10px × 2em = 20px */ }

p { font-size: 1.2em; /* 10px × 1.2em = 12px */ }

/* DRAWER */

#drawer {
	background: #111 url("../img/drawer.jpg") top left no-repeat;
	height: 190px;
	width: 100%;
}

#drawer p {
	float: left;
	position: relative;
	margin: 20px 0 0 20px;
	width: 180px;
	line-height: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	text-align: justify;
	color: #fff;
}

#drawer img {
	float: left;
	border: 1px solid #000;
	margin: 20px 0 0 20px;
}

#drawer ul {
	margin: 60px 0 0 40px;
	padding:0;
	width:120px;
	float:left;
	position: relative;
	left:-3em;
	overflow:hidden;
	list-style:none;
}

#drawer li {
	margin-top:.25em;
	margin-bottom:.25em;
	line-height:20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.2em;
	color: #fff;
}

#drawer ul li {
	margin-left:1em;
}

#drawer li a {
	text-decoration:none;
	color:#fff;
}

#drawer li a:hover {
	background:#aa1b1b;
	border-bottom:2px solid #ee2626;
}

#drawer li em {
	color:#369;
	margin-left:1em;
	line-height:20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:.83em;
}

/* HEADER */

#header {
	background-color: #222;
	width: 100%;
	height: 40px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#title {
	float: left;
	padding: 10px 10px 10px 20px;
	color: #fff;
}

#contact {
	float: right;
	padding: 10px 20px 10px 10px;
	color: #fff;
}

#contact a {
	text-decoration: none;
	color: #fff;
	outline: 0;
}

#contact a:hover {
	color: #c30;
}

/* CONTENT */

#content {
	position: relative;
	background: #b5b4b0 url("../img/loadingAnimation.gif") center no-repeat;
	width: 100%;
	height: 100%;
}

#content img {
	border: 0;
}

/* IMAGE MAP */

#map {
	margin: 0;
	padding: 0;
	width: 2000px;
	height: 1000px;
	border-bottom: 1px solid #000;
	background: #222 url("../img/bg.jpg") top left no-repeat;
	font-family: Georgia, serif;
	font-size: 16px;
}

#map li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#map li a {
	position: absolute;
	display: block;
	text-decoration: none;
}

#map li a:hover span {
	position: relative;
	display: block;
	padding: 5px;
	background: #222;
	text-decoration: none;
	color: #fff;
}

#map li a.chemie:hover span {
	background: transparent url("../img/hover_chemie.png") top left no-repeat;
	width: 222px;
	height: 35px;
	left: 30px;
	top: 100px;
}

#map li a.fabchannel:hover span {
	background: transparent url("../img/hover_fabchannel.png") top left no-repeat;
	width: 162px;
	height: 30px;
	left: 70px;
	top: 65px;
}

#map li a.gamma:hover span {
	background: transparent url("../img/hover_gamma.png") top left no-repeat;
	width: 97px;
	height: 31px;
	left: 20px;
	top: 100px;
}

#map li a.introductie:hover span {
	background: transparent url("../img/hover_keukenrol.png") top left no-repeat;
	width: 210px;
	height: 30px;
	left: 20px;
	top: 80px;
}

#map li a.melk:hover span {
	background: transparent url("../img/hover_melk.png") top left no-repeat;
	width: 88px;
	height: 29px;
	left: 30px;
	top: 80px;
}

#map li a.links:hover span {
	background: transparent url("../img/hover_links.png") top left no-repeat;
	width: 85px;
	height: 29px;
	left: 50px;
	top: 100px;
}

#map li a.zwartekip:hover span {
	background: transparent url("../img/hover_zwartekip.png") top left no-repeat;
	width: 162px;
	height: 30px;
	left: 20px;
	top: 100px;
}

#map li a span {
	display:none;
}

#map a.chemie {
	top: 360px;
	left: 705px;
	width: 125px;
	height: 155px;
}

#map a.fabchannel {
	top: 40px;
	left: 160px;
	width: 140px;
	height: 100px;
}

#map a.gamma {
	top: 220px;
	left: 360px;
	width: 50px;
	height: 160px;
}

#map a.introductie {
	top: 380px;
	left: 170px;
	width: 80px;
	height: 135px;
}

#map a.melk {
	top: 380px;
	left: 35px;
	width: 70px;
	height: 135px;
}

#map a.links {
	top: 5px;
	left: 420px;
	width: 110px;
	height: 135px;
}

#map a.zwartekip {
	top: 360px;
	left: 575px;
	width: 100px;
	height: 155px;
}