*img {
	margin:0px;
	padding: 0px;
}
body {
	position: relative;
	color: #2e3f5d ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-width:800px;
	background: #FFFFFF url("/Static/Images/Default/BodyBackground.gif") repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height:100%;
}
html, body {margin: 0; padding: 0;}
html, body {height: 100%;}

p {
	/*
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#003366;
	*/
}

a {
	color: #bb3135;
}

#wrapper {
	background-image: url("/Static/Images/Default/ContainerBackground.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	
	width: 962px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
}



/* header styles
============================== */

#wrapper #header {
	background-image: url("/Static/Images/Default/HeaderBackground.gif");
	background-repeat: repeat-y;
	background-position: left top;
	height: 189px;
	width: 962px;
	position: relative;
}
#wrapper #header #logo {
	position: absolute;
	top: 10px;
	left: 24px;
	width: 915px;
	height: 29px;
}
#wrapper #header #servicemenu {
	background-image: url("/Static/Images/Default/ServicemenuBackground.gif");
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	bottom: 3px;
	left: 24px;
	width: 915px;
	height: 29px;
}
#wrapper #header #picture {
	background-image: url("/Static/Images/Default/ELN1.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 722px;
	height: 189px;
}
#wrapper #header #servicemenu #locales {
	margin: 4px 0px 0px 10px;
	float: left;
}
#wrapper #header #servicemenu #slogan {
	margin: 4px 10px 0px 0px;
	float: right;
}
#wrapper #header #h_1 {
	float: left;
	height: 120px;
	width: 246px;
}
#wrapper #header #h_2 {
	float: left;
	height: 120px;
	width: 226px;
}
#wrapper #header #h_3 {
	float: left;
	height: 120px;
	width: 256px;
}

#wrapper #container {
	width: 962px;
	height: auto !important;
	padding: 0px 0px 188px 0px;
	position: relative;
	margin: 10px 0px 0px 0px;
}

/* left menu styles
============================== */

#wrapper #container #left_menu {
	float: left;
	width: 238px;
	padding-left: 24px;
	color: #FFFFFF;
	text-decoration: none;
}

/* content styles
============================== */

#wrapper #container #content {
	float: left;
	height: auto;
	width: 427px;
	margin: 0px 0px -100px 0px;
}
#wrapper #container #content h1 {
	color: #4a7bde;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 15px;
	font-weight: normal;
}
#wrapper #container #content p {
	/*
	color: #2e3f5d;
	padding-left: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 25px;
	*/
}

/* right menu styles
============================== */

#wrapper #container #right_menu {
	float: left;
	width: 238px;
	padding-left: 24px;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 10px;
}

/* menu styles
============================== */

#wrapper #container #left_menu ul {
	text-decoration: none;
	list-style: none;
	width: 215px;
	padding: 0px;
	margin: 0px;
}

#wrapper #container #left_menu ul li {
	font-size: 11px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#wrapper #container #left_menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	line-height: 20px;
	color: #323232;
	background-image: url("/Static/Images/Default/MenuButton.gif");
	background-repeat: no-repeat;
	width: 175px;
	height: 20px;
	padding: 0px 20px;
	display: block;
}

#wrapper #container #left_menu ul li.home>a {
	background-image: url("/Static/Images/Default/MenuButtonHome.gif");
	width: 175px;
}

#wrapper #container #left_menu ul li.active>a {
	color: #FFFFFF;
	background-image: url("/Static/Images/Default/MenuButton_active.gif");
	width: 175px;
}

#wrapper #container #left_menu ul li.homeactive>a {
	background-image: url("/Static/Images/Default/MenuButtonHome_active.gif");
	width: 175px;
}


