@charset "utf-8";

/** common **/
	* {
		margin: 0;
		padding: 0;
		font-size: 11px;
		font-family: verdana, arial, sans-serif;
		color: #464646;
		}
	html, body {
		/* \*/ height: 100%; /* IE MAC ignores */
		} 
	body {
		background: #e3e5e6;
		min-width: 1000px;
		} 
	#wrap {
		position: relative;
		margin: 0;
		height: 100%;
		text-align: center;
		}
	#middle {
		position: relative;
		height: auto;
		width: 1000px;
		min-height: 100%; 
		margin: 0 auto;
		text-align: left;
		background-color: #fff;
		background-position: 0 4px;
		background-image: url("/images/design/middle.gif");
		background-repeat: repeat-y;
	}
	* html #middle {
		/* \*/ height: 100%; /* IE MAC ignores */
		}
	.clearer {
		height: 1px;
		overflow: hidden;
		margin-top: -1px;
		clear: both;
	}
	hr {
		background-color: #000;
		border: 0;
		color: #000;
		height: 1px;
		margin: 15px 0 15px 0;
	}
	* html hr
	{
		margin: 10px 0 10px 0;
	}
	.hr hr {
		display: none;
	}
	.hr {
		height: 30px;
		background-position: 0 15px;
		background-image: url("/images/design/dot.gif");
		background-repeat: repeat-x;
	}
	a {
		color: #bc0024;
	}
	a:hover {
		color: #464646;
	}
	h1 {
		font-size: 18px;
		margin-bottom: 2px;
		color: #006725;
		font-weight: normal;
		line-height: 22px;
	}
	h1 sup {
		font-size: 10px;
		color: #006725;
	}
	h2 {
		font-size: 12px;
		margin-bottom: 2px;
		color: #18296f;
	}
	h3, h4, h5, h6 {
		font-size: 11px;
		color: #464646;
	}
	ul {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	ol {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	li {
		margin-left: 24px;
	}
	blockquote {
		margin-left: 30px;
	}
	.center {
		text-align: center;
	}
	option {
		padding: 0 5px 0 3px;
	}
	img {
		border: 0;
	}
	.kop1 {
		display: block;
		font-size: 18px;
		color: #006725;
		font-weight: normal;
	}
	.kop2 {
		display: block;
		font-size: 18px;
		color: #bc0024;
		font-weight: normal;
	}
	.lees_verder {
	}
	.bottom_menu .left {
		display: block;
		float: left;
		line-height: 16px;
	}
	.bottom_menu a, .bottom_menu a * {
		text-decoration: underline;
		color: #18296f;
	}
	.bottom_menu a:hover, .bottom_menu a:hover * {
		text-decoration: underline;
		color: #464646;
	}
	.bottom_menu .right {
		display: block;
		float: right;
		line-height: 16px;
	}
	.bottom_menu .left .point_left {
		padding-right: 12px;
	}
	.bottom_menu .point_left {
		padding-left: 12px;
		background-image: url("/images/design/arrow_blue_r.gif"); 
		background-position: 0 4px; 
		background-repeat: no-repeat;
	}
	.bottom_menu .point_right {
		padding-right: 12px;
		background-image: url("/images/design/arrow_blue.gif"); 
		background-position: 100% 4px; 
		background-repeat: no-repeat;
	}
	.bottom_menu .point_left:hover {
		background-image: url("/images/design/arrow_grey_r.gif"); 
	}
	.bottom_menu .point_right:hover {
		background-image: url("/images/design/arrow_grey.gif"); 
	}
	.lees_verder a {
		padding-right: 12px;
		background-image: url("/images/design/arrow_blue.gif"); 
		background-position: 100% 4px; 
		background-repeat: no-repeat;
		text-decoration: underline;
		color: #18296f;
	}
	.lees_verder a:hover {
		padding-right: 12px;
		background-image: url("/images/design/arrow_grey.gif"); 
		background-position: 100% 4px; 
		background-repeat: no-repeat;
		text-decoration: underline;
		color: #464646;
	}
	.home .lees_verder {
		display: block;
		height: 16px;
	}
	.home .lees_verder a {
		background-image: url("/images/design/arrow_green.gif"); 
		color: #006725;
	}
	.home .lees_verder a:hover {
		background-image: url("/images/design/arrow_grey.gif"); 
		color: #464646;
	}
	.home .agendacontainer .lees_verder, .home .publicatiecontainer .lees_verder {
		display: block;
		height: 16px;
	}
	.home .agendacontainer .lees_verder a, .home .publicatiecontainer .lees_verder a {
		float: left;
		display: block;
		height: 16px;
		padding-right: 12px;
		background-image: url("/images/design/arrow_red.gif"); 
		background-position: 100% 6px; 
		color: #bc0024;
	}
	.home .agendacontainer .lees_verder a:hover, .home .publicatiecontainer .lees_verder a:hover {
		background-image: url("/images/design/arrow_grey.gif"); 
		color: #464646;
	}
	.lees_verder_list {
		list-style-type: none;
	}
	.lees_verder_list li {
		margin-left: 0;
	}
	.lees_verder_list li a {
		display: block;
		line-height: 12px;
		padding: 2px 0;
		padding-left: 12px;
		background-image: url("/images/design/arrow_blue.gif"); 
		background-position: 0 5px; 
		background-repeat: no-repeat;
		text-decoration: underline;
		color: #18296f;
	}
	.lees_verder_list li a:hover {
		background-image: url("/images/design/arrow_grey.gif"); 
		color: #464646;
		text-decoration: underline;
	}
	

/** site elements **/
	#header {
		position: absolute;
		left:0;
		top: 0;
		width: 1000px;
		height: 120px;
		background-color: #cccccc;
		background-image: url("/images/design/header.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	#c1 {
		float:left; 
		width:737px; 
		padding-top: 120px; 
		padding-bottom: 85px;
	}
	.home #c1 {
		padding-bottom: 67px;
	}
	#left_column {
		float: left;
		width: 240px;
		padding-bottom: 100px;
	}
	#left_column .container {
		padding: 0;
	}
	#content {
		width: 494px;
		margin-left: 243px;
	}
	* html #content {
		margin-left: 0;
	}
	#right_column {
		width: 260px;
		margin-left: 737px;
		padding-top: 120px;
		padding-bottom: 100px;
	}
	* html #right_column {
		margin-left: 0px;
	}
	#right_column .container {
		padding: 20px 70px 0 0;
	}
	#footer {
		position: absolute;
		left: 0px;
		bottom: 0px;
		height: 85px;
		width: 1000px;
		background-image: url("/images/design/footer.gif");
		background-position: 0 0;
		background-repeat: no-repeat;
	}
