/* navigatie - Wout J Reinders 2008 */

#nav .select, #nav .current {
background:url(../img/menu/nav_li.gif) no-repeat left top;
}
 
/* normale styles en style voor de hover class */
/* style voor linkerkant tab */
#nav ul:hover,
#nav ul.hover, /* hover.htc *//* werkt dit nog met JavaScript delay aan? */
#nav ul.current {
	background: url(../img/menu/nav_li_current.gif) no-repeat left top; 
}

/* style voor de rechterkant van de tab */
#nav ul:hover a,
#nav ul.hover a, /* hover.htc */	
#nav ul.current a {
	background:url(../img/menu/nav_a_current.gif) no-repeat right top; color:#4F4F52;
} 

#nav .current ul a {
background:url(../img/menu/nav_li_li_test.gif) right;
}

#nav .current ul.sub li a:hover {
background:url(../img/menu/nav_li_li_a_current.gif) right no-repeat;
}   

#nav .current ul.sub li a.current {
background:url(../img/menu/nav_li_li_a_current.gif) right no-repeat;
}

#mainlayout_header {
background:url(../img/menu/mainlayout_header.gif) no-repeat;
}

#mainlayout_leftcolumn {  
min-height: 700px;
/height:700px;
width: 200px;
float: left;
text-align:center;
}

#mainlayout_leftcolumn img { 
border:#e7e7e4 12px solid;
}


#mainlayout_content { 
float: left;
min-height: 700px;
/height:700px;
width: 456px;
display: inline;
}

#mainlayout_content h1 {
border-bottom:#D5CBBB solid 1px;
}

#mainlayout_rightcolumn { 
min-height: 700px;
/height:700px;
width: 340px; /* =pim */
float: left;
}

#mainlayout_rightcolumn h1 {
font-size:12px;
margin-left:20px; 
line-height:18px;
color:#6a6a6a;
}

.page_title h1 {
color:#4F4F52;
}

.page_title h1 a:hover {
color:#D5CBBB;
} 

#mainlayout_rundown h1 {
color:#4F4F52;
padding-top:20px;
}

#mainlayout_bericht h1 {
color:#4F4F52;
padding-top:20px;
}

#page_navigation_bar a {
color:#4F4F52;
}

#page_navigation_bar .current {
color:red !important;
}




