body, h1, h2, h3, h4, h5, h6,p, ul, a { font-family: "Lucida Sans", Arial, Helvetica, sans-serif; font-size: 12px; }

html { height: 100%; overflow: auto; margin: 0; padding: 0; }
body { padding-top: 40px;  padding-bottom: 40px;	background-image: url(../images/website/bg.gif);
		 scrollbar-face-color: #666666; 
		 scrollbar-shadow-color: #333333; 
		 scrollbar-highlight-color: #333333; 
	 	 scrollbar-3dlight-color: #333333; 
	  	 scrollbar-darkshadow-color: #333333; 
		 scrollbar-track-color: #333333; 
		 scrollbar-arrow-color: #CCFFFF }
		 
table.outer { 	width: 100%; height: 100%; border: 0px;  }

table.container {
   border-collapse: collapse; 
	width: 774px; height: 100%; border: 1px solid #333;
	background-color: #363233; background-image: url(../images/website/kookboot.jpg); 
	background-repeat: no-repeat; background-position: top right; }
table.left {  height: 100%}

td#cenk	{  border-right: 0px solid #CCCCCC!important; border-left: 0px solid #CCCCCC; padding: 0;}
td#images {
	height: 168px; width: 316px; margin: 0px;
	border: 1px solid #C90016;
	background: #C90016 url(../images/menu/zeewolde_2.jpg) no-repeat;  }
td#tekstvak {margin-right: -30px; width:100%;  
	height: 380px!important; height: 100%; 
 	padding: 0 30px 10px 10px!important; padding: 0 10px 10px 10px; }


H1 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 8px;
	color: #E4808A;
	font-variant:small-caps;
	margin: 10px 0 16px 16px; }
H2 {
	font-family: "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 10px 0 0 0;
	letter-spacing: 2px;
	color: #ddd;
	margin: 8px 0 6px 16px; }
	
p  { margin: 16px 16px 0px 16px; color: White; line-height: 16px;}
li { margin: 0 0 0 -8px; color: White; line-height: 16px;}

a       { color: #E4808A; border-bottom: 1px dotted #E4808A; text-decoration: none; }
a:hover { color: #F1BFC5; border-bottom: 1px dotted #F1BFC5; }

div#sitemap a 			{color: #363233; font-size: 8px; text-decoration: none; border-bottom: 0px; }
div#sitemap a:hover 	{color: Black;   font-size: 8px; text-decoration: none; border-bottom: 0px; }

/*  MENU */
div#menu {
	background: #ccc;
	width: 170px;
   height: 220px;
	position: relative; left: 0px; top: 0px;
	font-weight: bold; font-size: 13px;
	border-top: 6px solid #ccc;
	border-right:1px solid #bbb;
}

div#menu ul {
	list-style: none;
	margin: 0; 	padding: 0;
}
div#menu ul li {
	margin: 0;	padding: 0;
}
div#menu ul li a {
	font-size: 13px;
	padding: 6px 0 2px 12px; 
	display: block; 
	width: 158px!important; width: 170px; 
	color: #C90016;
	border-bottom: 1px solid #C90016;
	text-decoration: none;
}
div#menu ul li a:hover {
	padding: 6px 0 2px 6px; 
	display: block;
	color: #C90016;
	border-bottom: 1px dotted #C90016;
	background-color: #EFEFEF;
	border-left: 6px solid #C90016;
}


