@charset "utf-8";
/* CSS Document */

body 						{background-color:#FFF5F5; font-family:Verdana, Arial, Helvetica, sans-serif; color:#333333; font-size:12px;
							
						/*scrollbar-arrow-color: #fff;
						scrollbar-face-color: #00CC00;
						scrollbar-highlight-color:#7CFC00;
						scrollbar-3dlight-color: #fff;
						scrollbar-shadow-color: #00CC00;
						scrollbar-darkshadow-color: #2E8B57;
						scrollbar-track-color: #000; */
							}
							
table						{ font-size:14px; }
							

h5							{ color:#E80000; } 
h4							{ color:#E80000; } 	
					
a							{ color:#333333; }
a:hover						{ color:#CC0000;}

.altlink					{ color:#FFFFFF; }
.altlink:hover				{ color:#DDDDDD;}


.titel						{ font-size:18px; font-weight:bold; color:#CC0000; }
.subtitel					{ color:#E80000; font-weight:bold; }
.subtitel2					{ color:#CC0000; font-weight:bold; } 
.imglink					{ border:0px;}

#mainholder					{ width:800px; position:relative; left: 50%; margin-left: -400px; margin-top:20px;
							background-image:url(images/main/bg.png); background-position:topleft; background-repeat:no-repeat; }
	#header					{ height:140px; background-image:url(images/header/header.png); }	
	
	#menu					{ width:800px; height:30px; background-image:url(images/menu/menubg.png); background-repeat:repeat-x; }
	
	#maincontent			{ width:590px; position:relative; float:left;}
	#maincontent2			{ width:590px; position:relative; float:left;}
	#sidecontent			{ width:200px; position:relative; float:right;  }	
	
 		#error				{ font-weight:bold; color:#ff0000; }
		
		#agendatitel		{color:#CC0000; font-size:32px; font-weight:bold; text-align:center;
							background-image:url(images/main/newsbar.png); background-repeat:repeat-x; background-position:bottom; } 	
		.agendalabel		{ text-align:right; font-weight:bold; } 					
		#agendaomschrijving {font-size:24px; font-weight:bold; text-align:center; } 
		#agendadetails		{font-size:16px;  text-align:center; } 			
	
		#footer				{width:800px; height:15; position:relative; left: 50%; margin-left: -400px;
							 	background-image:url(images/footer/footerbg.png); background-repeat:repeat-x; 
								font-size:11px; color:#FFFFFF; }
							
#adminside					{ width:170px;  position:relative; float:right;  }								
#adminmain					{ width:450px; position:relative; float:left; }
									
.sideblock 					{position:relative; color:#FFFFFF; background-image:url(images/main/blockbg.png); background-repeat:no-repeat; padding-top:0px; width:200px; height:200px };
.sideblocknieuwsbrief		{position:relative; color:#FFFFFF; background-image:url(images/main/blocksmallbg.png); 
							padding-top:5px; padding-left:5px; width:200px; height:100px };
							

