/* CSS Document */
body, td {
	margin: 0px 0px 10px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#004489;
	line-height:20px;
}

.basistabel {
	text-align:center;
	vertical-align:top;
	border-collapse:collapse;
}

.maintable {
	width: 990px;
	height:100%;
	border:0px;
	border-collapse: collapse;
	vertical-align:top;
}

.kop {
	border-collapse:collapse;
	height:208px;
	style:position:absolute;
	background-image:url(../UserFiles/Image/kop.jpg);
	background-position:center;
	background-repeat:no-repeat;
}

.spreuk {
	width:330px;
	height:103px;
	position:relative;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:20px;
	font-stretch:ultra-expanded;
	line-height:32px;
	font-weight:500;
	/*z-index:500;*/
	top:-9px;
	left:634px;
	text-align:center;
}

.navigatie {
	width:215px;
	vertical-align:top;
	padding: 40px 0px 0px 40px;
	background-position:bottom;
	background-repeat:no-repeat;
	}

.prerodebalk {
	background-color:#bc2b16;
	width: 215px;
}

.rodebalk {
	width:990px;
	background-color:#bc2b16;
	height:19px;
	}

.navfoto {
	vertical-align:bottom;
	padding-bottom:10px;
	text-align:left;
}
	
.tekst {
	width:775px;
	vertical-align:top;
	padding:40px 0px 0px 0px;
}

.titel {
	font-weight:bold;
}

.tekstveld {
	/*border:1px solid #000000; */
	width:100%; 
	overflow:auto;
	line-height:20px;
	margin-bottom:30px;
}

h2 {	/*titels van tekst*/
	font-size:125%;
	margin-top:5px;
}

h3 {
	font-weight:bold;
	font-size:100%;
	margin:0px;
}

.agenda {
	font-weight:bold;
}

#small {
	font-size:80%;
}

a  {
	text-decoration:underline;
	color:#004489;
}

a:hover {
	color:#bc2b16;
}

/*oude menu*/
/*
.menu A {
	color:#004489;
	text-decoration:none;
	line-height:28px;
	font-weight:bold;
}

.menu A:hover,
.menu A:active,
.menu A:link,
.menu A.here:link,
.menu A.here:visited {
	color:#bc2b16;
}

.submenu A {
	color:#ffffff;
	text-decoration:none;
	line-height:13px;
	padding:0px 15px 0px 15px;
	border-left:1px solid #ffffff;
}

.submenu A:hover,
.submenu A:active,
.submenu A.here:link,
.submenu A.here:visited {
	color:#42007D;
}*/

/*menu*/

#menu{
position:relative;
top:0em;
left:-1em;	/*was 0.5em*/
width:174px;/*13.5em;*/
z-index:2;
}

#menu a, #menu h2{
font:bold 11px verdana, arial,helvetica,sans-serif;
display:block;
margin:0;
padding:8px 4px 8px 10px;
color:#004489;
text-decoration:none;
}

#menu a:hover {
background-color:#bc2b16;
color:#fff;
/*border-top:2px solid #fff;*/
}

#menu a:active, #menu a#here:visited, #menu a#here:active{
color:#bc2b16;
background:#fff;
}


#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/*#menu ul ul {
width:100%;
}*/

#menu li{
list-style:none;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display:block;
	width:220px;
	border:1px solid #bc2b16;
	margin:0;
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited,#menu a.x:active {
background: url(../images/expand.gif) no-repeat center right;	/* #f1f7fd */
}

#menu a.x:hover {
background:#bc2b16 url(../images/expand_over.gif) no-repeat center right;
}

#menu a.x#here:visited, #menu a.x#here:active{
color:#bc2b16;
background:#fff;
font-weight:bold;
background: url(../images/expand.gif) no-repeat center right;	/* #f1f7fd */
}
#menu a.x#here:hover {
background:#bc2b16 url(../images/expand_over.gif) no-repeat center right;
color:#fff;
}

/*#menu a.x:active{
color:#bc2b16;
background:#fff;
}*/
