﻿/* --------------------------------------------------------------------------------- */
/*                                Main Stylesheet                                    */
/* --------------------------------------------------------------------------------- */

html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
}

body 
{
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, Arial;
	background-color: #CCC;
}

form
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
	text-align: center;
}

a
{
	text-decoration: none;	
}

img,
.no_border
{
	border: 0 !important;	
}

.align_right
{
	text-align: right;	
}

fieldset 
{
	border: 0px;
}


/* --------------------------------------------------------------------------------- */
/*                                   Container                                       */
/* --------------------------------------------------------------------------------- */

#container
{
	height: auto;
	width: 990px;
	margin: 0px auto;
	padding: 0;
	background-image: url(../images/bg_website.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#container #bottom
{
	float: left;
	height: 15px;
	width: 990px;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg_bottom.gif);
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------------- */
/*                                     Header                                        */
/* --------------------------------------------------------------------------------- */

#header
{
	position: relative;
	float: left;
	height: 70px;
	width: 910px;
	margin: 0 30px 0 30px;
	*margin: 0 0 0 30px;
	padding: 10px;
	overflow: hidden;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #666699;
}

*html #header
{
	margin-left: 15px;
	margin-right: 15px;
}

#header #logo
{
	float: left;
	height: 90px;
	width: 680px;
	margin: -5px 0 0 -5px;
	padding: 0 5px 0 0;
}

#header #language
{
	float: left;
	width: 230px;
	height: 18px;
	margin: 0;
	padding: 0;
}

#header #language ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#header #language ul li
{
	float: right;
	margin: 0 2px 0 0;
	padding: 0;
}

#header #language ul li a
{
	filter: alpha(opacity=50);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

#header #language ul li a:hover
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#header #language ul li a.active
{
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}



#header #search_form 
{
	bottom:10px;
	float:right;
	height:18px;
	margin:0;
	position:absolute;
	right:10px;
}

#header #search_form fieldset
{
	margin: 0;
	padding: 0;	
}

#header #search_form label
{
	display: none;
	visibility: hidden;	
}

#header #search_form input[type=text]
{
	float: left;
	position: relative;
	width: 150px;
	height: 14px;
	margin: 0;
	padding: 2px;
	border: 0;
	color: #999;
	font-size: 11px;
	text-indent: 5px;
	background-color: Transparent;
	background-image: url(../images/bg_search_input.png);
	background-repeat: no-repeat;
}

#header #search_form input[type=image]
{
	float: left;
	position: relative;
	width: 75px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
	background-color: Transparent;
	background-image: url(../images/bg_search_button.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#header #search_form input[type=image]:hover
{
	color: #bdcedc;
	background-image: url(../images/bg_search_button_hover.png);
	background-repeat: no-repeat;
	background-position: top right;
}

/* --------------------------------------------------------------------------------- */
/*                                 Main Navigation                                   */
/* --------------------------------------------------------------------------------- */

#main_nav
{
	float: left;
	*position: static;
	width: 930px;
	height: 25px;
	margin: 0 30px 0 30px;
	*margin: 0 0 0 30px;
	padding: 0;
	border-bottom: 1px solid #20AFDC;
	background-image: url(../images/bg_main_nav.gif);
	background-repeat: repeat-x;
}

*html #main_nav
{
	margin-left: 15px;
	margin-right: 15px;
}

/* --------------------------------------------------------------------------------- */
/*                                   Sub Navigation                                  */
/* --------------------------------------------------------------------------------- */


#sub_nav
{
	width: 188px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}

#sub_nav span.title 
{
	display: block; 
	font-weight: bold; 
	font-size: 11px; 
	background-image: url(../images/bg_sub_nav_header.gif);  
	margin: 0px; 
	padding: 0 5px 0 5px;
	width: 178px; 
	line-height: 20px; 
	border-bottom: #CCC 1px solid; 
	background-repeat: repeat-x; 
	height: 20px;
	overflow: hidden;
}

#search .left #sub_nav span.title
{
	border-bottom: 0px;
}

#sub_nav SPAN.title ul li {
background:none;
border-bottom:0px ;
border-top:0px ;
cursor:pointer;
height:auto;
padding:0;
width:188px;
}

#sub_nav ul
{
	width: 188px;
	height: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}

#sub_nav ul li
{
	width: 188px;
	height: auto;
	padding: 0;
	background-color: #f4f4f4;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}

#sub_nav ul li li a
{
	width: 178px;
	height: auto;
	color: #999;
	padding: 0 0 0 10px;
}

#sub_nav ul li li li a
{
	width: 173px;
	height: auto;
	padding: 0 0 0 15px;
}

#sub_nav ul li li li li a 
{
height:auto;
padding:0 0 0 25px;

}




#sub_nav ul li.close
{
	background-image: url(../images/collapse.gif) !important;
	background-repeat: no-repeat;
	background-position: 173px 2px;
}

#sub_nav ul li.open
{
	background-image: url(../images/expand.gif);
	background-repeat: no-repeat;
	background-position: 173px 2px;
}

#sub_nav UL LI A 
{
	display: block; 
	*position: static !important;
	font-size: 11px; 
	padding: 0 5px 0 5px;
	margin: 0px; 
	overflow: auto; 
	width: 178px; 
	color: #666; 
	line-height: 18px; 
	height: auto
}

#sub_nav ul li a span
{
	*display: block;
	*position: static !important;	
}

#sub_nav UL LI A.active {}
#sub_nav UL LI A:hover{text-decoration:none;color: #1492cb;}

#sub_nav ul ul
{
	margin: 0;
	padding: 0;
}

#sub_nav ul ul li
{
	background-color: #eee;
	background-image: none;
}

#sub_nav ul.firstnav
{
	height: 20px;
	width: 188px;
	overflow: hidden;	
}

#sub_nav ul.firstnav li
{
	line-height: 20px;
	background-color: Transparent;
}

#sub_nav ul.firstnav li a
{
	color: #666;
	padding: 0;
	margin: 0;
}

#related_links
{
	width: 180px;
	height: auto;
	margin: 0 5px 0 5px;
	padding: 0;
}

#related_links h3
{
	display: block;
	width: auto;
	height: auto;
	margin: 0 0 3px 0;
	padding: 0;
	color: #000;
	font-size: 11px;
	font-weight: bold;	
}

#related_links ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#related_links ul li
{
	margin: 0 0 0 2px;
	padding: 0;
	background-image: url(../images/related_links_bullit.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#related_links ul li a
{
	display: block;
	color: #666666;
	font-size: 11px;
	padding: 0 10px 0 10px;
	
}

#related_links ul li a:hover
{
	color: #1492cb;	
}

/* --------------------------------------------------------------------------------- */
/*                                    Breadcrumbs                                    */
/* --------------------------------------------------------------------------------- */


#breadcrumbs 
{
	float: left; 
	*float: none;
	margin: 0px 0px 12px; 
	padding: 0;
	width: 710px; 
	height: auto;
	font-size:10px
}

#breadcrumbs a
{
	color: #999;	
	*display: block;
	*position: static !important;
}

#breadcrumbs a.first
{
	float: left;
	margin: 0 4px 0 0;
}

#breadcrumbs a:hover
{
	color: #1492cb;	
}

#breadcrumbs ul
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumbs ul li
{
	float: left;
	width: auto;
	height: auto;	
}

/* --------------------------------------------------------------------------------- */
/*                                      Content                                      */
/* --------------------------------------------------------------------------------- */

.content .mid .blockTitle { padding-right: 0px; padding-left: 0px; float: left; padding-bottom: 0px; margin: 0px 0px 10px; width: 508px; padding-top: 0px;  height: auto}
 
.content .mid .blockTitle H2 
{	
 	font-size: 16px; 
 	margin: 0px 0px 5px; 
 	padding: 0;
 	color: #000; 
 	font-weight: bold;
}
 
.content .mid .blockTitle H3 
{
	font-size: 14px;
	margin: 0px 0px 10px; 
	padding: 0;
	color: #1492cb; 
	font-weight: bold;
}

.BigImage 
{
	float:left;
	width:510px; 
	height:180px; 
	overflow:hidden;
}

.tussenruimte {float:left;height:50px;width:10px;}


.content
{
	float: left;
	*float: none;
	width: 930px;
	height: auto;
	margin: 0 30px 0 30px;
	padding: 10px 0 0 0;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top left;	
	z-index: 1;
}

*html .content
{
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

.content .left
{
	float: left;
	width: 190px;
	height: auto;
	padding: 0 0 0 10px;
	margin: 0;
}



.content  a
{color: #1492cb;text-decoration:none }

.content a:hover
{color: #666;text-decoration: underline;}

.content H3 {padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px 0px 10px; color: #1492cb; padding-top: 0px;font-size:12px}


.content ul, .content ol {padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin-top: 5px; margin-left: 25px;  padding-top: 0px;margin-bottom:5px}


.content .mid
{
	float: left;
	width: 510px;
	height: auto;
	margin: 0;
	padding: 0 10px 0 10px;
	*padding: 0 10px 5px 10px;
	overflow: hidden;
	min-height:411px;
}

.content .mid #imageHeader
{
	float: left;
	width: 504px;
	height: auto;
	margin: 0;
	padding: 0;	
}

.content .mid #imageHeader img
{
	display: block;
	width: 510px;
	height: 184px;
	margin: 0 0 10px 0;
	padding: 0;
}

.content .mid .block,
.content .mid .search_block,
.content .mid .result_block
{
	float: left;
	width: 508px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.content .mid .block .header,
.content .mid .search_block .header,
.content .mid .result_block .header
{
	width: 488px;
	height: 20px;
	margin: 0;
	padding: 0 10px 0 10px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/bg_header_block.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}

.content .mid .block .header p,
.content .mid .search_block .header p,
.content .mid .result_block .header p
{
	margin: 0;
	padding: 0;
}

.content .mid .block .content,
.content .mid .result_block .content
{
	width: 488px;
	height: auto;
	margin: 0;
	padding: 10px;
	background-image: none;
	font-size: 11px;
}

.content .mid .result_block .content ul
{
	width: 488px;
	height: auto;
	margin: 0;
	padding: 0;
}

.content .mid .result_block .content ul li
{
	margin: 0 0 2px 0;
}

.content .mid .search_block .content
{
	width: 504px;
	height: auto;
	margin: 0;
	padding: 2px;
	background-image: none;
	font-size: 11px;
}

.content .mid .search_block .content fieldset.search
{
	width: 494px;
	margin: 0;
	padding: 5px;
	background-color: #F6F6F6;
}

.content .mid .search_block .content fieldset.search label
{
	display: none;
	visibility: hidden;
}

.content .mid .search_block .content .search input[type="text"]
{
	float: left;
	width: 337px;
	margin: 0 5px 0 0;
	line-height: 140%;
	font-weight: normal;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

.content .mid .search_block .content .search input[type="image"]
{
	float: left;
	display: block;
	height: 22px;
	width: 150px;
	color: #FFF;
	background-image: url(/images/bg_button.png);
	background-repeat: no-repeat;
}

.content .mid .block .content h3,
.content .mid .small_block .content h3
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #1492CB;
}

.content .mid .block .content p,
.content .mid .small_block .content p
{
	margin: 0 0 10px 0;
	padding: 0;
}

.content .mid .small_block
{
	float: left;
	width: 248px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
}

.content .mid .first
{
	margin: 0 10px 10px 0;
}

.content .mid .small_block .header
{
	width: 238px;
	height: 18px;
	padding-left: 10px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/bg_header_block.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
}

.content .mid .small_block .header p
{
	margin: 0;
	padding: 0;	
}

.content .mid .small_block .content
{
	width: 228px;
	height: auto;
	margin: 0;
	padding: 10px;
	background-image: none;
}
.content .right .small_block .content a
{
	color: #666;
	text-decoration: underline
}

.content .right .small_block .content a:hover
{
	color: #1492cb;text-decoration: none;	
}
.content .right
{
	float: left;
	width: 190px;
	height: auto;
	padding: 24px 10px 0 0;
	*padding: 24px 10px 10px 0;
	margin: 0;
}

.content .right .block
{
	float: left;
	*position: static !important;
	width: 188px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	z-index: 1;
}

.content .right .block .header
{
	float: left;
	width: 178px;
	height: 20px;
	margin: 0;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/bg_header_block.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}


.content .right .block .content
{
	width: 183px;
	height: auto;
	padding: 0;
	margin: 0;
	background-image: none;
}

.content .right .block .content a
{
	display: block;
	width: 178px;
	height: auto;
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 10px;
	text-decoration: none;	
}

.content .right .block .content a:hover
{
	color: #1492cb;
}

.content .right .block .content span
{
	display: block;
	width: 178px;
	height: auto;
	margin: 0;
	padding: 5px;
	color: #666666;
	font-size: 10px;
}

.content .right .block .content img
{
	display: block;
	*position: static;
	width: 188px;
	height: 64px;
	margin: 0;
	padding: 0;
}

.content .right .block .content ul
{
	width: 188px;
	height: auto;
	margin: 0;
	padding: 0;	
	list-style: none;
}

.content .right .block .content ul li
{
	width: 188px;
	height: auto;
	margin: 5px 0 5px 0;
	padding: 0;	
}

.content .right #contact .content ul
{
	float: left;
	width: 177px;
	height: auto;
	margin: 0 5px 5px 5px;
	*margin: 0 5px 0 5px;
	padding: 0;
	*padding: 0 0 5px 0;
	list-style: none;
}

.content .right #contact .content ul li
{
	width: 178px;
	height: auto;
	padding: 0;
	margin: 0;
}

.content .right #contact .content ul li a
{
	display: block;
	width: 178px;
	height: 30px;
}

.content .right #contact .content ul li a img
{
	float: left;
	display: block;
	width: 30px;
	height: 30px;
}

.content .right #contact .content ul li a span
{
	float: left;
	width: 128px;	
	height: 30px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	line-height: 30px;
	cursor: pointer;
}

.content .right #contact .content ul li a:hover span
{
	color: #1492CB;
}

.content .right #news
{
	border: 0;
}

.content .right #news .header
{
	border-bottom: 0px;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.content .right #newsTabView
{
	float: left;
	width: 188px;
	height: auto;
	margin: 0;
	padding: 0;	
}

.content .right #newsTabView #newsTabs
{
	width: 188px;
	height: 200px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	overflow: hidden;
}

.content .right #newsTabView #newsTabs dt
{
	height: 0;
	width: 0;
	display: none;
	visibility: hidden;	
}

.content .right #newsTabView #newsTabs dd
{
	width: 188px;
	height: 250px;
	margin: 0;
	padding: 0;	
}

.content .right #newsTabView #newsTabs dd h3
{
	margin: 0;
	padding: 0;
}

.content .right #newsTabView #newsTabs dd p
{
	width: 178px;
	height: auto;
	margin: 0;
	padding: 5px;
	color: #333;
	font-size: 10px;	
}

/* --------------------------------------------------------------------------------- */
/*                                      Content                                      */
/* --------------------------------------------------------------------------------- */

#contact .mid .block .content 
{
	width: 508px;
	padding: 0;	
}

#contact .mid .block .content fieldset.formGrid h3 
{
	background-color:#F6F6F6;
	color:#CCCCCC;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px;
	padding:0 0 0 1%;
}

/* --------------------------------------------------------------------------------- */
/*                                     Wasbeurt                                      */
/* --------------------------------------------------------------------------------- */

#wasbeurt,
#wasbeurt_handmatig
{
	width: 504px;
	height: auto;
	margin: 0;
	padding: 2px;
	overflow: hidden;
}

#wasbeurt #center
{
	width: 504px;
	height: auto;
	margin: 0;
	padding: 0;
}

#wasbeurt #center #leftx
{
	float: left;
	height: auto;
	width: 34%;
	*width: 169px;
	margin: 0;
	padding: 0;	
}

#wasbeurt #center #rightx
{
	float: left;
	height: auto;
	width: 314px;
	margin: 0 0 0 7px;
	*margin: 0 0 0 2px;
	padding: 0;	
	clear: right;
}

#wasbeurt #center #rightx input
{
	width: 312px;	
	*width: 311px;
}

#wasbeurt fieldset.formGrid,
#wasbeurt_handmatig fieldset.formGrid
{
	width: 494px;
	height: auto;
	margin: 0;
	padding: 5px;
}

#wasbeurt fieldset.formGrid .buttons,
#wasbeurt_handmatig .button
{
	margin-top: 10px;
}

#wasbeurt fieldset.formGrid .buttons input,
#wasbeurt_handmatig .button,
#wasbeurt .results .button
{
	float: right;
	background-image: url(/images/bg_button.png);
	background-color: #F6F6F6;
	border: 0;
	width: 150px;
	height: 22px;
	margin: 5px 10px 0 0;
	padding: 0 0 2px;
	*padding: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

#wasbeurt_handmatig .button
{
	margin: 15px 10px 0 0;
}



/* --------------------------------------------------------------------------------- */
/*                                 Olbico Start Window                               */
/* --------------------------------------------------------------------------------- */

#start
{
	position: relative;
	padding: 0;
	*height: 425px;
	background-image: none;
}

.sf-menu a.sf-with-ul ul
{
	background-color: #000;	
}

#start #flash
{
	float: left;
	*position: static !important;
	width: 930px;
	height: 286px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#start #flash object
{
	display: block;
	width: 930px;
	height: 286px;
	margin: 0;
	padding: 0;
	z-index: 1;
}

#start #block_container
{
	width: 910px;
	height: auto;
	margin: 0;
	padding: 15px 5px 10px 15px;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: top left;		
}

#start #block_container .block
{
	position: relative;
	float: left;
	width: 268px;
	height: 90px;
	margin: 0 10px 0 0;
	font-size: 10px;
	padding: 10px 15px 10px 10px;
	overflow: hidden;
	background-color: #000;
	background-image: url(../images/start_bg_block.jpg);
}

#start #block_container .block h3.title
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	font-weight: bold;	
}

#start #block_container .block a
{	position: absolute !important;
	left: 11px;
	bottom: 10px;	
	cursor: pointer;
}
/*
#start #block_container .block a
{

	left: 11px;
	bottom: 10px;	
	cursor: pointer;
}
*/

#start #block_container .block a span
{
	float: left;
	display: block;
	height: 14px;
	width: auto;
	color: #1492CB;
	margin: 4px 5px 0 0;
	font-weight: bold;
	line-height: 14px;
}

#start #block_container .block img.headerImg
{
	margin: 0 0 10px 0;	
}

#start #block_container .block img.iconImg
{
	margin: 5px 0 0 0;	
}

/* --------------------------------------------------------------------------------- */
/*                                        News                                       */
/* --------------------------------------------------------------------------------- */

#newsTop10,
#olbicoNews 
{
	padding: 2px 2px 0 2px;	
}

#newsTop10 ul#newsList,
#olbicoNews ul#newsList
{
	height: auto;
	width: 468px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#olbicoNews ul#newsList li
{
	float: left;
	height: 90px;
	width: 494px;
	margin: 0 0 2px 0;
	padding: 5px;
	background-color: #F6F6F6;
}

#olbicoNews ul#newsList li h4
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #1492CB;
}

#olbicoNews ul#newsList li p
{
	margin: 0;
	padding: 0;
	color: #999;
	font-size: 10px;
	margin: 0 0 5px 0;
}

#olbicoNews ul#newsList li span
{
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 11px;
}

#newsTop10 ul#newsList li a,
#olbicoNews ul#newsList li a
{
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 11px;
}

#newsTop10 ul#newsList li a:hover,
#olbicoNews ul#newsList li a:hover
{
	color: #1492CB;
}

#newsTop10 ul#newsList li
{
	position: relative;
	float: left;
	height: auto;
	width: 494px;
	margin: 0 0 2px 0;
	padding: 5px;
	background-color: #F6F6F6;
}

#newsTop10 ul#newsList li h4
{
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	z-index: 1;
}

#newsTop10 ul#newsList li p,
#newsTop10 ul#newsList li span
{
	display: none;
	visibility: hidden;	
}

#newsTop10 ul#newsList li a
{
	display: block;
	color: #1492cb;
	cursor: pointer;
}

#newsTop10 ul#newsList li a:hover
{
	color: #666666;
	text-decoration: underline;
}

.block #newsItem h3
{
	height: 0;
	width: 0;
	display: none;
	visibility: hidden;
}

.block #newsItem h1
{
	height: 20px;
	width: 498px;
	margin: 0 0 7px 0;
	padding: 0 5px;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/bg_header_block.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.block #newsItem p
{
	color: #333;
	margin: 0 0 7px 0;
	padding: 0 7px 0 7px;
	font-size: 11px;
}

.block #newsItem strong
{
	color: #1492CB;
}

.block #newsItem a
{
	color: #333;
	text-decoration: underline;	
}

.block #newsTabView #newsTabControl
{
	float: left;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.block #newsTabView #newsTabControl ul
{
	width: 188px;
	height: 21px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	background-color: #ECECEC;
}

.block #newsTabView #newsTabControl ul li
{
	float: left;
	width: 20px;
	height: 22px;
	margin: -1px 0 0 0;
	padding: 0;
	background-color: #FFF;
	border-right: 1px solid #CCCCCC;
}

.block #newsTabView #newsTabControl ul li a
{
	display: block;
	width: 20px;
	height: 21px;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 20px;
	border-top: 1px solid #CCC;
	background-color: #EEE;
}

.block #newsTabView #newsTabControl ul li a.selected
{
	border-top: 1px solid #FFF;
	background-color: #FFF;
}

/* --------------------------------------------------------------------------------- */
/*                                       Offers                                      */
/* --------------------------------------------------------------------------------- */

#offers .content h3.projecten,
#offers .content .box img
{
	display: none;
	visibility: hidden;	
}

#offers .content .box h4
{
	width: 178px;
	height: auto;
	margin: 0;
	padding: 5px;
	color: #666;
	font-size: 10px;
	font-size: bold;
}

#offers .content .box p
{
	width: 178px;
	height: auto;
	margin: 0;
	padding: 5px;
	font-size: 10px;
}

#offers .content .box a
{
	width: 168px;
	height: auto;
	margin: 0;
	padding: 5px 10px 5px 10px;
	font-size: 11px;	
	text-align: right;
}


/* --------------------------------------------------------------------------------- */
/*                                       Footer                                      */
/* --------------------------------------------------------------------------------- */

#footer
{
	float: left;
	width: 930px;
	height: 25px;
	margin: 0 30px 0 30px;
	padding: 0;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}

*html #footer
{
	margin-left: 15px;
	margin-right: 15px;
}

#footer ul
{
	width: 930px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;	
}

#footer ul li
{
	float: left;
	width: auto;
	height: 25px;
	margin: 0 10px 0 10px;
	padding: 0;
	line-height: 25px;
}

#footer ul li a
{
	display: block;
	width: auto;
	height: 25px;
}

*html #footer ul li a
{
	display: inline;	
}

#footer ul li,
#footer ul li a
{
	color: #CCC;
	font-size: 11px;
	font-weight: bold;
}

#footer ul li a:hover
{
	color: #1492CB;
}

/* --------------------------------------------------------------------------------- */
/*                                      Clearfix                                     */
/* --------------------------------------------------------------------------------- */

.clearfix:after 
{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix 
{
    display: inline-block;
}

html[xmlns] .clearfix 
{
    display: block;
}

* html .clearfix 
{
    height: 1%;
}



#start #block_container .block a.portal 
{	position: relative !important;
	left: 0px;
	bottom: 0px;	
	cursor: pointer;
	float: none;
	display: inline;
	height: auto;
	width: auto;
	color: #1492CB;
	font-weight: bold;
	line-height: 14px;
}
