body {
  margin: 0;
  padding: 0;
  background-color: #eee;
	color: #7b1548;
	font:  tahoma, sans-serif;
	text-align: center;
	z-index: 1;
}

#page {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 950px;
	display: block;
	height: 750px;
  background: #fff url(gfx/sozk_bg.gif) no-repeat 0;
	color: #003;
	}

#header {
	position: absolute;
	top: 0;
	left: 10px;
	width: 750px;
	height: 90px;
	text-align: right;
}

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

/* overlays */
#page #hlvdk_top {
  position: absolute;
  top: 5px;
  left: -10px;
  width: 335px;
  height: 110px;
  background: url(gfx/hlvdk.png) left no-repeat;
	z-index: 250;

}

#page #hlvdk_left {
  position: absolute;
  top:177px;
  left: -27px;
  width: 196px;
  height: 390px;
  background: url(gfx/mo_left.png) left no-repeat;
	z-index: 200;
}

#page #hlvdk_right {
  position: absolute;
  top:463px;
  left: 169px;
  width: 145px;
  height: 104px;
  background: url(gfx/mo_right.png) left no-repeat;
	z-index: 200;
}

#page #hlvdk_sign {
  position: absolute;
  top:5px;
  right: 5px;
  width: 210px;
  height: 150px;
  display: block;
	z-index: 200;
}


/* big picture and thumbnails  */

#img  {
	position: absolute;
	top: 37px;
	left: 100px;
	width: 750px;
	height: 500px;
	display: block;
	z-index: 100;
}


#thumbbox {
	position: absolute;
	top: 590px;
	left: 100px;
	width: 750px;
	height: 60px;
	display: block;
  z-index: 50;
}

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

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

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: relative;
	top: 560px;
	left: 100px;
	!left: 0;
  height: 30px;
  width: 750px;
  text-align: center;
	z-index: 300;
}

 #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: 3px 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:680px;
	left:100px;
	width: 750px;
}

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

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

/* mail screen markup */

#emailbox {
	position: absolute;
	top: 50px;
  margin: 70px 0 0 90px;
	left: 0;
	width: 690px;
	height: 400px;
	font-family: tahoma, sans-serif;
	text-align: left;
}

.emailcontainer {
	width: 600px;
}


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


input, textarea {
  font-size: 11px;
	font-weight: normal;
	color: #003;
}

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

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

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

.errormessage {
  font-size: 18px;
  color: #c00;
  font-family: tahoma, arial, sans;
}

