body {
  background: #FFFFFF url('/images/background.jpg') repeat-y top center;
  color: black;
  font-family: verdana, sans-serif;
  font-size: 11pt;
}

a, a:visited {
  color: black;
}

a:hover, a:active {
  color: #ae1210;
}

#header a {
  display: block;
  background:url('/images/header.jpg') no-repeat top center;
  width:100%;
  height:338px;
}

#header a span {
  display: none;
}

#content {
  background: #ffffff;
  width: 80%;
  min-width: 760px;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid black;
}

#content-inner{
  padding: 5px;
}

#content h1 {
  clear: both;
}

#menu {
  padding-top: 30px;
  padding-left: 10px;
}
#menu a{
  font-weight: bold;
  font-size: 150%;
  padding: 10px;
}

img {
  border: none;
  margin-right: 5px;
}

.artist {
  vertical-align:top;
  text-align: center;
  float: left;
  margin: 5px 10px;
  width: 170px;
}

.tags {
  font-size: 70%;
}

img.artistImage {
  border: 1px solid black;
}

h3 {
  margin: 0;
  font-size: 100%;
  height: 2.8em;
}

h1 {
  text-align: center;
  font-size: 160%;
}

table.fullwidth{
  width: 100%;
}

.bandinfo {
  width: 70%;
  margin: 0 auto;
}

.bandinfo img.artistImage {
  float: left;
}

.clear {
  clear: both;
}

#rumourtable tr.odd {
  background-color: #E8CFB5;
}

#rumourtable tr.even {
  background-color: #DEC3A6;
}


/* CSS voor 'other festivals' */
#outerdiv
{
width:610px;
height:286px;
overflow:hidden;
position:relative;
}

#outerdiv1
{
width:610px;
height:252px;
overflow:hidden;
position:relative;
}

#outerdiv2
{
width:610px;
height:230px;
overflow:hidden;
position:relative;
}

#inneriframe
{
position:absolute;
top:-002px;
left:-218px;
width:1280px;
height:1200px;
}

.infoTable th
{
  text-align: left;
}

/* Timetable */
#timetableDiv
{
  background-color: #FFF;
  border: 1px solid black;
}

.timetableRow
{
  height: 40pt;
  position: relative;
}

.timetableRowTime
{
  height: 22pt;
  position: relative;
}

.timetableEntry
{
  background-color: #DEC3A6;
  height: 38pt;
  overflow: hidden;
  position: absolute;
  font-size: 80%;
  border: 1px solid black;
}

.timetableTime
{
  background-color: #E8CFB5;
  height: 20pt;
  overflow: hidden;
  position: absolute;
}

.clickedEntry
{
  background-color: #99DD99;
}

#timetableDiv tr.odd
{
  background-color: #EEEEEE;
}

#timetableDiv tr.even
{
  background-color: #DDDDDD;
}
