/* ********************************************************************************* */
/* DEFAULT */
/* ********************************************************************************* */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tbody,tfoot,thead
	{
	border: 0pt none;
	margin: 0pt;
	padding: 0pt;
	vertical-align: baseline;
}

body {
	background: #404040 none repeat scroll 0%;
	margin: 0pt;
	padding:0;
	height: 100%;
	text-align:center
}
table {
	vertical-align:top;
	border:#36F
}
#base {
	position:relative;
	width:990px;
	height:auto; /* deze stond op height:100% */
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF; /* deze was weg */
}
#base_home_new {
	position:relative;
	width:990px;
	height:100%; 
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#base_background_home {
	background-image:url(../media/image/bg_home.jpg);
	background-repeat:no-repeat;
	height:767px;
}
#base_background {
	background-image:url(../media/image/bg.jpg);
	background-repeat:no-repeat;
}
#base_space {
	padding-left:20px;
}
/* ********************************************************************************* */
/* TOP */
/* ********************************************************************************* */
#top_logo {
	position:relative;
	float:left;	
	margin-top:5px;
	width:150px;
	height:46px;
	background-image:url(../media/image/logo.gif);
	background-repeat:no-repeat;
}
#top_logo_home {
	position:relative;
	float:left;	
	margin-top:5px;
	width:110px;
	height:46px;
	background-image:url(../media/image/logo_home.png);
	background-repeat:no-repeat;
}
/* ********************************************************************************* */
/* TOP_MENU */
/* ********************************************************************************* */
#menu {
	position:relative;
	float:left; 
	height:22px;
	width:820px;
	z-index:100;
}
#menu_space {
	padding:0;
}
#menu_subbutton {
	padding:0;
	margin:0;
}
#menu_subbutton li {
	float:left;
	margin-right:2px;
	list-style-type:none;
	height:23px;
}
#menu_subbutton li li {
	float:none;
	list-style-type:none;
}
#menu_subbutton ul {
	padding:0px;   
	margin:0;
	left:-1000px; 
	position:absolute;
	border-top:2px ridge #ffffff;
	background-color:#000000;
}
#menu_subbutton li:hover ul {
	background-position:0px 0px; 
	left:auto;
}
#menu_subbutton li.ie_does_hover ul {
	background-position:0px 0px; 
	left:auto;
}
#menu_subbutton a {
	display:block; 
	font-size:11px; 
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#ffffff;
}
#menu_subbutton a:hover {
	color:#ffffff;	
}
ul a { 
	color:#ffffff;
	padding:5px 5px 5px 5px;
	float:none;
}
ul ul a:link {
	font-weight:normal; 
	color: #ffffff;
	height:18px;
	padding:2px 5px 5px 25px;
}
ul ul a:visited {
	font-weight:normal; 
	color: #ffffff;
	height:18px;
	padding:2px 5px 5px 25px;
}
ul ul a:hover {
	font-weight:normal; 
	color:#000000;
	background-image:url(../media/image/button_bg_hover.jpg);
	background-repeat:no-repeat;
	width:275px;
	height:18px;
}
ul ul a:active {
	font-weight:normal; 
	color:#868484;
	height:18px;
	padding:2px 5px 5px 25px;
}
ul li {
	background-color:#000000;
}
ul ul li {
	background-color:#000000;
	background-repeat:no-repeat;
	background-image:url(../media/image/button_bg.jpg);
	width:274px;
	height:18px;
}
.menu_subbutton_sub  {
	background-image:url(../media/image/button_sub_bg.jpg);
}
.menu_subbutton_sub a:link {
	padding-left:45px;
}
.menu_subbutton_sub a:active {
	padding-left:45px;
}
.menu_subbutton_sub a:visited {
	padding-left:45px;
}
.menu_subbutton_sub a:hover {
	font-weight:normal; 
	color:#000000;
	background-image:url(../media/image/button_sub_bg_hover.jpg);
	background-repeat:no-repeat;
	width:275px;
	height:18px;
}
li ul {
	z-index:100;
}
.button_arrow_active {
	background-image:url(../media/image/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:32px;
}
/*BEGIN zoek functie aanpassing*/
#search {
	float:left;
	background-color:#daebc4;
	margin-left:10px;
	padding-top:4px;
}
#search input {
	float:left;
	height:16px;
	background-color:#daebc4;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
