html{
  margin        : 0;
  padding       : 0;
}
body{
  height        : 100%;
  margin        : 0 auto;
  padding       : 0;
  font-family	: arial;
  font-size		: 13px;
  color			: #323436;
}
.bg0{
 background    : #FFFFFF url(../images/head/head1.jpg) no-repeat scroll center top;
}
.bg1{
 background    : #FFFFFF url(../images/head/head2.jpg) no-repeat scroll center top;
}
.bg2{
 background    : #FFFFFF url(../images/head/head3.jpg) no-repeat scroll center top;
}
.bg3{
  background    : #FFFFFF url(../images/head/head4.jpg) no-repeat scroll center top;
}

.right_content h1.welkom{margin-top: 15px; font-weight: normal; font-size: 14px;}


/* MENU */
.preload1 { background: url('../images/menu.png'); }
.preload2 { background: url('../images/menu_bg.png'); }

#menu {
	position: absolute;
	top: 199px;
	left: 241px;
	width: 450px;
	height: 45px;
	z-index: 100;
}
#menu .menu li.top {
	display:block;
    float:left;
    padding: 0 38px 0 6px;
}
#menu .menu li a.top_link {
	display:block;
    float:left;
    height:26px;
	color:#505450;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
    text-decoration:none;
}
#menu .menu table  {
	border-collapse:collapse;
    width:0;
    height:0;
    position:relative;
}
/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */
#menu .menu a:hover {
	visibility:visible;
    position:relative;
    z-index:200;
}
#menu .menu li:hover {
	position:relative;
    z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
#menu .menu ul.sub {
	position:absolute;
    display:block;
    left:-9999px;
    top:-9999px;
    width:0;
    height:0;
    margin:0;
    padding:0;
    list-style:none;
    width:150px;
}
#menu .menu ul ul,
#menu .menu ul ul ul,
#menu .menu ul ul ul ul,
#menu .menu ul ul ul ul ul {
	position:relative;
    display:block;
    margin:0;
    padding:0;
    list-style:none;
    width:150px;
}
#menu .menu :hover ul.sub  {
	left: -1px;
    top:20px;
    height:auto;
    z-index:300;
}
#menu .menu :hover ul.sub li {
	display:block;
    float:left;
    width:150px;
    font-weight:normal;
    background:transparent url('../images/menu_bg.png') repeat-y left top;
}
#menu .menu :hover ul.sub li.first {
    padding-top:6px;
	background:transparent url('../images/menu.png') no-repeat left top;    
} 
#menu .menu :hover ul.sub ul li.first,
#menu .menu :hover ul.sub ul ul li.first,
#menu .menu :hover ul.sub ul ul ul li.first {
	padding-top: 0;
	background:transparent url('../images/menu_bg.png') repeat-y left top;
}
#menu .menu :hover ul.sub li a {
	display:block;
    position:relative;
    font-size:11px;
    font-weight:normal;
    height:auto;
	line-height:17px;
	margin: 0 12px;
    width:110px;
    color:#000;
    text-decoration:none;
	/*background:url('../images/trans.gif');*/
}
#menu .menu :hover ul.sub ul li a {
	padding-left: 5px;
}
#menu .menu :hover ul.sub li a:hover {
	color:#FF8200;
}
#menu .menu :hover ul.sub li.last {
	height:30px;
    background:transparent url('../images/menu.png') no-repeat left bottom;
}

