body,html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5;
}
html {
	overflow-y: scroll;
}
body {
	background-image: url(/images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
form {
	margin: 0;
	padding: 0;
}
/*@font-face {
    font-family: "Gill Sans MT Condensed Bold";
	src: url(/fonts/Gilcb.ttf) format("truetype");
}*/
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.sitemap ul {
	clear:both;
	margin-left: 20px;
}
ul.sitemap ul li {
	list-style-type: none;
	clear:both;
	
}
dl,dt,dd{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding:0;
}
h1 {
	font-size: 18px;
	color: #000;
	font-family: "Gill Sans MT Condensed Bold",Trebuchet MS ;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-family: Tahoma;
	font-size: 21px;
	color: #E3E3E3;
	font-weight: normal;
	/*text-decoration: underline;*/
	margin-bottom: 15px;
	line-height:1.1;
}
h2 span {
	color: #000;
}
h3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #E3E3E3;
	font-weight: bold;
	/*text-decoration: underline;*/
	margin-bottom: 8px;
	line-height:1.1;
}
h3 span {
	color: #000;
}
h4 {
	color: #000;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}
a img {
	border: 0;
}
p {

}
textarea {
	font-family: arial;
	font-size: 12px;
}
#container {
	width: 900px;
	padding: 0 4px;
	margin: auto;
	position: relative;
}
#header_top {
	height: 78px;
}
	#logo {
		position: relative;
		left: 20px;
		top: 25px;
		height: 25px;
		width: 255px;
	}
	#ad_header {
		position: absolute;;
		height: 60px;
		width: 468px;
		right: 12px;
		top: 8px;
	}
#header_navigation {
	height: 30px;
	border-bottom: 1px solid #C0C0C0;
}
	#header_navigation ul {
		list-style-type: none;

		margin: auto;
		padding: 0;
	}

	#header_navigation ul li {
		float: left;
		margin: 0;
		padding: 0;
	}
	#header_navigation ul li.link {
		display: block;
		position: relative;
		padding-top:2px;
	}

	#header_navigation ul li.link a {
		font-size: 14px;
		font-weight: bold;
		color: #DB1515;
		text-decoration: none;
		padding: 0 5px 0 10px;
	}

	#header_navigation ul li.tab {
		display: block;
		position: relative;
	}
	#header_navigation ul li.button, #header_navigation ul li.tab {
		margin-left: 5px;
	}
	#header_navigation ul li.tab a {
		float: left;
		font-family: verdana;
		font-weight: bold;
		text-decoration: none;
		color: #000;
		font-size: 14px;

		background-color: #F6F6F6;
		height: 30px;
		line-height: 30px;
	}

	#header_navigation ul li.tab .left {
		float: left;
		width: 5px;
		height: 31px;
		background-image: url(/images/buttons/tab_left.jpg);
	}
	#header_navigation ul li.tab .center {
		border-top: 1px solid #C0C0C0;
		float: left;
		height: 31px;
		background-color: #F6F6F6;
		padding: 0 5px;
		line-height:23px;
	}
	#header_navigation ul li.tab .right {
		float: left;
		width: 5px;
		height: 31px;
		background-image: url(/images/buttons/tab_right.jpg);
	}
	#header_navigation ul li.button a {
		display: block;
		background-repeat: no-repeat;
		width: 118px;
		height: 26px;
		line-height: 26px;
		padding-left: 10px;
		font-family: verdana;
		font-weight: bold;
		text-decoration: none;
		color: #FFF;
		font-size: 14px;
	}
	#header_navigation ul li.button a:hover {
		background-image: url(/images/buttons/button_hover.jpg);
	}
	#header_navigation ul a.button_1 {
		background-image: url(/images/buttons/1.jpg);
	}
	#header_navigation ul a.button_2 {
		background-image: url(/images/buttons/2.jpg);
	}
	#header_navigation ul a.button_3 {
		background-image: url(/images/buttons/3.jpg);
	}
	#header_navigation ul a.button_4 {
		background-image: url(/images/buttons/4.jpg);
	}
	#header_navigation ul a.button_5 {
		background-image: url(/images/buttons/5.jpg);
	}
	#header_navigation ul a.button_6 {
		background-image: url(/images/buttons/6.jpg);
	}
	#header_navigation ul a.button_7 {
		background-image: url(/images/buttons/7.jpg);
	}