/** horizontal menu **/
	.hmenu
	{
		position: absolute;
		left: 555px;
		top: 56px;
	}
	.hmenu, .hmenu ul li a
	{
		padding-top: 8px;
		line-height: 14px;
		padding-bottom: 8px;
	}
	.hmenu ul, .hmenu ul li
	{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	.hmenu ul li a
	{
		margin: 0;
		padding-left: 22px;
		padding-right: 22px;
		white-space: nowrap;
		color: #006725;
		text-decoration: none;
		font-weight: bold;
		font-size: 10px;
		background-image: url("/images/design/bullet5.gif");
		background-position: 6px 8px;
		background-repeat: no-repeat;
	}
	.hmenu ul li a:hover, .hmenu ul .active a
	{
		color: #fff;
	}
	* html .hmenu ul li, * html .hmenu ul li a
	{
		width: 1%; /* IE/Mac needs this */
		display: inline-block;	/* IE/Mac needs this */
		/* \*/
			width: auto;
			display: inline; 
			position: relative;
		/* reset above hack */
	}
	* html .hmenu, * html .hmenu ul a
	{
		/* \*/ height: 0.01%; /* hasLayout hack to fix render bugs in IE/Win. 
					 IE/Mac will ignore this rule. */
	}
	* html .HMENU
	{
		padding: 0;	
	}
/** vertical menu **/
	.vmenu
	{
		padding-top: 20px;
		padding-left: 50px;
	}
	.vmenu ul, .vmenu ul li
	{
		margin: 0;
		list-style-type: none;
		display: block;
	}
	.vmenu ul
	{
	}
	.vmenu ul li
	{
	}
	.vmenu ul li ul
	{
		padding: 4px 0;
		background-image: url("/images/design/submenu.gif");
		background-position: 0 0;
		background-repeat: repeat-y;
	}
	.vmenu ul li li
	{
	}
	.vmenu ul li a
	{
		display: block;
		text-decoration: none;
		padding: 4px 10px 6px 26px;
		font-size: 12px;
		color: #fff;
		font-weight: bold;
		border-left: 20px solid #fff;
		line-height: 15px;
		background-color: #bc0024;
		background-image: url("/images/design/bullet1.gif");
		background-position: 8px 6px;
		background-repeat: no-repeat;
	}
	.vmenu ul li a:hover
	{
		color: #fff;
		border-left: 20px solid #e4e7e5;
		background-color: #022472;
		background-image: url("/images/design/bullet2.gif");
	}
	.vmenu ul .active a
	{
		border-left: 20px solid #e4e7e5;
		background-color: #022472;
		background-image: url("/images/design/bullet2.gif");
	}
	.vmenu ul li li a, .vmenu ul .active li a
	{
		display: block;
		text-decoration: none;
		border-left: 20px solid #fff;
		padding: 2px 10px 4px 36px;
		color: #18296f;
		background-color: #c1becf;
		background-image: url("/images/design/bullet3.gif");
		background-position: 26px 8px;
		background-repeat: no-repeat;
		font-weight: normal;
		line-height: 14px;
	}
	.vmenu ul .active .active a, .vmenu ul .active li a:hover
	{
		color: #fff;
		background-image: url("/images/design/bullet4.gif");
		border-left: 20px solid #fff;
		background-color: #c1becf;
	}
	* html .vmenu ul li a/* hide from IE5.0/Win & IE5/Mac */
	{
		height: 1%;
	}
	* html .vmenu ul
	{
		position: relative;	/* IE needs this to fix a rendering problem */
	}
/** DefaultPage **/
	#DefaultPage {
		padding: 15px 16px 10px 16px;
		line-height: 16px;
	}
