@charset "utf-8";
/*
  USAGE: All you have to do is include this one line in your CSS file, with the
  tag names to which you want the script applied:
 */

 img, div { behavior: url(css/iepngfix.htc); }

 /*
  Alternatively, you can specify that this will apply to all tags like so:
   * { behavior: url(iepngfix.htc) }
 */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/*color: #FFFFFF;*/
	background-color: #707070;
	background-image: url(../images/template/bgsite.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}
.twoColHybLtHdr #container {
	width: 99%;  /* this will create a container 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	overflow: hidden;
} 
.twoColHybLtHdr #header {
	/*background-image: url(../images/index3_01.jpg);*/
	width: 1650px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 197px;
	background-repeat: no-repeat;
} 
.twoColHybLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColHybLtHdr #divtopcont {
	/*float: right;*/
	height: 80px;
	width: 220px;
	float: left;
	margin-left: 770px;
}

.twoColHybLtHdr #top1 {
	/*float: right;*/
	height: 40px;
	width: 40px;
	float: left;
	margin-left: 100px;
}
.twoColHybLtHdr #top2 {
	height: 70px;
	width: 80px;
	margin-top: 0px;
	float: right;
}
.twoColHybLtHdr #top3 {
	/*float: left;*/
	margin-left: 270px;
	width: 900px;
	margin-top: -12em;
	padding-top: 12px;
	}

/* Tips for sidebar1:
1. Since we are working in relative units, it's best not to use padding on the sidebar. It will be added to the overall width for standards compliant browsers creating an unknown actual width. 
2. Since em units are used for the sidebar value, be aware that its width will vary with different default text sizes.
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColHybLtHdr #sidebar1 p" rule.
*/
.twoColHybLtHdr #maincontainer {
	margin-top: 20px;
	height: auto;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	min-height: 400px;
	background-image: url(../images/index3_02.jpg);
	background-repeat: no-repeat;
	background-position: center -20px;
		}
#intro {
	background-image: url(../images/GRinstrum3.gif);
	background-repeat: no-repeat;
	height: 419px;
	width: 875px;
	background-position: center top;	/*margin-right: auto;
	margin-left: auto;*/
	margin: 0px;
	padding: 0px;
}
#intro2 {
	background-image: url(../images/grinstru2.png);
	background-repeat: no-repeat;
	height: 293px;
	width: 608px;
	background-position: center top;	/*margin-right: auto;
	margin-left: auto;*/
	margin: 0px;
	padding: 0px;
}
#intro2 a:hover {
cursor:pointer;}
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
	font-size: 80%;
	}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColHybLtHdr #mainContenta {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;  
	/*margin-left: 12em;*/
	/*background-color: #FFFFFF;*/	/*overflow: auto;*/
	height: 80px;
	background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	} 
.twoColHybLtHdr #mainContent {
	/*margin-left: 12em;*/
	/*background-color: #FFFFFF;*/	/*overflow: auto;*/
	min-height: 500px;	/*background-image: url(../images/triangle.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-image: url(../images/index3_02.jpg);
	background-repeat: no-repeat;
	background-position: left -20px;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	} 
.twoColHybLtHdr #footer {
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 450px;
} 
.twoColHybLtHdr #footer p, .twoColHybLtHdr #footer div {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.twoColHybLtHdr divtabwrap {
	padding: 10px;
	height: 433px;
	overflow: auto;
	margin: 40px;
}
.divfooter a:link, .divfooter a:visited{
	text-decoration: none;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.divfooter {
	color: #FFFFFF;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p, td, tr, div, span {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 11px;
	/*color: #FFFFFF;*/
	text-decoration: none;
	line-height: normal;
}
p {
font-size: 14px;
}
/*Hier komt css content van slidingsample*/
/* CSS Document */
.divnavigatie {
	width: 400px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	}
.divnavigatie a:link, .divnavigatie a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.divnavigatie a:hover {
	text-decoration: underline;
}
.SlidingPanels {
	position: relative;
	width: 700px;
	padding: 0px;
	/*border: 1px solid #FFFFFF;*/
	margin-right: auto;
	margin-left: auto;
	height: 300px;
	/*background-color: #FFFFFF;*/
		}
		.SlidingPanels2 {
	position: relative;
	width: 700px;
	padding: 0px;
	/*border: 1px solid #FFFFFF;*/
	margin-right: auto;
	margin-left: auto;
	height: auto;
	/*background-color: #FFFFFF;*/
		}
