body {
  margin: 10px 0;
  padding: 0;
	color: #fff;
	font:  tahoma, sans-serif;
	z-index: 1;
}

/* styles for background-image by http://www.markschenk.com/cssexp/background/scaledbgimage.html */
/*html { height: 100%; overflow:auto;}
body { background-color: transparent; margin: 0px; padding: 0px; height: 100%; border-top: 1px transparent solid; margin-top: -1px; z-index:0; position:relative; }
img#background { height: 100%; width: 100%; z-index: -1; position:absolute; color: ffaae0; }
*/

#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 750px;
	display: block;
	height: 800px;
	text-align: center;
	color: #f00;
	}

#header {
	position: absolute;
	top: 0;
	left: 0px;
	width: 960px;
	height: 110px;
	text-align: left;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

#header h1 {
font-size: 24px;
letter-spacing: 1.05em;
}

#cooldown {
	position: absolute;
	top: 0;
	right: 10px;
	width: 720px;
	height: 50px;
	text-align: left;
}

/* big picture and thumbnails  */

#img  {
	position: absolute;
	top: 120px;
	left: 0;
	width: 750px;
	height: 500px;
    background: url(gfx/logo_schipholgroup.gif) no-repeat bottom;
	display: block;
}

#thumbbox {
	position: absolute;
	top: 655px;
	left: 0;
	width: 750px;
	height: 60px;
	display: block;
}

#thumbbox div#leftcol, #thumbbox div#midcol, #thumbbox div#rightcol {
  position: absolute;
  top: 0;
}

#thumbbox div#leftcol {
  left: 0px;
  width: 750px;
  text-align: justify;
}

#thumbbox div#midcol {
  left: 115px;
}

#thumbbox div#rightcol {
  left: 230px;
}

ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

.thumbimg {
  margin: 0 3px 0 0;
	width: 80px;
	height: 53px;
	text-align: center;
	padding: 0 0 15px 0;
	!padding: 0 0 13px 0;
	clear: none;
}

#thumbbox div li span img {
  margin: 5px 5px 5px 0;
  !margin: 0;
  padding: 5px 0 5px 0;
  }

#thumbbox div li span img.selected_image {
   border-top: 5px solid #f00;
   border-bottom: 5px solid #f00;
   padding: 0;
}

/* controlbar en timesearch */

#controlholder {
 	position: absolute;
	top: 625px;
	left: 0;
  height: 30px;
  width: 500px;
}

 #timebottom {
	margin: 0;
 	position: absolute;
	top: 0;
	left: 500px;
	width: 250px;
	display: block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}

 #control {
 	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 40px;
	display: block;
	text-align: center;
}

#timetext {
	position: absolute;
	margin: 0;
	top: 0;
	right: 80px;
	padding: 2px 0 4px;
	color: #f00;
  font-family: verdana, sans-serif;
}

#timetext img {
  margin: 0;
  padding: 0 1px 0 0;
  clear: none;
  }

#timebox {
 	position: absolute;
	top: 0;
  right: 10px;
  margin: 0 0 0 1px;
	padding: 4px;
	clear: none;
}
select {
	font-size:10px;
}


input, textarea {
	font-family: arial;
	font-size:11px;
	font-weight: normal;
}

#diffooter {
	position:absolute;
	top:740px;
	left:0;
	width: 750px;
}

img.right {
float: right;
border: 0;
}

img.left {
float: left;
border: 0;
}

/* mail screen markup */

#mail {
	width: 333px;
	height: 400px;
	padding-left:10px;
  background-color: #ffffff;
}

.email {
	padding-left: 15px;
	padding-top:5px;
	font-size: 9pt;
	font-weight: bold;
	line-height: 25px;
	vertical-align: top;
	z-index: 20;
}

.email {
	font-size:11px;
	font-weight: bold;
	text-align: left;
  color: #333;
	width: 160px;
}

.emailcontainer {
	width: 360px;
}

#emailbox {
	position: absolute;
	top: 30px;
	left: 50px;
	width: 360px;
	height: 330px;
	color: #333;
	font-family: tahoma, sans-serif;
}

input, textarea {
  font-size: 9pt;
	font-weight: bold;
	color: #000000;
}

li, LI, ul, UL {
	font-size: 9pt;
	font-weight: bold;
	color:#cc0000;
	z-index:20;
}

.error {
	margin:20px;
	font-size: 9pt;
	font-weight: bold;
	color:#cc0000;
	z-index:20;
}

.gallink, a.gallink, a.gallink:hover {
	font-size: 9pt;
	font-weight: bold;
	color:#cc0000;
	text-decoration: none;
}