/** DefaultForm **/
	.DefaultForm {
		width: 424px;
	}
	.DefaultForm fieldset {
		border: 0;
		padding: 10px 0;
	}
	.DefaultForm label {
		float: left;
		width: 120px;
		padding: 0 0 0 0;
		margin: 4px 0 2px 0;
		clear: left;
		line-height: normal;
	}
	.DefaultForm .label1 {
		float: none;
		width: auto;
		padding: 0 0 0 0;
		margin: 0;
		clear: none;
	}
	.DefaultForm input, 
	.DefaultForm select, 
	.DefaultForm textarea {
		margin: 2px 0;
	}
	.DefaultForm .input1 {
		width: 300px;
		border: 1px solid #333;
		padding: 1px;
	}
	.submit {
		border: 1px solid #333;
		padding: 0px 5px;
		cursor: pointer;
	}
	.DefaultForm .submit {
		margin-top: 10px;
		margin-left: 120px;
	}
	/** javascript error-handling **/
	.DefaultForm input.error, 
	.DefaultForm select.error, 
	.DefaultForm textarea.error, 
	.DefaultForm input.error:focus, 
	.DefaultForm select.error:focus,
	.DefaultForm textarea.error:focus {
		width: 285px;
		padding: 1px;
		padding-right: 16px; 
		border: 1px solid red; 
		background-image: url("/images/warning_obj.gif"); 
		background-position: right; 
		background-repeat: no-repeat;
	}
	* html .DefaultForm input.error, 
	* html .DefaultForm select.error, 
	* html .DefaultForm input.error:focus, 
	* html .DefaultForm select.error:focus {
		width: 300px;
	}
	.login_error {
		color: red;
		margin-bottom: 12px;
	}