#slidingPanel {
	/*margin-right: auto;
	margin-left: auto;*/
	width: 700px;
	/*overflow: hidden;*/
	height: auto;
}
#slidingPanel2 {
	/*margin-right: auto;
	margin-left: auto;*/
	width: 700px;
	overflow: hidden;
	height: auto;
}
.p1 {
	background-color: #CCCCCC;
	background-image: url(../images/content/dealersbg.jpg);
	background-repeat: no-repeat;
	}
.p1_agenda {
	background-color: #CCCCCC;
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	.p2_agenda {
	background-color: #CCCCCC;
	
	}
.p3 {
background-color: #FFFFFF;
	height: 400px;
	}	
	
.p1_inst {
	background-color: #000000;
	height: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.p2_inst {
width: 700px;
	background-color: #000000;
	height: auto;
}
.p2_form {
width: 700px;
	
	/*height: auto;*/
}
.SlidingPanelsContentGroup {
	position: relative;
	float: left;
	width: 10000px;
	margin: 0px;
	padding: 0px;
	border: none;
}

.SlidingPanelsContent {
	float: left;
	width: 700px;
	overflow: visible;
	margin: 0px;
	padding-right:10px;
	border: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.SlidingPanelsAnimating * {
	overflow: hidden !important;
}


/*UI, LI, P {
	font: normal 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/h1 {
	margin:0;
	padding:0;
	font-size:18px;
	color: #FFF;
}
h2 {
	font-size:12px;
	color:#444;
	color: #595959;
}

p.caption {
	font: normal 10px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 16px;
}

.contentDivider {
	border-bottom:1px solid #969696;
	height: 1px;
}


#header .floatLogo {
	float: left;
	padding:24px 0 0 22px;
}
#header .floatDownload {
	float:right;
	padding:63px 12px 0 0;
	margin-top:15px;
	background-image: url(../images/from_adobe_labs.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#copyright-terms {
	text-align:left;
	margin: 0px auto;
	width: 646px !important;
	width: 650px; 
}
#copyright-terms P{
	color:#999;
}
#copyright-terms a {
	color:#fff;
	text-decoration:none;
}

.slidingTabPanelWrapper {
	/*border-bottom:1px solid #969696;
	height:46px;
	margin:20px 0 10px 0;
	display: none;
	background-image: url(../images/tab_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
.slidingTabPanel {
	list-style:none;
	margin:0 auto;
	padding:0;
	width:288px;
	height:46px;
}
.slidingTabPanel LI {
	list-style:none;
	float:left;
	width:50px;
	margin:0 2px;
}
/*.tabActive {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	cursor:default;
	outline:none;
}
.tab {
	position:relative;
	top:1px;
	display:block;
	width:50px;
	height:46px;
	background-position:-100px;
	cursor:pointer;
	outline:none;
}
.tab:hover {
	background-position:-50px;
}*/
#nutshell {
	background-image:url(../images/tab_nutshell_II.png);
}
#widgets {
	background-image:url(../images/tab_widgets_II.png);
}
/*#data {
	background-image:url(../images/tab_data_II.png);
}*/
#effects {
	background-image:url(../images/tab_effects_II.png);
}
.quoteBox {
	float:right;
	width:145px;
	color:#444;
	background-color: #000000;
	margin: 0;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-style: italic;
	position: relative;
	height: 700px;
}
.quoteBox2 {
	float:left;
	width:400px;
	color:#444;
	background-color: #000000;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-style: italic;
	position: relative;
	height: 140px;
	overflow: hidden;
	margin: 0;
}
.quoteBox3 {
	float:left;
	width:400px;
	color:#444;
	background-color: #000000;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-style: italic;
	position: relative;
	height: 100px;
	overflow: hidden;
	margin: 0;
}
.quoterBox {
	float:left;
	width:410px;
	color:#444;
	background-color: #000000;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	font-style: italic;
	position: relative;
	height: 140px;
	overflow: hidden;
	margin: 0;
}
.quote {
	/*background-color: #F8F8F8;
	margin:20px;*/
	width:145px;
	color: #333333;
	margin: 0px;
	border: 0px none #000000;
	background-color: #000000;
	height: 600px;
}
.quote2{
	/*background-color: #F8F8F8;
	margin:20px;*/
	width:390px;
	color: #333333;
	border: 0px none #000000;
	background-color: #000000;
	height: 120px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.quote3{
	/*background-color: #F8F8F8;
	margin:20px;*/
	width:390px;
	color: #333333;
	border: 0px none #000000;
	background-color: #000000;
	height: 100px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.quotertxt{
	/*background-color: #F8F8F8;
	margin:20px;*/
	width:390px;
	color: #333333;
	border: 0px none #000000;
	background-color: #000000;
	height: 120px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
}		
.quoteBox SPAN {
	float:right;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
}

.divcontent {
	color: #FFFFFF;
	text-align: left;
}
.contentarea {
	/*font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;*/
	/*text-align: center;*/
	/*word-spacing: 10pt;*/
	/*margin: 0px;*/
	width: 700px;
	margin-right: auto;
	margin-left: auto;	/*padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;*/
}
.divcontentimg {
	margin: 0px;
	float: left;
	height: auto;
	width: 200px;
}
.divdealers {
	height: auto;
	width: 700px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	/*background-image: url(../images/content/transbg.gif);
	background-repeat: repeat;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.divagenda {
	width: 700px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;	
	
}
.divdealerinfo {
	margin: 30px;
	float: left;
	height: 210px;
	width: 300px;
	border: 1px solid #333333;
	color: #FFFFFF;
	padding-top: 0px;
	/*padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;*/
	background-color: #333333;
}
.divagendainfo {
	float: left;
	width: 400px;
	/*border: 1px solid #333333;*/
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #000000;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 10px;	/*overflow: visible;	*/
}
.tabelm {
	margin: 20px;
	float: left;
	width: 390px;
	border: 1px solid #333333;
	background-color: #333333;
	}
#musiciPanel {
	/*min-height: 220px;*/
	/*height: 220px;*/
	/*overflow: auto;*/
	padding-top: 15px;
	padding-left: 15px;
	width: 410px;
	background-color: #333333;
	min-height: 300px;
}
.musicinav td {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
}
.musicinav td a:link, .musicinav td a:visited {
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.divdealerinfo td{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
	color: #FFFFFF;
}
.divdealerinfo div {
	font-size: 12px;
	color: #FFFFFF;
}
#dinfo_dealers {
	font-size: 12px;
	color: #000000;
}	
.tabelmusici {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height: 10px;*/
	vertical-align: top;
	width: 300px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
.tabelmusici td, .tabelmusici div{
	color: #FFFFFF;	
}
.tabelmusici td a:link, .tabelmusici td a:visited {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.tabelmusici td a:hover, .tabelmusici div a:hover{
	color: #FF0066;
}
.divdealerlist{
	float: right;
	width: 250px;
	overflow: auto;
	padding: 4px;
	margin-top: 40px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 15px;
	text-align: left;
	color: #000000;
}
.divdealerlist td{
	font-size: 18px;
}
.divagendalist{
	float: right;
	width: 240px;
	overflow: auto;
	padding: 4px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 15px;
	margin-left: 10px;
	text-align: left;
	color: #000000;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
}
.divagendalist a:link, .divagendalist a:visited {
	color: #333333;
	}
.divagendalist a:hover {
	color: #CD1E45;
}

.divdealerlist span{
	font-size: 18px;
	color: #333333;
}
.divagendalist span{
	font-size: 18px;
	color: #333333;
}
.divmusicilist{
	float: right;
	width: 180px;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	color: #000000;
}
.divmusicilist2{
	float: right;
	width: 180px;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	color: #FFFFFF;
}
.divmusicilist1{
	float: right;
	width: 180px;
	margin-top: 40px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
	color: #FFFFFF;
}
.divmusicilist1 a:link, .divmusicilist1 a:visited {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.divmusicilist1 a:hover {
	text-decoration: underline;
}
.divmusicilist span{
	font-size: 18px;
	color: #000000;
	}
a, a:visited{
	text-decoration: none;
	color: #FFFFFF;	
}
.divdealerlist a:link, .divdealerlist a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.divmusicilist a:link, .divmusicilist a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	white-space: pre;
	margin: 0px;
	padding: 0px;
}
.divmusicilist2 a:link, .divmusicilist2 a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	white-space: pre;
	margin: 0px;
	padding: 0px;
}
.divmusicilist1 a:link, .divmusicilist2 a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-align: left;
	white-space: pre;
	margin: 0px;
	padding: 0px;
}
.divdealerlist a:hover{
	
	color: #CD1E45;
}
.divmusicilist a:hover{
	
	color: #CD1E45	;
}
.divmusicilist2 a:hover{
	
	color: #CD1E45	;
}
.divmusicilist1 a:hover{
	color: #DF9113;
	text-decoration: none;
}
#dPanel, #dPanel2 {
	font-size: 12px;
}
#dPanel_a{
	font-size: 12px;
	clear: both;	/*height: 250px;*/	/*overflow: auto;
*/}
#dPanel2_a {
	font-size: 12px;
	clear: both;
	/*height: 250px;*/
	/*overflow: auto;*/
}
.divdealerinfo a:link, .divdealerinfo a:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #CD1E45;
	font-size: 12px;
}
.divdealerinfo a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.divinstrumentcont {
	/*background-color: #00FF00;*/
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	padding-top: 50px;
	padding-left: 80px;
	margin-bottom: 80px;
}
.divtn {
	height: 320px;
}
.divsaxcont {
	height: auto;
	width: 700px;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 8px;
}
.divsaxcont2 {
	
	width: 700px;
	background-color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
}
.divsaxcont3 {
	height: auto;
	width: 700px;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
}

