@charset "utf-8";
/* CSS Document */

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	background: url(../assets/images/bg/main.gif) top repeat-x;
}

/* Begin Hurray hacks! */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}
/* End Hurray hacks! */	

div#mainWrapper {
	width: 963px;
	padding: 1px;
	background-color: white;
	position: relative;
	margin: auto;
	text-align: left;
}

#topLayer {
	width: 965px;
	height: 32px;
	position: relative;
	margin: auto;
	text-align: left;
}

#search {
	text-align: right;
}

#search, #langMenu {
	float: right;
	position: relative;
	top: 5px;
}

#langMenu span, #langMenu a {
	line-height: 21px;
	height: 21px;
	float: left;
	vertical-align: middle;
}

#langMenu img {
	padding: 2px;
	vertical-align: middle;
}

#langMenu a.activeItem img {
	padding: 1px;
	border: 1px solid white;
}

#langMenu .title {
	color: white;
	margin-right: 5px;
}

#search {
	width: 180px;
}

#search input {
	float: right;
	margin-left: 5px;
}

#topImageLayer {
	height: 280px;
	position: relative;
	z-index: 10;
}

#topImageLayer img {
	position: absolute;
	left: 0;
	top: 0;
}

#titleTop {
	z-index: 10;
}

#menu {
	border-top: 1px solid white;
	border-bottom: 1px solid #cacacc;
	display: block;
	background: url(../assets/images/bg/menu.gif) repeat-x;
}

#menu li {
	float: left;
	list-style: none;
}

#menu a {
	color: white;
	text-decoration: none;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
}

#menu a.first {
	background: url(../assets/images/bg/home.gif) no-repeat center;
	width: 42px;
	padding: 0;
	font-size: 0;
	text-indent: -100em;
}

#menu li.activeItem {
	background: #009ada;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0 -1px;
}

#menu li.hover,
#menu li:hover {
	background: #40ae49;
	border-left: 1px solid white;
	border-right: 1px solid white;
	margin: 0 -1px;
}

#menu li.activeItem a {
	background: url(../assets/images/bg/menu-arrow-active.gif) no-repeat top center;
}

#menu li.hover a,
#menu li:hover a {
	background: url(../assets/images/bg/menu-arrow-hover.gif) no-repeat top center;
}

#menu li.activeItem a.first {
	background: url(../assets/images/bg/home.gif) no-repeat top left;
}

#menu li.hover a.first,
#menu li:hover a.first {
	background: url(../assets/images/bg/home.gif) no-repeat top right;
}

#templateLayer {
	position: relative;
	border-collapse: separate;
}

#templateTable {
	width: 100%;
	border: 0;
	border-collapse: separate;
}

#templateLayer td {
	vertical-align: top;
}

#content {
	padding-bottom: 20px;
}

#divContent {
	margin: 25px;
}

#divContent ul {
	margin-left: 20px;
}

#leftColumn {
	width: 187px;
	overflow: hidden;
	padding-bottom: 20px;
	background-color: #e8e7e8;
	border-collapse: separate;
	border: 1px solid white;
	border-bottom-width: 3px;
	border-left-width: 0px;
}

#divLeftColumn {
	width: 187px;
	overflow: hidden;
	margin-top: 25px;
}

#rightColumn {
	width: 187px;
	padding-bottom: 20px;
}

#divRightColumn {
	margin-top: 25px;
	margin-right: 4px;
}

#subMenu {
	list-style: none;
}

#subMenu li {
	line-height:20px;
}

#subMenu a {
	color: #525252;
	line-height: 22px;
	text-decoration: none;
	padding-left: 14px;
	display: block;
}

#subMenu a:hover,
#subMenu a.activeItem {
	background: url(../assets/images/bg/submenu-arrow.gif) left 0.3em no-repeat;
	color: #427442;
}

#subMenu a.level2  {
	padding-left: 21px;
}

#subMenu li.level2 a:hover,
#subMenu li.level2 a.activeItem {
	background: url(../assets/images/bg/submenu2_arrow.gif) left 0.3em no-repeat;
}

#footerLayer {
	position: relative;
	background: url(../assets/images/bg/footer.png) repeat-x;
	height: 137px;
}

#logo-small {
	position: absolute;
	left: 120px;
	top:30px;
}

#footerMenus {
	position: absolute;
	left: 187px;
	top: 30px;
}

#footerMenus div {
	border-left: 1px solid #d8d7d9;
	height: 90px;
	float: left;
	width: 150px;
	padding-left: 20px;
}

#footerMenus ul {
	list-style: none;
}

#footerMenus h2 {
	color: #46494d;
	font-size: 0.92em;
	line-height: 1.5em;
}

#footerMenus li {
	line-height: 1.5em;
}

#footerMenus a {
	font-size: 0.92em;
	color: #0090cf;
	text-decoration: underline;
}

#footerMenus a:hover {
	text-decoration: none;
}

#sitemap ul {
	margin-left: 20px;
}

#sitemap li {
	margin-left: 30px;
}

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

#mailpageForm label.wide {
	width: 60px;
}

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

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

#loginForm label {
	float: left;
	clear: left;
	width: 110px;
}

#loginForm .submit {
	float: left;
	clear: left;
}

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

input.text {
	float:left;
	width: 100px;
	font-size: 0.85em;
	height: 14px;
	line-height: 14px;
	margin-bottom: 5px;
	padding: 2px 4px;
	vertical-align: middle;
}

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

input.small {
	width:40px;
}

input.wide {
	width:150px;
}

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

form div.rightSide {
	float: right;
}

#toolLayer {
	margin-top: 20px;
}

#toolLayer a {
	margin-right: 5px;
}

#lightboxInner {
	background-color: white;
	border: 1px solid black;
}

#lightboxContent {
	margin: 5px 10px;
}

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

#tooltip {
        width:200px;
        color:#FFFFFF;
        border:1px solid #FFFFFF;
        padding:4px 8px;
        background-color:#008FCC;
        display: none;
}

#myMessageBox {
        border: 1px solid black;
        background: white;
        padding: 10px;
        width: 300px;
        text-align: center;
        font-size: 14px;
}

#tooltip h3 {
        display: none;
}

