img {
	border: 0px;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	background-image: url(../../img/sitebg.gif);
}

p {
	margin: 10px 0;
}

form {
	margin: 0;
}

#wrap {
	width: 950px;
	border-right: 1px solid #CFD5DE;
	border-left: 1px solid #CFD5DE;
	background-color: #FFF;
	background-image: none;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 110px;
}

#navigation {
	height: 20px;
	width: 950px;
	background: url(../../img/navigatiebalkbg.gif) repeat-x #000;
}

*:first-child+html #navigation {
	height: 22px; /* Enkel IE7 ziet dit */
}

#container {
	width: 950px;
	margin: 0;
}

#wrapper {
	float: left;
	width: 950px;
}

#content {
	margin: 0 180px 0 240px;
	background-repeat: no-repeat;
	padding: 60px 30px 30px 30px;
	min-height: 540px;
}

#contentfull {
	margin: 0 0 0 240px;
	background-repeat: no-repeat;
	padding: 0 30px 60px 30px;
	min-height: 540px;
}

/* IE only */
* html #content, * html #contentfull {
	height: 540px;
}

#sidebar {
	float: left;
	width: 160px;
	margin-left: -180px;
	background: url(../../img/newsbg.gif) no-repeat #FFF;
	padding: 10px;
}

#extra {
	float: left;
	width: 240px;
	margin-left: -950px;
}

#footer {
	color: #FFF;
	background-color: #0F2B5B;
	clear: both;
	height: 20px;
	line-height: 20px;
	font-size: .8em;
	padding-left: 10px;
}

#footer a {
	color: #C6D5FD;
}

.baseline {
	margin: 20px 10px;
	color: #D2D5DA;
	font-size: 2em;
	line-height: 1.6em;
}

.newstekst1 {
	font-size: .9em;
	color: #0F2B5B;
	padding: 10px 0;
	border-bottom: 1px solid #A6ABB5;
}

.newstekst1 a:link, .newstekst1 a:visited {
	color: #0F2B5B;
	text-decoration: underline;
}

.newstekst1 a:hover {
	color: #000;
	text-decoration: underline;
}

.newstekst2 {
	font-size: .9em;
	color: #000;
	padding: 10px 0;
}

#fit {
	font-size: .75em;
}

.logo {
	padding: 30px;
}

.news {
	margin: 10px 0;
}

.titelnews {
	color: #A6ABB5;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.4em;
}

h1, h3, .m2m_titel_bar {
	font-size: 1.3em;
	font-weight: bold;
	color: #666;
	margin: 0 0 10px 0;
	clear: both;
}

h1 {
	line-height: 30px;
	background: url(../../img/headingbg.gif) no-repeat;
	padding-left: 10px;
	color: white;
}

h3, .m2m_titel_bar {
	color: #666;
	margin: 0 10px 0 0;
}

/*** Navigatie ***/
#menu {
	width: 100%;
	background: url(../../img/navigatiebalkbg.gif) #000;
	float: left;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 180px;
	float: left;
}

#menu a, #menu a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%
}

#menu ul ul a, #menu h2 {
	display: block;
	border: 1px solid #CCC;
	margin: 0;
	padding: 2px 10px;
}

#menu h2 {
	color: #fff;
	text-transform: uppercase;
	padding: 0;
	border: none;
	height: 20px;
	line-height: 20px;
	font-size: .8em;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #FFF;
	background-image: url(../../img/navigationh2bg.gif);
}

*:first-child+html #menu h2 {
	padding: 1px; /* Enkel IE7 ziet dit */
}

#menu ul ul a {
	font-size: .8em;
	color: #000;
	background: #EFEFEF;
	text-decoration: none;
}

#menu ul ul a:hover {
	color: #900;
	background: #FFF;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 240px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}

div.navigleft {
	float: left;
	width: 740px;
}

div.navigright {
	float: right;
	margin-right: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-size: .8em;
	display: block;
	padding: 2px 10px;
}

.navigright a:link, .navigright a:visited {
	color: #FFF;
	text-decoration: none;
}