#header_breadcrumb {
	font-size:11px;
	height: 31px;
	line-height: 31px;
	background-color: #F6F6F6;
	color: #C0C0C0;
	padding-left: 20px;
}
#header_breadcrumb a {
	color: #000;
	text-decoration: none;
}
	#header_subnavigation {
		position: absolute;
		top: 110px;
		right: 25px;
	}

	#header_subnavigation ul, #header_subnavigation ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#header_subnavigation ul li {
		float:left;
		margin-left: 10px;
	}
	#header_subnavigation ul li a {
		font-weight: bold;
		text-decoration: none;
		color: #000;
	}

#body {
	width: 860px;
	margin: 20px;
	height: auto;
	float: left;
}
	#body a {
		color: #db1515;
		text-decoration: none;
	}
	#body .theme a:hover {
		text-decoration: underline;
	}
	#body a.link {
		background-position: right center;
		background-repeat: no-repeat;
		padding-right: 14px;
		font-weight: bold;
		background-image: url(/images/link_play_off.jpg);
		color: #db1515;
	}
	#body a.link:hover {
		background-image: url(/images/link_play_hover.jpg);
		color: #7a7979;
		text-decoration: none;
	}
	#body a.intro {
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-right: 14px;
		font-weight: nomral;
		background-image: url(/images/link_play_off.jpg);
		color: #000;
	}
	#body a.intro:hover {
		background-image: url(/images/link_play_hover.jpg);
		color: #000;
		text-decoration: none;
	}
	#left {
		float: left;
		width:543px;

	}
	#right {
		float: right;
		width:300px;
	}
	#right #searchbox {
		width: 300px;
		height: 30px;
		margin-bottom: 12px;
		background-image: url(/images/searchbox_bg.jpg);
	}
	#right #searchbox-input {
		border:0 none;
		margin-left:7px;
		margin-top:7px;
		width:265px;
		color: #4A4A4A;
		background-color: #F6F6F6;
	}
	#right #searchbox-submit {
		height: 17px;
		width: 17px;
		padding-top: 5px;
	}

	hr {
		color: #c0c0c0;
		background-color: #c0c0c0;
		height: 1px;
		border: 0;
		clear: both;
		margin: 20px 0;
		float: left;
		width: 100%;

	}
	#body ul li a {
		font-weight: bold;
		color: #c0c0c0;
		text-decoration: underline;
	}
	#body ul li a span {
		color: #000;
	}
	#body ul li a:hover {
		font-weight: bold;
		color: #c0c0c0;
		text-decoration: none;
	}
	#body ul li a:hover span {
		color: #DB1515;
	}
#footer {
	background-image: url(/images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #F6F6F6;
	margin: auto;
	height: 73px;
	width: 900px;
	font-family: tahoma;
	font-size: 11px;
	position: relative;

	float: left;
}
	#footer_logo {
		position: relative;
		top: 20px;
		left: 20px;
		width: 128px;
		height: 14px;
	}
	#footer_navigation {
		position: absolute;
		top: 40px;
		left: 20px;
	}

	#footer_navigation ul, #footer_navigation ul li {
		list-style-type: none;
		margin: 0;
		padding: 0;
		color: #C0C0C0;
	}
	#footer_navigation ul li {
		float: left;
		border-right: 1px solid #C0C0C0;
		padding: 0 6px;
	}
	#footer_navigation ul li a {
		border-bottom: #E3E3E3;
		color: #000;
		text-decoration: none;

	}

	#footer_subnavigation {
		position: absolute;
		top: 40px;
		right: 20px;
	}

	#footer_subnavigation ul, #footer_subnavigation ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#footer_subnavigation ul li {
		float:left;
		margin-left: 10px;
	}
	#footer_subnavigation ul li a {
		font-weight: bold;
		text-decoration: none;
		color: #000;
	}