/** FORM FOOTER **/
	.form_footer {
		text-align: right;
		padding-top: 5px;
	}
/* BREADCRUMB */
	#breadcrumb {
		position: absolute;
		left: 260px;
		top: 86px;
		font-size: 11px;
		color: #18296f;
		line-height: 14px;
		padding-top: 7px;
		width: 480px;
		overflow: hidden;
		height: 28px;
	}
	#breadcrumb a {
		font-size: 11px;
		color: #18296f;
	}
	#breadcrumb img {
		vertical-align: middle;
	}
	#breadcrumb a:hover {
		color: #bc0024;
	}
/** searchbox **/
	#searchbox {
		position: absolute;
		left: 740px;
		top: 56px;
		width: 190px;
		height: 30px;
		text-align: right;
	}
	#searchbox fieldset {
		border: 0;
	}
	#searchbox fieldset legend {
		display: none;
	}
	#searchbox .input1 {
		position: absolute;
		top: 6px;
		left: 8px;
		width: 93px;
		border: 1px solid #fff;
		padding: 2px 1px 1px 1px;
	}
	#searchbox .submit {
		position: absolute;
		top: 5px;
		left: 110px;
		padding-left: 28px;
		padding-right: 0px;
		border: 0;
		padding: 0;
		width: 85px;
		height: 20px;
		line-height: 14px;
		border: 0;
		color: #fff;
		font-weight: bold;
		font-size: 10px;
		background-color: #18296f; 
		vertical-align: middle;
		background-image: url("/images/design/zoek.gif"); 
		background-position: 3px 6px; 
		background-repeat: no-repeat;
		background-color: transparent;
	}
	#searchbox .submit:hover {
		color: #bc0024;
	}
	#searchbox input {
		outline: none;
	}
	/** javascript error-handling **/
	#searchbox input.error, 
	#searchbox select.error, 
	#searchbox input.error:focus, 
	#searchbox select.error:focus {
		position: absolute;
		top: 6px;
		left: 8px;
		width: 78px;
		padding: 2px 1px 1px 1px;
		padding-right: 16px; 
		border: 1px solid red; 
		background-image: url("/images/warning_obj.gif"); 
		background-position: right; 
		background-repeat: no-repeat;
	}
	* html #searchbox input.error, 
	* html #searchbox select.error, 
	* html #searchbox input.error:focus, 
	* html #searchbox select.error:focus {
		width: 93px;
	}



/** Fractie ITEM **/
	.fractie_item {
		position: relative;
	}
	* html .fractie_item {
		height: 120px;
	}
	.fractie_item .txt {
		margin-left: 120px;
		min-height: 120px;
	}
	.fractie_item h2 {
		font-size: 11px;
		margin-bottom: 0px;
		color: #464646;
	}
	.fractie_item img {
		position: absolute;
		left: 0;
		top: 0;
	}

	.newscontainer {
				margin-bottom: 15px;
				border: 1px solid #eee;
	}

/* LIST ITEM */

	.list_item {
		background-image: url("/images/design/dot.gif"); 
		background-position: 0 100%; 
		background-repeat: repeat-x;
		padding-bottom: 12px;
		margin-bottom: 6px;
		display: block;
	}
	.list_item h2 {
		font-size: 11px;
		line-height: 16px;
		color: #464646;
		margin: 0;
	}

	.agendacontainer {
		width: 221px;
		float: left;
		padding-top: 10px;
	}
	.agendacontainer .date {
		color: #464646;
		padding-bottom: 0;
	}
	.publicatiecontainer {
		width: 221px;
		float: right;
		padding-top: 10px;
	}
	.agendacontainer .kop2, .publicatiecontainer .kop2 {
		margin-bottom: 18px;
	}
	.agendacontainer ul, .publicatiecontainer ul {
		list-style-type: none;
		margin: 0;
	}
	.agendacontainer li, .publicatiecontainer li {
		margin: 0;
	}

