/*
Hesy.com
@author: Publer
@version: 200906

Colors:
Bg lightblue: #ECF3FC
Darkblue headings: #0D4090
Darkgrey text: #5D5D5D
Lichgrey text: #919191
Rulers blue: #91A5D7
*/

body, #publerBody {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #ECF3FC;
	font-size: 12px;
}
#container {
	position: relative;
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/hesy/background/container.png) top left repeat-y;
	font-size: .9em;
}
#header {
	position: relative;
	padding-top: 6px;
	height: 259px;
	background: #FFF url(/images/hesy/header/header1.jpg) 10px 120px no-repeat;
}
.header2 #header {background-image: url(/images/hesy/header/header2.jpg);}
.header3 #header {background-image: url(/images/hesy/header/header3.jpg);}
.header4 #header {background-image: url(/images/hesy/header/header4.jpg);}
.home #header, .references div#header {
	height: 109px;
	background: none;
}
#header h1 {
	margin-left: 9px;
	border: none;
}
#header form{
	position: absolute;
	top: 19px;
	right: 0;
}
#header form label{
	visibility: hidden;
}
#header form input{
	border: 1px solid #CCC;
	padding: 3px 5px 1px 5px;
	color: #555;
	width: 200px;
}
#header form button{
	height: 23px;
	width: 23px;
	margin: 0 10px;
	text-indent: -5555px;
	background: #103786 url(/images/hesy/icons/search.png);
	border: none;
	color: #FFF;
	cursor: pointer;
}
#header ul#langs{
	z-index: 10;
	position: absolute;
	right: 15px;
	top: 76px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header ul#langs li{
	display: block;
	height: 18px;
	width: 24px;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	background: url(/images/hesy/icons/flags.png);
	background: url(/images/hesy/icons/flags.png);
}
.nl #header ul#langs li.nl, .en #header ul#langs li.en{
	text-indent: -5555px;
}
#header ul#langs li a{
	display: block;
	height: 18px;
	width: 24px;
	text-indent: -5555px;
	background: url(/images/hesy/icons/flags.png);
}
#header ul#langs li.nl, #header ul#langs li.nl a:hover{background-position: top left;}
#header ul#langs li.en, #header ul#langs li.en a:hover{background-position: top right;}
#header ul#langs li.nl a{background-position: bottom left;}
#header ul#langs li.en a{background-position: bottom right;}
div#main{
}
div#wrapper{
	width: 100%;
	float: left;
}
div#contents {
	margin: 0 250px;
	background: #FFF;
	padding-bottom: 20px;
}
.home div#contents {
	margin: 0 490px 0 10px;
}
.references div#contents {
	margin: 0 330px 0 10px;
}
ul#left-column, div#right-column{
	float: left;
	width: 220px;
	background: #FFF;
}
ul#left-column{
	margin-left: -950px;
}
ul#left-column li{
	list-style: none;
}
ul#left-column li a{
	display: block;
	border-bottom: 1px solid #91A5D7;
	padding: 8px 0 2px 12px;
	width: 200px;
	line-height: 20px;
	font-size: 1.1em;
	text-decoration: none;
	color: #252525;
	font-weight: bold;
	background: #FFF url(/images/hesy/icons/arrow.png) left 13px no-repeat;
	margin-bottom: 2px;
}
ul#left-column li a:hover, ul#left-column li ul li.selected a, ul#left-column li ul li.selected ul li.selected a{
	font-weight: bold;
}
ul#left-column li ul li.selected ul li a{
	font-weight: normal;
}
ul#left-column li ul li{
	padding-left: 0;
}
ul#left-column li ul li a{
	border: none;
	color: #5C5C5C;
	font-weight: normal;
	padding: 0;
	background: none;
	margin: 2px 0 0 0;
	width: 185px;
}
ul#left-column li ul li ul li a{
	width: 158px;
}
div#right-column{
	margin-left: -230px;
	padding-bottom: 20px;
}
.home div#right-column {
	width: 460px;
	margin-left: -470px;
}
.references div#right-column {
	width: 300px;
	margin-left: -310px;
}
ul#navigation {
	position: absolute;
	top: 70px;
	left: 10px;
	width: 958px;
	height: 30px;
	background: #FFF url(/images/hesy/background/nav.png) top left repeat-x;
	margin: 0;
	padding: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
ul#navigation li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#navigation li a{
	display: inline-block;
	padding: 0 19px;
	height: 30px;
	line-height: 27px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #000;
	border-left: 1px solid #4A4A4A;
}
ul#navigation li:hover, ul#navigation li.hover{
	background: transparent url(/images/hesy/background/nav.png) center -38px no-repeat;
}
ul#navigation li.selected{
	padding-bottom: 8px;
	background: transparent url(/images/hesy/background/nav.png) center bottom no-repeat;
}
ul#navigation li ul{
	display: none;
	position: absolute;
	z-index: 10;
	top: 29px;
	left: -1px;
	margin: 0;
	padding: 6px 10px;
	border: 1px solid #000;
	background: #555;
}
ul#navigation li ul li{
	display: block;
	float: none;
}
ul#navigation li ul li.selected {	
	padding-bottom: 0;
	background: none;
}
ul#navigation li ul li a, ul#navigation li.selected ul li a, ul#navigation li:hover ul li a, ul#navigation li.hover ul li a{
	background: #555;
	height: 22px;
	line-height: 20px;
	border-right: none;
	border-bottom: 1px solid #4A4A4A;
	border-left: none;
	font-weight: normal;
	padding: 0 0 0 9px;
	width: 150px;
}
ul#navigation li ul li:hover, ul#navigation li ul li.hover{
	background: none;
}
ul#navigation li ul li a:hover{
	text-decoration: underline;
}
ul#navigation li:hover ul, ul#navigation li.hover ul{
	display: block;
}
ul#navigation li:hover ul li ul, ul#navigation li.hover ul li ul{
	display: none;
}
p#footer{
	width: 950px;
	margin: 0 0 0 -10px;
	clear: left;
	padding: 10px 10px 30px 20px;
	color: #919191;
	font-weight: bold;
	background: #ECF3FC url(/images/hesy/background/footer.png) top left repeat-x;
}
p#footer strong{
	position: absolute;
	right: 20px;
}

/*
Google Maps
*/
#map-references{
	border: 1px solid #000;
	overflow: hidden;
}
.home #map-references{
	height: 298px;
	width: 458px;
	cursor: pointer !important;
}
.references #map-references{
	height: 398px;
	width: 618px;
}