.navigright a:hover {
	color: #FFF;
	text-decoration: underline;
}

select.lang {
	font-size: .8em;
	vertical-align: middle;
	margin-left: 10px;
}

#submenu {
	width: 220px;
	margin-top: 20px;
}

#submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#submenu li {
	display: block;
	padding: 0;
	margin: 0;
}

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

#submenu ul ul a {
	display: block;
	width: 100%;
	border: 1px solid #CCC;
	margin: 0;
	padding: 2px 10px;
	font-size: .8em;
	color: #000;
	background: #EFEFEF;
	text-decoration: none;
}

#submenu ul ul a:hover {
	color: #900;
	background: #FFF;
}

/*** Kruimel ***/
.kruimel {
	height: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #0F2B5B;
	border-bottom: 1px solid #C2C9D6;
	font-size: .8em;
}

.kruimel a, .kruimel a:hover {
	color: inherit;
}

/*** Telefoonbutton ***/
#phone {
	display: block;
	float: right;
	width: 120px;
	height: 60px;
}

/*** Content ***/

#contentfull img {
	padding: 0.5em;
}

#content a, #content a:hover, #contentfull a, #contentfull a:hover {
	color: #0F2B5B;
}

#contentfull ul {
	list-style: disc outside;
}

#contentfull ol {
	list-style: decimal outside;
}

#contentfull li, dt {
	padding: .25em 0;
}

#contentfull dt {
	font-weight: bold;
	color: #666666;
}

#contentfull dd {
	padding-bottom: .25em;
}

/*
table.zebra {
	border: none;
	opacity: .7;
	filter: alpha(opacity=70);
	empty-cells: show;
}
*/

table.zebra {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 1em 0;
}

.zebra .head {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}

.zebra .head td {
	font-weight: normal;
	text-align: left;
}

.zebra .odd {
	background-color: white;
}

.zebra .even {
	background-color: #EEE;
}

.zebra td, .zebra th {
	padding: 0 .2em;
	border-bottom: 1px solid black;
}

.zebra th {
	border-top: 1px solid black;
}

table.borderless {
	border: none;
}

.borderless td {
	padding: .2em .5em;
	vertical-align: top;
}

/*** Sitemap ***/

/* hoofdniveau */
#sitemap {
	font-size: 1.2em;
	font-weight: bold;
}

/* diepere niveaus */
#sitemap ul {
	font-size: 0.9em;
	font-weight: normal;
}

/* alle niveaus */
#sitemap * {
	color: #0F2B5B;
}

#contactform input, #contactform textarea, #contactform select, .form_input input
#newsletterform input, #newsletterform textarea, #newsletterform select {
	opacity: .7;
	filter: alpha(opacity=70);
}

#contactform label, #newsletterform label, .form_label label {
	display: block;
	clear: none;
}

#contactform .icon_verplicht_veld, #newsletterform .icon_verplicht_veld {
	color: #FF0000;
}

#nieuws {
	border: 1px solid #8A98AF;
	padding: 5px 10px;
	margin-bottom: 40px;
}

#nieuws h3 {
	font-size: 1.2em;
	color: #0F2B5B;
	margin: 0 0 10px 0;
}

.slogans {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 20px 0;
}

.slogans strong {
	font-weight: bold;
	color: #3F557C;
	text-transform: uppercase;
}

.slogans table {
	margin: 2em 0;
}

.slogans table td {
	vertical-align: top;
}

/*** Actieve navigatie ***/
.activehoofdlink {
	background-image: url(../../img/navigationh2revbg.gif)!important;
}

.activesublink {
	background-color: #FFF !important;
}

/*** xfade2 CSS ***/
#imageContainer {
	position: relative;
	margin: auto;
	width: 240px;
	height: 306px;
}

#imageContainer img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/*** inschrijven nieuwsbrief op nieuwspagina ***/

#item_div_35 {
	border: 1px solid #8A98AF;
	padding: 10px 10px 5px 10px;
	margin-top: 40px;
}

#tmp_bot_chk
{
	display:none;
}
