body 
{
	font-family: Verdana,Helvetica,Arial;
	font-size: 0.8em;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-color: #FFCC33;
	background-image: url(../_images/rock-lion-bg.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

table.data {
	font-family: Verdana, Helvetica, Arial;
	font-size: 0.8em;
	top: 10px;
	margin: auto;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:2px;
	border-bottom-style: solid;
	border-bottom-color:#000;
	border-bottom-width:2px;
}
.data tbody td:first-child {
	text-align: left;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:1px;
}
.data tbody td:first-child+td {
	text-align: left;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:1px;
}
.data tbody td:first-child+td+td {
	text-align: left;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:1px;
}
.data tbody td:first-child+td+td+td {
	text-align: center;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:1px;
}
.data tbody td:first-child+td+td+td+td {
	 text-align: center;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:1px;
 }
.data tbody td:first-child+td+td+td+td+td {
	text-align: center;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:1px;
}
.data tbody td:first-child+td+td+td+td+td+td {
	text-align: right;
	border-top-style: solid;
	border-top-color:#000;
	border-top-width:1px;
}

/* en dit is voor die andere wazige shit plaatjes */
/* .death {background-image:url(images/death.jpg); background-attachment:fixed; font-size:0.6em;background-repeat:no-repeat;background-position:center}
.eurometal {background-image:url(images/euro-metal.jpg); background-attachment:fixed; font-size:0.6em;background-repeat:no-repeat;background-position:center}
.nwobhm {background-image:url(images/nwobhm.jpg); background-attachment:fixed; font-size:0.6em;background-repeat:no-repeat;background-position:center}
.punk {background-image:url(images/punk.jpg); background-attachment:fixed; font-size:0.6em;background-repeat:no-repeat;background-position:center}
.us-metal {background-image:url(images/us-metal5.jpg); background-attachment:fixed; font-size:0.6em;background-repeat:no-repeat;background-position:center}
.world-metal {background-image:url(images/world-metal.jpg); background-attachment:fixed; font-size:0.6em;background-repeat:no-repeat;background-position:center}
.various {background-image:url(images/various.jpg); background-attachment:fixed; font-size:0.6em;background-repeat:no-repeat;background-position:center} */


p {color: #000000; } 


h1 {font-size:1em;}
spacer {color:#FFCC33; }
tablelist {
	font-size: 0.6em;
	font-family:Verdana,Helvetica,Arial;
}


.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 60px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(../_images/menubg.gif) center center repeat-x;
color: black;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: 0;
	top: 0;
	border-top: 1px solid #202020;
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 110px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #d0d0d0;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(../_images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #ffcc33;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(../_images/menuarrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }

table {
  border-collapse: collapse;
  width: 1200px;
}

th, td {
  border-bottom: 2px solid black;
}

.Top {
border-top:2px solid #000
}
.NoBorder {
border-bottom:hidden
}