html, body{
	margin:0;
	padding:0;
	font-family: arial, verdana;
	color:#000;
	font-size:12px;
	background:#009de0 url(/gfx/html_back.gif) repeat-x top;
}


.welkom {
	display:none;
}
.noshow {
	display:none;
}


h1{
	color:#009de0;
	margin:6px 0 0 0;
	padding:0 0 8px 0;
	border-bottom:1px dashed #009de0;
	font-weight:normal;
	line-height:100%;
	font-size:25px;
}

h1#green{
	color:#96BF0D;
	margin:20px 0 0 0;
	padding:0 0 15px 0;
}
h1#green2{
	color:#96BF0D;
	margin:6px 0 0 0;
	padding:0 0 8px 0;
	border-bottom:1px dashed #A6C80A;
}

h2{
	font-size:14px;
	margin:0;
	padding:0;
}

h2.green{
	font-size:14px;
	margin:0;
	padding:0;
	color:#009DE0;
}

h3{
	font-size:14px;
	margin:25px 0 0 0;
	padding:0;
	color:#005679;
}

h3 span{
		color:#000;
		font-weight:normal;
		font-size:12px;
}

h4{
	font-size:12px;
	margin:0;
	padding:0;
	color:#005679;
}

h5{
	font-size:1.2em;
	color:#fff;
	margin:0;
	padding:0 0 0 5px;
	font-weight:bold;
	background: url(/gfx/art.banner.gif) no-repeat;
	height:18px;
}
.submenukolom h5 {
	font-size:1.1em;
	white-space:nowrap;
}
a{
	color:#259cd3; 
	text-decoration:none;
}	
a:hover {
	text-decoration:underline;
}

a.read_more{
	font-weight:bold;
	display:block;
	float:right;
	background:url(/gfx/arrow.gif) no-repeat right;
	padding:0 18px 0 0;
	cursor:pointer;
	text-decoration:underline;
}

a.read_more_green{
	font-weight:bold;
	display:block;
	float:right;
	background:url(/gfx/arrow.gif) no-repeat right;
	padding:0 18px 0 0;
	cursor:pointer;
	text-decoration:underline;
	color:#96BF0D;
}

img{
	border:0;
}

.container{
	width:970px;
	background:#fff;
	margin:15px auto 0 auto;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0 0 0 0;
	position:relative;
}
.container2{
	width:970px;
	background:#fff;
	margin:0 auto 0 auto;
	overflow-y:auto;
	overflow-x:hidden;
	padding:0 0 0 0;
	position:relative;
}

.teken_left{	
	width:240px;
	_width:210px;
	float:left;
	margin:0px 30px 0 0;
	_margin:0px 0 0 0;
}

.pic{	
	width:240px;
	height:354px;
	margin:5px 25px 0 0;
	clear:both;
	border:1px solid green;
}

.pic img{
	position:absolute;
}

.font_settings{
	width:69px;
	background-color:#96BF0D;
	position:absolute;
	top:0;
	right:0;
}

img.main_logo{
		position:absolute;
		top:2px;
		left:5px;
}

.font_settings img{
	margin:0 !important;
	padding:0 !important;
}

.header{
	height:80px;
	border-bottom:1px dashed #259cd3;
	padding:0 0 0 5px;
	background:#fff;
}

.header img{
	float:left;
	margin:10px 0 0 0;
}

/*   TOPMENU    */

ul.topmenu{
	list-style:none;
	margin:35px 1px 0 0;	
	float:right;
}

ul.topmenu li{
	padding:0 5px;
	display:inline;
}

ul.topmenu li a{
	text-decoration:underline !important;
	cursor:pointer;
}

ul.topmenu li a:hover{
	text-decoration:underline;
}

/*   HOOFDMENU    */

.hoofdmenu {
	margin:3px 0 3px 0;
	padding:10px 0;
	z-index:100;
	height:20px;
}

.hoofdmenu ul {
	margin:0 0 0 10px;
	padding:0;
	float:left;
	_margin:0 0 0 5px;
	
}

