div#flash1 {
   position: absolute;
   width: 170px; /* Breedte van je (flash)object */
   margin-left: 93px; /* helft van de breedte (negatief) */
   height: 146px; /* Hoogte van je (flash)object */
   margin-top: -75px; /* helft van de hoogte (negatief) */
   top: 137px;
   left: 48px;
}

div#flash2 {
   position: absolute;
   width: 171px; /* Breedte van je (flash)object */
   margin-left: 93px; /* helft van de breedte (negatief) */
   height: 108px; /* Hoogte van je (flash)object */
   margin-top: -75px; /* helft van de hoogte (negatief) */
   top: 150px;
   left: 594px;
}

div#flash3 {
   position: absolute;
   width: 171px; /* Breedte van je (flash)object */
   margin-left: 93px; /* helft van de breedte (negatief) */
   height: 108px; /* Hoogte van je (flash)object */
   margin-top: -75px; /* helft van de hoogte (negatief) */
   top: 790px;
   left: 3px;
}

div.choiceOuter{
  position: relative;
  height: 100px;
}
div.choiceInner{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100px;
  overflow-y: hidden;
}
div.choiceInner:hover{
  height: auto;
}

body {
background: #131313 url('images/bkg.jpg') repeat-x;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}

#container {
background: #0c1d0a;
width: 726px;
min-height: 600px;
margin: 0px auto;
}

#header {
background: #131313 url('images/header.jpg') no-repeat top right;
height: 237px;
width: 723px;
border-top: solid 1px #000;
border-left: solid 1px #000;
}

#headertxt {
height: 180px;
width: 725px;
}

#menu {
padding: 201px 0px 0px 10px;
color: #000;
font-variant: small-caps;
font-style: bold;
text-align: right;
line-height: 33px;
}

#menu a{
color: #000;
text-decoration: none;
padding: 7px 10px 10px 10px;
line-height: 33px;
}

#menu a:hover{
color: #87b16d;
background: #131313 url('images/menubkg.jpg') no-repeat top right;
line-height: 33px;
padding: 7px 10px 10px 10px;
}

div#menu a span {display: none;}

div#menu a:hover span {display: list-item;
   position: absolute; top: 230px; left: 465px; width: 300px;
   padding: 5px; margin: 0px; z-index: 1000;
   color: #AAA; background: green;
   font: 10px Verdana, sans-serif; text-align: center;}

#content {
width: 723px;
min-height: inherit;
margin: 1px;
border-left: solid 1px #87b16d;
border-right: solid 1px #87b16d;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #87b16d;
overflow: hidden;
}

#footer {
background: #131313 url('images/footer.jpg') no-repeat top left;
height: 33px;
width: 725px;
font-size: 9px;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 9px 0px 0px 0px;
color: #09002f;
}

#footer a {
color: #09002f;
text-decoration: underline;
}

#footer a:hover {
text-decoration: none;
}

#maincontentbox {
float: left;
width: 400px;
padding: 10px 10px 10px 10px;
}

.quotes {
border-left: 2px #87b16d solid;
margin-left: 15px;
padding-left: 5px;
line-style: justified;
}

.img {
padding: 8px 8px 8px 8px;
}

#smallcontentbox {
float: left;
width: 200px;
margin-left: 20px;
padding: 10px 10px 10px 10px;
}

h1 {	/*none*/
font-size: 11px;
background: url('images/headers.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
}

h2 {	/*news*/
font-size: 11px;
background: url('images/newshdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h3 {	/*dance*/
font-size: 11px;
background: url('images/dancehdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h4 { /*music*/
font-size: 11px;
background: url('images/livemusichdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

h5 {	/*party*/
font-size: 11px;
background: url('images/partyhdr.jpg') #131313 no-repeat top left;
padding: 0 35px;
font-variant: small-caps;
line-height: 30px;
}

a , a:visited {
color: #87b16d;
text-decoration: underline;
}

a:hover {
color: #87b16d;
text-decoration: none;
}

.bold {
font-weight: bold;
}

li, ul {
list-style: none;
text-align: center;
margin: 0px 0px 0px 0px;
padding: 0px 0px 5px 0px;
}

