body {
	background-image: url(../img/tile_bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

h1 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCDDCC;
	
}
.contentcontainer {
	width: 295px;
	height: 395px;
	overflow: auto;
	float: right;
	margin-bottom: 9px;
	scrollbar-3dlight-color:#383734; 
	scrollbar-arrow-color:#CCCCCC;
	scrollbar-base-color:#000000;
	scrollbar-darkshadow-color:#383734;
	scrollbar-face-color:#383734;
	scrollbar-highlight-color:#383734;
	scrollbar-shadow-color:#383734;
	scrollbar-track-color:#000000;
}

.content {
	font-size: 9px;
	color: #FFFFFF;
	padding: 30px 10px 30px 0;
}

.thumb {
	border: 1px solid white;
}

tr.repertoirerow td {
margin: 0px;
border-bottom: 1px solid gray;
padding-bottom: 5px;
}

#language {
	width: 70px;
	font-size: 9px;
	color: #999999;
	padding-top: 12px;
	padding-left: 5px;
}

#language a{
	color: #FFFFFF;
	text-decoration:none;
}


.style1 {font-size: 9px}



/*================ navigatie en subnavigatie ============================*/
ul#nav
{
	position: relative;
	float: left;
	margin: 0px 0 0 0;
	padding:0px;
	padding-top: 200px;
	width: 154px;
}

	ul#nav li 
	{
		position: relative;
		float: left;
		display: block;
		width: 154px;
		height: 20px;
		display:block;
		padding: 0px;
		background: Yellow;
	}
		
		ul#nav li a
		{
			display:block;
			width: 154px;
			height: 100%;
			text-decoration: none;
			cursor:pointer;
			background-image:none;
		}

			ul#nav li a span
			{
				display:block;
				height:100%;
				text-indent:-10000px;
			}
					
			ul#nav li a:hover
			{ background: url('../img/button_over.gif') no-repeat 0 0;}

			
ul#nav.nl li.home { background: url('../img/btn_nl/home.gif') no-repeat 0 0;}
ul#nav.nl li.bio { background: url('../img/btn_nl/bio.gif') no-repeat 0 0;}
ul#nav.nl li.disco { background: url('../img/btn_nl/disco.gif') no-repeat 0 0;}	
ul#nav.nl li.agenda { background: url('../img/btn_nl/agenda.gif') no-repeat 0 0;}
ul#nav.nl li.playlist { background: url('../img/btn_nl/playlist.gif') no-repeat 0 0;}
ul#nav.nl li.review { background: url('../img/btn_nl/review.gif') no-repeat 0 0;}
ul#nav.nl li.gallery { background: url('../img/btn_nl/gallery.gif') no-repeat 0 0;}
ul#nav.nl li.audio { background: url('../img/btn_nl/audio.gif') no-repeat 0 0;}
ul#nav.nl li.links { background: url('../img/btn_nl/links.gif') no-repeat 0 0;}
ul#nav.nl li.contact { background: url('../img/btn_nl/contact.gif') no-repeat 0 0;}

ul#nav.en li.home { background: url('../img/btn_nl/home.gif') no-repeat 0 0;}
ul#nav.en li.bio { background: url('../img/btn_en/bio.gif') no-repeat 0 0;}
ul#nav.en li.disco { background: url('../img/btn_en/disco.gif') no-repeat 0 0;}	
ul#nav.en li.agenda { background: url('../img/btn_en/agenda.gif') no-repeat 0 0;}
ul#nav.en li.playlist { background: url('../img/btn_en/playlist.gif') no-repeat 0 0;}
ul#nav.en li.review { background: url('../img/btn_en/review.gif') no-repeat 0 0;}
ul#nav.en li.gallery { background: url('../img/btn_en/gallery.gif') no-repeat 0 0;}
ul#nav.en li.audio { background: url('../img/btn_en/audio.gif') no-repeat 0 0;}
ul#nav.en li.links { background: url('../img/btn_en/links.gif') no-repeat 0 0;}
ul#nav.en li.contact { background: url('../img/btn_en/contact.gif') no-repeat 0 0;}

