body {
	background-color: #FFF;
	background-image: url(../images/bg_index.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	margin: 0px;
	padding: 0px;
}

h1 {
}
h3 {
	font-size: 13px;
	color: #336;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}
p {
	padding: 0px;
	margin: 0px 0px 13px 0px;
	line-height: 14px;
}

a:link,
a:visited {
	color: #F63;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}
.datum {
	text-transform: capitalize;
}


/******************************************
		MAIN LAYOUT DIVS 
******************************************/

#mainWrapper {
	background: #FFF url(../images/bg_content.gif) repeat-y;
	width: 770px;
	margin: 0px auto 0px auto;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
#top {
	background: #F63 url(../images/bg_top.gif) right repeat-y;
	height: 10px;
	border-bottom: 1px solid #FFF;
}
#headerWrapper {
	background: url(../images/bg_header.jpg) no-repeat;
	overflow: hidden;
}
#wordAnimation {
	height: 137px;
	text-align: right;
}
#header {
	height: 115px;
	border-bottom: 1px solid #FFF;
	padding: 13px 0px 0px 33px;
}
#header h1 {
	background-image: url(../images/logo_index.gif);
	background-repeat: no-repeat;
	width: 156px;
	height: 81px;
	margin: 0px;
	padding: 0px;
}
#header h1 a {
	display: block;
	width: 156px;
	height: 81px;
}
#header h1 span {
	display: block;
	width: 0px;
	height: 0px;
	overflow: hidden;
}
#mainContainer {
	float: left;
	width: 540px;
}
#sideContainer {
	background-color: #F4F4F4;
	border-left: 1px solid #F63;
	float: right;
	width: 229px;
}
#sideContainer h3 {
	background-color: #F63;
	color: #FFF;
	padding: 14px 0px 8px 10px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#sideContainer p {
	margin-left: 10px;
}
#leftNav {
	float: left;
	width: 165px;
}
#content {
	float: right;
	width: 340px;
	border-top: 10px solid #F4F4F4;
	padding: 18px 15px 30px 20px;
}
#footer {
	background-color: #FFF;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	color: #999;
	text-align: right;
	padding: 5px 5px 20px 0px;
}

#english {
	padding: 20px 0px 10px 14px;
}
#english a {
	background-image: url(../images/en_flag.gif);
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 22px;
	color: #369;
}


/******************************************
		MENUS 
******************************************/

#leftNav ul {
	background-color: #369;
	padding: 20px 0px 9px 0px;
	margin: 0px;
	list-style-type: none;
	border: none;
}
#leftNav ul li {
	width: 165px;
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #369;
}
#leftNav ul li a:link,
#leftNav ul li a:visited {
	background-color: #4D78B2;
	color: #CCF;
	display: block;
	width: 150px;
	margin: 0px;
	padding: 6px 0px 7px 15px;
}
#leftNav #currentMenuItem a,
#leftNav ul li a:hover,
#leftNav ul li a:active {
	background-color: #ADC1DD;
	color: #369;
	text-decoration: none;
}
.contactButton:link,
.contactButton:visited {
	background-color: #4D78B2;
	color: #C8D7EB;
	display: block;
	width: 150px;
	margin: 0px;
	padding: 6px 0px 7px 15px;
	border-bottom: 1px solid #369;
	border-top: 1px solid #369;
}
.contactButton:hover,
.contactButton:active {
	background-color: #ADC1DD;
	color: #369;
	text-decoration: none;
}
#leftNav address {
	color: #FFF;
	border-top: 23px solid #7291BD;
	background-color: #94ADD0;
	font-style: normal;
	padding: 8px 0px 10px 13px;
	line-height: 14px;
	margin: 0px;
}


#sideContainer ul {
	background-color: #F5E5E0;
	border-top: 1px solid #F7D0C3;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sideContainer ul li {
	padding: 5px 5px 7px 15px;
	margin: 0px;
	border-bottom: 1px solid #F7D0C3;
}
#sideContainer ul li.even {
	background-color: #F6DED7;
}
#sideContainer ul li a:link,
#sideContainer ul li a:visited {
	color: #F63;
	font-weight: bold;
	text-decoration: none;
}
#sideContainer ul li a:hover,
#sideContainer ul li a:active {
	text-decoration: underline;
}
/******************************************
		OVERIGE STYLING
******************************************/