.hoofdmenu li {
  float: left;
  position: relative;
	list-style:none;
	margin:0;
	padding:0;
}
.hoofdmenu li a {
	color:#FFF;
	background:#469c2b url(/gfx/menu.gif) no-repeat right top;
	text-decoration:none;
	line-height:24px;
	margin:0 2px;
	padding:3px 0 5px 0;
}
.hoofdmenu li a span {
	padding:0px 18px 6px 4px;
	background:url(/gfx/menublok.gif) no-repeat left bottom;
}

.hoofdmenu li.active a,
.hoofdmenu li.over a,
.hoofdmenu li:hover a {
	background-color:#289cd3;
}
.hoofdmenu li.over ul,
.hoofdmenu li:hover ul {
	display:block;
}
.hoofdmenu li ul {
	margin:0;
	padding:0;
	display:none;
	position: absolute; 
  top: 24px;
  left: 2px;
  width:200px;
  border:2px solid #FFF;
  background:#289cd3;
  padding:0 0 0 0;
  z-index:2000;
}
.hoofdmenu li.over ul li ul,
.hoofdmenu li:hover ul li ul {
	left:180px;
	top:0;
	display:none;
}
.hoofdmenu li.over ul li.over ul,
.hoofdmenu li:hover ul li:hover ul {
	display:block;
}
.hoofdmenu li.last_li ul {
	margin:0;
	padding:0;
	display:none;
	position: absolute; 
  top: 24px;
  left: 2px;
  width:200px;
  background:#289cd3;
  padding:0 0 0 0;
  z-index:2000;
}
.hoofdmenu li ul li {
	background:url(/gfx/menuborder.gif) repeat-x bottom;
	padding:0;
	margin:0 5px;
}
.hoofdmenu li ul li a{
	height:auto;
	line-height:auto;
	background-image:none;
	padding:0;
	margin:0;
}

.hoofdmenu ul li ul li ul{	
  display:none;
 }
 .hoofdmenu ul li ul li.active ul,  .hoofdmenu ul li ul li:hover ul{	
	position: absolute !important; 
  top: 0px !important;
  left: 190px !important;
  border:2px solid #fff !important;
 }
.hoofdmenu li ul li a span {
	background:none;
	padding:0 10px;
}
.hoofdmenu li ul li.active a span,
.hoofdmenu li ul li a:hover {
	background:transparent url(/gfx/arrow2.gif) no-repeat scroll left 6px;
}
		
.hoofdmenu li ul li.active ul li a span {
	background:transparent;
}

.hoofdmenu li ul li.activeLast a span {
	padding:0 10px;
	background:none;
}

.hoofdmenu li ul li.last {
	background:transparent;
}



.hoofdmenu li ul li{
	display:block;
	float:none;
}
.hoofdmenu li ul li a{
	float:none;
}

/*   SUBMENU    */

.submenukolom{
	float:left;
	width:240px;
	margin:0 20px 0 0;
	overflow:auto;
}

.menu2{
	background-color:#009ee0;
}	

.menu2, .menu2 a, .menu2 ul li{
	color:#fff;
	list-style:none;
	text-decoration:none !important;
	
}
.menu2 ul li{
	background:transparent url(/gfx/arrow2.gif) no-repeat left 10px ;
	padding:4px 0 4px 15px;
	margin:0 0 0 0;
}

.menu2 ul{
	margin:5px 0 0 0;
	padding:0 0 15px 5px;
	border-left:1px dashed #fff;
}

.menu2 ul li ul{
	border:0;
	margin:0 0 0 5px;
	padding:0;
}
.menu2 ul li ul li{
	background-image:url(/gfx/arrow2.gif);
	background-position:left center;
	margin-left:-5px;
}
.menu2 a:hover{
	color:#fff !important;
	text-decoration:underline !important;
}

/*  PAGE MENU  */

.page_menu{
		background-color:#DCF2FB;
		padding:5px 5px 6px 5px;
		color:#259cd3;
		overflow:auto;
		border-bottom:1px dashed #259cd3;
		_height:22px;
		_clear:both;
}

.page_menu a{
	margin:0 5px;
	float:left;
	text-decoration:underline;
}

.page_menu span{
	float:left;
}

.page_menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

.page_menu ul li{
	display:inline;
	width:20px;
	background-color:#fff;
}

