/* CSS Document */
body {margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px;	background-color: black; font-family: Arial; color: white; font-weight: bolder; }
#header {position: absolute; top: 0; left: 0; background-image: url(http://nausverhuur.wizk.it/frontend/default/header.jpg); height: 216px; width: 1000px; }
#wrapper { position: relative; top: 0; left: 0; width: 1000px; text-align: left; padding-top: 216px;}
#main {	position: relative; top: 0; left: 0; background-image: url(http://nausverhuur.wizk.it/frontend/default/fill.jpg); background-repeat: repeat-y; }
#main_content {background-image: url(http://nausverhuur.wizk.it/frontend/default/main.jpg); background-repeat: no-repeat; width: 740px; padding-bottom: 20px; padding-left: 130px; padding-top: 20px; color: #F7C600;}
#footer { background-image: url(http://nausverhuur.wizk.it/frontend/default/footer.jpg); background-repeat: no-repeat; background-position: bottom; height: 51px; width: 1000px; color: white;}
#footer_content {padding-left: 110px; font-size: 8pt; padding-top: 3px;}
a { text-decoration: none; margin: 0px; padding: 0px; color: #F7C600; font-weight: bolder;}
img { text-decoration: none;}
div.title {font-weight: bold; font-size: large;	background-color: #000;	color: #FFF; width: 770px;}
div.title a { color: #FFF; text-decoration: none;}
div.title a:hover {color: #ffff00; text-decoration: none;}

/* index */
div.index {position: relative;background-image: url(http://nausverhuur.wizk.it/frontend/default/fillbkg.jpg);background-repeat: no-repeat;background-position: left bottom;height: 150px;width: 743px;}
a.index {position: absolute;top: 50px;left: 220px;font-size: 20pt;font-weight: bolder;}

/*------------------------------------- */
/* pagination                           */
/* ------------------------------------ */

#pagination {
background-color: #F7C600;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
width: 743px;

}
a.btn_pagination {
font-size: 14pt;
border: 2px solid black;
color: black;
text-decoration: none;
}
a.btn_pagination:hover {
color: #F7C600;
background-color: black;
}

/* -------------------------- */
/* MENUS
/* -------------------------- */
#menu {position: relative;}
#main_menu { position: absolute; top: 190px; left: 103px; height: 30px;	width: 790px; text-align: left; color: white;}
#menuh {font-size: 1em;	font-family: arial; font-weight: bold;	height: 31px; float:left; padding-top: 0px;}		
a.mainMenu {color: white; padding-left: 5px; padding-right: 5px; border-right: 1px dotted #FFF; padding-right: 5px; font-weight: bolder; height: 30px; }
a.actief { color: #F7C600; font-weight: bolder; font-size: 15pt; padding-left: 5px; padding-right: 5px; border-right: 1px dotted #FFF; padding-right: 5px; font-weight: bolder;	height: 30px;}

#menu_0 {display: none;}
#menu_hoofdmenu {text-align: center;padding-right: 30px;width: 790px;position: absolute;top: 190px;left: 103px;color: green; z-index: 99;}

/* Basic code - don't modify */
ul.menu { display: block; margin: 0; padding: 0; position: relative; }
ul.menu li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
ul.menu a { display: block; text-decoration: none;height: 20px;}
ul.menu ul { display: none; z-index: 99; position: absolute; left: 0; margin: 0; padding: 0; }
* html ul.menu ul { line-height: 0; } /* IE6 "fix" */
ul.menu ul a { zoom: 1; } /* IE6/7 fix */
ul.menu ul li { float: none; }
ul.menu ul ul { top: 0; }
    
/* Essentials - configure this */

ul.menu ul { width: 130px; }
ul.menu ul ul { left: 131px; }

/* Everything else is theming */
 
ul.menu { height: 30px; }
ul.menu *:hover { background-color: none; }
ul.menu a { border-right: 1px solid white; color: white; font-size: 14px; padding: 3px; line-height: 1; }
ul.menu li.hover a { background-color: #F9C704; }
ul.menu ul { top: 27px; }
ul.menu ul li a { background-color: #5E5A5A; }
ul.menu ul a.hover { background-color: red; }
ul.menu ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* ul.menu ul a { border-bottom: none; } - I also needed this for IE6/7 */