/* Content2 */
	.content2_kop {
		background: #006725;
		padding: 3px 10px;
		line-height: 24px;
	}
	.content2_kop strong {
		color: #fff;
		font-size: 18px;
		color: #fff;
		font-weight: normal;
	}
	.content2 {
		padding: 6px 10px 7px 10px;
		line-height: 16px;
		background-color: #96c55f;
		background-image: url("/images/design/content2.gif"); 
		background-position: 0 100%; 
		background-repeat: no-repeat;
		margin-bottom: 19px;
	}
	.content2 a {
		color: #006725;
	}
	.content2 a:hover {
		color: #464646;
	}
	.content2 .lees_verder {
		height: 16px;
	}
	.content2 .lees_verder a {
		display: block;
		float: left;
		line-height: 12px;
		padding: 2px 0;
		padding-right: 12px;
		background-image: url("/images/design/arrow_green3.gif"); 
		background-position: 100% 6px; 
		background-repeat: no-repeat;
		text-decoration: underline;
		color: #006725;
	}
	.content2 .lees_verder a:hover {
		background-image: url("/images/design/arrow_grey3.gif"); 
		text-decoration: underline;
		color: #464646;
	}
	.content2 ul {
		list-style-type: none;
	}
	.content2 ul li {
		margin-left: 0;
		padding-left: 12px;
		background-image: url("/images/design/arrow_green3.gif"); 
		background-position: 0 5px; 
		background-repeat: no-repeat;
	}
	.content2 ul li a {
		display: block;
		line-height: 16px;
	}
	.content2 ul li a:hover {
		color: #464646;
	}
	.content2 hr {
		background-color: #006725;
		border: 0;
		color: #006725;
		height: 1px;
		margin: 15px 0 15px 0;
	}
	* html .content2 hr
	{
		margin: 10px 0 10px 0;
	}
/* /Content2 */
/* Content3 */
	.content3_kop {
		background: #18296f;
		padding: 3px 10px;
		line-height: 24px;
	}
	.content3_kop strong {
		color: #fff;
		font-size: 18px;
		color: #fff;
		font-weight: normal;
	}
	.content3 {
		padding: 6px 10px 7px 10px;
		line-height: 16px;
		background-color: #c1becf;
		background-image: url("/images/design/content3.gif"); 
		background-position: 0 100%; 
		background-repeat: no-repeat;
		margin-bottom: 19px;
	}
	.content3 a {
		color: #18296f;
	}
	.content3 .lees_verder {
		height: 16px;
	}
	.content3 .lees_verder a {
		display: block;
		float: left;
		line-height: 12px;
		padding: 2px 0;
		padding-right: 12px;
		background-image: url("/images/design/arrow_blue2.gif"); 
		background-position: 100% 6px; 
		background-repeat: no-repeat;
		text-decoration: underline;
		color: #18296f;
	}
	.content3 .lees_verder a:hover {
		background-image: url("/images/design/arrow_grey2.gif"); 
		text-decoration: underline;
		color: #464646;
	}
/* /Content3 */
/* Content4 */
	.content4 {
		line-height: 16px;
		background-color: #c1becf;
		margin-bottom: 19px;
	}
	.content4 .txt {
		padding: 6px 10px 7px 10px;
		color: #464646;
	}
