/* -------------------------------------------------------------- 
  
	Site:   www.geene.nl
	Author: www.buyways.nl
	
	screen.css
	* main styylesheet.
	
	
-------------------------------------------------------------- */

html { 
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	height: 100%;
	}
body { 
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	background: #fff url(../images/background_body.png);
	}

/* =Header
-------------------------------------------------------------- */

#headerimage { position: absolute; }
#logo {
	position: absolute;
	top: 30px;
	left: 40px;
	}
#naw {
	position: absolute;
	top: 78px;
	left: 29px;
	width: 282px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
#naw a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}	
#headercover { 
	height: 265px;
	overflow: hidden;
	position: absolute;
	}
	
#navmain ul {
	margin: 0;
	padding: 0;
}

#navmain {
	position: relative;
	height: 20px;
	width: 900px;
	border-top: 1px solid white;
	top: 242px;
	z-index: 1;
	}

#header ul,
#header li      { margin: 0; padding: 0; list-style-type: none; }
#header ul   	{ margin-left: 40px; }
#header li      { display: inline; }
#header li span { padding: 0 50px; color: #fff; }
#header a       { 
	color: #fff; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	}
#header a:hover  { /* text-decoration: underline; */ color: #f29200; }
#header a.active { color: #f29200; }


/* =nav
-------------------------------------------------------------- */

#nav ul,
#nav li      { margin: 0; padding: 0; list-style-type: none; }
#nav li      { padding: 0 0 6px 30px;}
#nav a       { 
	color: #1f4477; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;
	}
#nav a:hover {  text-decoration: underline;  }

#nav ul li ul li {
	padding: 0 0 6px 0;
	color: #757575;
	font-size: 12px;
	background: url(../images/dotted.png) repeat-x left bottom;
	height: 100%;
	}
#nav ul li ul li a {
	color: #757575;
	font-size: 12px;
	}	
#nav ul li ul li a:hover {	
	color: #f29200;
	text-decoration: none;
}

#nav ul li ul li.selected {
	background: url(../images/menu_selected_bg.png) repeat-x left top;
	font-weight: normal;
	
}
#nav ul li ul li a.selected {
	font-weight: normal;
}
	
#nav ul li.selected    { 
	background: url(../images/menu_selected.png) no-repeat left 2px;
}

#nav ul > li a.selected {
	/* font-weight: bolder; */
}

/* =Footer
-------------------------------------------------------------- */

#footer ul, 
#footer li      { margin: 0; padding: 0; list-style-type: none; }
#footer li      { display: inline; }
#footer li span { padding: 0 3px; color: #1f4477; }
#footer a       { 
	color: #1f4477; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	}
#footer a:hover { text-decoration: underline; }

.imagefooter    { position: absolute; left: 0; top: 0;}

#footermenu {
	padding: 4px 50px 0 0;
	height: 30px;
	}

#footersearch {
	height: 50px;
	width: 220px;
	position: absolute;
	left: 732px;
	top: 53px;
	}


/* =homeblockfoot
-------------------------------------------------------------- */
#blockfoot a       { 
	color: #fff; 
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px;
	padding: 0 44px 0 0;
	}


/* =breadcrumbs
-------------------------------------------------------------- */
.breadcrumb,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
	font-size: 9px;
	color: #868686;
	}
.breadcrumb a:hover { color: #f29200; }

.breadcrumb a.selected {
	text-decoration: none;
}
	
	
/* =Main
-------------------------------------------------------------- */

#maincontent { color: #535353; }


/* =search
-------------------------------------------------------------- */

.tx-indexedsearch legend {
	display: none;
}

.tx-indexedsearch-text-item-path {
	margin: 0;
	}
.tx-indexedsearch-text-item-path a {
	margin-top: 0;
	font-size: 11px;
	}
.tx-indexedsearch-browsebox .browsebox {
	/* float: right; */
	padding: 4px;
	margin: 4px;
	margin-bottom: 20px;
	}

.tx-indexedsearch-browsebox .browsebox ul {
	width: 400px;
	list-style-type: none;
}
	
.tx-indexedsearch-browsebox .browsebox li {
	float: left;
	list-style-type: none;
	/* width: 200px; */
	margin-right: 5px;
}
.tx-indexedsearch-form {
		float: left;
		margin-top: 13px;
	}
.tx-indexedsearch-searchbox-button  {
	float: right;
	background: #ffffff; 
	border: solid 0px #ffffff; 
	background-image: url('../images/search_button.gif'); 
	background-position: left top;
	background-repeat: no-repeat;
	color: #000000;
	font-size: 9px;
	height: 18px;
	width: 85px;
	margin-left:10px;
	margin-top: 12px;
	}
.tx-indexedsearch-searchbox-sword {
	border: 1px solid #cccccc;
	}

#sidebar .left_box div.header_left_box {
	background: transparent url('../images/header-left-box_bg.png') no-repeat scroll bottom right;
}

#sidebar .left_box {
	margin-top: 5px;
	height: 100%;
	background: transparent url('../images/left-box_bg.png') repeat-y scroll top right;
}

#sidebar .left_box img {
	margin-left: 75px;
	margin-bottom: 5px;

}

