

div#bigdate{
    position:absolute;
    left:570px;
    top:15px;
    font-size:80px;
    font-weight:bold;
    z-index:9;
    height:80px;
    line-height:80px;
}


div#nieuwsContent
{
	position:absolute;
	top:16px;
	left:0;
	width:1015px;
	height:460px;
	font-size:13px;
	line-height:16px;
	border-top:2px solid black;
	/*background:no-repeat white 230px 24px url(../gfx/nieuws.gif);*/
	z-index:9;
}


body
{
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: white;
	scrollbar-arrow-color: black;
	scrollbar-track-color: #E5E5E6;
    
}


div#agendacontainer{
	border: 2px black solid;
	border-bottom:0px;
	position: absolute;
	top:-20px;
	left:20px;
	width:193px;
	
	
    height:478px;
        
    overflow:hidden;
    background-color:#cce5f3;
}


div#agendaheader{
	/* background-color: #e1001a; */
	height:24px;
	/* border-bottom: 2px black solid; */
	font-size:16px;
	color:#E1001A;
	font-weight:bold;
	text-align:left;
	padding-top:8px;
    padding-left:10px;
	
}

div#agendacontentcontainer{
    
    height:445px;
	
    overflow:auto;
	
}

div.agendaitem{
	
	width:160px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}

div.noagendaitem{
    
    width:160px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    color: red;
    font-weight:bold;
}

div.agendaitemdate{
	background-color: #004a97;
	color: #FFFFFF;
	font-weight:bold;
	padding-left:5px;
	
}

div.agendaitemsummary{
	font-size:12px;
}

div.agendaitemsummary a{
	font-size:11px;
    color: #004a97;
    margin-left:0px;
    
    
}

div.agendaitemsummary br{
	height:0px;
    line-height:1px;
    
}


div.agendaitemtitle{
   margin-top:5px;   
}

div.agendaitemtitle h3{
    
 	font-size:14px;
 	
}

div.agendaitem  h4{
    
    margin-bottom:0px;
 	font-size:12px;
 	
}


div#newscontainer{
	
	position:absolute;
	left:790px;
	top:20px;
	width:205px;
	height:440px;
	background-color:#fcf469;
	z-index:4;
    
	
}

div#newsheader{
	/* background-color: #e1001a; */
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	padding-top:2px;
	text-align:left;
    padding-left:10px;
	
	
}

div#newscontainer ul#newscontentlist{
    list-style:none;
    padding-left:10px;
    margin-left:0px;
    overflow:auto;
    height:330px;
    *height:300px;
    
    
}

div#newscontainer .newsitem{
    color: #000000;
    width:150px;
    display:block;
    margin-bottom:20px;
    text-decoration:underline;
    cursor:pointer;
}

div#newsmaincontainer{
	
	border-top: 0px #e1001a solid; 
	/*border-right: 2px #000000 solid;*/
  background-image: url(../gfx/newsbg.gif);
	background-position: right;
  background-repeat:repeat-y;
  width:545px;
	height:440px;
	overflow:auto;
	position:absolute;
	left:230px;
	top:20px;
    z-index:4;
	
	
	
}

div#newsmaincontentcontainer{
	float:left;
	
}

div#newsillustration{
	float:right;
	margin:5px;
	margin-right:20px;
}

#newsimage{
    display:none;
}

div#newsmainsuperheader{
	font-size:16px;
	color: #000000;
	font-weight:bold;
	margin-top:20px;
    
		
}

div#newsmainheader{
	font-size:20px;
	color:#e1001a;
	font-weight:bold;
	margin-top:10px;
    margin-bottom:20px;
    
}

div#newsmainbody{
	
}

div#newsmainbody strong{
	
}




h1#subNavTitel
{
	position:absolute;
	top:0;
	left:20px;
	min-width:183px;
	margin:0;
	padding:7px 5px 4px 5px;
	border:2px solid black;
	z-index:9;

}


* html h1#subNavTitel
{
		width:183px;
        

}

