/* Template by HID Digital Solutions. */

html {
	overflow-x: hidden;
}

body {
	margin: 0;
	background: #ffffff url('/images/website/background.png') repeat-x;
	font-family: arial, verdana;
	font-size: 11px;
}

.clear {
	clear: both;
}

#outerWrapper {
	position: absolute;
	width: 1054px;
	left: 50%;
	margin-left: -527px;
	background: url('/images/website/header.png') no-repeat;
	height: 527px;
	text-align: center;
}

#wrapper {
	margin: 75px auto 0 auto;
	width: 854px;
	text-align: left;
}

#header form {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	margin: -16px 0 0 682px;
}
#header fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#header input {
	border: 1px solid rgb(87, 87, 87);
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-size: 10px;
	padding: 0;
	width: 123px;
}

#headerImage {
	border: 1px solid #575757;
}

#header #video {
	position: absolute;
	margin: 24px 0 0 14px;
	background-image: url('/images/website/video.png');
	width: 382px;
	height: 227px;
}

#dutch {
	position: absolute;
	display: block;
	width: 75px;
	height: 15px;
	background: url('/images/website/butDutchOff.png') no-repeat;
	margin: -16px 0 0 540px;
}

#dutchSelected {
	position: absolute;
	display: block;
	width: 75px;
	height: 15px;
	background: url('/images/website/butDutchOn.png') no-repeat;
	margin: -16px 0 0 540px;
}

#english {
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	background: url('/images/website/butEnglishOff.png') no-repeat;
	margin: -16px 0 0 620px;
}

#englishSelected {
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	background: url('/images/website/butEnglishOn.png') no-repeat;
	margin: -16px 0 0 620px;
}

/* Search. */
#search {
	position: absolute;
	display: block;
	width: 56px;
	height: 15px;
	background: url('/images/website/butSearch.png') no-repeat;
	margin: -16px 0 0 814px;
}

.searchResults {
	position: absolute;
	display: none;
	margin: 1px 100px 0px 682px;
	list-style-type: none;
	padding: 0;
	width: 170px;
	height: 325px;
	background: rgb(0, 0, 0);
	border-left: 1px solid rgb(56, 49, 44);
	overflow: hidden;
}

.searchResults a {
	display: block;
	line-height: 30px;
	padding-left: 5px;
	color: rgb(179, 179, 179);
	text-decoration: none;
	border-bottom: 1px solid rgb(56, 49, 44);
}

.searchResults a:hover {
	background: rgb(30, 30, 30);
}

#logo {
	position: absolute;
	display: block;
	width: 151px;
	height: 47px;
	margin: -43px 0 0 0px;
	background: url('/images/website/logo.png') no-repeat;
}

#logoWK {
	position: absolute;
	display: block;
	width: 151px;
	height: 59px;
	margin: -56px 0 0 0px;
	background: url('/images/website/logo_wk.png') no-repeat;
}

#logoNight {
	position: absolute;
	display: block;
	width: 169px;
	height: 106px;
	margin: -67px 0 0 0;
	background: url('/images/website/logoNight.png') no-repeat;
}

ul#menu {
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 854px;
	height: 54px;
	background: url('/images/website/background_menu.png');
	margin: 283px 0 0 0;
	list-style: none;
}

ul#menu li {
	float: left;
}

ul#menu li a {
	display: block;
	font-size: 9px;
	margin-left: 26px;
	margin-right: 20px;
	padding-top: 35px;
	text-transform: uppercase;
	color: rgb(0, 0, 0);
	text-decoration: none;
}

ul#menu li:hover ul, ul#menu li.sfhover ul {
	left: auto;
}


/* Submenu. */
ul#menu ul {
	position: absolute;
	margin: 0 0 0 0;
	padding: 0;
	clear: both;
	list-style-type: none;
	width: 136px;
	left: -999px;
	padding-bottom: 0px;
	border-top: 1px solid rgb(255, 255, 255);
	z-index: 99;
}