.search_but {
	width:10px;
	margin-top:2px;
	background-image:url(../media/image/list_style_black.gif);
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
}
/*EINDE zoek functie aanpassing*/
/* ********************************************************************************* */
/* MENU_LEFT */
/* ********************************************************************************* */
#menu_left {
	position:relative;
	float:left;
	width:150px;
	list-style-image:url(../media/image/list_style_black.gif);
	list-style-position:inside;
	padding-top:30px;
}
#menu_left_home {
	position:absolute;
	width:150px;
	list-style-image:url(../media/image/list_style_black_home.png);
	list-style-position:inside;
	padding-top:30px;
	z-index:3;
}
#menu_left_home li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#474747;
	text-decoration:none;
	padding-left:6px;
}
#menu_left_home li a:hover {
	text-decoration:underline;
}
#menu_left li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#474747;
	text-decoration:none;
	padding-left:5px;
}
#menu_left li a:hover {
	text-decoration:underline;
}
/* ********************************************************************************* */
/* TEXTBLOCKS HOME */
/* ********************************************************************************* */
.textblock_space {
	padding:10px 5px 5px 10px;
}
#textblocks_top {
	float:left;
	padding-top:40px;
	width:775px;
}
#textblocks_bottom {
	float:left;
	width:775px;
	padding:30px 0 0 150px;
}
#textblock1 {
	position:relative;
	float:left;
	width:264px;
	margin-right:30px;
	height:auto;
	background-image:url(../media/image/block_bg.gif);
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9; 
}
#textblock1:hover a {
	color:#000000;
}
#textblock1:hover {
	background-image:url(../media/image/block_hover.gif);
	width:264px;
	height:auto;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9;
}
#textblock2 {
	position:relative;
	float:left;
	width:264px;
	margin-right:30px;
	height:auto;
	background-image:url(../media/image/block_bg.gif);
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9; 
}
#textblock2:hover a {
	color:#000000;
}
#textblock2:hover {
	background-image:url(../media/image/block_hover.gif);
	width:264px;
	height:auto;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9;
}
.textblock_bottom {
	position:relative;
	float:left;
	width:161px;
	height:auto;
	background-image:url(../media/image/block_bg.gif);
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9; 
	margin:10px 75px 0 0;
}
.textblock_bottom:hover {
	position:relative;
	float:left;
	width:161px;
	height:auto;
	background-image:url(../media/image/block_hover.gif);
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9; 
	margin:10px 75px 0 0;
}
.textblock_bottom_middle {
	position:relative;
	float:left;
	width:161px;
	height:auto;
	background-image:url(../media/image/block_bg.gif);
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9; 
	margin:30px 75px 0 0;
}
.textblock_bottom_middle:hover {
	position:relative;
	float:left;
	width:161px;
	height:auto;
	background-image:url(../media/image/block_hover.gif);
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.9; 
	margin:30px 75px 0 0;
}
.textblock_bottom:hover .home_block_arrow {
	background-image:url(../media/image/home_block_arrow_hover.gif);
	height:24px;
	width:16px;
}
.textblock_bottom_middle:hover .home_block_arrow {
	background-image:url(../media/image/home_block_arrow_hover.gif);
	height:24px;
	width:16px;
}
.home_block_arrow {
	background-image:url(../media/image/home_block_arrow.gif);
	background-repeat:no-repeat;
	height:24px;
	width:16px;
	float:right;
	padding:5px;
}
#textblock1:hover .home_block_arrow {
	background-image:url(../media/image/home_block_arrow_hover.gif);
	height:24px;
	width:16px;
}
#textblock2:hover .home_block_arrow {
	background-image:url(../media/image/home_block_arrow_hover.gif);
	height:24px;
	width:16px;
}
/* ********************************************************************************* */
/* CONTENT */
/* ********************************************************************************* */
#content {
	padding-top:30px;
}
#content_page_programmas {
	float:left;
	padding:30px 0 0 0;
	width:390px;
}
.content_page_programmas_image {
	float:left;
	padding-top:50px;
}
.content_page_programmas_image img {
	border:none;
}
.content_space {
	padding:20px;
}
#content_left {
	position:relative;
	float:left;
	width:513px;
	height:auto;
}
#content_right {
	float:right;
	width:235px;
	margin-right:45px;
}
#content_verzend_bttn {
	padding:15px 0 10px 0;
}


