
/* zoekboxen */

.content_searchhome  {
	background-image: url("../images/bkg-search.gif") ;
	width: 510px;
	height: 40px;
	margin: 0 0 10px 0;
}

.con_search_field {
	position: relative;
	top: 3px;
	width: 160px;
	left: 106px;
	float: left;
	height: 24px;
}

.content_searchhome .con_search_field { 
	position: relative;
	top: 10px;
	width: 280px;
	left: 10px;
	float: left;
	height: 24px;
}

.content_searchhome .con_search_field select  {
	font-size:70%;
	float: right;
	width:100px;
	margin: 0 3px;
}
.content_searchhome .con_search_field input  {
	height: 16px;
	width: 163px;
	border: 0;
	margin: 1px 1px 1px 5px;
	background-color: #ececfc;
	font-size: 0.75em;
	float: left;
}

.content_searchhome .con_search_button {
	margin:10px 0px 0px 15px;
	float:left;
	height:21px;
	width:205px;
}
.content_searchhome .con_search_button a {
	font-size:0.7em;
	text-decoration:underline;
	float:right;
	margin:3px 0 0 0;
}
.content_searchhome .con_search_button img, 
.content_searchhome .con_search_button input {
	float:left;
}

.content_searchhome a:hover {
	color:#080868;
}
.content_searchhome a:link, .content_searchhome a:visited {
	color:#FFFFFF;
}

/* end zoekboxen */

.dotted_line{
	width:100%;
	background-image:url('../images/dotted-line_menu.gif');
	background-repeat:repeat-x;
	background-position:center;
	padding:2px 0 1px 0;
	margin:0;
	height:1px;
}

/* Tab bar */

.tab_bar {
	margin: 0px;
	padding: 0px;
	font-size:0.72em;
	font-weight: bold;
	background: url("../images/bkg_but_tab_bar.gif");
	height: 27px;
	width: 100%;
}
 
.tab_bar li {
	list-style:none;
	display: inline;
}

.tab_bar a, .tab_bar a:visited {
	text-decoration:none;
	text-align: center;
	background:url("../images/bkg_but_tab_bar.gif") no-repeat;
	float:left;
	padding:8px 4px 3px 7px;
	margin:0px;
	height:16px;
}

.tab_bar .first_item a, .tab_bar .first_item a:visited, .tab_bar .first_item a:hover, .tab_bar .first_item a:active, .tab_bar .first_item a:link, .tab_bar .first_item_active a, .tab_bar .first_item_active a:visited, .tab_bar .first_item_active a:hover, .tab_bar .first_item_active a:active, .tab_bar .first_item_active a:link {	
	background:url("../images/bkg_but_tab_bar_first_item.gif") no-repeat;
	padding:8px 6px 3px 8px;
}

.tab_bar a:hover, .tab_bar .first_item a:hover { background-position:0 -31px; }
.tab_bar a:active, .tab_bar .first_item a:active, .tab_bar .first_item_active a, .tab_bar .active a, .tab_bar .first_item_active a:visited, .tab_bar .active a:visited, .tab_bar .first_item_active a:hover, .tab_bar .active a:hover, .tab_bar .first_item_active a:active, .tab_bar .active a:active, .tab_bar .first_item_active a:link, .tab_bar .active a:link {
	background-position: 0 -62px;
}

.tab_bar .first_item_active a {
   padding: 6px;
   margin-top: 0px;
}

.last_item_long a:visited, .last_item_long a:active {
   padding-right: 54px;
   margin-top: 0px;
}

.tab_bar a, .tab_bar a:visited, .tab_bar a:hover, .tab_bar .first_item a:hover { color:#fff; }
.tab_bar a:active, .tab_bar .first_item a:active, .tab_bar .first_item_active a, .tab_bar .active a, .tab_bar .first_item_active a:visited, .tab_bar .active a:visited, .tab_bar .first_item_active a:hover, .tab_bar .active a:hover, .tab_bar .first_item_active a:active, .tab_bar .active a:active, .tab_bar .first_item_active a:link, .tab_bar .active a:link { color:#B05;}

.con_right { width:325px; float:right; }
.con_left { width:175px; float:left; }
.con_right .content { width:306px; }
.con_left .content { width:155px; }

.con_left .content, .con_right .content {
	padding:4px 10px 8px 8px;
	background-image:none;
	border-width:0 0 1px 1px;
	border-color:#B4B4B4;
	border-style:solid;
	margin:0 0 10px 0;
	font-size:0.7em;
	height:370px;
	overflow-y:auto;
	overflow-x:hidden;
}
.div_line {
	background-color:#B05;
	width:1px;
	float:left;
	height:410px;
	position:relative;
	top:25px;
	left:5px;
}
.con_left h3, .con_right h3 {
	font-size:0.8em;
	text-transform:uppercase;
	display:block;
	padding:0;
	margin:3px 0;
	color:#006;
	font-weight:900;
}

/* end tab bar */


.con_left .content a, .con_right .content a {text-decoration:none;}
.con_left .content .item, .con_right .content .item {
	clear:both;
	margin:10px 0 5px;
}
.con_left .content .item a b, .con_right .content .item a strong {
	clear:both;
	font-weight:900;
}

#navcontainer .submenu a, #navcontainer .submenu a:hover {
	background-image:url(../images/node_end.gif);
	border-width:0;
	color:#000063;
	margin:0;
	padding:0 0 5px 15px;
	text-decoration:underline;
	display:block;
}
#navcontainer .submenu {
	position:absolute;
	left:75px;
	width:150px;
	display:none;
	top:105px;
	border:1px solid #000;
	padding:10px;
	background-color:#fff;
}

.item {
	color:#000;
}

.item .desc{
	color:#777;
}