.ie6 #menu,
.ie7 #menu {
	top: 211px;
}
.ie6 #menu .menu :hover ul.sub  {
    top:4px;
}
.ie6 #menu .menu :hover ul.sub li {
	background-image: none;
	background-color: #D8DDD7;
	border-left: 1px solid #a5a5a5;
	border-right: 1px solid #a5a5a5;	
}
.ie6 #menu .menu :hover ul.sub li a {
	margin: 0;
}
.ie6 #menu .menu :hover ul.sub li.first {
	background-image: none;
	background-color: #D8DDD7;
	border: 1px solid #A5A5A5;
	border-bottom: none;    
}
.ie6 #menu .menu :hover ul.sub ul li,
.ie6 #menu .menu :hover ul.sub ul ul li,
.ie6 #menu .menu :hover ul.sub ul ul ul li {
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
	background-color: #D8DDD7;
}
.ie6 #menu .menu :hover ul.sub ul li.first,
.ie6 #menu .menu :hover ul.sub ul ul li.first,
.ie6 #menu .menu :hover ul.sub ul ul ul li.first {
	padding-top: 0;
	border: none;
	background-image: none;
	background-color: #D8DDD7;
}
.ie6 #menu .menu :hover ul.sub li.last {
	height: 23px;
	border: none;
    background:transparent url('../images/menu.gif') no-repeat left bottom;
}

/*ALGEMEEN*/
a{
  outline       : none;
  color			: #000;
  text-decoration:underline;
}
a:hover{
  color			: #ff8200;
  text-decoration: none;
}
a img{
  border        : none;
}
.clear{
  clear         : both;
  height        : 0;
}
p, table{
	font-family	: arial;
	font-size	: 13px;
	color		: #323436;
	padding		: 0 0 20px 0;
	margin		: 0;
}
h1{
	font-size	: 24px;
	font-weight : bold;
	color		: #323436;
	padding		: 0;
	margin		: 0;
}
h2{
	font-size	: 15px;
	font-weight : bold;
	color		: #323436;
	padding		: 0;
	margin		: 0;
}
h3{
	font-size	: 12px;
	font-weight : bold;
	color		: #323436;
	padding		: 0;
	margin		: 0;
}
/*LAYOUT*/
#container{
  background    : transparent url(../images/right.png) no-repeat scroll 741px 0;
  display       : block;
  margin        : 0 auto;
  padding		: 0;
  height		: 100%;
  width         : 991px;
}
#wrapper{
  display       : block;
  height        : 100%;
  overflow      : hidden;
  padding       : 0 0 10px;
}
#left{
  position      : relative;
  float         : left;
  margin        : 0;
  padding       : 0;
  width         : 730px;
}
/* LEFT CONTENT */
#head{
  position      : relative;
  display       : block;
  height        : 240px;
  width         : 730px;
  z-index		: 500;
}
#logo{
  position      : relative;
  left          : 40px;
  top           : 10px;
}
#topmenu{
  position      : absolute;
  left          : 490px;
  top           : 0;
  width			: 500px;
  z-index       : 10;
}
#topmenu ul{
	position	: relative;
	float		: right;
	list-style-type: none;
	margin		: 0;
	padding		: 0;
}
#topmenu ul li{
	position	: relative;
	float		: left;
	width		: 100px;
}
#topmenu ul li a.rss img{
	width		: 61px;
	height		: 35px;
}
#topmenu ul li.last{
	position	: relative;
	left		: -40px;

}
#stelling{
  background    : transparent url(../images/poll-top.png) no-repeat scroll 0 0;
  position      : relative;
  top           : 75px;
  left          : 38px;
  height        : 77px;
  width         : 237px;
}
#mainmenu{
  position      : relative;
  top           : 110px;
  left          : 20px;
  width         : 600px;
  height		: 45px;
  z-index		: 100;
}
#main {
  position    	: relative;
  display     	: block;
  overflow	  	: hidden;
  top         	: 0;
  left		  	: 40px;
  padding-top 	: 15px;
  width		  	: 700px;
  z-index     	: 0;
}
#main .left{
  display	  	: block;
  overflow	  	: hidden;
  position	  	: relative;
  float		  	: left;
  width		  	: 415px;
  margin	  	: 0;
  padding	  	: 0;
}
#main .right{
  display	  	: block;
  overflow	  	: hidden;
  position	  	: relative;
  float		  	: right;
  width		  	: 275px;
  margin	  	: 0;
  padding	  	: 0;
  z-index		: 0;
}
#foot{
  background  	: #D9DED9 url(../images/foot.png) no-repeat scroll 0 0;
  height      	: 60px;
  margin-left 	: 40px;
  width       	: 700px;
}
.ie7 #foot{
 margin-top		: 15px;
}
#right{
  display     	: block;
  float       	: right;
  margin-bottom	: 0;
  min-height  	: 100%;
  position    	: relative;
  width       	: 250px;
}

