/* LAY-OUT */
html {
height:100%;	
background:#fff url(../images/bodybg.jpg) no-repeat center 90px;
min-width:900px;
}

body {
	background: url(../images/menubg.jpg) no-repeat center top;
	color:#275786;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;padding:0;
	height:100%;
	min-width:900px;
}
* html {width:900px;}
* html #wrap{height:100%;}

#wrap {
	position:relative;
	width:900px;
	min-height:100%;
	margin:auto;
}

#menu {
	position:absolute;
	width:900px;
	height:20px;
	top:70px;
	font-size:8pt;
	color:#000;
	/*font-variant:small-caps;*/
	padding:0;margin:0;
	text-align:center;
	}

/* NAVIGATION */

#menu ul{
	padding:0;margin:0;
	padding-left:70px;
	padding-top:3px;
}
#menu ul li{
	padding:0;margin:0;
	display: inline;
	list-style-type:none;
	padding: 0px 10px;
}
#menu {font-weight: bold; }
#menu a {text-decoration:none; color:#000; font-weight: normal;}
#menu a:hover {text-decoration:none; color:#666; font-weight: normal;}
/* END NAVIGATION */

#main {
	position:relative;
	width:830px;
	margin:auto;
	padding-top:120px;
}

#submenu {
	position:relative;
	float:left;
	width:115px;
	padding-top:10px;	
	text-align:right;
	font-variant:small-caps;
}
#news {
	position:relative;
	float:right;
	width:120px;
	padding-top:10px;
	text-align:left;
}

#content {
	padding:0;margin:0;
	padding-top:10px;
	padding-left:123px;
	padding-right:123px;
	padding-bottom: 20px;
}
#content img {margin:auto;}
#nrz-logo {
	margin-top: 20px;
}

/* TEXT SETTINGS */

p, td, th, textarea, input {
	color:#275786;
	font-size:9pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

p {
	padding:0;margin:0;
	padding:0 10px 10px 10px;
	color:#275786;
	font-size:9pt;
}
h1 {
	padding:0;margin:0;
	color:#A60;
	font-size:14pt;
	padding-bottom: 7px;
	font-weight:bold;
}
h2 { 
	font-weight:bold;
	font-size:9pt;
	text-align:left;
	padding:5px 0px;margin:0;
}

h3 {
	font-size: 10pt;
	font-weight: bold;
	color: #A60;
	margin: 0;
	padding: 0;
}

a {
	color: #A60;
}

table {
	border-collapse: collapse;
}

th {
	font-size: 9pt;
	font-weight: bold;
	color: #A60;
	border: 1px solid #58898B;
	border-top: 0;
}

td {
	border: 1px solid #599;
}

input, select, textarea {
`/*	border: 1px solid #58898B;
	background-color: #EEE;
*/}

abbr, span {
	border-bottom: 0;
}



/* NEWS TEXT SETTING */

#news p { 
font-size:7pt;
text-align:justify;
padding:5px 0px;
}

#news h1 {
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
}

/* SUBMENU TEXT SETTING */
#submenu h2 { text-align: right; }

#submenu ul{padding:0;margin:0;}

#submenu ul li {
	list-style-type:none;
	font-weight:bold;
	margin:0;
	padding:0px 2px;
}
#submenu ul li a {text-decoration:none;color: #275786;}
#submenu ul li a:hover {text-decoration:none;color:#EA0;}

#submenu h2{font-size: 10pt; color: #A60; margin-top:10px; padding: 0;}

/* NEWS Table */

table#news_overview{
	width: 300px;
	margin: auto;
	border-collapse: collapse;
}

#news_overview th {
	border-bottom: 2px solid #009;
}

#news_overview td.news_date {
	border-right: 1px solid #66A;
}

#news_overview td.news_more {
	border-left: 1px solid #66A;
}

#news_overview td {
	border-bottom: 1px solid #9CF;
}

.nieuws_divisions {
	font-size: 7pt;
}

/* Diagonal Headers */
	table#overview {
		border-collapse: collapse;
		margin: auto;
		background-image: url(../../resources/images/headers/__start.gif);
		background-repeat: no-repeat;
		background-position: -15px 2px;
	}
	
	table#overview img {
		border-collapse: collapse;
		margin: auto;
		padding: 0;
		margin: 0;
	}		
	
	table#overview div.tabheader{
		position: relative;
		height: 75px;
		width: 1px;
		float: right;
		margin-bottom: 0px;
	}
	
	* html table#overview div.tabheader img{ right: -18px; }
	
	table#overview div.tabheader img{
		position: absolute;
		border: 0;
		right: -17px;
		bottom: -1px;
	}
	
	table#overview th {
		cursor: hand;
		border: 0;
	}



.lustrum-list, .lustrum-list ul {
		list-style: none;
}

.lustrum-list .wanneer {
	float: left;
	padding-right: 20px;
	font-weight: bold;
	height: 12pt;
}

.lustrum-list .waar {
	font-weight: bold;
}

.lustrum-list .wat {
	font-size: 8pt;
}

.lustrum-list .dagdeel span {
	font-weight: bold;
	font-size: 14px;
	color: #AA6600
}

#lustrum {
  margin: auto 20px;;
  width: 550px;
}

#lustrum a{
  display: block;
  width: 110px;
  float: left;
  border: 2px;
  height: 90px;
}

#lustrum a:hover img {
  border: 2px solid #00eaff;
}

#lustrum img { border: 0 }

#sponsors
{
  margin-left: 40px;
  height: 70px;
  display: block;
  
}

#sponsors a img { border: 0;}
