/* Cafe Lindeboom Cascade Style Sheet */
/* Written by D. Kloos */

#lindeboom {
	width: 800;
	}

#toplijn {
	filter: alpha(opacity=80)!important;filter: alpha(opacity=60);
	float: right;
	-moz-opacity: 0.6!important; -moz-opacity: 0.3;
	width: 798;
	border-bottom: 1px solid #98BEBE;
	}

#header {
	height: 190!important; height: 165;
	}

#linkerkolom {
	float: left;
	height: 1;
	width: 100;
	border: 1px solid #336666;
	border-bottom: 1px ;
	border-top: 1px;
	}

#menu {
	}

#ondermenu {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	background-color: #98BEBE;
	width:98!important;width: 100; 
	height: 359; 
	border: 1px solid #336666;
	}
	
#inhoud {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	float: right;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	top: 100;
	width: 658!important;width: 698;
	height: 589!important;height: 599;
	background-color: #98BEBE;
	border: 1px solid #336666;
	border-left: 0px;
	border-right: 0px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	}
	
a.inhoud:link {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	}

a.inhoud:visited {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	}
	
a.inhoud:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	color: #0000FF;
	font-family: Arial;
	font-size: 12px;
	}
	
#datum {
	float: right;
	margin: 0px 0px 1px 1px;
	padding-right: 5;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	width:792!important;width: 798;  
	height: 13px;
	border: 1px solid #98BEBE;
	border-bottom: 0px solid #98BEBE;
	border-left: 0px solid #98BEBE;
	text-align: right;
	color: #98BEBE;
	font-family: Arial;
	font-size: 10px;
	}
	
#week {
	float: right;
	margin: 0px 0px 1px 1px;
	padding-right: 5;
	margin-top: -1;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	width: 798;
	height: 13px;
	border-right: 1px solid #98BEBE;
	text-align: right;
	color: #98BEBE;
	font-family: Arial;
	font-size: 10px;
	}

body {
	background-color: #336666;
	background-image: url('../background2.jpg');
	background-repeat: no-repeat;
	background-position: top center; 
}

.gradualshine {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	}
	
.gradualshinebottom {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6!important;-moz-opacity: 0.3; 
	}

/* Menu */


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100; /* Width of Menu Items */
	text-align:left;
	font-family: Arial;
	font-size: 12px;
	}

ul li {
	position: relative;
	}
	

li ul {
	position: absolute;
	left: 100; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #336666;
	background: #98bebe; /* IE6 Bug */
	padding: 5px;
	border: 1px solid;
	border-bottom: 0;
	}

ul li.bottom a {
	display: block;
	text-decoration: none;
	color: #336666;
	background: #98bebe; /* IE6 Bug */
	padding: 2px;
	padding-left: 5px;
	border: 1px solid;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { 
	background: #98bebe; 
	} /* Hover Styles */
		
li ul li a { padding: 2px 5px; 	width: 66; } /* Sub Menu Styles */
li ul lil a { padding: 2px 5px; width: 66;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

/* images */

img.top {
	vertical-align:text-top;
	border:0px;
	}


a img {
	border: 0px;
	}