/* www.Ondeia.com - stylesheet  */

<!--

body {
    margin:0;
  	border:0;
  	padding:0;
 	height:100%; 
 	max-height:100%; 
 	overflow: hidden; 

    background:#737b8c; 
    
    font-family: "Trebuchet MS", Arial, sans-serif;
	color: #606060;
    
   	scrollbar-track-color: #ffffff; 
 	scrollbar-face-color: #ffffff; 
 	scrollbar-base-color: #ffffff;
 	scrollbar-arrow-color: #869296; 
 	scrollbar-3dlight-color: #c0c0c0; 
 	scrollbar-darkshadow-color: #c0c0c0;
 	scrollbar-highlight-color: #c0c0c0; 
 	scrollbar-shadow-color: #c0c0c0; 
}

table {width: 100%; height: 100%;}
td	  {vertical-align: middle; text-align=center;}


p {
  	font-size: 10.5pt;
 	line-height: 1.5;
 	vertical-align: top;
}


#canvas {
	position: relative; 
	width: 750px; 
	height: 540px; 
	z-index: 1; 
	background-color:#FFFFFF;
}

#tekst {
	position: absolute; 
	left: 270px; 
	top: 125px; 
	width: 480px; 
	height: 390px; 
	z-index: 2; 
	overflow: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#menuondergrond {
	position: absolute; 
	width: 750px; 
	height: 35px; 
	left: 0px; 
	top: 90px; 
	z-index: 2; 
	background-color: #869296;
}

#copyrightondergrond {
	position: absolute; 
	width: 750px; 
	height: 25px; 
	left: 0px; 
	top: 515px; 
	z-index: 2; 
	background-color: #869296;
}

/* index alleen op index.htm gebruiken. Maakt het mogelijk om een afwijkende link-opmaak te definiëren */
#index {
	position: absolute; 
	left: 270px; 
	top: 125px; 
	width: 480px; 
	height: 390px; 
	z-index: 2; 
	overflow: auto;
	text-align: left;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}


#logo {
	position: absolute; 
	width: 270px; 
	height: 90px; 
	left: 0px; 
	top: 0px;
	z-index: 1; 	 
	background-color: #ffffff;
}

#bovenvak {
	position: absolute; 
	width: 480px; 
	height: 100px; 
	left: 270px; 
	top: 0px; 
	z-index: 1; 
	background-color: #dedfe7;
}

#foto {
	position: absolute; 
	width: 270px; 
	height: 390px; 
	left: 0px; 
	top: 124px; 
	z-index: 1; 
}

.menutekst {
	color: #F9F9F2;
	font-size: 14pt;
	font-weight: bold;
	font-weight: bold;
	word-spacing: 3pt;
	text-align: left;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	float:left;
}

.submenutekst {
	color: #F9F9F2;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	word-spacing: 0pt;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}


.copyrighttekst {
	color: #F9F9F2;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0pt;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.prijzentekst {
	color: #606060f;
	font-size: 10.5pt;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0pt;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: -10px;
}


a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #f9e1d2;
	background-color: ;
	text-decoration: none;
}


#tekst a:link, #tekst a:visited, #tekst a:active {
	color: #cea586;
	font-weight: bold;
	text-decoration: none;
}

#tekst a:hover {
    color: #999999;
	text-decoration: none;
}


#index a:link, #index a:visited, #index a:active {
	color: #cea586;
	text-decoration: none;
}

#index a:hover {
	color: #869296;
	background-color: ;
	text-decoration: none;
}


h1 {
	font-size: 14pt;
	color: #cea586;
	margin-top: 15px;
	margin-bottom: 0px;
}
h2 {
	font-size: 11pt;
	color: #cea586;
	padding-left: 14px;
	margin-top: 20px;
	margin-bottom: -15px;
}

h3 {
	font-size: 12pt;
	color: #cea586;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: -15px;
}

h4 {
	font-size: 10.5pt;
	color: #cea586;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: -15px;
}

ul {
	list-style-position: outside;
	list-style-image: url("../afbeeldingen/listIcon.gif");
	line-height: 150%;
}
ul ul {
	list-style-position: outside;
	list-style-image: url("../afbeeldingen/listIcon2.gif");
}
ul ul ul {
	list-style-position: outside;
	list-style-image: url("../afbeeldingen/listIcon3.gif");
}

/* background-colr: #e9eaef */
