/* CSS Document */

 

html, body {
}

body {
	text-align: center;
	width: 100%;
}

#bodyBackgroundHelper {
	position: relative;
	text-align: center;
	background-color: #ffffff;
	min-height: 408px;
}

* html #bodyBackgroundHelper {
	height: 408px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End Hurray hacks! */	

.homeSfeer {
	height: 196px;
	width: 100%;
}

#siteLayer {
	text-align: center;
	position: relative;
	background-color: white;
	width: 1002px;
	margin: auto;
	border-left: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#topLayer {
	height: 63px;
	background-color: #ffffff;	
	position: relative;
}

span.language_title { line-height: 12px; vertical-align: top; 	}
#langMenu { position: absolute; bottom: 16px; right: 25px; }
#languages { margin-left: 2px; }
	#languages a { margin-left: 5px; }

#logoLink {
	position: absolute;
	top: 20px;
	left: 19px;
}

#topPanel {
	position: absolute;
	top: 35px;
	width: 80%;
	right: 17px;
}

#topPanel * {
	margin: 0;
	padding: 0;
}

#topPanel td {
	vertical-align: middle;
	text-align: right;
	overflow: hidden;
}

#topPanel .topDiv,
#topPanel #langFlag,
#topPanel #search,
#topPanel #topMenu,
#topPanel #LANG {
	margin: auto;
	float: right;
	display: block;
	vertical-align: middle;
	position: relative;
	margin-left: 10px;
	line-height: 18px;
}

#topPanel #topMenu a:hover {
	text-decoration: underline;
}

#topMenu li {
	padding-right: 10px;
}

#topMenu a.activeItem,
#topMenu a:hover {
	text-decoration: underline;
}

#topPanel .topDiv {
	top: 4px;
}

#topPanel #LANG {
	width: 120px;
	height: 18px;
	line-height: 13px;
	bottom: 0px;
}

#topPanel #langFlag {
	top: 4px;
}

#search, #search form {
	display: block;
}

#search #searchField {
	vertical-align: middle;
	height: 18px;
	line-height: 13px;
	padding-left: 0.2em;
	border: inset 1px #fff;
	margin: auto;
}

#search #searchButton {
	vertical-align: middle;
	margin: auto;
}

#templateLayer {
	
}

table#templateTable {
	width: 100%;
}

td#leftColumn {
	background: url(../assets/images/bg/left-panel.jpg) left bottom repeat-x;
	width: 187px;
}

#divLeftColumn {
	padding-left: 18px;
}

td#content {	
	padding: 0 20px 20px;
}

#divContent {
	line-height: 1.5em;
	height: 500px;
	overflow: hidden;
}

td#rightColumn {
	width: 250px;
	overflow: none;
}

#divRightColumn {
	padding-right: 20px;
	overflow: hidden;
}

td#content,
td#leftColumn,
td#rightColumn {
	vertical-align: top;
	padding-bottom: 20px;
}

#footerTable {
	float: left;
	margin-left: 180px;	
	display: inline;
	border-left: 1px solid white;
}

#footerTable[id] {
}

#footerTable td {
	line-height: 1.3em;
	padding: 0 22px;
	border-right: 1px solid white;
}

#mailpageLink {
	margin-bottom: 6px;
}

#sitemapLink {
	margin-bottom: 6px;
	postition: relative;
	right: -24;
}

#footerIcons {
	margin: auto;
	width: 1002px;
}

#toolLayer {
	float: right;
	height: 47px;
	overflow: hidden;
}

#footerIcons a {
	float: left;
	margin-left: 5px; 
	margin-top: 9px;
}

#popupmessage {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
}

#popupmessageInnerwrap {
	position: relative;
	padding: 20px 24px;
	border: 1px solid white;
	background-color: #c0bfbf;
	width: 545px;
	overflow: visible;
	margin: auto;
}