a.pages_active, .page_menu ul li a:hover{
	display:block;
	width:20px;
	background-color:#009DE0;
	color:#fff;
	text-align:center;
	text-decoration:none !important;
}

a.pages{
	background-color:#fff;
	width:20px;
	text-align:center;
	cursor:pointer;
	text-decoration:none !important;
}

/*   ZOEKEN    */

.zoeken{
	float:right;
	margin:0 10px 0 0;
}

.zoek{
	width:104px;
	height:18px;
	border:1px solid #96be12;
	margin:0;
	padding:0;
	font-size:12px;
}

.zoeken .zoekimg{
	height:16px;
	margin:0 0 0 4px;
	vertical-align:bottom;
}


/*   BANNER     */

.top_banner{
	width:970px;
	height:233px;
	overflow:hidden;
}

.banner{
	margin-bottom:0;
}

.hoverButton{
	display:block;
	margin:-10px 0 -5px 0;
}

.crum{
	height:23px;
	margin:-25px 0 0 0;
	padding:11px 0 0 260px;
}

.reactie{
	border-top:1px dashed #259cd3;
	padding:5px;
	overflow:auto;
	background-color:#DCF2FB;
	
}

.reactie#white{
		background-color:#fff;
}

.user{
	color:#009DE0;
}

.reactie a{
	color:#005679;
}

.reactie a.read_more{
	color:#259cd3; 
}

.reactie_overzicht{
	background-color:#005679;
	padding:5px 5px 7px 5px;
	overflow:auto;
	_height:20px;
	_width:240px;
}
/*   CONTENT    */

.content{

	line-height:150%;
	margin-top:5px;
}

.content2{
	font-size:12px;
	line-height:150%;
	padding:0 5px;
}

.content_left{
	width:685px;
	float:left;
	margin:0 0 0 4px;
}

.content_left#submenu_page{
	border:1px solid green;
	padding:0 0 0 0;
}

.content_vervolg{
	width:690px;
	float:left;
	margin:0 0 0 0;
}

.content_vervolg2{
	width:430px;
	float:left;
	margin:0 0 0 0;
}

.banners_right{
	width:250px;
	float:right;
	margin:0 15px 0 0;
	_margin:0 7px 0 0;
	display:block;
	overflow:hidden;
}

.intro_text{
	font-weight:bold;
	color:#469c2b;
}

a.rss{
	float:right;
	margin:-20px 0 0 0;
}

.content_vervolg ul{
		margin:0 0 0 15px;
		padding:0;
}

.content_vervolg ul li a{
		text-decoration:underline;
}

.content_vervolg ul li a:hover{
	color:#005679;
}

/*   FOOTER    */

.footer{
	clear:both;
	float:left;
	overflow:auto;
	background:#DCF2FB;
	padding:8px 8px 9px 8px;
	margin:4px 0 0 0;
	color:#005679;
	width:954px;
}

.footer span{
		float:left;
}

span.disclaimer a{
		margin-left:280px;
		color:#005679;
		text-decoration:underline;
}

.footer_links{
		float:right;
		line-height:100%;
}


.zoekitem{
	margin:0 0 15px 0;
}

.hoverButton {
    width: 250px;
    height: 36px;
    display: block;
}

.hoverButton span {
    display: none;
}

.banners_right embed{
	overflow:hidden;
}

.banners_right embed.top_banner{
	overflow:hidden;
}

.code{
	border:1px solid #CFCFCF;
	padding:10px;
	font-size:9px !important;
	font-family:verdana;
	background:#DFDFDFl;
	width:410px !important;
	overflow-x:auto;
	height:300px;
	margin:0 0 0 10px;
}


/*    SEARCH     */


.left_search{
	width:660px;
	float:left;
	margin:0 30px 0 10px;
}
.right_search{
	width:260px;
	float:left;
}

.right_search2{
	width:260px;
	float:left;
	overflow:hidden;
}

.search_list{	
	width:305px;
	list-style:none;
	margin:0;
	padding:0;	
}

.search_list li{	
	border-bottom:1px dashed #259CD3;
	padding:2px;
	margin:0 0 1px 0;	
	overflow:auto;
}
.search_list li a{
	color:#469C2B;
	font-weight:bold;
}

