@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding:0;
}
body {
	background:#86897a url(images/background_01.jpg) repeat-x;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #00954b;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
}
#container {
	background: url(images/background_011.jpg)  no-repeat top center;
	width:975px;
	height:768px;
	display:block;
	margin:0 auto;
}
#header {
	float:left;
	margin: 40px 0 0 0;
}
#navigator {
	letter-spacing:41px;
}
#lijn {
	float:left;
	margin: 5px 0 0 0;
	width:975px;
}
#lijn2 {
	float:left;
	margin: 18px 0 0 0;
	width:975px;
}
#box1 {
	background: url(images/box1.png) no-repeat;
	float:left;
	width:271px;
	height:522px;
	margin: 17px 0 0 0;
	padding-left:17px;
}
#box2 {
	background: url(images/box2.png) no-repeat;
	float:left;
	width:615px; /*685-35-35*/
	height:452px; /*522px-35-35*/
	margin: 17px 0 0 0;
	padding:35px;
	font-size:11px;
	color:#7e7e7e;
	font-family:Arial, Helvetica, sans-serif;
}
#contentrepertoire{
	margin-right:30px;
	width:610px;
	height:350px;
	float:left;
	text-align: justify;
}
#contenttext{
	margin-right:30px;
	width:280px;
	height:350px;
	float:left;
	text-align: justify;
}
#contentband{
	margin-right:30px;
	width:540px;
}
#contenttext a:hover, a:active {
	color:#00954b;
	text-decoration:none;
}
a:visited {
	color:#7e7e7e;
	text-decoration:none;
	text-indent:inherit;
}
a:link {
	color:#7e7e7e;
	text-decoration:none;
}
.contentimage{
	width:-301px;
	height:269px;
}
#contentlinks{
	width:500px;
}
#contentcontact{
	height:110px;
}
#player{
	margin-top:5px;
	margin-right:30px;
	width:280px;
	height:250px;
	float:left;
	text-align:justify;
}
#contentmedia{
	width:280px;
}
.contentmediavideo{
	text-align:center;
	float:left;
	margin-top:10px;
	width:97px;
}
.contentmediarepertoire{
	text-align:center;
	float:right;
	margin-top:10px;
	width:100px;
}
label { float: left; text-align:left; vertical-align:top;}
input, textarea { border: 1px solid #d2d2d2; font: 12px Arial, Helvetica, sans-serif; background: #fff; }
#naam, #email, #onderwerp, #bericht, #verzenden, #wisvelden { font-size:12px; color:#555; 
}

#footer{
	width:975px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	margin-top:10px;
	margin:auto;
}