ul#menu li:hover ul a, ul#menu li.sfhover ul a, ul#menu ul a { /* ul#mainMenu li:hover ul a */
	padding: 0;
	background-image: none;
	color: rgb(0, 0, 0);
	line-height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 100;
	text-transform: none;
	border-right: 0;
	text-align: left;
	width: 136px;
	background: url('/images/website/background_submenu.png');
	border-bottom: 1px solid rgb(255, 255, 255);
}

ul#menu li:hover ul a:hover, ul#menu li.sfhover ul a:hover, ul#menu ul a:hover {
	color: rgb(255, 255, 255);
	background: rgb(40, 40, 40);
}

ul#menu ul a span {
	margin: 0 4px 0 4px;
}

#colMain {
	width: 614px;
	float: left;
	margin-top: 0px;
}

#colMain h1 {
	display: block;
	width: 382px;
	height: 20px;
	background: url('/images/website/background_h1.png') no-repeat;
	font-weight: 900;
	font-size: 17px;
	padding-left: 26px;
	margin: 20px 0 11px 0px;
	padding-top: 5px;
}


#colMain h2 {
	margin-left: 26px;
}

#colMain p {
	margin: 0 34px 0 26px;
	color: rgb(94, 94, 94);
	line-height: 16px;
	font-size: 11px;
}

#colMain img {
	border: 0;
}

#colMain p a {
	color: rgb(211, 127, 63);
}

#butPrint,
#butPrintEn {
	display: block;
	width: 228px;
	height: 58px;
	background: url('/images/website/butPrint.png') no-repeat;
	float: left;
	margin-top: 30px;
	margin-left: -2px;
}

#butPrintEn {
	background: url('/images/website/butPrintEn.png') no-repeat;
}

#butPrint span,
#butPrintEn span {
	display: block;
	width: 228px;
	height: 58px;
	background: url('/images/website/butPrintPlay.png') 129px 26px no-repeat;
}

#butSocial,
#butSocialEn {
	display: block;
	width: 219px;
	height: 58px;
	background: url('/images/website/butSocial.png') no-repeat;
	float: right;
	margin-top: 28px;
	margin-right: 33px;
}

#butSocialEn {
	background: url('/images/website/butSocialEn.png') no-repeat;
}

#butSocial span,
#butSocialEn span {
	display: block;
	width: 219px;
	height: 58px;
	background: url('/images/website/butSocialPlay.png') 86px 27px no-repeat;
}

#butEmail {
	display: block;

}

#colSide {
	width: 240px;
	float: left;
	margin-top: 0px;
}

#colSide h1 {
	font-weight: 100;
	font-size: 18px;
	margin: 20px 0 11px 26px;
}

#colSide h1 span {
	font-weight: 900;	
}

#colSide p {
	margin: 0 34px 0 26px;
	color: rgb(94, 94, 94);
	line-height: 15px;
}

#colSide img {
	border: 0;
}

#colSide p a {
	color: rgb(211, 127, 63);
}

#colSide #divIllustrations {
	display: block;
	width: 240px;
	height: 73px;
	background: url('/images/website/photos.png') no-repeat;
}

#colSide #divIllustrations a {
	position: absolute;
	display: block;
	border: 1px solid rgb(177, 177, 177);
	width: 15px;
	height: 15px;
	background: rgb(238, 238, 238);
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#colSide #divIllustrations a span {
	display: block;
	margin: 1px 0 0 5px;
}

#colSide #divIllustrations a#link1 {
	margin: 43px 0 0 124px;
}

#colSide #divIllustrations a#link2 {
	margin: 43px 0 0 142px;
}

#colSide #divIllustrations a#link3 {
	margin: 43px 0 0 160px;
}

#colSide #divIllustrations a#link4 {
	margin: 43px 0 0 178px;
}

#colSide #divIllustrations a#link5 {
	margin: 43px 0 0 196px;
}

#colSide #divIllustrations a:hover {
	background: rgb(220, 144, 85);
}

#colSide #divClient {
	margin: -7px 0 0 45px;
}
#colSide p a {
	color: rgb(211, 127, 63);
}

.blockWork {
	padding-top: 7px;
}