.block-title {
	border-bottom: 1px solid #ED8A8A;
	position: relative;
	margin-bottom: 20px;
}
.block-title-link {
	position: absolute;
	right: 10px;
	top: 5px;
	color: #959595;
}
.block-title-link a {
	text-decoration: none;
	font-weight: bold;
}
.block {
}
.article-info {
	float: left;
}
.article-info div {
	float: left;
}
.article-info .theme {
	color: #DB1515;
}
.article-info .separator {
	margin: 0 5px;
}

.row .article-small {
	width: 49%;
	float: left;
}

.eview-block {
	clear: both;
}
/* ARTICLE/NEWS - small*/
.article-small .article-image img {
	margin-top: 5px;
}
.article-small .intro a {
	color: #000;
}
.list {
	width: 100%;
	clear: both;
}
.list ul, .list ul li  {
	display:block;
	float:left;
}
.list ul li a span {
	float: right;
	display: block;
	margin-left:5px;
}
#left .list ul li a span {
	width: 460px;
}
#right .list ul li a span {
	width: 200px;
}
div.link {
	float: left;
}
div.intro {
	font-weight: bold;
}
/* REACTIES */
.reaction {
	background-image: url(/images/icon_reaction.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float: left;
	width: 100%;
}
.reaction .content {
	margin: 0 0 0 30px;
}

/* OVERIGE */
.optionbar {
	background-color: #F6F6F6;
	border-top: 1px solid #C0C0C0;
	height: 32px;
	line-height: 32px;
	font-size: 11px;
	clear: both;
}
#body .optionbar a {
	color: #000;
	font-weight: bold;
	float: left;
}
a.icon {
	padding-left: 20px;
}
a.icon div.icon {
	height: 18px;
	width: 18px;
	background-image: url(/images/icons.jpg);
	float: left;
	margin-right:5px;
	margin-top:8px;
}
a.icon_react div.icon {
	background-position: 72px 0px;
}
a.icon_print div.icon {
	background-position: 54px 0px;
}
a.icon_taf div.icon {
	background-position: 36px 0px;
}
a.icon_tip div.icon {
	background-position: 18px 0px;
}
.color_black {
	color: #000;
}
.color_dark_grey {
	color: #7a7979
}
.color_medium_grey {
	color: #959595
}
.color_grey {
	color: #c0c0c0;
}
.color_light_grey {
	color: #f6f6f6;
}
.color_red {
	color: #db1515;
}
a.play_on, a.play_off {
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 14px;
	font-weight: bold;
}
a.play_on:hover, a.play_off:hover {
	background-image: url(/images/link_play_hover.jpg);
	text-decoration: none !important;
}
a.play_on {
	background-image: url(/images/link_play_on.jpg);
}
a.play_off {
	background-image: url(/images/link_play_off.jpg);
}
li a {
	text-decoration: none !important;
}
a * {
	cursor: pointer;
}
.no-border {
	border: none !important;
}
.date {
	/*display:block;*/
	/*float:left;*/

}
.hide {
	display: none;
}
.show {
	display: block;
}
.fs-11 {
	font-size:11px;
}
li span {
	float: left;
}

#polloptionid-label {
	display: none;
}
.eview-block {
	margin-bottom:20px;
}
.poll-list-item-bar-graph {
	background-color: #DB1514 !important;
	font-size:0;
}

/* agenda item right block*/
.agendaListDate{
	width:110px;
	height:12px;
}

.agendaListItem{
	width:180px !important;
}

#subForm div {
	margin-bottom: 10px;
}

#subForm label {
	float: left;
    width: 150px;
    display: block;
    font-weight: bold;
}

#subForm span.button {
	margin-left: 150px;
}

.newsletter-subscribe {
	margin-top: 14px;
	padding-left: 75px;
    background: url(/images/email-small.png) top left no-repeat;
}

.newsletter-subscribe h4 {
	margin-bottom: 5px;
}

.newsletter-subscribe p {
	margin: 0;
    padding: 0; 
}
