#toppage {
margin:0px;
padding:2px 5px 2px 5px;
border:0px;
}
/* Here the MENU starts with a container holding everything */
#menutop_container, #menutop_container table{
width:560px;
margin:auto;
border:1px outset;
padding:0px;
background-color:rgb(215,227,246);
background-image:url('menu_backdrop.png');
background-repeat:repeat-x;
color:#112747;				/* font color */
position:relative;
z-index:641;
}
#menutop_container td{
border:0px;
padding:0px;
background-color:rgb(215,227,246);	/* set background color to light-blue for IE8*/
background-color:rgba(215,227,246, 0.0);/* set background color to light-blue and 0% opaque=100% transparant */
}
/* ------------------------menutop_henk ------------------- */
.menutop_henk{
width:48px;
height:70px;				/* specify height, independent of picture, so browser does not need to know the image height */
float:left;
margin:0px;
padding:0px;
}
/* ------------------------menutop_heading ------------------- */
.menutop_heading {
float:none;
text-align:center;
font-size:36px;				/* nice size */
font-weight:bold;			/* bold, but only for main bar */
font-family:Arial;			/* Nice font */
text-transform:uppercase;		/* Make top-menu uppercase */
width:460px;
}
/* ------------------------menutop_marjorie ------------------- */
.menutop_marjorie{
width:48px;
height:70px;				/* specify height, independent of picture, so browser does not need to know the image height */
float:right;
margin:0px;
padding:0px;
}
/* ------------------------menutop_selection ------------------- */
.menutop_selection table {
text-align:center;
}
.menutop_selection, .menutop_selection a{
font-size:12px;				/* nice size */
font-weight:bold;			/* bold, but only for main bar */
font-family:Arial;			/* Nice font */
text-transform:uppercase;		/* Make top-menu uppercase */
}
.menutop_selection ul, #menutop_selection ul li, #menutop_selection ul ul {
margin: 0;	    			/* no margins needed */
list-style: none;   			/* No dots in front/back of items  */
float:left;				/* needed to get it under KNUSSEL HOMEPAGE */
}
.menutop_selection ul {
padding: 0px 30px 0px 30px;		/* some nice space left and right of menutop selection */
}
.menutop_selection ul li {
float: left;				/* menu top will be next to each other, starting at left */
line-height: 1.8em;			/* set hights of items */
vertical-align: middle;			/* align vertical in middle */
background-color:rgb(215,227,246);	/* set background color to light-blue for IE8*/
background-color:rgba(215,227,246,0.8);	/* set background color to light-blue and 85% opaque */
border-width:1px;			/* minimum border to 1 px, ith slightly darker blue see below  */
border-style:solid;			/* solid border with light blue color and opaque */
border-color:rgb(162,191,233);		/* color of border of 1px wide  for IE8*/
border-color:rgba(162,191,233,0.6);	/* color of border of 1px wide */
text-decoration:none; 			/* no decorations, like link, underline, etc */
}
.menutop_selection ul li a, ul li span {
text-decoration:none; 			/* no decorations, like link, underline, etc */
color:#112747; 		   		/* color of text in items */
cursor: default; 			/* keep curser normal arrow, no change, background will change. */
padding:1px 20px 1px 20px; 		/* set padding at top menu 20px left and right, */
}
.menutop_selection ul li:hover {
position: relative;			/* needed to make submenu's visible at right location*/
z-index: 599;
cursor: default; 			/* keep curser normal arrow, no change, background will change. */
background-color:yellow;		/* mouse over selection */
color:red;				/* mouse over selection */
}
.menutop_selection ul li a:hover {
background-color:yellow;		/* mouse over selection */
color:red;				/* mouse over selection */
}
.menutop_selection ul ul {		/* submenu things */
padding: 0px;				/* no padding left/right/top/bottom of sub menus */
visibility: hidden;			/* Needed to hide submenu's  */
position: absolute;
top: 90%;				/* position of the bsubmenu. 100% = under main menu, 90% is on top of main menu */
left: 10%;
z-index: 598;
width: auto;
min-width:50px;				/* minimum width of submenu */
}
.menutop_selection ul ul a {
text-transform:none;
padding:1px 10px 1px 10px; 		/* set padding at top menu 20px left and right, */
cursor: default; 			/* keep curser normal arrow, no change, background will change. */
font-weight:normal;
font-size:11px;				/* nice size */
}
.menutop_selection ul ul li {
float: none;          			/* needed to unwrap sub menu's */
white-space:nowrap;   			/* needed to unwrap sub menu's */
border-width:1px 1px 1px 1px;		/* remove border at top by setting to 0px  */
}
.menutop_selection ul li:hover > ul {   /*selects all 'ul' where parent is 'ul li ', thus submenues */
visibility: visible;
}
.menutop_sub {
font-size:10px;				/* smaller font for submenu */
font-weight:normal;			/* normal instead of bold, but only for sub menu */
}


/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
