body, div, span, p, input, textarea
{
	font-size: 12px;
	line-height: 16px;
}	

*
{
	font-family: verdana, arial, sans-serif;
	color: #000;
}

p
{
	margin: 0 0 12px 0; 
}

ul { margin-top: 0px; margin-bottom:0px;}

h1, h2, h3, h4, h5
{
	margin: 16px 0 2px 0;
}

img
{
	margin: 4px;
	border: 1px solid #000;
}

img.right
{
	float: right;
	margin-right: 0px;
}

img.left
{
	float: left;
	margin-left: 0px;
}

body
{
	margin: 0px;
	padding: 0px;
	background-color: #82C67A;
	background-image: url("/images/background.jpg");
	background-repeat: repeat;
}

a:link,a:visited
{
	color:#00A;
	text-decoration:none;
}

#footer a:link,
#footer a:visited
{
	color: #FF0;
}

a:hover
{
	text-decoration: underline;
}

.nieuws
{
	padding: 6px 12px;
	float: right;
	margin: 10px 0px 0px 5px;
	border: 1px dashed #444;
	width:200px;
}

.nieuws h2
{
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
}

.nieuws h3
{
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	text-align: right;
	width:100%;
	color: #444;
	border-bottom: thin solid #444;
	margin-top:3px;
}

/*** Main Layout ***/

#header
{
	margin: 32px auto 0px auto;
	padding: 0px;
	display: block;
	width: 700px;
	height: 230px;
	background: url("/images/header2009.gif");
}

#header span
{
	display: none;
}

#main
{
	display: block;
	margin: 0px auto 0px auto;
	padding: 12px;
	background-color: #FFF;
	background-image: url("/images/body2009.gif");
	background-position: top center;
	background-repeat: no-repeat;
	width: 672px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
}

#credits
{
	text-align: center;
	display: block;
	margin-top: 12px;
}

#credits,
#credits *
{
	font-size: 10px;
	line-height: 12px;
	color: #777;
}

#footer
{
	clear: both;
	background:transparent url(/images/footer2008.gif) no-repeat scroll 0% 0%;
	color:#FFFF00;
	display:block;
	height:74px;
	margin:0px auto 32px;
	overflow:hidden;
	padding:0px 116px;
	text-align:center;
	width:468px;
}

#menu
{
	border-spacing: 0px;
	width: 680px;
	margin: 0px 0 6px 0;
}

#menu td
{
	padding: 0px 8px 0px 0px;
}

#menu td a:link,
#menu td a:visited
{
	display: block;
	background: #070;
	border: 1px solid #FF0;
	color: #FF0;
	font-weight: normal;
	width: auto;
	padding: 2px 4px 2px 4px;
	text-align: center;
}

#menu td a:hover
{
	border: 1px solid #070;
	background: #FF0;
	color: #070;
	text-decoration: none;
}

.album
{
  float: left;
  margin-right: 30px;
}

.album img
{
  margin: 0;
}

.lineup {
}

.lineup th {
background-color:#A2C4E2
}

.lineup .odd {
  background-color:#DCE8F2
}