/* MAIN CONTENT */
#main .left .leftbox{
  width		  	: 415px;
  margin	  	: 0 0 15px;
  padding	  	: 0;
}
#main .left .leftbox .boxtop{
  background  	: url('../images/leftbox.png') no-repeat 0 0;
  width		  	: 415px;
  height	  	: 35px;
}
#main .left .leftbox .boxtop .titel_0{
  display		: block;
  background	: url('../images/titels/actueel.png') no-repeat 15px 8px;
  width			: 140px;
  height		: 30px;
}
#main .right .rightbox .boxtop .titel_1{
  display		: block;
  background	: url('../images/titels/aanwinsten.png') no-repeat 15px 8px;
  width			: 140px;
  height		: 30px;
}
#main .left .leftbox .boxcenter{
  background  	: url('../images/leftbox.png') repeat-y -418px 0;
  width		  	: 415px;
  padding-top	: 5px;
}
#main .left .leftbox .boxfoot{
  position		: relative;
  top			: -2px;
  background	: url('../images/leftbox.png') repeat-y 0 -40px;
  width			: 415px;
  height		: 11px;
}
#main .right .rightbox{
  width		  	: 275px;
  display		: block;
  margin	  	: 0;
  padding	  	: 0;
}
.ie6 #main .right .rightbox{	
  overflow		: hidden;
}
#main .right .rightbox .boxtop{
  background  	: url('../images/rightbox.png') no-repeat 0 0;
  width		  	: 275px;
  height	  	: 33px;
}
#main .right .rightbox .boxtop .titel_0{
  display		: block;
  background	: url('../images/titels/uitgelicht.png') no-repeat 15px 8px;
  width			: 140px;
  height		: 30px;
}
#main .right .rightbox .boxcenter{
  background  	: url('../images/rightbox.png') repeat-y -278px 0;
  width		  	: 275px;
  padding		: 5px 0 0;
  margin		: 0;
}
.ie6 #main .right .rightbox .boxcenter{
	position	: relative;
	display		: block;
	overflow	: hidden;
	width		: 275px;
}
#main .right .rightbox .boxfoot{
  position		: relative;
  top			: 0;
  background	: url('../images/rightbox.png') repeat-y 0 -40px;
  width			: 275px;
  height		: 28px;
  margin-bottom	: 10px;
}
.ie7 #main .right .rightbox .boxfoot{
  top			: 0;
}
/* BANNER MENU */
.bannermenu{
	position	: relative;
	display		: block;
	margin		: 0;
	padding		: 0;
	width		: 275px;
}
.bannermenu ul{
  background  : url('../images/rightbox.png') repeat-y -278px 0;
  list-style-type	: none;
  position			: relative;
  width				: 275px;
  margin			: 0;
  padding			: 0;
}
.ie7 .bannermenu ul{
  position		: relative;
  left			: 0;
  top			: 0;
}
.bannermenu ul li{
  background	: url('../images/bannermenu.png') no-repeat 0 0;
  position		: relative;
  left			: 0;
  margin		: 0 2px -5px 2px;
  padding-top	: 20px;
  width			: 270px;
  overflow		: hidden;
}
.bannermenu ul li a{
	position	: relative;
	display		: block;
	text-align	: center;
}
.bannermenu ul li.last{
  background	: transparent url(../images/rightbox.png) repeat-y scroll -563px 0;
  width			: 275px;
  margin-left	: 0;
  padding-left	: 15px;
}
.ie7 .bannermenu ul li.last{
  padding-bottom: 5px;
}
.bannermenu ul li.last a{
  color			: #323436;
  text-decoration: none;
  font-size		: 10px;
  font-family	: arial;
  text-align	: left;
}
.bannerfoot{
  background	: transparent url(../images/rightbox.png) repeat-y scroll 0 -40px;
  height		: 28px;
  margin-bottom	: 10px;
  position		: relative;
  top			: 5px;
  width			: 275px;
}
.ie7 .bannerfoot{
	top			: 0;
	margin-bottom: 0;
}
#box_large{
  width	  		: 700px;
  margin	  	: 0;
  padding	  	: 0;
}
#box_large .box_top{
  width	  		: 700px;
  height	  	: 36px;
  background	: url('../images/box_large.png') no-repeat 0 0;
}
#box_large .box_top_notitle{
  width			: 700px;
  height		: 15px;
  background	: url('../images/box_large_notitle.png') no-repeat 0 0;
}
#box_large .box_top span.title{
	position	: relative;
	top			: 5px;
	left		: 10px;
	color		: #ff8200;
	font-weight : bold;
}
#box_large .box_center{
	width		: 690px;
	margin		: 0;
	padding		: 5px 0 0 10px;
	background  : url('../images/box_largecenter.png') repeat-y 0 0;
	display		: block;
	overflow	: hidden;
}
#box_large .box_center .left{
	position	: relative;
	float		: left;
	width		: 406px;
}
#box_large .box_center .left h1.pagetitle{
	width			: 100%;
	border-bottom	: 1px solid #d9ded9;
	line-height		: 35px;
	margin-bottom	: 10px;
}
#box_large .box_center .right{
	position	: relative;
	float		: right;
	width		: 260px;
	margin-right: 2px;
	padding-top	: 10px;
}
#box_large .box_center .right h2{
	padding			: 10px 0;
}
#box_large .box_center .right p{
	padding			: 0;
	margin			: 2px 0;
}
#box_large .box_center .main{
	width			: 680px;
}
#box_large .box_center .main h1.pagetitle{
	width			: 100%;
	border-bottom	: 1px solid #d9ded9;
	line-height		: 35px;
	margin-bottom	: 10px;
}
#box_large .box_bottom{
	width			: 700px;
	height			: 13px;
	background		: url('../images/box_large.png') repeat-y 0 -40px;
	position		: relative;
}
/* FOOTMENU */
#foot ul{
	list-style-type : none;
	text-align		: right;
	margin-right	: 15px;
	padding-top		: 5px;
}
#foot ul li{
	display			: inline;
	padding			: 0 50px 0 0;
}
#foot ul li.last{
	padding			: 0;
}
#foot ul li a{
	font-family		: arial;
	font-size		: 11px;
	text-decoration : none;
	font-weight		: bold;
	color			: #505450;
}
/*right content */
.welkom_block{
  height            : 150px;
  width             : 210px;
  margin-left       : 30px;
  padding-top		: 35px;
}
.welkom_block p{
  font-family       : arial;
  font-size         : 12px;
  color             : #505450;
}
.right_content{
  position          : relative;
  top               : 25px;
  width             : 170px;
  height            : 580px;
  margin-left       : 55px;
}
.right_content h1{
  color             : #FFF;
  font-size         : 16px;
}
.right_content hr{
  position			: relative;
  top				: -10px;
  background        : url('../images/sprite_css.png') no-repeat 0 -31px;
  width             : 170px;
  height            : 4px;
  border			: none;
  padding			: 0;
  margin			: 0;
}
.ie7 .right_content hr{
	border: 1px solid transparent;
}
.ie6 .right_content hr{
	height	: 1px;
}
.right_content img.rechts{
	margin-bottom	: 5px;
}
.right_content span.weblog_intro_title{
  color             : #FFF;
  font-family       : fontin sans, arial;
  font-size         : 20px;
  font-weight       : normal;
  margin            : 10px 0 5px 5px;
}
.right_content h4.title{
  color             : #FFF;
  font-family       : arial;
  font-size         : 12px;
  margin            : 0 0 5px 5px;
}
.right_content_blog p{
  font-family       : arial;
  font-size         : 12px;
  color             : #FFF;
}
.right_content_blog .mod_weblog .weblog_block .weblog_item_block .read_more a {
  float				: left;
  font-family       : arial;
  font-size         : 12px;
  color             : #FFF;
}
.right_content_blog .mod_weblog .weblog_block {
  padding			: 0;
  border			: none;
}
.right_content_blog .mod_weblog .weblog_block .weblog_item_block .weblog_intro_title{
  display			: none;
}
.mod_search input.text,
.right_content input.text{
  width             : 174px;
  height            : 20px;
  background        : url('../images/input_fld.png') no-repeat 2px 2px;
  border            : none;
  margin			: 5px 0;
  padding-left		: 10px;
  font-family       : arial;
  font-size         : 12px;
  color             : #505450;
}
.right_content form{
	margin			: 0;
	padding			: 0;
	display			: block;
	overflow		: hidden;
}
.right_content input.inloggen{
  width             : 86px;
  height            : 22px;
  background        : url('../images/sprite_css.png') no-repeat -213px 0;
  border            : none;
  cursor            : pointer;
  margin-bottom		: 20px;
  margin-left		: 3px;
}
.ie6 .right_content input.inloggen{
	background        : url('../images/sprite_css.png') no-repeat -210px -1px;
  	width				: 80px;
    height            : 20px;
}
.mod_search input.zoeken,
.right_content input.zoeken {
  position			: relative;
  left				: 150px;
  top				: -23px;
  width             : 13px;
  height            : 13px;
  background        : url('../images/search.png') no-repeat 0 0;
  margin			: 0;
  padding			: 0;
  border            : none;
  cursor            : pointer;
}
.ie7 .right_content input.zoeken{
	top				: -30px;
}
.mod_search input.text,
.mod_search input.zoeken,
.mod_search .selectbox {
	display: block;
	float: left;
}
.mod_search input.zoeken {
	background: url("../images/search.png") no-repeat scroll 2px 3px transparent;
	left: auto;
	top: auto;
	width: 18px;
	height: 18px;
	margin: 7px 0;
}
.mod_search .selectbox {
	margin: 7px 0;
}

/*MAIL EEN VRIEND */
.mailtofriend{
	height			: 24px;
	border-bottom	: 1px solid #d9ded9;
	width			: 250px;
	margin-bottom	: 10px;
}
.mailtofriend a{
	text-decoration	: none;
	color			: #505450;
	font-size		: 10px;
}
/* voet */
#voet {
 display			: block;
 height				: 20px;
}
#simplemodal-container{
    width           : 964px;
    height          : 537px;
    background      : url('../images/modal/message.gif') no-repeat;
}
#simplemodal-overlay {
    background-color:#000;
}

#simplemodal-container a.simplemodal-close {
    background:transparent url(../images/modal/close_btn.png) no-repeat scroll 0 0;
    cursor:pointer;
    display:inline;
    height:29px;
    position:absolute;
    right:-12px;
    top:-7px;
    width:25px;
    z-index:1600;
}
.overzicht p a{
    font-size   : 10px;
}
.left .mod_event .default_block{
    cursor: pointer;
}

.cat_search {
	padding: 0 10px;
	background-color: #FF8200;
	height: 32px;
}

label.hidden {
	display: none;
}
fieldset.hidden {
	border: none;
	margin: 0;
	padding: 0;
}
fieldset.hidden legend {
	display: none;	
}
