body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 11px;
	font-family: arial;
	text-align: center;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: 50% 0;	
	background-attachment: fixed;
}

a {
	color: #2483b9;
	text-decoration: none;
}
a:hover {
	color: #40aae6;
}

table {
	border-collapse: collapse;
	text-align: left;
}


ul {	
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 0em;
	line-height: 20px;
}

li {
	background-image: url('images/bullet.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 17px;
	margin: 0px;
	color: #8e939f;
}

li.blank {
	padding-left: 0px;
	margin: 0px;
	color: #8e939f;
}

input {
	font-family: arial;
	font-size: 11px;
	padding: 2px;
}

table.content {
	border-collapse: collapse;
	width: 747px;
	margin: 0 auto;
}

img {
	border: 0px;
}

/* HEADER + MENU */

td.header {
	text-align: center;
	background-color: #ffffff;
}

td.menu {
	background-color: #18223e;
	height: 60px;
}

table.menu_blok {
	width: 747px;
}	
td.menu_knop {
	text-align: center;
	width: 124.5px
}

/* CENTER CONTENT */
table.tekstcontent {
	width: 747px;
}
td.spacer_left {
	width: 20px;
}
td.column1 { 
	width: 355px;
	vertical-align: top;
}
td.spacer_mid {
	width: 20px;
}
td.column2 { 
	width: 355px;
	vertical-align: top;
}
div.image {
	width: 375px;
	text-align: right;
	padding-top: 0px;
}
div.tekst {
	text-align: justify;
	padding: 10px;
	color: #18223e;
	line-height: 17px;	
}
div.tekst2 {
	text-align: justify;
	padding: 10px;
	padding-left: 25px;
	color: #18223e;
	line-height: 17px;	
	width: 320px;
}
.subkop {
	font-weight: bold;
	color: #18223e;
}
img.kop_img {
	margin-bottom: 10px;
}


/* BOTTOM */
td.bottom {
	background-color: #293d70;
	color: #d4d4d4;
	text-align: center;
}
table.footer {
	line-height: 18px;
	height: 80px;
}
a.bottomlink {
	color: #d4d4d4;
}
a.bottomlink:hover {
	color: #40aae6;
}
	
/* PROJECTEN */

img.projectlogo {
	margin: 0px;
	padding-left: 5px;
}
font.titel {
	color:#18223e;
	font-weight: bold;
}

/* VOOR DE NAV */

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	border: 1px solid #ffffff;
	border-width: 0 0;
	margin: 0 0 0 0;
	position: relative;
	width: 100%;
	
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background: transparent;
}

#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;

}

#nav a.daddy {
	background: url(rightarrow2.gif) right no-repeat;
}

ul#bla {
	background-color: #18223E;
	background-image: url('images/overlaybg.jpg');
	font-size: 10px;
	font-family: arial;
	padding: 0px;
}

#nav #father {
	background-color: transparent;
	
}

#nav li {
	float: left;
	padding: 0;
	color: #ffffff;
	background-image: url('');

}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	w\idth: 13.9em;
	font-weight: normal;
	border-width: 1px #8FB8BC solid;
	margin: 0;
}

#nav li li {

}

#nav li ul a {
	//width: 13em;
	width: 9em;
}

#nav li ul ul {
	//margin: -1.75em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #000000;
}