#wrapper #container #left_menu ul li ul {
	/* background-image: url("/Static/Images/Default/SubMenuTop.gif"); */
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fefefe;
	width: 202px;
	padding: 15px 0px 10px 0px;
	margin: 0px;
}
#wrapper #container #left_menu ul li ul li {
	background: none;
}
#wrapper #container #left_menu ul li ul li a {
	text-decoration: none;
	text-transform: none;
	line-height: 15px;
	color: #BC3236;
	background-image: url("/Static/Images/Default/SubMenuButton.gif");
	background-repeat: repeat-y;
	background-position: right;
	
	width: 166px;
	height: 15px;
	padding: 0px 30px;
	display: block;
}
#wrapper #container #left_menu ul li ul li.active a,
#wrapper #container #left_menu ul li.active ul li.active a {
	color: #000000;
	background: none;
	padding: 0px 30px 0px 17px;
}

#wrapper #container #left_menu #menuFooter {
	background-image: url("/Static/Images/Default/MenuFooter.gif");
	background-repeat: no-repeat;
	
	width: 202px;
	height: 8px;
}

/* footer styles
============================== */

#wrapper #container #clearfooter {
	height: 10px;
	clear: both;
}

#wrapper #footer {
	height: 188px;
	width: 962px;
	clear: both;
	position: absolute;
	bottom: 0px;
}

#wrapper #footer #sponsors {
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: 238px;
}
#wrapper #footer #sponsors img {
	margin: 5px 0px;
}
#wrapper #footer #address {
	position: absolute;
	right: 14px;
	bottom: 0px;
	width: 707px;
	height: 90px;
	background-image: url("/Static/Images/Default/FooterBackground.gif");
	background-repeat: repeat-x;
}
#wrapper #footer #address div.address {
	font-style: normal;
	font-size: 0.9em;
	color: #FFFFFF;
	border-style: solid;
	border-width: 0px 2px 0px 0px;
	border-color: #FFFFFF;
	
	float: left;
	width: 210px;
	margin-top: 5px;
	padding: 0px 10px;
	position: relative;
}
#wrapper #footer #address div.noborder {
	border: none;
}
#wrapper #footer #address div h3 {
	font-style: normal;
	font-size: 1em;
	color: #FFFFFF;
	
	margin: 0px 0px 10px 0px;
}
#wrapper #footer #address div img {
	border: solid 1px #FFFFFF;
	
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#wrapper #footer #components {
	position: absolute;
	right: 11px;
	bottom: 90px;
}


.component {
	background-image: url("/Static/Images/Default/ComponentBackground.gif");
	background-repeat: repeat-y;
	
	width: 238px;
	margin-left: 0px;
}
.component .componentcontent {
	padding: 0px 20px 10px 10px;
}
.component .componentfooter {
	background-image: url("/Static/Images/Default/ComponentFooter.gif");
	background-repeat: no-repeat;
	
	height: 8px;
	margin-left: 0px;
}
.component h3 {
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	background-image: url("/Static/Images/Default/ComponentHeader.gif");
	background-repeat: no-repeat;
	
	height: 33px;
	padding: 0px 15px;
	margin: 0px;
}
.component h4 {
	font-weight: bold;
	font-size: 10px;
	color: #bb3135;
	
	margin: 10px 0 10px 0;
}
.component a {
	font-size: 9px;
	color: #bb3135;
}

.clear {
	clear: both;
}

/* Form styles
============================== */
input {
	font-size: 10px;
	margin-top: 0px;
	padding: 0px 3px;
	height: 15px;
}
textarea {
	width: 300px;;
}
.buttoncall {
	border: none;
	height: 15px;
	padding: 2px;
}

/* RTE styles
============================== */

.RTEDefault,.nieuwsverder {
	font-size:12px;
	font-weight:normal;
	color: #2e3f5d;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.RTETitle {
	color:#bb3135;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	padding-top:8px;
	text-decoration:none;
}

.RTESubTitle, .nieuwstitel,.form_header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #bb3135;
	text-decoration:none;
}


.form_input,.form_button {
	color: #2e3f5d;
	font-size: 12px;
	text-decoration:none;
	border:1px solid #2e3f5d;
	height: 25px;
}