#popupCloseLink {
	position: absolute;
	display: block;
	top: -15px;
	right: -15px;
	cursor: pointer;
	z-index: 120;
}

#popupmessage input, #popupmessage label {
	float: left;
	margin: auto;
}

#popupmessage label {
	width: 50px;
}

#popupLargeText {
	margin-top: 15px;
}

#popupLargeText,
#popupmessage th {
	color: #36424a;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 14px;
	text-align: left;
}

#popupmessage td {
	padding-bottom: 5px;
}

#popupmessage table input {
	width: 170px;
	height: 18px;
	border: 1px inset;
	padding-left: 0.2em;
}

#popupmessage textarea {
	display: block;
	border: 1px inset;
	height: 150px;
	width: 100%;
	margin: 0;
	overflow: auto;
}

#popupmessageInfo {
	float: left;
	margin-top: 15px;
	font-size: 16px;
}

#popupmessage #popupmessageSubmit {
	float: right;
	margin-top: 15px;
}

ul, li {
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

/* TOP MENU */

#topMenu * {
	display: inline;
}

/* MAIN MENU */

#mainMenu {
	height: 28px;
	padding-left: 11px;
}

#mainMenu, #mainMenu ul {
	position: absolute;
	left: 0;
/*	background-color: #163c47; */
	z-index: 10;
}

#mainMenu li.level1 {
	float: left;
	opacity: 1;
}

#mainMenu li a {
	display:block;
	white-space:nowrap;
	color: #7ac142;
	font-size: 14px;
	padding: 0 8px;
	line-height: 28px;
	height: 28px;
	float: left;
}

#mainMenu a:hover,
#mainMenu a.hover,
#mainMenu a.activeItem {
	position:relative;
	z-index:10;
	text-decoration: none;
	background: url(../assets/images/background-menu.gif) repeat-x;
	color: #163c47;
}

#menu_background {
	position: absolute;
	left: 0;
	background-color: #163c47;
	width: 100%;	
	height: 28px;
	opacity: 0.7;
	z-index: 9;
}

/************************* SUBMENU *******************************/

ul.subMenu a {
	padding-left: 14px;
	line-height: 18px;
	font-size: 13px;
	color: #163c47;
}

ul.subMenu a:hover {
	color: #163c47;
}

ul.subMenu a.activeItem,
ul.subMenu a:hover {
	background: url(../assets/images/bullet.gif) no-repeat left center;
}

#lightboxInner {
	background-color: white;
}

/******************* FORM STUFF **************************/

textarea,
input.text {
	border-top: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

input.text {
	float:left;
	width: 100px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 5px;
	padding: 1px 4px;
	vertical-align: middle;
}

.rightSide input.text {
	margin-right: 0;
}

input.small {
	width:40px;
}

input.wide {
	width:150px;
}

form div.leftSide {
	float: left;
	width: 250px;
}

form div.rightSide {
	float: right;
	width: 280px;
}

label {
	display: block;
	font-size: 14px;
	float: left;
	clear: left;
	height: 20px;
	line-height: 19px;
	margin-bottom: 5px;
	vertical-align: baseline;
}

#mailpageForm .rightSide label,
#mailpageForm .leftSide label {
	width: 60px;
}

#mailpageForm textarea {
	width: 100%;
	height: 125px;
	overflow: auto;
}

#mailpageForm div.persoonlijkBericht {
	padding: 10px 0;
	clear: both;
}

#contactForm label {
	width: 100px;
}

#contactForm select {
	float: left;
}

#contactForm textarea {
	width: 257px;
	float: left;
}

.error {
	border: 1px solid red!important;
}

select.error {
	padding: 0!important;
}

.errorMessage {
	color: #ff0000;
	font-size: 0.9em;
	padding: 1px 3px;
	background-color: white;
	border: 1px dotted #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#lightboxInner {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: white;
	border: 1px solid black;
}

#lightboxContent {
	margin: 0px 10px 10px;
}

#lightboxCloseLink {
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
}