body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005A9C;
	background-color: #FFFFFF;
	background-position: 100% 0%;
	margin:15px;
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #005A9C;
	SCROLLBAR-ARROW-COLOR: #005A9C;
	SCROLLBAR-TRACK-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;	
}
html {height:100%;}
body {height:100%; margin:0; padding:0;}
/* prepares the background image to full capacity of the viewing area */
#bg {position:fixed; top:0; left:0; width:100%; height:100%;}
/* places the content ontop of the background image */
#content {position:relative; z-index:10;}
TD {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #005A9C;
}

.bottom {
	background-image:url(../img/footer.png);
	height:113px;
	vertical-align:bottom;
}
.top {
	background-image:url(../img/top_splashtours.gif);
	height:120px;
}
.td_content {
	background-image:url(../img/body.png);
	background-position:bottom;
}

.menubalk {
	height:30px;
	background-color:#D4DDE2;
}
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.titel, titel:visited
{
	text-decoration: none;
	color: #0092CF;

}
a.titel:hover, titel:active
{
	text-decoration: none;
	color: #FF8B05;
}

.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
.menu li{
float:left;
position:relative;
z-index:100;
}
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
.menu a, .menu :visited {
display:block;
font-size:14px;
padding:7px 14px;
color: #FFF;
text-decoration:none;
text-transform:uppercase;
margin-right:1px;
text-align:center;
font-family:arial;
background-image:url(../img/menu.jpg);
}
.menu :hover{
color:#444;
background-image:url(../img/menu_o.jpg);
}
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;

}
.submenu a, .submenu :visited {
font-size:13px;
padding:7px 14px;
width:149px;
color: #0099FF;
text-align:left;
background-color:#FFF;
background-image:url(../img/leeg.gif);
border-bottom:#006 solid 1px;
border-left:#006 solid 1px;
border-right:#006 solid 1px;
}
.submenu :hover{
color: #FF0000;
background-image:url(../img/leeg.gif);
}

.titelmain {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FF0000;
	font-weight:bold;
}
.img {
	border: #FFF solid 10px;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
  box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);
  filter:progid:DXImageTransform.Microsoft.glow(Strength=5, Color='#CCC');
  -ms-filter:"progid:DXImageTransform.Microsoft.glow(Strength=3, Color='gray')";

}
.shadow {
	width:980px;
	border:0;
	-webkit-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
	-moz-box-shadow: 0 0 10px rgba(50, 50, 50, 0.8);
	box-shadow: 0 0 10px rgba(50, 50, 50, 0.5);



}
/*


h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	Color:#0059A1;
	font-weight: bold;
	letter-spacing: -.05em;
	margin: 0;
	padding: 0;
	line-height: 1em;
	
}
h1 {
	text-align: center;
	
	font-size: 65px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 42px;
	display: inline;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 12px;	
	font-weight: lighter;
}

h5 {
	font-size: 20px;
}

a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0092CF;
	text-decoration: underline;
}
a:hover {
	color: #FF8B05;
	text-decoration: none;
}

a.menu, menu:visited ,a.menu1, menu1:visited {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF8B05;
	font-weight:bold;
	font-stretch: narrower;
	text-decoration: none;
	line-height:40px;
	
}
a.menu:hover, menu:active, a.menu1:hover, menu1:active
{
	color: #0092CF;

}
a.submenu:hover, submenu:active
{
	color: #FF8B05;

}
a.submenu, submenu:visited{
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 16px;
	color: #0059A1;
	font-weight:bold;
	font-stretch: narrower;
	text-decoration: none;

	
}

a.leesmeer, leesmeer:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height:30px;
	text-decoration: none;
}
a.leesmeer:hover, leesmeer:active
{
	color: #FF8B05;
	text-decoration: underline;
	text-align: right;
}
.subtitel { 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #FF8B05;
	text-decoration: none;
}
a.subtitel, subtitel:visited
{
	text-decoration: none;
	color: #0059A1;
}
a.subtitel:hover, subtitel:active
{
	text-decoration: underline;
	color: #0059A1;
}
.titel {

	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #0092CF;
}
.titelmain {
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF8B05;
	font-stretch: narrower;
	font-weight:bold;


}
a.titel, titel:visited
{
	text-decoration: none;
	color: #0092CF;
}
a.titel:hover, titel:active
{
	text-decoration: none;
	color: #FF8B05;
}
.normaal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0059A1;
	text-decoration: none;
	list-style-image: url(../img/bullet.gif);
}
.normaalwit {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.normaalschuin {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #939393;
}

.titel2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.titel3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}.klein {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.klein:hover {
	color: #990000;
	text-decoration: none;
}
div.scroll {	
height: 400px;	
width: 820px;	
overflow-y: auto;
overflow-x: hidden;
padding: 8px;}

.img {  
border: 3px solid #FFFFFF;
}
*/
