html { 
      height: 100%; 
	  overflow-y: scroll;	  
}

body {
	height: 100%;
	margin: 0px;
	background: #fff;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #002F6B;
	text-decoration: none;
	background-color: #fff;
	background: url('img/shadow.jpg') repeat-y 50% 0; 	
}

form {
	display: inline;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


h2 {
	display: inline;
	font-weight: bold;
	font-size: 14px;
	padding: 0;
	margin: 0 14px 0 14px;
}


td {
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	color: #002F6B;
	text-decoration: none;
}

input {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	border: 1px solid black;
}

img { 
      border: 0; 
}

a { 
      text-decoration: none; 
      color: #07084A; 
      cursor: pointer; 
}

a:hover { 
      text-decoration: underline; 
      color: #07084A; 
      cursor: pointer; 
}

.auto a { 
      text-decoration: none; 
      color: #b42222; 
      cursor: pointer; 
}

.auto a:hover { 
      text-decoration: underline; 
      color: #b42222; 
      cursor: pointer; 
}

#content {
	  position: relative;
      width: 960px;
	  margin: 0 auto;
	  min-height: 100%;
	  height: auto !important;
	  height: 100%;
}

#header {
      width: 960px;
      height: 140px;
      margin: 0px auto;
}

#logo {
      position: absolute;
      top: 0;
      left: 0;
	  z-index: 2;
	  width: 960px;
	  height: 140px;
}

#logo2 {
      position: absolute;
      top: 92px;
      left: 14px;
	  z-index: 3;
	  width: 190px;
	  height: 60px;
}

#sticker {
      position: absolute;
      right: 10px;
      top: 2px;
	  z-index: 3;
	  width: 140px;
	  height: 130px;
}

#highlight {
	  background: url('img/highlightbox.png');
	  width: 273px;
	  height: 272px;
	  position: absolute;
	  right: 0;
	  top: 400px;
	  z-index: 2;
}

#menu {
      position: relative;
      width: 960px;
      height: 20px;
      background-color: #002F6B;
      color: #fff;
}

#menu ul {
	float: left;
	height: 20px;
	font-weight: bold;
	font-size: 14px;
	z-index: 3;
	margin: 1px 0 0 0;
	padding: 0;
	list-style-type: none;	
}

#menu li {
	display: inline;
}

#menu ul a {
	color: #feea13;
}

#menu ul a:hover {
	z-index: 3;
	color: #ffffff;
	text-decoration: none;
}

.mid1 {
      #position: absolute; 
      #top: 50%; 
      display: table-cell;   
      vertical-align: middle;
}

.mid2 {
      #position: relative; 
      #top: -50%; 
	  text-align: center;
}

#inhoud {
	  position: relative;
      width: 960px;
	  background: #ffffff;
}

.handje {
      cursor: pointer;
}	

#hd_opm {
	border:1px solid #002F6B;
	color:#002F6B;
	padding: 5px;
	width: 340px;
	text-align: center;
}

#hotel_highlight {
	width:190px;
	border: 1px solid #002F6B; 
	color:#002F6B;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;
	text-align: center;
}

#hd_link a{
	text-decoration:none;
	color:#002F6B;
	font-weight:bold;
}

#hd_link a:hover {
	text-decoration:underline;
	font-weight:bold;
}

/*SLIDEVIEWER*/

/*preload classes*/ 
.svw {width: 50px; height: 20px; background: #fff;} 
.svw ul {position: relative; left: -999em;} 
 
/*core classes*/ 
.stripViewer {  
position: relative; 
overflow: hidden;    
margin: 0 0 1px 0; 
border: 1px solid #002F6B;   
} 
.stripViewer ul { /* this is your UL of images */ 
margin: 0; 
padding: 0; 
position: relative; 
left: 0; 
top: 0; 
width: 1%; 
list-style-type: none; 
} 
.stripViewer ul li {  
float:left; 
} 
.stripTransmitter { 
overflow: auto; 
width: 1%; 
} 
.stripTransmitter ul { 
margin: 0; 
padding: 0; 
position: relative; 
list-style-type: none; 
} 
.stripTransmitter ul li{ 
width: 20px; 
float:left; 
margin: 0 1px 1px 0; 
} 
.stripTransmitter a{ 
font: bold 10px Verdana, Arial; 
text-align: center; 
line-height: 22px; 
background: #002F6B; 
color: #fff; 
text-decoration: none; 
display: block; 
} 
.stripTransmitter a:hover, a.current{ 
background: #ff0; 
color: #002F6B; 
} 
 
/*tooltips formatting*/ 
#tooltip { 
background: #fff; 
color: #000; 
opacity: 0.85; 
border: 5px solid #dedede; 
} 
#tooltip h3 {  
font: normal 10px Verdana;  
margin: 0;  
padding: 6px 2px;  
border: 0; 
} 

.topper {
	position: relative;
}

.toppertekst {
	margin: 0;
	position: absolute;
	background-color: #002F6B;
	top: 0;
	height: 20px;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=50); 
	width: 220px;
}

.toppertekst2 {
	margin: 0;
	position: absolute;
	top: 1px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	left: 3px;
	z-index: 2;
}