@charset "utf-8";
/* CSS Document */
body { margin:0; padding:0; background:#4268a0;
		font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#283750; }

h1 { margin:0 0 20px 0; padding:0; font-size:30px; color:#5b7cb3; }
	h1 strong { color:#1b4283; }
	h1 a { text-decoration:none; color:#5b7cb3; }
h2 { margin:0 0 10px 0; padding:0; font-size:24px; color:#5b7cb3; }
	h2 strong { color:#1b4283; }
	h2 a { text-decoration:none; color:#5b7cb3; }
h3 { margin:0; padding:0; font-size:18px; color:#5b7cb3; }
	h3 a { text-decoration:none; color:#5b7cb3; }

a { color:#446ba5; }
a:hover { color:#446ba5; }
/* #site a:hover { color:#fff; background:#3686a7; padding:1px; text-decoration:none; } */

a img { border:0; } 
img.left { float:left; margin:0 5px 5px 0; }
img.right { float:right; margin:0 0 5px 5px; }

hr { margin:10px 0; padding:0; height:1px; border:none; color:#787676; background:#787676;}


/* Id's */
#container_holder { background:#edf5ff url(/static/img/layout/bg_container.jpg) 50% 0 no-repeat; min-width:974px; }
#footer_holder { position:relative; width:100%; background:url(/static/img/layout/bg_footer.gif) 0 0 repeat-x; height:40px; padding-top:15px; font-size:11px; }
	#footer_holder .container { color:#fff; text-align:center; }
	#footer_holder .container a { color:#fff; text-decoration:underline; }

.container { width:974px; margin:auto; position:relative;}

	#topmenu { height:94px; display:block;}
		#topmenu ul { margin:0; padding:0; list-style:none; }
		#topmenu ul li { float:left; height:23px; }
		#topmenu ul li a { float:left; height:23px; line-height:23px; padding:0 5px; font-size:11px; text-decoration:none; }
		#topmenu ul li a.active,
		#topmenu ul li a:hover { text-decoration:underline; }
		
		#lang { float:right; margin-right:20px;}
			#lang li { background:url(/static/img/layout/topmenu_lang.png) 0 0 repeat-x; padding-bottom:3px;}
			#lang li.first { background:url(/static/img/layout/topmenu_lang.png) 0 -27px no-repeat; width:10px;}
			#lang li.last { background:url(/static/img/layout/topmenu_lang.png) 100% -27px no-repeat; width:10px; }
			#lang li a { color:#fff; }
		#submenu { float:right;}
			#submenu li { background:url(/static/img/layout/topmenu_menu.png) 0 0 repeat-x; padding-bottom:4px;}
			#submenu li.first { background:url(/static/img/layout/topmenu_menu.png) 0 -28px no-repeat; width:10px;}
			#submenu li.last { background:url(/static/img/layout/topmenu_menu.png) 100% -28px no-repeat; width:10px; }
			#submenu li a { color:#1b4283; }

	#menu { position:relative; height:117px;}
		.menu-active6,
		.menu-active1 { background:url(/static/img/layout/menu.jpg) 0 0 no-repeat; }
		.menu-active7,
		.menu-active2 { background:url(/static/img/layout/menu.jpg) 0 -117px no-repeat; }
		.menu-active8,
		.menu-active3 { background:url(/static/img/layout/menu.jpg) 0 -234px no-repeat; }
		.menu-active9,
		.menu-active4 { background:url(/static/img/layout/menu.jpg) 0 -351px no-repeat; }
		.menu-active10,
		.menu-active5 { background:url(/static/img/layout/menu.jpg) 0 -468px no-repeat; }
		.menu-active { background:url(/static/img/layout/menu.jpg) 0 -585px no-repeat; }
		
		#logo { position:absolute; left:69px; top:14px;}

		#menu ul { margin:0; padding:0; list-style:none; position:absolute; left:272px; top:6px;}
		#menu ul li { float:left; height:85px;}
		#menu ul li a { display:block; float:left; height:25px; text-align:center; padding-top:65px; color:#ffffff; text-decoration:none;
						text-align:center; font-weight:bold; text-transform:uppercase; }
		#menu ul li a:hover { text-decoration:underline; }
		#menu ul li a.menu-6,
		#menu ul li a.menu-1 { width:79px;}
		#menu ul li a.menu-7,
		#menu ul li a.menu-2 { width:89px;}
		#menu ul li a.menu-8,
		#menu ul li a.menu-3 { width:87px;}
		#menu ul li a.menu-9,
		#menu ul li a.menu-4 { width:87px;}
		#menu ul li a.menu-10,
		#menu ul li a.menu-5 { width:87px;}
		#menu ul li a.active { color:#1b4283; }
		
		#slogan { position:absolute; left:723px; top:21px; color:#1b4283; font-weight:bold;}
		#slogan strong { color:#446ba5; font-weight:normal; }

	#main_holder { background:url(/static/img/layout/bg_content.jpg) 0 0 repeat-y;}
		#main { background:url(/static/img/layout/bg_content_top.jpg) 0 0 no-repeat; padding:5px 34px 5px 17px; }
			#column { float:left; position:relative; display:block; width:280px; }
				#colmenu {}
					#colmenu_kop { background:url(/static/img/layout/submenu_kop.gif) 0 0 no-repeat; width:242px; height:39px; padding:15px 19px 0 19px;
									font-size:24px; color:#4268a0; }
					#colmenu_kop a { text-decoration:none; }
					#colmenu_footer { background:url(/static/img/layout/submenu_kop.gif) 0 -54px no-repeat; height:25px; }
					#colmenu_menu {}
					#colmenu_menu ul { margin:0; padding:0; list-style:none;}
					#colmenu_menu ul li { display:block; }
					#colmenu_menu ul li a { background:#c4d6f2 url(/static/img/layout/arrows.gif) 15px -31px no-repeat; display:block; color:#283750; 
											padding:3px 15px 3px 30px; border-bottom:1px solid #afc7ee; border-top:1px solid #dce6f7;
											text-decoration:none; }
					#colmenu_menu ul li a:hover { text-decoration:underline; }
					#colmenu_menu ul li a.active { background-position:15px 8px; background-color:#e2ebf9; border-bottom:1px solid #d4e1f6; }
					#colmenu_menu ul li li { display:block;}
					#colmenu_menu ul li li a { background:#e9f0fa; padding-left:45px; border-bottom:1px solid #d4e1f6; border-top:1px solid #f7fafd; 
												color:#8ba8d7;}
					#colmenu_menu ul li li a.active { text-decoration:underline; }
					
			#column #sopinie_login { background:url(/static/img/layout/bg_login.gif) 0 0 no-repeat; display:block; padding:20px; height:116px; margin-top:20px;}
					#sopinie_login strong { font-size:20px; display:block; margin-bottom:10px; color:#fff; font-weight:normal;}
					#sopinie_login strong a { text-decoration:none; color:#e3edfb;}
					#sopinie_login td { color:#fff; vertical-align:top; height:32px; }
					.hidden_input { border:0; width:150px;}
			
			#content { float:left; position:relative; display:block; width:605px; background:url(/static/img/layout/blad.jpg) 0 100% no-repeat;
						min-height:450px; padding:21px 0 21px 35px;  }
		
		
	#main_footer { background:url(/static/img/layout/bg_content_footer.jpg) 0 0 no-repeat; height:27px;}

	#home_holder { background:url(/static/img/layout/bg_home.jpg) 0 0 no-repeat; height:642px; padding-bottom:20px; position:relative; }
			#home_slogan { position:absolute; left:46px; top:35px; font-size:34px; color:#1b4283; font-weight:normal; }
				#home_slogan strong { font-size:22px; color:#5b7cb3; font-weight:normal; }
				
			#home_slogan_tekst { position:absolute; left:335px; top:15px; width:305px; font-size:11px; }
			#home_slogan_foto { position:absolute; left:667px; top:0; width:355px; }
			
			#home_nieuws_uitgelicht { position:absolute; left:46px; top:190px; width:565px; }
			#home_nieuws_uitgelicht h1 { font-weight:normal;}
			
			#home_sopinie_login { position:absolute; left:666px; top:191px; }
					#home_sopinie_login strong { font-size:24px; display:block; margin-bottom:5px; color:#fff; font-weight:normal;}
					#home_sopinie_login strong a { text-decoration:none; color:#e3edfb;}
					#home_sopinie_login td { color:#fff; vertical-align:top; height:32px; }
					#home_sopinie_login .hidden_input { border:0; width:180px; }
					
			#home_nieuws_headlines { position:absolute; left:46px; top:407px; width:265px; }
				#home_nieuws_headlines ul { margin:5px 0; padding:0; list-style:none;}
				#home_nieuws_headlines ul li { display:block; height:1%;}
				#home_nieuws_headlines ul li a { text-decoration:underline; color:#273d61; display:block; float:left; width:180px; margin-bottom:3px;}
				#home_nieuws_headlines ul li span { display:block; float:left; width:80px; color:#000; }
				
			#home_opinie_over { position:absolute; left:363px; top:407px; width:290px; }
			#home_opinie_piechart { position:absolute; left:676px; top:407px; width:293px; }

/* Classes */
.clear { clear:both; }
.clearfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.input_veld { width:200px; border:1px solid #a7a7a7; margin:0; font-size:12px; padding:4px; }
textarea.input_veld { width:428px; height:75px; font-family:Arial, Helvetica, sans-serif; font-size:12px;padding:4px; }
.input_error { border-color:#f00;}
.input_hover { border:1px solid #000; }

	/* Mod-Formulieren */
	.custom_form { background:#eee; padding:3px;}
	.custom_form table {}
	.custom_form table td { padding:2px 0;}
	.custom_form table td.fieldname { font-weight:bold;}
	.custom_form table td.td_error { color:#f00; }
	.custom_form table td.linebreak label { display:block;  }


	/* Mod-News */
	.newsitem { display:block; border-bottom:1px solid #5b7cb3; padding:0 0 10px 0; margin-bottom:10px; }
	.newsitem .newsintro { display:block; font-weight:bold; }
	.newslist { margin:10px 0; padding:0; list-style:none;}
	.newslist li { display:block;}
	.newslist li a { padding-left:15px; background:url(/static/img/layout/arrows.gif) 0 -34px no-repeat;}