#divsaxmodel {
	/*background-color: #F5F5F5;*/
	
	float: left;
	height: auto;
	width: 525px;
	overflow: auto;
	position: relative;
	padding-top: 8px;
}
#divsaxmodel2 {
	/*background-color: #F5F5F5;*/
	
	float: left;
	
	width: 680px;
	/*overflow: auto;*/
	position: relative;
}
#divsaxmodel3 p div {
	color: #FFFFFF;
	padding: 4px;
}
#divinstmodel {
	/*background-color: #F5F5F5;*/
	
	float: left;
	height: auto;
	width: 515px;
	margin: 0px;
	background-color: #333333;
}
.divtopsax {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	float: left;
	width: 230px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
.divtopsax2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #333333;
	float: left;
	width: 620px;
	color: #FFFFFF;
	margin-right: 10px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}
.instrtabbar {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 18px;
	background-color: #FFFFFF;
	height: 25px;
	color: #ff7e00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.divacc_content {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.divacc_content a:link, .divacc_content a:visited{
	color: #FFF000;
	text-decoration: none;
}
.divacc_content a:hover{
	color: #FFF000;
	text-decoration: underline;
}
.instrtabel {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*background-color: #DFDFDF;
	height: 25px;
	color: #00C7C5;*/
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 9px;
	
}
.instrtabel a:link, a:visited, span{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.instrtabel a:hover{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #EF7601;
}

.serieinfo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #E5E5E5;
	/*//float: left;*/
	/*padding: 6px;*/
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.instr_accordion {
	float: right;
	width: 200px;
	background-color: #666666;
}
.tabelmusici {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	
	text-align: left;
	float: left;
	height: 120px;
}
.divalbumcont {
	/*width: 700px;*/
	margin-right: auto;
	margin-left: auto;
}
.divclarinet {
	height: 293px;
	width: 152px;
	margin-top: 0px;
	float: left;
}
.divsax {
	height: 293px;
	width: 152px;
	margin-top: 0px;
	float: left;
}
.divtrompet {
	height: 293px;
	width: 151px;
	margin-top: 0px;
	float: left;
}
.divms {
	height: 293px;
	width: 153px;
	margin-top: 0px;
	float: left;
}
.divalbum {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 100px;
	border: 1px solid #FFFFFF;
}
.divalbumtn {
	background-color: #000000;
}
.divalbumtn a:link, .divalbumtn a:visited{
	margin: 0px;
	padding: 0px;
	/*clear: both;*/
	height: auto;
	width: 96px;
	background-color: #000000;
}
.divalbumtitel a:link, .divalbumtitel a:visited {
	float: left;
	width: 96px;
	/*margin-top: 30px;*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 2px;
	font-size: 9px;
}
.albumcontainer {
	background-color: #000000;
}.divdownloads {
	width: 250px;
	height: 160px;
	overflow: auto;
	background-color: #CCCCCC;
}
.tabeldown {
	height: 100px;
	margin-top: 6px;
	margin-left: 10px;
}.divomtabeldown {
	clear: both;
	height: auto;
}
.divtop {
	clear: both;
	background-image: url(../images/content/selmertab.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.divtoppartner {
	clear: both;
	background-image: url(../images/content/binpremiumtab2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 70px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.serietabel td{
	text-align: left;
}
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash grr {
	visibility: hidden;
	letter-spacing: 10px;
	font-size: 16px;
	font-weight: bold;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
.divendo {
	height: 165px;
	width: 220px;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0px;
	margin-bottom: 10px;
}
.divendo2 {
	height: 80px;
	width: 120px;
	margin-top: 15px;
	padding-top: 15px;
	padding-right: 0px;
	margin-bottom: 10px;
}
.divendonaam {
	height: 30px;
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	position: relative;
	z-index: 0;
	margin-top: -50px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #FFF;
}
.newsitems, .newsitems a:link, .newsitems a:visited {
	background-image: url(../images/icons/driehoekgrijs.gif);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 20px;
	font-size: 14px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}
.newsitems a:hover {
	background-image: url(../images/icons/driehoekoranje.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	line-height: 20px;
}
#nieuwsPanel {
	background-color: #666666;
	width: 200px;
	position: absolute;
	left: 400px;
	top: 400px;
	z-index: 2000;
}
.nieuwsdetail_titel {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #CCCCCC;
	font-size: 24px;
}
.agendadetail_titel {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #CCCCCC;
	font-size: 20px;
	margin-top: 10px;
}
.agendadetail_tekst {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}
.agendadetail_tekst a:link, .agendadetail_tekst a:visited{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #ff9933;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
.agendadetail_tekst a:hover {
text-decoration:underline
}
.agendadetail_tekst p, .agendadetail_tekst span, .agendadetail_tekst div{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #CCCCCC;
	font-size: 14px;
	margin: 0px;
	padding: 0px;	
}
.nieuwsdetail_tekst a:link, .nieuwsdetail_tekst a:visited{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #ff9933;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
.nieuwsdetail_tekst a:hover {
text-decoration:underline
}
.nieuwsdetail_tekst p, .nieuwsdetail_tekst span, .nieuwsdetail_tekst div{
	font-size: 16px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.nieuwsdetail_tekst {
	font-size: 16px;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #FFFFFF;
}
.nieuwstitelbar {
	height: 40px;
}.agenda_detail {
	width: 400px;
	height: 400px;
}
.selmertab {
	height: 60px;
	width: 80px;
	float: left;
}
.selmertab a:hover {
cursor:pointer;	
}
.bintab {
	height: 60px;
	width: 80px;
	margin-left: 137px;
}
.bintab a:hover {
		cursor:pointer;
}
.tablinks {
	height: 60px;
	width: 250px;
	margin-left: 190px;
}
.tablinks a:hover{
	cursor:pointer;
	}
.imgBox {
	background-color: #000000;
	float: right;
	width: 175px;
}#carthidden {
	display: none;
}
.serieinformatie, .serieinformatie a:link, .serieinformatie a:visited {
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	font-size: 11px;
}
.serieinformatie a:hover {
	color: #FF7E00;
}
.lijstnieuwsitems, .lijstnieuwsitems a:link, .lijstnieuwsitems a:visited {
	margin: 0px;
	padding-left: 0px;
	
}
.divcontact {
	padding-top: 10px;
	padding-left: 30px;
	background-color: #666666;
	margin: 0px;
	height: auto;
}
.divbinoverige {
	margin-left: 10px;
	padding-left: 15px;
	width: 380px;
	background-color: #333333;
}
.divbinlinks {
	clear: both;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFF;
}

.divbinlinks a:hover{
	color: #CD1E45;
}
.divbinimg {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 0px;
	clear: both;
	
}
.divbintext {
	float: left;
	margin-right: 0px;
	font-size: 24px;
	color: #E4E4E4;
	width: 300px;
}
.divwelkom {
	height: 450px;
	width: 450px;
}
.divnewsticker {
	background-image: url(../images/newsstreep.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 608px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#divopensite {
	background-image: url(../images/welkom.jpg);
	background-repeat: no-repeat;
	height: 650px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.welkomstekst {
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 10px;
}
.divwelkom_mp3 {
	background-color: #00FF66;
	height: 100px;
	width: 700px;
}
.divplus {
	font-size: 28px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	
	margin-top: 5px;
	padding-left: 5px;
}
.divplus a:hover{
		color: #FF7E00;
	
}
#inspanel {
	background-color: #000000;
}
.divserienrs {
	background-image: url(../images/template/seriebg.jpg);
	background-repeat: no-repeat;
	height: 300px;
	width: 700px;
	overflow: hidden;
}
.serienrslabel {
	font-size: 16px;
	color: #CCCCCC;
	float: left;
	height: 40px;
	width: 170px;
	margin-top: 10px;
	margin-left: 20px;
	font-weight: bold;
}
.divslide_l {
	background-image: url(../images/template/serieslide_l.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 329px;
	visibility: hidden;
	/*background-color: #CCC;
	overflow: hidden;*/
		float: left;
	z-index: 2;
	background-attachment: scroll;
	background-position: 100% 100%;
}
.serienrszoek {
	height: 65px;
	width: 120px;
	margin-top: 42px;
	margin-left: 48px;
	position: relative;
	z-index: 0;
}
.divslide_r {
	background-image: url(../images/template/serieslide_r.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	height: 118px;
	width: 329px;
	visibility: hidden;
	float: right;
	}

.serienrslabel2 {
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	width: 450px;
	margin-top: 10px;
	margin-right: 20px;
	clear: right;
	height: 120px;
	text-align: right;
}
	
	.divzoekbtn {
	/*margin-top: 20px;
	margin-left: 150px;
	position: relative;
		height: 25px;
	width: 100px;*/
}
.inpserie {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 10px;
	height: 12px;
	padding: 0px;
}.divsrienrsresult {
	/*background-color: #FFFFCC;*/
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
		height: 55px;
	width: 230px;
	margin-top: 32px;
	margin-left: 50px;
	position: relative;
	color: #000000;
	text-align: left;
	font-size: 14px;
}
.btnstart {
	background-image: url(../images/template/knopserienrs.jpg);
	background-repeat: no-repeat;
	height: 26px;
	width: 58px;
	font-weight: bold;
	color: #000000;
}.zoekbtn {
	font-size: 18px;
	color: #CCCCCC;
	text-decoration: none;
	height: 20px;
	width: 80px;
	margin-top: 20px;
	margin-left: 120px;
	position: relative;
}
.histcont {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;	
}
.divhistdetail td{
	width: 700px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	height: 400px;
	background-color: #6F6F6F;
}
.histpanelcontent td{
	clear: both;
	width: 700px;
	font-size: 24px;
}
.histpanelcontent {
	background-color: #8C8C8C;
	height: 260px;
}
#detailhistPanel {
	background-color: #575757;
	height: 260px;
	width: 700px;
	border: 1px solid #DDDDDD;
	background-image: url(../images/content/historiebg_s.jpg);
	background-repeat: no-repeat;
}
.histtext {
	font-size: 24px;
	color: #FFF001;
}.histjaar {
	font-size: 68px;
	color: #818181;
	float: right;
	position: static;
	top: 10px;
	right: 10px;
	padding-right: 30px;
}
.histtext2 {
	font-size: 18px;
	color: #CCCCCC;
}
.divslide_news {
	background-image: url(../images/template/serieslide_l.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 329px;
	visibility: hidden;
	/*background-color: #CCC;
	overflow: hidden;*/
		float: left;
	z-index: 2;
	background-attachment: scroll;
	background-position: 100% 100%;
}
.serienrszoek2 {
	height: 250px;
	width: 300px;
	margin-top: 42px;
	margin-left: 48px;
	position: relative;
	z-index: 0;
}.divnieuwsbrief {
	background-image: url(../images/template/seriebg.jpg);
	background-repeat: repeat;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height: 260px;
}
.divnieuwsbrief a:hover {
	color: #B21B3E;
}

.divnbform {
	width: 500px;
}
.divmediaplayer {
	float: right;
	height: 20px;
	width: 120px;
	background-image: url(../images/icons/speaker_off.jpg);
	background-repeat: no-repeat;
	margin: 20px;
}
.divgaverder {
cursor:pointer
	height: 20px;
	width: 140px;
	margin-right: 0px;
	z-index: 1;
	height: 30px;
	position: absolute;
	left: 670px;
	top: 560px;
}
.divendobio {
	font-size: 11px;
	height: 365px;
	overflow: auto;
	width: 220px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.img1 {
	visibility: visible;
	margin-top: 57px;
}
.divprijslijst {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	clear: both;
	float: left;
	}
.divprijslijst a:link, .divprijslijst a:visited, .divprijslijst a:active {
	
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	

}
.divprijslijst a:hover {

	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
.etuiimg {
	border: 4px solid #FFFFFF;
	margin-top: 10px;
}
.divagendadate {
	color: #FFFFFF;
	background-color: #000000;
	padding-left: 15px;
	margin-left: 15px;
}
