html, body {
	width:100%;
	height:100%;
}

body {
	padding : 0px;
	background-color : #F1F1E3;
	margin : 0px;
	background-image : url(../img/bg_main.gif);
/*	background-attachment: fixed;*/
	background-repeat : repeat-x;
	font-family : arial, helvetica,verdana,sans-serif;
	color : #1B1B1B;
	font-size : 11px;
	font-weight : normal;
}

/*#horizon {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
}

#gecentreerd {
	margin-left: -450px;
	position: absolute;
	top: 0px;
	left: 0;
	width: 900px;
	visibility: visible
}*/

#siteContainer {
	position : relative;
	top : 4px;
/*	width : 1000px;*/
	height:100%;
	text-align:left;
	float : left;
	
	 	
}

#logo {
	position : absolute;
	top:151px;
	left:121px;
	z-index:10;
}

#lang {
	position : relative;
	left:540px;
	width:40px;
	text-align:right;
	z-index:10;
}

.langOption {
	position : relative;
	top : 4px;
	width : 20px;
	height:21px;
	float : left;
}

#sidebarContainer {
	position : absolute;
	width:240px;
	left:825px;
/*	float:left;*/
	top:2px;
	

}

#search {
	position : relative;
	width:200px;
	float:left;
	left:5px;
	height:200px;
	z-index:100;
}

#search input {
	

}

#sidebarTitle {
	position : relative;
	top:8px;
	left:30px;
	float:none;
	font-family : georgia,serif;
	font-weight : bold;
	font-size : 14px;
	color:#EC0096;
	font-style : italic;
}

#sidebarContent {
	position : relative;
	top:10px;
	left:30px;
	_left:-10px;
	height:300px;
	margin-top:30px;
}

#navContainer {
	position : relative;
	width : 220px;
	/*width : 440px;*/
	float : left;
	top:310px;
	text-align:right;
}

#nav {
	padding-right:25px;
	width : 210px;
}

div.subnav {
	padding-bottom:6px;
}

.navLevel0 {

}

#contentContainer {
	position : relative;
	float : left;
	width : 606px;
	height:100%;
}

#footer {
/*	text-align : right;*/
	padding-left:6px;
	padding-top:6px;
	font-size : 10px;
	color:#621A4B;
	font-family : georgia,serif;
	font-style : italic;
	width : 460px;
}

#content2{
	background-color : #FFF;
	border: 1px solid #BFBFB4;
}

#content {
	padding-top:60px;
	padding-left:42px;
	padding-right:42px;
	min-height:400px;
}

#contentHome {
/*	background-color : red;*/
/*	width : 60%;*/
/*	float:left;*/
	padding-top:60px;
	padding-left:42px;
	padding-right:24px;
/*	min-height:400px;
	width : 60%;*/
	height: 100%
}


#contentHome1 {
	width : 60%;
	height: 100%
}

#contentHome2 {
	width : 32%;
	position:absolute;
	left:58%;
	top:380px;
	background-image : url(../img/bg_banners.gif);
	background-repeat : repeat-y;
	/*min-height:90px;*/
	height: 100%;
	padding-left:2%;
	margin-left:2%;
}

div.homeBanner {
	padding-bottom: 12px;
	text-align: right;
}

.clearer {
	clear: both;
	font-size: 1px;
	overflow:hidden;
}

#contentHomeSidebar {
	clear:both;
/*	background-color : red;*/
	width : 32%;
	min-height:400px;
	padding-left:4%;
	margin-left:4%;
	background-image : url(../img/bg_banners.gif);
	background-repeat : repeat-y;
	/*bg_banners*/
}

#img {
	position : relative;
	height : 21px;
}

#headerImg {
	position : relative;
	width: 604px;
	
}

#sidebarTitle {
	position : relative;
	top:0;
	width : 240px;
}

#credits {
	position : relative;
	top : 210px;
	left:30px;
}

a {
	color:#C50259;
}
a:hover {
	color:#FF0078;
	text-decoration : none;
}

 a.credits {
	font-size : 9px;
	color:#C6B0B5;
	font-family : georgia,serif;
	text-decoration : none;
	font-style : italic;
}

 a.credits:hover {
	text-decoration : underline;
	color:red;
}

a.sidebarLink {
	font-size : 11px;
	color:#BD0085;
	text-decoration : none;

}
a.sidebarLink:hover {
	text-decoration : underline;
	color:#000;
}
.sidebarLinkContainer {
/*	background-image : url(../img/arrow_sidebar.gif);
	background-attachment: fixed;
	background-repeat : no-repeat;
	position : relative;
	width:100px;
	height:100px;*/
}
ul {
	list-style-image:url(../img/bullet.gif);
	padding:0px;
	padding-left:24px;
}
ul.sidebar {
	list-style-image:url(../img/bullet_sidebar.gif);
	padding:0px;
}
/*ul.nav {
	padding:0px;
	margin:0px;
	text-align : right;
}*/
li {
	padding:2px;
	padding-bottom:6px;
}
.sidebarDate {
	font-size : 12px;
	color : #4F0447;
	font-weight : bold;
}

