 body {
	margin: 0px;
	background-image: url('../layout/side.jpg');
	background-position: top;
	background-repeat: repeat-x;
	font-family: verdana;
	font-size: 12px;
	background-color: 2e3192;
}

h2 {
	font-size: 16px;
	letter-spacing: 1.6px;
}

td {
	font-size: 11px;
}

p {
	margin: 0px;
}

.topButton {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

.navbar {
	background-image: url('../layout/navigator.jpg');	
	height: 24px;
}

.navbarItem {
	cursor: pointer;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 10px;
}

.main {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.top {
	margin: 0px;
	height: 33px;
	width: 100%;
	font-size: 12px;
	color: #ffffff;	
	font-weight: bold;	
	background-color: #0000cc;	
	background-image: url('../layout/top.jpg');
	line-height: 32px;
	padding-right: 20px;
}

.header {
	height: 221px;
	width: 100%px;
	border-top: 1px solid #FFFFFF;
	background-image: url('../headers/1.jpg');
}

.navigatie {
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	
	width: 100%px;
	line-height: 24px;
	height: 24px;
	clear: both;
	vertical-align: middle;
	background-image: url('../layout/navigator.jpg');
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	background-color: #e5f8ff;
	font-size: 14px;
}

.footer {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	background-color: #e5f8ff;
	font-size: 10px;
}

h1 {
	font-family: verdana;
	font-size: 22px;
	font-weight: bold;
}
	
.menu {
	width: 182px;
	background-color: #000000;
}

.menuItem {
	cursor: pointer;
	font-family: verdana;
	font-size: 14px;
	background-image: url('../layout/button.jpg');
	height: 35;
	padding-left: 25px;
	color: #FFFFFF;
}

.sep {
	height: 1px;
	background-color: #FFFFFF;
}

.zuilLinks {
	background-image: url(../layout/zuilLinks.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.zuilRechts {
	background-image: url(../layout/zuilRechts.jpg);
	background-repeat: no-repeat;	
	background-position: top left;	
}

/* Tabellen opmaken */
table.list {
	border-top:1px solid #e3f1fe;
	border-right:1px solid #e3f1fe;
	border-collapse:collapse;
	}
	
caption {
	color: #666666;
	font-size:.94em;
	letter-spacing:.1em;
	padding:0;
	margin:.3em 0 0 0;
	margin-bottom:0;
	caption-side: bottom;
	text-align: right;
	}
	
th.list {
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	background: url("../layout/list/top.jpg") repeat-x;	
	font: bold 0.8em/1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#FFFFFF;	
	}		
tr.odd {
	background:#f4f9fe url("../layout/list/background.gif") no-repeat;
	}
		
.column1	{
	background:#f9fcfe;
	}
td.list {
	font-size: 0.7em;
	color:#666666;	
/*	color:#678197; */
	border-bottom: 1px solid #e3f1fe;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}

.formulier {
	font-size: 14px;
	font-weight: bold;
	font-family: verdana;
}

/*
Nieuws pagina CSS
*/
.nieuwsTitel {
	font-size: 14px;
	font-weight: bold;
}
.nieuwsDatum {
	color: #999999;
	font-size: 14px;
	text-align: right;
}
.nieuwsBericht {
	font-size: 14px;
}
.nieuwsLegendaContainer {
	background-image: url(../layout/nieuwsLegenda.jpg); 
	width: 159px; 
	height: 189px; 
	border: 1px solid #CCCCCC;
}

.nieuwsLegendaContent {
	padding: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;	
	font-family: verdana; 
	line-height: 15px;
	font-size: 11px;
}

.nieuwsLegendaSeperator {
	width: 159px;
	height: 2px;
	background-image: url(../layout/nieuwsSeperator.gif);
}
.nieuwsLegendaContent a {
	color: #000000;
	text-decoration: none;
}
.nieuwsLegendaContent a.selected {
	color: #0000CC;
}

.refLink {
	color: #0000cc;
	text-decoration: underline;
	cursor: pointer;
}

.aantalBezoekers {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 100px;
}


/* PROJECTEN CSS */
.projectTitel {
		background-color: #0050a3;
		color: #fefefe;
}

.projectTitel a {
		color: #CCCCCC;
}

