html {
	margin: 0; 
	height: 100%; 
	background: #D5D5E0 url(../images/background.jpg) center repeat-y;
} 
body {
	position: relative; 
	min-height: 100%;  
	width: 950px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: 0 auto;
	font: 10pt Arial;
/*	font: 10pt Verdana;*/
	background: #EEE url(../images/main_container.jpg) repeat-y;
}
h1,h2,h3,h4 { 
	color: #036;
	margin-top: 0.2em;
}
h1 {
	font: 12pt Verdana;
}
h2 {
	font: 11pt Verdana;
}
h2 a {
	color: #B13413;
}
h3 {
	font: 10pt Verdana;
}
a {
	text-decoration: none;
	color: #058;
}
a:hover {
	border: none;
	color: #B13413;
}
img {
	border: none;
}
table {
	border: none;
}
td, th {
	vertical-align:top;
}
th {
	text-align: left;
}

/*** Pagina indeling ***/

#container {
	width: 950px; 
	padding:0;
}
#header {
	border-bottom: 1px solid black;
/*	background: white url(../images/header.jpg); /*----------DEBUG */
	height:150px;
}
#inhoud {
	margin: 0 1em 10px 150px;
	width:780px;
}
#links {
	width: 370px;
	float:left;
}
#rechts {
	width: 370px;
	margin-left:390px;
}
#footer {
	position: absolute; 
	bottom: 0;
	left: 0;
	border-top: 1px solid black;
	width: 930px;
	padding: 2px 10px 4px 10px;
	background: #036;
	font-size: 8pt;
	color: white;
	line-height: 20px;
}        
#footer a {
	color: white;
	text-decoration: none;
	font-weight:normal;
}
#footer img {
	vertical-align: middle;
}
#footer-left {
	float:left;
}
#footer-left a {
	margin-right: 10px;
}
#footer-right {
	float:right;
}
#skyscraper {
	width:120px;
	height:600px;
	position:absolute;
	left:960px;
	top:180px;
}

/*** Topmenu ***/

#menu {
	height: 25px;
	border-top:1px solid #036;
	border-bottom:1px solid #036;
	background:url(../images/menu_down.jpg) repeat-x;
}
#menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 8px;
	font: bold 10pt Arial;
/*	text-transform: uppercase;*/
/*	letter-spacing: 1px;*/
}
#menu li {
	float: left;
	margin-right:16px;
}
#menu a {
	display: block;
	padding: .2em;
	text-decoration: none;
	line-height: 20px;
}
#menu a:hover {
	color:#B13413;
}
.menubutton a {
	color: #058;
}
.menubutton_on a {
	color:#B13413;
}
/*** Navigatie menu links ***/

#navigatie {
	float: left;
	width: 130px;
	margin-left: 1px;
	font: bold 14px verdana;
	color:#036;
	font-weight: bold;
	text-align:right;
	background:#E0F0FF;
}
#navigatie a {
	width:128px;
	display: block;
	text-decoration: none;
	font: 12px verdana;
	color: #036;
}
#navigatie a:hover {
	color:red;
	text-decoration: underline;
}
.navigatie_comments {
	font: 8pt Arial;
}

/*** Diverse userinterface items ***/

.activepage {
	color:white;
	background:#036;
}
.banner {
	font-size:smaller;
}
.banner img {
	border: 1px solid black;
}
.combobox {
	height: 20px;
	font-size: 10px;
}
.datum {
	font-size:smaller;
}
.errorbox, .infobox {
	background:#FFFFE1;
	border:1px solid black;
	padding:5px;
}
.nieuws_kop {
	margin-bottom:0;
}
.sitemap2 {
	margin-left:20px;
}
.sitemap3 {
	margin-left:40px;
}
.tabel, .tabelhome {
	background:#F4F4F3;
	border:1px solid #E1E1DF;
	width: 100%;
	border-spacing:0;
}
.tabel th, .tabelhome th {
	background: #e8e8e5 url(../images/tabel_th.jpg) repeat-x;
	border-bottom:1px solid #dcdcda;	
}
.tabel td, .tabelhome td {
	background:#f1f1ef;
	border-top:1px solid #f6f6f5;
	border-bottom:1px solid #dcdcda;
}
.tabelhome td {
	line-height:1em;
}
.tabelstand {
	width: 100%;
	background:#F4F4F3;
	border:1px solid #E1E1DF;
	border-spacing:0;
}
.tabelstand td {
	background:#f1f1ef;
	border-top:1px solid #f6f6f5;
	border-bottom:1px solid #dcdcda;
}
.tabelstand th {
	color:white;
	background: #e8e8e5 url(../images/tabelstand_th.jpg) repeat-x;
	border-bottom:1px solid #dcdcda;
}
.tabelstand_tilburg td {
	background:#dcdcda;
	font-weight:bold;
}

.tabelkruis {
	width: 100%;
	border-spacing:1px;
}
.tabelkruis td {
	border: 1px solid #DDD;
}
.tabelkruis_leeg {
	background:#EEE;
}
.tabelkruis_top {
	/*background: #DDD;*/
	text-align: center;
	border: 1px solid black;
}
.tabelkruis_links {
	/*background: #DDD;*/
}
