
/**
 * 		CSS - http://cassiersnv.be
 *
 *		Some right reserved - Japaveh Webdesign
 *		http://japaveh.be | mail@japavhe.be
 *		(c) 2007
 *	
 */


* {
	margin: 0;
	padding: 0;
}

body {
	font: 100% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background: white url(http://cassiersnv.be/img/welkomstscherm6.jpg) center top no-repeat;
}

h1 {
	background: white;
}

h2 {
	color: #B52C07;
	font: 98% georgia, times, "times new roman", serif;
	font-weight: bold;
}

h3 {
	color: #5B5E0E;
	font: 125% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

.menu {
	display: none;
}

#returnlink {
	display: none;
}

#copyright {
	text-align: center;
}

#ondertitel {
	font-size: 14px;
    padding-top: 500px;
	padding-bottom: 60px;
	width: 800px;
}

* html #ondertitel {
	padding-top: 462px;
	
}

#container {
	margin: 0em auto;
	width: 660px;
	text-align: left;
	height: 101%;	
}

* html #container {
	padding-left: 140px;
}

.menuholder { 
	margin-top: 14px;
	
}

.menuholder .menu {
	display: block;
}

#nav, #nav ul{
    list-style: none;
    font-size: 14px;
    font-family: Georgia;    
    padding: 0px;
}

#nav a {
    display: block;
    padding: 0.5em 0.62em 0.70em 0.52em; 
    text-decoration: none;
    color: gray;
}

#nav li {
    float: left;
    margin: 0;
    padding: 1px;
    background: white url(http://cassiersnv.be/img/bg_menu_button.jpg) repeat-x;
    list-style-type: none;
    border-right:1px solid #ffffff;
 }

#nav li ul {
    position: absolute;
    left: -999em;
    background-color: #ccc;
    margin: 0;
    margin-top: 1px;
    margin-left: -1px;
}

#nav li li{
    clear:both;
    width: 11em;
    border: none;
    margin: 0;
    background: white url(http://cassiersnv.be/img/bg_menu_button.jpg) repeat-x;
    padding: 0;
}

#nav li li a{
    padding: 0.2em 0.5em 0.2em 0.5em;
    
}

#nav li:hover ul, #nav li ul:hover, #nav li.over ul, li#active {
	left: auto;
    background: white url(http://cassiersnv.be/img/bg_menu.jpg) repeat-x;
    color: black;  
}

#nav li:hover,  #nav li.over, #nav li li.over {
    background: white url(http://cassiersnv.be/img/bg_menu.jpg) repeat-x;
    color: black;
}


