/*----------------------------------------------
Main stylesheet for Hub van Laar
date:			May 2008
author: 	Rian Rietveld, RRWD
website: 	http/www.rrwd.nl

font-family: "Courier New", Courier, monospace;
text colour: #eee;
mouse-over colour: #ff0;

Thanks to Eric Meyer and Stu Nicholls.

------------------------------------------------*/

/* fonts */
 * {
   font-family: "Courier New", Courier, monospace;
   color: #eee;
   font-size: 12px;
 }
 
a {
   color: #eee;
} 

a:hover {
   color: #ff0;
}

a.active {
   color: #ff0;
}
h1 {
  padding: 0;
  margin: 0;
}
h2 {
  padding: 0;
  margin-top: 0;
  color: #000;
}

/* global */
img {
  border: 0
}
 
/*lay-out */
 
body {
  background-color: #000;
}

body.site {
  margin: 0;
  padding: 0;
  background-image: url('../layout/background-banner.jpg');
  background-repeat: repeat-x;
  background-position: 0 202px;
}

#streep {
  position: absolute;
  top: 375px;
  left: 0px;
  height: 1px;
  width: 100%;
  background-image: url('../layout/streep.gif'); 
}


#wrapper {
  position: relative;
  width: 1040px;
  height: 679px;
  margin: 60px auto;
  padding: 0;
  background-position: top left;
  background-repeat: no-repeat;
}

#home #wrapper{
  background-image: url('../layout/background-home.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

#content #wrapper {
  background-image: url('../layout/background-content.jpg');
  background-repeat: no-repeat;
  background-position: top left;
}

div#home_nav {
  position: absolute; 
  top: 425px; 
  left: 470px; 
  z-index: 100;}
  
div#home_nav a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  height: 20px; 
  display: block;
  width: 150px;
  padding-left: 10px;

  }

div#home_nav a span {
  display: none;
}
  
div#home_nav a:hover span {
  display: block; 
  position: relative; top: -20px; left: 160px; width: 150px;
  padding-left: 10px;
  z-index: 100;
  text-align: left;
  line-height: 20px;
  height: 20px;  
}

#content_nav{
  position: absolute;
  top: 140px;
  left: 480px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#content_nav li {
  list-style: none;
}

#content_nav a {
  text-decoration: none;
  line-height: 20px;
  height: 20px; 
  display: block;
  padding-left: 10px;
}

#content_nav a:hover {
  width: 150px;
}

#sub_nav {
  position: absolute;
  top: 315px;
  left: 480px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 200px;
}

#sub_nav li {
  list-style: none;
}


#sub_nav a {
  text-decoration: none;
  line-height: 20px;
  display: block;
  padding-left: 10px;
  width: 150px;
  margin-bottom: 2px;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
  top: 130px;
  left: 650px;
  width: 295px;
  height: 400px;
  overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
  position: absolute;
  padding-right: 15px;
}

/* images */
#image_large_portait {
  position: absolute;
  top: -33px;
  left: 110px;
  width: 350px;
  height: 530px;

}
#image_mirror_portait{
  position: absolute;
  top: 499px;
  left: 110px;
  width: 350px;
  height: 350px;
}
#image_large_landscape {
  position: absolute;
  top: 125px;
  left: 0px;
  width: 460px;
  height: 303px;
}
#image_mirror_landscape{
  position: absolute;
  top: 429px;
  left: 0px;
  width: 460px;
  height: 178px;
}

#thumbnail_1 {
  position: absolute;
  top: 575px;
  left: 625px;
  width: 90px;
  height: 90px;
}

#thumbnail_2{
  position: absolute;
  top: 575px;
  left: 752px;
  width: 90px;
  height: 90px;
}
#thumbnail_3{
  position: absolute;
  top: 575px;
  left: 879px;
  width: 90px;
  height: 90px;
}

#thumbnail_4{
  position: absolute;
  top: 450px;
  left: 920px;
  width: 90px;
  height: 90px;
}

a.thumbnail {
  display: block;
  width: 90px;
  height: 90px;
  border: solid #999 1px;
}

a.thumbnail:hover {
  border: 0;
  background-image: url('../layout/no-image.gif');
}

a.thumbnail_active {
  display: block;
  width: 90px;
  height: 90px;
  border: solid #fff 1px;
  background-image: url('../layout/no-image.gif');
}

#link_home {
  display: block;
  position: absolute;
  top: 0px;
  left: 390px;
  width:300px;
  height: 100px;
}

#musicPlayer {
  position: absolute;
  top: 538px;
  left: 626px;
  width: 345px;
  height: 20px;
  z-index: 100px;
}

#flashPlayer {
  position: absolute;
  top: 115px;
  left: 115px;
  z-index: 100px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0; left: 0;
}
.vscrollerbase {
  width: 10px;
    background-color: #ccc;
}
.vscrollerbar {
  width: 10px;
  background-color: #fc3;
}


/* form */

fieldset  {
	margin-left: 0px;
	padding-left: 0px;
	border: 0;
}

label {
	display: block;
	width: 100px;
	float: left;
	margin-left: 0px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
  padding-left: 0px;
}

input.tekst {
	width: 170px;
	margin: 5px;
	border: 1px solid #222;
	height: 20px;
	color: #222;
}
textarea {
	width: 170px;
	height: 50px;
	margin: 5px;
	border: 1px solid #222;
  color: #222;
}

.submitknop {
  float: left; 
  color: #222; 
  margin-left: 110px;
}

fieldset br {
	clear: left;
}
legend {
	clear: both;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	font-weight: bold;
}

/* occasions */
#occasions_content {
  position: absolute;
  top: 429px;
  left: 0px;
}
#occasions_content td {
  vertical-align: top;
}

#occasions td {
  width: 100px;
  vertical-align: top;
  padding-right: 3px;
}

a.occasion {
  text-decoration: none;
  font-weight: bold;
}
a.occasion_active {
  text-decoration: none;
  font-weight: bold;
  color: #ff0;
}


img.occasion_thumb {
  border: solid 1px white;
  width: 90px;
  height: 90px;
}

ul#artisten_lijst {
  position: absolute;
  top: 110px;
  left: 0;
  width: 430px;
  list-style: none;
}

ul#artisten_lijst li {
  list-style: none;
  float: left;
}

ul#artisten_lijst li a{
  text-decoration: none;
  margin: 0 10px 5px 5px;
  padding: 0 0 2px 0;
  display: block;
  width: 125px;
  overflow: visible;
  font-weight: bold;
  font-size: 11px;
}


ul#artisten_lijst li a img {
  width: 90px;
  height: 90px;
  border: solid #fff 1px;
}

ul#artisten_lijst li a img:hover {
  border: solid #aaa 1px;
}


ul#artiesten_nav, a#nav_terug {
  position: absolute;
  top: 620px;
  left: 5px;
  font-weight: bold;
  z-index: 200;
}

ul#artiesten_nav li {
  list-style: none;
  float: left;
}

ul#artiesten_nav li a, a#nav_terug{
  text-decoration: none;
}

ul#artiesten_nav li.nav_prev{
  margin-left: 100px;
  margin-right: 20px;
}

ul#artiesten_nav li.nav_next{
  margin-left: 20px;
}

ul#artiesten_nav li.nav_prev a, ul#artiesten_nav li.nav_next a, a#nav_terug{
  font-size: 15px;
}

ul#artiesten_nav li.nav_dot{
  margin-top: -4px;
  font-size: 20px;
  color: #ff0;
}


