﻿/* CSS Document 
   2007 version
   http://www.diazit.nl
*/


/* General Clasess */

html body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	margin: 0;
}

img
{
	border: 0px;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #2a7aac;
	margin-bottom: 3px;
}

hr {
	border: none;
	height: 1px;
	color: #000;
	background-color: #000;
}	

h4, .titel/* use for the title */
{
	color: #2a7aac;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.blue
{
	color: #2a7aac;
	font-weight:bold;
}
table
{
	padding: 0px;
	border-collapse: collapse; /* remove all cell padding */
	border: 0px;
	width: 100%;
}



.titel
{
	font-weight:bold;
}


#tablenormal
{
	width: 100%;
	border: 0px;
}

#tablenormal td
{
	padding: 5px;
}

#tablenormal .tablenormaltdleft
{
	width: 35%;
}

#tablenormal .tablenormaltdright
{
	width: 65%;
}

td
{
	vertical-align: top;
	padding: 0px;
}

ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
a
{
	color: #2a7aac;
}
a:hover
{
	color: white;
	background-color: #2a7aac;
	text-decoration: none;
}
p
{
	padding-top: 5px;
}


/* End General Clasess */

#indexbody
{
	/*background-image: url(../images/bg_1.gif); background-repeat: repeat-x; */
	background-color: #FFFF;
	margin: 0px;
}
#indextable
{
	width: 896px;
	margin-left: auto;
	margin-right: auto;
}

#indextable .indexlogotable
{
	height: 351px;
	text-align: center;
	vertical-align: middle;
}

#indextable .indexbuttons
{
	text-align: center;
	vertical-align: middle;
	height: 173px;
}

#indextable .indexbuttonstable
{
	text-align: center;
	height: 173px;
	background-color: #000000;
}

#indextable .indexcopyright
{
	height: 30px;
	text-align: center;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 12px;
}

/* Home Class */

#navTop
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #1567a9;
}

#navTop .disablelink
{
	color: #000000;
}

#navTop li
{
	display: inline;
	list-style: none;
	padding:0 4px;
	vertical-align: middle;
}

#navTop .header
{
	height: 25px;
	background-color: #2a7aac;
	vertical-align: middle;
	border-bottom: solid 14px #000000;
}
#navTop a
{
	color: #FFFFFF;
	text-decoration: none;
}
#navTop a:hover
{
	color: #000000;
	text-decoration: none;
}
#navTop .menu
{
	width: 980px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#main
{
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
}

/* Banner and logo at Top */

#logoTop
{
	height: 60px; 
	padding: 0px;
}
#logoTop .middleImage
{
	vertical-align: top;
	text-align: right;
}

/* End banner and logo at Top */



/* search class */
#search td
{
	height: 116px;
	border: solid 2px #000000;
	background-color: #2a7aac;
	padding: 0px;
}
#search .input
{
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border: solid 1px #000000;
}
#search li
{
	height: 25px;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding-left: 40px;
}
#search .form
{
	width: 238px;
	vertical-align: middle;
	padding-left:10px;
}

/* end search class */


/* menu class */
#menu
{
	height: 100%;
	width: 230px;
}

#menu .lastli
{
	border-bottom: 0px;
}

#menu li
{
	font-family: Arial;
	height: 18px;
	font-weight: bolder;
	font-size: 12px;
	width: 217px;
	border-bottom: solid 1px #c2c2c2;
	vertical-align: middle;
	margin-top: 2px;
	width: 230px;
	color:black;
}
#menu li a
{
	text-decoration: none;
	color:black;
	width: 230px;
}
#menu li a:hover
{
	background-color: #2a7aac;
	width: 230px;
	color: #FFFFFF;
}
#menu .image
{
	border: 0px;
	height: 50px;
}
.borderRight
{
	border-right: solid 1px #000000;
}
/* end menu class */

/* content class */

#textContent .textmaincontent
{
	width: 93%;
	margin-left: auto;
	margin-right: auto;
}


.index_on
{
	margin:0px 0px 10px 10px;
	width:496px;
}
#textContent td
{
	width: 496px;
	text-align: left;
}

#textContent li
{
	vertical-align: middle;
	
	margin-left:14px;
}

.borderLeft
{
	border-left: solid 1px #000000;
}
#imgContent
{
	width: 230px;
	text-align: right;
	float: right;
}

a.link
{
	text-decoration: underline;
}

a.link:hover
{
	background-color: #2a7aac;
	color: #FFFFFF;
	text-decoration: none;
}

a.link1 { font-weight: bold; }

/* end  content class */


#footer td
{
	text-align: center;
	height: 27px;
	background-color: #2a7aac;
	vertical-align: middle;
}
#footer a
{
	color:black;
}
#footer a:hover
{
	color:white;
	text-decoration:none;
}
/* End Home Class */

.break
{
	border: 0px;
	height: 15px;
}


#jaargangentable
{
	width: 100%;
}
#jaargangentable a
{
	text-decoration: underline;
}
#jaargangentable a:hover
{
	background-color: #2a7aac;
	text-decoration: underline;
	color: white;
}
#jaargangentable td
{
	padding: 5px;
	border: 0;
}

#jaargangentable .jaargangentdleft
{
	width: 30%;
	vertical-align: top;
}

#jaargangentable .jaargangentdright
{
	width: 70%;
	vertical-align: top;
}

#previewtable
{
	width: 450px;
}

#previewtable td
{
	padding: 5px;
	border: 0;
}

#previewtable .previewtdleft
{
	width: 30%;
	vertical-align: top;
}

#previewtable .previewtdright
{
	width: 70%;
	vertical-align: top;
}

#nieuwsubmenu
{
	color: #FF0000;
	text-decoration: blink;
}



/*nos*/
.nos li
{
	font-weight:bold;
	margin-bottom:5px;	
}