.sidebarComment {
	color : #4F0447;
	font-size : 11px;
}

h1 {
	font-family : georgia,serif;
	font-weight : bold;
	font-size : 18px;
	color:#EC0E86;
	font-style : italic;

}

h2 {
	font-weight : bold;
	font-size : 14px;
	color:#949494;
	margin:3px;
}

h3 {
	font-weight : bold;
	font-size : 13px;
	color:#242424;
	margin:2px;
}

h4 {
	font-weight : bold;
	font-size : 12px;
	margin:0px;
}

h5 {
	font-weight : normal;
	font-size : 11px;
	margin:2px;
}

h6 {
	font-weight : normal;
	font-size : 10px;
	margin:2px;
}

img {
	border-width:0px;
}



 a.nav0 {
	font-size : 11px;
	color : #4F0447;
	text-decoration : none;
	padding-bottom : 4px;
	display : block;
}

 a.nav0n {
	font-size : 11px;
	color : #EC0096;
	font-weight : bold;
	text-decoration : none;
	padding-bottom : 4px;
	display : block;
}

 a.nav1 {
	font-size : 10px;
	color : #8E0155;
	text-decoration : none;
	display : block;
	padding-right : 6px;
	height:14px;
}

 a.nav1n {
	font-size : 11px;
	color : #C20074;
	text-decoration : none;
	font-weight : bold;
	display : block;
	padding-right : 6px;
	height:14px;
}

td {
	font-size : 11px;
}


.formLabel {
	font-size : 11px;
	color : #4F0447;
}

.contactFormField {
	border : solid;
	font-size : 11px;
	color : #242424;
	border : 1px solid #000;
	background-color : #EEE;
	width : 250px;
	float : left;
}

textarea {
	background-color:#EBDDE6;
	font-size:11px;
	font-family : arial, verdana, helvetica, sans-serif;
	border:1px solid #242424;
	color : #242424;
}

p.compact {
	padding:0px;
	margin:0px;
}

p.comment {
	font-size:10px;
	color : #646464;
	padding-left : 12px;
}

select.dropdown {
	background-color:#EBDDE6;
	color:#242424;
	font-size:10px;
}

#WSET {
	position : absolute;
	top:40px;
	left:880px;
	z-index:99;
	height : 112px;
	width : 200px;
	vertical-align: top;
}



div.row {
  clear: both;
  padding-top: 5px;
  width: 420px;
  }

div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  padding-right : 12px;
  }

div.row span.formw {
  float: right;
  width: 280px;
  text-align: left;
  }
 
 .inputField {
 	background-color:#EBDDE6;
	font-size:11px;
	font-family : arial, verdana, helvetica, sans-serif;
	border:1px solid #242424;
	color : #242424;
 }
 
#newsContainer {
	position : relative;
	top : 24px;
}

#newsTitle {
	color : #FFF;
	font-family : georgia,serif;
	font-weight : bold;
	font-size : 16px;
	font-style : italic;
	background-image : url(../img/bg_newsTitle.gif);
	background-repeat : no-repeat;
	position : relative;
	width:384px;
	height:36px;
}

#newsItems {
	position : relative;
	left : 24px;
	width:360px;
	
}

.newsEven {
 	background-color:#F3EAF0;
	position : relative;
	top : 0px;
	left:0px;
	padding-left:12px;
	padding-right:20px;
}

.newsOdd {
 	background-color:#E9DBE5;
	position : relative;
	top : 0px;
	left:0px;
}

.mandatory {
	color : #CC0000;
	font-weight : bold;
}

#newsletter {
	position:absolute;
	left:50px;
	top:260px;


}

#newsletter input, #search input {
	color:#484848;
 	background-color:#FFF;
	border : 1px solid #DDD;
}

input.inputNewsletter {
 	background-color:#EFEFEF;
	color:#484848;
	font-size:11px;
	border : 1px solid #989898;
	margin-bottom:4px;
}

.examenlijstLabel {
	width: 25%;
	text-align: right;
	font-size: 10px;
	color:#646464;
	vertical-align: top;
}

.examenlijstVeld {
	width: 25%;
}

#social_buttons {
	position:absolute;
	left: 50px;
	top:240px;
}

#social_buttons ul, #social_buttons li {
	display: inline;
}

.noshow {visibility: hidden;}