/* ********************************************************************************* */
/* HOME */
/* ********************************************************************************* */
#base_home_blokken {
	position:absolute;
	left:120px;
	top:121px;
	width:789px;
	height:449px;
	background:url(../media/image/bg_home_vlakken.png) no-repeat;
	z-index:2;
}
#base_home_blok1,
#base_home_blok2,
#base_home_blok3,
#base_home_blok4,
#base_home_blok5{
	position:absolute;
	left:29px;
	top:27px;
	width:208px;
	height:171px;
	z-index:3;
	overflow:hidden;
}
#base_home_blok2 {
	left:290px;
	top:27px;
}
#base_home_blok3 {
	left:551px;
	top:27px;
}
#base_home_blok4 {
	left:29px;
	top:250px;
}
#base_home_blok5 {
	left:290px;
	top:250px;
}

#base_home_blok1 .text,
#base_home_blok2 .text,
#base_home_blok3 .text,
#base_home_blok4 .text,
#base_home_blok5 .text{
	padding-top:5px;
}

#base_home_blok1 .arrow,
#base_home_blok2 .arrow,
#base_home_blok3 .arrow,
#base_home_blok4 .arrow,
#base_home_blok5 .arrow{
	position:absolute;
	top:136px;
	left:186px;
}


#base_home_blok6 {
	position:absolute;
	left:537px;
	top:238px;
	width:238px;
	height:196px;
	z-index:3;
	overflow:hidden;
}
#base_home_blok6 #but1 {
	width:238px;
	height:66px;
	background:url(../media/image/bg_home_but1.png) no-repeat;
	overflow:hidden;
	cursor:pointer;
}
#base_home_blok6 #but1 div {
	padding-left:15px;
	padding-top:13px;
	width:180px;
	height:35px;
}
#base_home_blok6 #but1 a {
	text-decoration:none;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
#base_home_blok6 #but1:hover {
	background:url(../media/image/bg_home_but1M.png) no-repeat;
}




#base_home_cornerline {
	position:absolute;
	left:42px;
	top:0px;
	width:948px;
	height:409px;
	background:url(../media/image/bg_home_cornerline.png) no-repeat;
	z-index:1;
}
#base_home_logofloat {
	position:absolute;
	left:804px;
	top:0px;
	height:75px;
	width:143px;
	background:url(../media/image/bg_home_logobottom.png) no-repeat;
}



/* ********************************************************************************* */
/* FOOTER */
/* ********************************************************************************* */
#footer {
	position:relative;
	float:right;
	background-image:url(../media/image/footer.gif);
	background-position:right;
	background-repeat:no-repeat;
	height:75px;
	width:235px;
	margin-right:45px;
}

/* ********************************************************************************* */
/* POPUP */
/* ********************************************************************************* */
/* ORDEROPTIONS POPUP */
#backgroundPopup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	z-index: 1;
}

#popup {
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 570px;
	width: 782px;
	background: #000000;
	z-index: 20000;
	padding: 12px;
}

#popupClose {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	right: 6px;
	top: 4px;
	position: absolute;
	display: block;
	cursor:pointer;
}
