/**                  
 * 1022x768.css
 *
 * Stylesheet definition for browsers with
 * a screenresolution that is equal or bigger than
 * 1022*768 px.
 *
 * @version 	1.0
 * @author	A.J. de Vries	
 * @package	www.westeneng-makelaardij.nl 
 * 
 * Copyright (c) 2005 Malibomba                               
 * IT IS NOT ALLOWED TO USE OR MODIFY ANYTHING OF THIS SITE,  
 * WITHOUT THE PERMISION OF THE AUTHOR.                       
 * Info? Mail to info@malibomba.com                             
 */
/*<![CDATA[*/ 
html, body {
	margin:0px;
	border:0px;
	width:100%;
	height:100%;
	background: #f8e086;
	scrollbar-arrow-color: #000;
	scrollbar-face-color: #eeba3f;
	scrollbar-shadow-color: #eeba3f;
	scrollbar-track-color: #fefaee;
}



body, th, td, p, div, span {
	color: #000;
	font-size: 11px;
	font-family: Verdana;
	text-align: left;
}

img.icon {
	height:30px;
}


div#canvas {
	margin: 0 auto;
	width:980px;
	height:590px;
	overflow:hidden;
	position:relative;
	border:1px solid #000;
}



/**
 * Header style(s) and
 * class definitions.
 */
div#header {
	top:0px;	
	left:0px;
	width:980px;
	height:120px;
	overflow:hidden;
	position:absolute;
	background: url("/pics/bg_menu_top.jpg") repeat-y top left;
	background:#eeba3f;
}

div#headerblock1 {
	top:0px;	
	left:0px;
	width:90px;
	height:105px;
	position:absolute;
	background:#f8e086 url('/pics/header-image1-1024x768.jpg')
	no-repeat left center;
}

div#headerblock2 {
	top:0px;
	left:90px;
	width:110px;
	height:105px;
	position:absolute;
	background:#f8e086 url('/pics/header-image2-1024x768.jpg')
	no-repeat left center;
}

div#headerblock3 {
	top:0px;
	left:200px;
	width:150px;
	height:105px;
	position:absolute;
	background:#f8e086 url('/pics/header-image3-1024x768.jpg')
	no-repeat left center;
}

div#westeneng-makerlaardij {
	width:auto;
	height:105px;
	background:#f8e086 url('/pics/westeneng-makelaardij-1024x768.jpg')
	no-repeat right center;
}


/**
 * Navigation style(s) and
 * class definitions.
 */
div#navigation {
	left:0px;
	top:120px;
	margin: 0px;
	padding: 0px;
	width:200px;
	height:465px;
	text-align:left;
	position:absolute;
	background: #f9cd32;
	background: url("/pics/bg_menu_nvm.png") repeat-y bottom left;
	
}



div#navheader {
	top:0px;	
	height:35px;
	width:200px;
	text-align:left;
	position:relative;
	background:#f8e086;
	background: url("/pics/bg_menu_top.jpg") repeat-y top left;
}



/**
 * Contentpanel style(s) and
 * class definitions.
 */
div#contentpanel {
	top:120px;
	left:200px;
	width:812px;
	height:464px;
	position:absolute;	
	background: #fffefc url('/pics/background-1024x768.jpg')
	no-repeat center center;	
}

div#contentheader {
	top:0px;
	left:0px;	
	height:35px;
	width:812px;
	text-align:left;
	position:relative;
	background:#f8e086;
	filter:alpha(opacity=75);
}

div#contentheader h4 {
	margin: 0px;
	font-size:13px;
	margin-top:3px;
	margin-left:15px;
}

div#contentheader small {
	font-size:10px;
	margin-left:15px;
}

div#contentblock {
	top:0px;	
	left:0px;
	width:778px;
	height:408px;
	overflow:auto;
	float:left;
	position:relative;
	background:transparent;
}

div#contentblock table {
	margin:15px;
	width:90%;
}

div#contentblock p {
	text-align:justify;
	padding-right: 15px;
}

/**
 * Footer style(s) and
 * class definitions.
 */
div#footer {
	left:0px;
	bottom:0px;
	height:25px;
	width:1012px;
	overflow:hidden;
	position:absolute;
	background: #eeba3f;
}

div#footer center {
	top:5px;
	position:relative;
}


/* ------- NAV--------- */


#nav {	
	position:absolute; 
	left:0px; 
	top: 34px;
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style: none;
	z-index:99;
	margin-left:0px; 
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 11px;
}
	
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow:visible;
	position:relative;
	display:none;
	z-index:99;	
}
	
#nav li a {
	height: 25px;
	display:block;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-decoration: none;
}	
	
#nav li a:link, #nav li a:visited {
	color: #000;
	display: block;
	height: 21px;
	background: url(/pics/li.jpg) no-repeat;
	padding-left: 10px;
	padding-top: 4px;	
}

#nav li a:hover {
	color: #26370a;
	background: url(/pics/li_up.jpg) no-repeat;
}

	
#nav li.action a:link, #nav li.action a:visited {
	border: 0;
	background: none;
	padding: 20px 5px;
}
/**
 * This class is used fot hiliting the selected
 * 'nav' item in the leftside navigation.
 */
.navselected {
	color: #26370a;
	background: url(/pics/li_up.jpg) no-repeat;
}

	
#nav li a:active {
	color: #26370A;
	background: url(/pics/li_up.jpg)  no-repeat;
}
	
#nav ul ul, #nav ul ul ul {
	list-style: none;
   	display:none; 
    	position:absolute; 
    	margin-top:0px; 
    	margin-left:0px;
}
#nav ul li>ul, #nav ul ul li>ul {
    margin-top:0px;
    margin-left:0px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}

li>ul { 
	top: 0px;
	left: 0px;
	margin-left:0px;
}
/* ------- END NAV --------- */



/* ------- SUB --------- */


#sub  {
	z-index:99;
	margin: 0px;
	padding: 0px;
	display:none;
	list-style: none;
	overflow:visible;
	position:relative;
}


#sub li a {
	margin: 0px;
	height: 50px;
	display:block;
	padding-top:1px;
	padding-left: 50px;
	text-decoration: none;
}

#sub li a:link, #sub li a:visited {
	color: #fff;
	height: 16px;
	display: block;
	padding-top: 1px;
	padding-left: 30px;
	background: url(/pics/li_up_sub.jpg) no-repeat;
}
	
#sub li a:hover {
	height: 16px;
	color: #26370a;
	padding-top:1px;	
	background: url(/pics/li_up_sub_up.jpg) no-repeat;
}

/**
 * This class is used to hilite the selected
 * subcategory in the leftside navigation.
 */
.subselected {
	height: 16px;
	color: #26370a;
	padding-top:1px;	
	background: url(/pics/li_up_sub_up.jpg) no-repeat;
}

	
#sub li a:active {
	color: #26370a;
	padding-top:1px;
	background: url(/pics/li_up_sub_up.jpg)  no-repeat;
}
	
/* ------- END SUB --------- */



img.png { 
	behavior:url('/css/iepngfix.htc'); 
	border: 0px; 
}
/*]]>*/