.search_list .hidden{	
	display:none;	
}

.search_list img{	
	width:150px;
	height:auto;
}

.news_text_search{
	width:293px;
	margin:10px 0 10px 0;
	overflow:auto;
	padding:0 0 0 0;
}

.search_date{
	font-weight:normal;
	font-style:italic;
	margin:0 8px 0 0;
	color:#009DE0;
	display:block;
	float:left;
	font-size:10px;
}

span.title_search{
	display:block;
	float:left;
	width:235px;
}

.newsletter_search a{	
	color:#97BF0F;
}
.kolom_1{
	width:320px;
	float:left;
}
.kolom_2{
	width:320px;
	float:right;
	overflow:hidden;
}
.tagcloud2{
		text-align:justify;
		line-height:150%;
		width:260px;
}
.tagcloud2 a{
	color:#005679;
	margin:0 5px 0 0;
}

.feed{	
	clear:both;
}

.feed a{	
	dipslay:block;
	float:left;
	width:190px;
}

span.feed_date{
	display:block;
	float:left;
	width:67px;
	font-style:italic;
	color:#469C2B;
	font-size:10px;
}

object.klimaat_nieuws_banner{
	margin:0 0 0 -10px;
}

h1.nieuws_title{
	margin:0 0 0 10px;
	width:97%;
}

h3.nieuws{
	margin:10px 0 10px 0;
}
.tip_item2{
	clear:both;
	margin:15px 0 0 0;
	overflow:auto;
	background:#DDF2FB;
	padding:5px;
	border:1px dashed #009DE0;
}

.tip_item2 .tip_img{
	width:90px;
	height:80px;
	margin:17px 0 0 0;
	padding:0;
}


.tip_item2 p{
	margin:10px 0 0 0;
}

/*    TV SHOW   */

.article{
	width:400px;
	margin:5px 20px 0 25px;
	float:left;
	overflow:auto;
	display:inline;
}

.article2{
	width:400px;
	margin:5px 20px 0 25px;
	float:left;
	overflow:auto;
	display:inline;
	padding:0 0 20px 0;
}
.omschrijving a{
	color:#B4CF03;
}

.tv{	
	width:470px;
	float:right;
	margin:0 0 0 15px 0;
}

.tv_left{
	float:left;
	width:460px;
	padding:15px 10px 0 10px;
}
.tv_right{
	float:right;
	width:460px;
	padding:15px 10px 0 10px;
}

.missed_broadcast{
	width:460px;
	text-align:left;
	margin:15px 0;
}

.gemist{
	width:420px;
}
.uitzending{
	background:#fff;
	clear:both;
}
.uitzending ul{
	list-style:none;
	margin:10px 0 0 0;
	padding:15px 0;
}

.uitzending ul li{
	background:url(/gfx/arrow_green.gif) no-repeat left center;
	margin:2px 0 2px 15px;
	padding:5px 0;
	clear:both;
	overflow:auto;
	
}

.uitzending ul li a.reactions{
	font-weight:normal;
}

.uitzending ul li a{
	padding:0 0 0 15px;
	font-weight:bold;
	float:left;
}
.picture{
	background:#E5F5FC;
	padding:15px 15px;
	text-align:center;
	border:1px dashed #259CD3;
	margin:15px 15px 35px 0;
	float:left;
	overflow:auto;
}

.person{
	margin:5px 0 0 0;
	padding:0;
	width:185px;
	float:left;
}

.person h3{
	margin:7px 0 0 0;
	padding:0;
}
.person ul li a{
	float:none;
	margin:0 0 0 100px;
}
.person ul li p{
	margin:0 0 5px 0;
}

img.partner_logo{
	float:left;
	margin:0 15px 25px 0;
}

.tv_reageer fielset{	
	width:400px;
	
}

.sponsorItem{
	float:left;
	margin:0 10px 10px 0;
}

td.time{	
	color:#469c2b;
}

table.programma{
	border:1px dashed #009de0;
}
table.programma h4{	
	font-size:14px !important;
	margin:3px 0;
	padding:0;
	color:#009de0;
	
}