/*---{ Imports )-------------------------------------------------------*/

@import "news.css";
@import "search.css";



#background_blue{
  position: absolute;
  width: 50%;
  height: 25px;
  background: #00538e;
  top: 64px;
  left: 0px;
}

#background_left{
  position: absolute;
  left: 0px;
  top: 116px;
  width: 45%;
  background: transparent url(../images/img_bg_navigatie.gif) repeat top left;
  border-top: 1px solid #dbdedf;
}

#background_right{
  position: absolute;
  right: 0px;
  top: 116px;
  width: 45%;
  background: transparent url(../images/img_bg_navigatie.gif) repeat top right;
  border-top: 1px solid #a7a9ac;
}

#navigatie{
  background: #fff url(../images/img_bg_navigatie.gif) repeat top left;
  /*border-bottom: 1px solid #dbdedf;*/
  width: 641px;
}


#navigatie,
#globalNav,
#background_left,
#background_right,
#sidebar #laag0
{
  height: 176px;
}




#sidebar #laag0{
  position: absolute;
  width: 139px;
  background: transparent url(../images/img_bg_laag0.gif) repeat top left;
  z-index: 9;
  top: 0px;
  left: 0px;
}
#sidebar #laag1,
#sidebar #laag2,
#sidebar #laag3,
#sidebar #laag4,
#sidebar #laag5,
#sidebar #laag6,
#sidebar #laag7
{
  position: absolute;
  left: 0px;
  z-index: 8;
  width: 139px;
}
#sidebar #laag1{
    top: 0px;
    height: 36px;
	background: #fff;
	filter:alpha(opacity=70); 
	-moz-opacity:.70; 
	opacity:.70; 
}
#sidebar #laag2{
    top: 36px;
    height: 73px;
    background: #fff;
	filter:alpha(opacity=35); 
	-moz-opacity:.35; 
	opacity:.35; 
}
#sidebar #laag3{
    top: 109px;
	height: 315px;
}
#sidebar #laag4{
    top: 424px;
	height: 23px;
    background: #fff;
	filter:alpha(opacity=35); 
	-moz-opacity:.35; 
	opacity:.35; 
}
#sidebar #laag5{
    top: 447px;
    background: #fabe74;
	height: 13px;
	line-height: 1px;
	font-size: 1px;
	filter:alpha(opacity=60); 
	-moz-opacity:.60; 
	opacity:.60; 
}
#sidebar #laag6{
    top: 460px;
    background: #fbc889;
	height: 5px;
	line-height: 1px;
	font-size: 1px;
	filter:alpha(opacity=60); 
	-moz-opacity:.60; 
	opacity:.60; 
}
#sidebar #laag7{
    top: 465px;
    background: #fab766;
	height: 6px;
	line-height: 1px;
	font-size: 1px;
}




#utilNav a.active{
    color: #dc841a;
	
	color: #F7941C;
}
/* ---------- */




#content ul{
	margin-left: 20px;
	margin: 0px 0px 15px 20px;
}


#addressNav{
	padding: 35px 0px 0px 5px;
	color: #8D8F94;
	position: absolute;
	top: 300px;
	left:0px;
}


#address
{
	position:absolute;
	z-index : 1;
	left : 10px;
	top : 10px;
	color: #aaa;
	line-height: 1.8em;
	padding:0;
	margin:0;
	font-weight:bold;
}
#address span{
	padding: 0px 10px 0px 10px;
	color: #F89B2A;
}
#address span.telefoon{
	padding: 0px;
	color: #686A6C;
}

#footer span.hide{
	display: none;
}