/* /Content4 */
/* Content5 */
	.content5_kop {
		background: #bc0024;
		padding: 3px 10px;
		line-height: 24px;
	}
	.content5_kop strong {
		color: #fff;
		font-size: 18px;
		color: #fff;
		font-weight: normal;
	}
	.content5 {
		padding: 6px 10px 7px 10px;
		line-height: 16px;
		background-color: #d7a9b6;
		background-image: url("/images/design/content5.gif"); 
		background-position: 0 100%; 
		background-repeat: no-repeat;
		margin-bottom: 19px;
	}
	.content5 form {
	}
	.content5 form fieldset {
		border: 0;
	}
	.content5 table {
		margin: 6px 0;
	}
	.content5 table td {
		line-height: 14px;
		padding-bottom: 7px;
	}
	.content5 form fieldset table td {
		line-height: 25px;
		padding-bottom: 2px;
	}
	.content5 form fieldset table td .label1 {
		line-height: 14px;
		padding-top: 6px;
		display: block;
	}
	.content5 form fieldset table td input {
		vertical-align: middle;
	}

/* /Content5 */

	.date {
		padding-bottom: 16px;
		color: #006725;
	}
	.date * {
		color: #006725;
	}
	.list {
		padding-top: 16px;
	}

	#header .img1 {
		position: absolute;
		top: 0;
		left: 260px;
		width: 96px;
		height: 56px;
	}
	#header .img2 {
		position: absolute;
		top: 0;
		left: 356px;
		width: 96px;
		height: 56px;
	}
	#header .img3 {
		position: absolute;
		top: 0;
		left: 452px;
		width: 96px;
		height: 56px;
	}
	#header .img4 {
		position: absolute;
		top: 0;
		left: 548px;
		width: 96px;
		height: 56px;
	}
	#header .img5 {
		position: absolute;
		top: 0;
		left: 644px;
		width: 96px;
		height: 56px;
	}
	
	.fototable td {
		width: 119px;
		height: 85px;
	}
	.fototable .td1 {
		width: 102px;
		height: 85px;
	}
	.fototable td a {
		display: block; 
		width: 99px;
		height: 66px;
		margin: 0 0 0 0;
		text-align: center;
	}
	.fototable td a img {
		max-width: 99px;
		height: 66px;
	}
	.foto_border {
		width: 99px;
		height: 66px;
		background: #000;
		border: 1px solid #18296f;
	}
	#fotonav {
		position: relative;
		width: 462px;
		margin-top: 11px;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}
	#fotonav .vorige {
		display: block;
		line-height: 30px;
		position: absolute;
		left: 0;
		top: 0;
		padding: 0 12px;
		background-image: url("/images/design/arrow_blue_r.gif"); 
		background-position: 0 13px; 
		background-repeat: no-repeat;
		text-decoration: underline;
		color: #18296f;
		margin: 0;
	}
	#fotonav .vorige_off {
		display: block;
		line-height: 30px;
		position: absolute;
		left: 0;
		top: 0;
		padding-left: 12px;
		background-image: url("/images/design/arrow_grey_r.gif"); 
		background-position: 0 13px; 
		background-repeat: no-repeat;
		text-decoration: none;
		color: #464646;
	}
	#fotonav .volgende {
		display: block;
		line-height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		padding: 0 12px;
		background-image: url("/images/design/arrow_blue.gif"); 
		background-position: 100% 13px; 
		background-repeat: no-repeat;
		text-decoration: underline;
		color: #18296f;
		margin: 0;
	}
	#fotonav .volgende_off {
		display: block;
		line-height: 30px;
		position: absolute;
		right: 0;
		top: 0;
		padding-right: 12px;
		background-image: url("/images/design/arrow_grey.gif"); 
		background-position: 100% 13px; 
		background-repeat: no-repeat;
		text-decoration: none;
		color: #464646;
	}
	#fotonav a {
		display: block;
		line-height: 30px;
		padding: 0 12px;
		margin: 0 170px;
		text-decoration: underline;
		color: #18296f;
	}
	#fotonav a:hover {
		text-decoration: underline;
	}
	#foto {
	}
	#foto img {
		border: 1px solid #464646;
	}
	#twitter_banner {
		margin: 14px 0 0 0;
		padding: 0 0 0 70px;
	}
	#rss_banner {
		margin: 14px 0 0 0;
		padding: 0 0 0 70px;
	}

