html, body
{
  background-color  : rgb(255,255,255);
}

div#main
{
  position          : relative;
  margin            : 0 auto;
  width             : 800px;
  height            : 100%;
  background-color  : rgb(242,148,0);
  font-family       : Tahoma;
  font-size         : 14px;
  line-height       : 20px;
  font-weight       : bold;
  color             : rgb(255,255,255);
}

div#top
{
  position          : relative;
  background-color  : rgb(255,255,255);
  top               : 0px;
  left              : 0px;
}

div#content
{
  position          : relative;
  top               : 30px;
  left              : 200px;
  width             : 540px;
  text-align        : justify;
}

div#bands
{
  position          : relative;
  left              : -200px;
  font-family       : Tahoma;
  font-size         : 13px;
  line-height       : 16px;
  font-weight       : normal;
  text-align        : left;
}  

div#bands_content
{
  position          : relative;
  left              : 180px;
  top               : 20px;
}
  
div#bottom
{
  position            : relative;
  width               : 800px;
  background-color    : rgb(255,255,255);
}

div#menu_top
{
  position            : relative;
  background-color    : rgb(0,0,0);
  width               : 560px;
  height              : 34px;
  top                 : -10px;
  left                : 200px;
  z-index             : 1;
  font-size           : 22px;
  text-transform      : uppercase;
  color               : rgb(255,255,255);
}

div#menu_top_content
{
  position            : relative;
  top                 : 3px;
}

#menu_top a
{
  text-decoration     : none;
}
a
{
  text-decoration     : underline;
  color               : rgb(255,255,255);
}
a:hover, a.active
{
  color               : rgb(251,203,139);
}
	
h1
{
  margin-left       : 0px;
  font-size         : 30px;
  line-height       : 36px;
  font-weight       : bold;
  text-align        : left;
  color             : rgb(251,203,139);
}

h2
{
  margin-left       : 0px;
  font-size         : 16px;
  line-height       : 10px;
  font-weight       : bold;
  text-align        : left;
  color             : rgb(251,203,139);
}

div#images_side
{
  position            : absolute;
  top                 : 280px;
  left                : -50px;
  z-index             : 2;
}

img
{
  margin-bottom       : 0px;
  border-width        : 0px;
  border-style        : none;
}

img.aansluitend
{
  margin              : 0px;
  padding             : 0px;
  margin-bottom       : 0px;
  border-width        : 0px;
  border-style        : none;
  display             : block;
}


  



  