@charset "utf-8";

@import url("reset.css");

body {
	background-color: #FFF;
/*	font-family: Arial,Helvetica,sans-serif; */
  font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #000;
	line-height: 1.3em;
	background-image: url('../images/back2009.jpg');
	overflow:visible;
}

a:hover {
	/* text-decoration: underline; */
  background: yellow;   
}


/* CONTAINER */
#header {
  width: 100%;
  height: 130px;  
	background-image: url('../images/header2009.jpg');
  background-repeat:no-repeat;
}

#header_img {
  height:130px;
  width:990px;
/*	background-image: url('../images/header_ol.gif');
  background-repeat:no-repeat;
  margin: 0 auto; */    
}

.wrapper {
/*	width: 980px; */
/*	margin: 7px 0 0 7px; */  
/*  width:1000px;
  margin: 0 auto; */
}

.left_container {
  width:260px;
  float:left;
}

.mid_container {
  width:512px;
  float:left;
}

.right_container {
  width:200px;
  float:left;  
}
/* CONTAINER */

/* NAVIGATIE */
.nav_container {
  height:30px;
  width:100%;
  background:#FFF;
  border-top:1px solid #F7F7F7;
  border-bottom:1px solid #F7F7F7;  
  float:left;
}

#nav {
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:14px;
  padding-top:5px;
  padding-left:7px;
  float:left;

}
#nav a {
  color:#000;
}
#nav a:hover {
  color:#000;
  background-color:#FFFF66;
}
.nav_selected {
  background-color:#FFFF66;
}

.nav_sub_container {
  height:30px;
  width:100%;  
  /* background-image:url('../images/diagonal.gif'); */ 
  background:#FFF;
  border-top:1px solid #F7F7F7;
  border-bottom:1px solid #F7F7F7;  
  float:left;
}

#nav_sub {
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:14px;
  padding-top:5px;
  padding-left:76px;
  float:left;
}
#nav_sub a {
  color:#FFF;
  background-color:#333;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;    
}
#nav_sub a:hover {
  color:#000;
  background-color:#FFFF66;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.nav_sub_selected {
  color:#000;
  background-color:#FFFF66;
}

/* NAVIGATIE */

/* FORM */
#top_form {
  width:900px;
  padding-top:5px;
  padding-left:7px;
  height:25px;
  float:left;
}

.form_nieuwsbrief {
  height:28px;
  display: inline;  
  float:left;
}

.nieuwsbrief_wrong_input {
  color:red;
  padding-left:7px;
  padding-right:7px;
  font-size:12px;    
  font-weight:bold;
}
.nieuwsbrief_right_input {
  color:#1ECC00;
  padding-left:7px;
  padding-right:7px;
  font-size:12px;    
  font-weight:bold;
}

.nieuwsbrief_pos {
  width:320px;
  height:20px;    
  margin-left:7px;
  float:left;
}

.input_width_small {
	width: 110px;
	height:14px;
	background-color:#FFF;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
  color: #000;  
}

.input_width_big {
	width: 256px;
	height:14px;
  margin:0;
  padding:2px;	 
	font-weight:normal;
	font-style:italic;
	font-size:12px;
  color: #000;
}

.submitbutton {
  height:18px;
  width:25px;
  margin:0;
  padding:0;
  background-color:#666;
  color:#FFF;
  border:0;
	font-weight:normal;
	font-size:12px;
}
input.submitbutton {
  height:18px;
  width:25px;
  margin:0;
  padding:0;
  background-color:#666;
  color:#FFF;
  border:0;
	font-weight:normal;
	font-size:12px;
}
/* FORM */


/* SPACER */
.spacer {
  width:100%;
  height:7px;
  line-height:7px;
  /* padding-bottom:7px; */
  float:left;
}
.spacer_small {
  width:100%;
  height:5px;
  float:left;
}

.spacer_verti {
  width:7px;
  height:1px;
  float:left;
}

/* SPACER */

/* NIEUWS */
#nieuws_container {
  width:512px;
  float:left;
}




.nieuws_post {
  width:504px;
  padding:3px;  
  border:1px solid #EEE;
  /* hier kun je een iets transparent plaatje inzetten en dan de carousel foto vergroten, dan zie je de foto door de tekst heen.
  background-image: url('../images/nieuws_post_back.png'); */
  background:#FFF;
  float:left;
}

.nieuws_top {
  width:100%;
  padding-top:2px;
  padding-bottom:2px;
  background:#333;
  float:left;
}

.nieuws_title {
  font-family: Arial,Helvetica,sans-serif;
  width:442px; 
  font-size:18px;
  font-weight:bold;
  color:#FFF;
  padding-left:1px;
  float:left;
}

.nieuws_date {
  font-family: Arial,Helvetica,sans-serif;
  width:59px;
  background:#444;
  border-bottom:1px solid #333;
  color:#DDD;
  font-style:italic;
  font-size:11px;
  padding-left:2px;
  float:left;
}

.nieuws_post2 {
  width:244px;
  padding:3px;  
  border:1px solid #EEE;
  /* hier kun je een iets transparent plaatje inzetten en dan de carousel foto vergroten, dan zie je de foto door de tekst heen.
  background-image: url('../images/nieuws_post_back.png'); */
  background:#FFF;
  float:left;
}

.nieuws_top2 {
  width:244px;
  background:#333;
  float:left;
}

.nieuws_title2 {
  width:244px; 
  font-size:18px;
  font-weight:bold;
  color:#FFF;
  padding-left:1px;
  float:left;
}

.nieuws_date2 {
  width:59px;
  background:#444;
  border-bottom:1px solid #333;
  color:#DDD;
  font-style:italic;
  font-size:11px;
  padding-left:2px;
  float:left;
}

.nieuws_msg {
  font-size:13px;
  font-weight:normal;
  padding-top:4px;
  color:#666;
  float:left;
}
    .nieuws_msg p {}
    .nieuws_msg a {
        color: #666;
        font-weight: bold;
    }               
    .nieuws_msg a:hover {
        background: yellow;
    }

    
    
.nieuws_img {
  border:0;
  padding-right:3px;
  float:left;
}

.nieuws_img_right {
  border:0;
  padding-left:3px;
  float:right;
}

.nieuws_img_art {
  border:0;
  float:left;
}

.nieuws_img_abri {
  border:0;
  float:left;
  padding-right:3px;
}


.nieuws_pics {  
  width:140px; 
/*  height:195px; */
  padding:0;
  margin:0;
  border:0;    
  float:left;
} 
 
.nieuws_pics img {  
  width:136px; 
  padding:2px;
  margin:0;
  border:0;    
  float:left; 
} 

.nieuws_link {
  width:140px;
  background:#888;
  background-image: url('../../images/diagonal.gif');
  float:left;
}

a.nieuws_link {
  width:140px;
  background:#888; 
  background-image: url('../../images/diagonal.gif');
  float:left;
}
a:hover.nieuws_link {
  width:140px;  
  background:yellow;
  /* background-image: url('../../images/diagonal.gif'); */
  float:left;  
}
a:active.nieuws_link {
  width:140px;  
  background:yellow;
  background-image: url('../../images/diagonal.gif');
  float:left;
}
/*
a:visited.nieuws_link {
  width:260px;
  height:195px;
  background:#888;
  background-image: url('../../images/diagonal.gif');
  float:left;
}
*/



/* NIEUWS */

a.text_link {
  color:#666;
  text-decoration:underline;
}
a:hover.text_link {
  background: yellow;
}


/* TABS */
#tabs_container {
  font-family: Arial,Helvetica,sans-serif;
  border:1px solid #EEE;  
  background-image: url('../images/diagonal.gif'); 
  float:left;
}

.tabs_links {
  font-family: Arial,Helvetica,sans-serif;  
	font-size: 13px;
  line-height: 20px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFFFFF;
  margin-left:5px;
/*  padding-left:15px; */
}
a:visited.tabs_links {
  color: #333;
  text-decoration: none;
  background-color: #FFFFFF;
  font-weight: bold;  
}
a:hover.tabs_links {
  text-decoration: none;
  font-weight: bold;
/*  padding-left:15px;
  background-image: url('../images/draai_bar.gif');  
  background-repeat: no-repeat; */
  background-color: #FFFF66;
  color: #000;
}
a:active.tabs_links {
  text-decoration: none;
  font-weight: bold;
/*  padding-left:15px;
  background-image: url('../images/draai_bar.gif');  
  background-repeat: no-repeat; */
  background-color: #FFFF66;
  color: #000;
}
/* TABS */


#tagcloud {
  width:248px;
  background:#FFF;
  padding:5px;
  border:1px solid #EEE;
  float:left;
}

.tagcloud_links {
  background:#EEE;
}


.form_vraagjes {
  display: inline;  
  float:left;
}

.input_width_vraagjes {
	width: 200px;
	height:14px;
	background-color:#FFF;
	font-weight:normal;
	font-style:italic;
	font-size:12px;
  color: #000;
}

.pulldown_width_vraagjes {
	width: 200px;
	height:20px;
	background-color:#FFF;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
  color: #000;
}

.vraagjes {
  font-family: Arial,Helvetica,sans-serif;
  width:248px;
  background:#1ECC00;
  font-size:12px;
  color:#FFF;
  padding:5px;
  border:1px solid #EEE;
  float:left;  
}

.vraagjes_wrong_input {
  color:#FFF;
  border:1px solid #EEE;  
  background:red;
  padding:2px;
  margin-bottom:2px;  
  height:18px;
  width:238px;
  font-weight:normal;
  font-style:italic;
}

.vraagjes_right_input {
  color:#FFF;
  background:green;
  border:1px solid #EEE;
  padding:2px;
  margin-bottom:2px;
  height:18px;
  width:238px;
  font-weight:normal;
  font-style:italic;  
}

.form_poll {
  margin-top:2px;
  margin-bottom:4px;
  display: inline;  
  float:left;
}

.pulldown_width_poll {
	width: 200px;
	height:20px;
	background-color:#FFF;
	font-weight:normal;
	font-style:normal;
	font-size:12px;
  color: #000;
  margin-right:10px;  
}

.poll_input {
	width: 190px;
	height:16px;
  margin:0;
  margin-right:10px;
  padding-bottom:2px;	 
	font-weight:normal;
	font-style:italic;
	font-size:12px;
  color: #000;
}

.poll_submitbutton {

}

.pollNummer {
  font-size:18px;
  font-weight:bold;
  color:#666;
}

.poll_wrong_input {
  color:#FFF;
  border:1px solid #EEE;  
  background:red;
  padding:2px;
  padding-left:5px;
  margin-top:1px;
  margin-bottom:5px;      
  width:968px;
  font-size:13px;  
  font-weight:normal;
  font-style:italic;
}

.poll_right_input {
  color:#FFF;
  background:green;
  border:1px solid #EEE;
  padding:2px;
  padding-left:5px;  
  margin-top:1px;
  margin-bottom:5px;
  width:968px;
  font-size:13px;
  font-weight:normal;
  font-style:italic;  
}

a.poll_link {
  color:#FFF;
  font-weight:bold;
  text-decoration:underline;
}
a:hover.poll_link {
  color:#666;
  background: yellow;
}

.pollContainer {
  width:980px;
  float:left;
}

.pollBandplaats {
  width:35px;
  padding:5px;
  padding-right:0;
  border:1px solid #EEE;
  float:left;
}

.pollBandnaam {
  width:400px;  
  padding:5px;
  padding-right:0;  
  border:1px solid #EEE;  
  font-weight:bold;
  float:left;
}

.pollBandvotes {  
  width:170px;
  padding:5px;   
  padding-right:0;  
  border:1px solid #EEE;  
  float:left;  
}

.pollBandpercentage {
  width:100px;  
  padding:5px;  
  padding-right:0;  
  border:1px solid #EEE;  
  float:left;    
}

.progress {
  width:1px;  
  background:#FFF url(../images/poll_progress.gif);
  float:left;
}

.pollLuister {
  width:100px;  
  padding:5px;  
  padding-right:0;
  border:1px solid #EEE;  
  font-style:italic;
  float:left;  
}

.pollZien {
  width:130px;
  border:1px solid #EEE;  
  float:left;  
}


.pollBandplaatsTop {
  width:40px;
  padding-top:10px;
  padding-bottom:10px;
  border:1px solid #FFF;
  color:#FFF;  
  background:#1ECC00;
  float:left;
}

.pollBandnaamTop {
  width:400px;  
  padding-left:5px;
  padding-top:10px;
  padding-bottom:10px;
  border:1px solid #FFF; 
  background:#1ECC00;  
  color:#FFF;  
  font-weight:bold;
  float:left;
}

.pollBandvotesTop {  
  width:170px;
  padding-left:5px;  
  padding-top:10px;
  padding-bottom:10px; 
  background:#1ECC00;  
  color:#FFF;  
  border:1px solid #FFF;    
  float:left;  
}

.pollBandpercentageTop {
  width:100px;  
  padding-left:5px;  
  padding-top:10px;
  padding-bottom:10px;  
  background:#1ECC00;
  color:#FFF;    
  border:1px solid #FFF; 
  float:left;  
}

.pollLuisterTop {
  width:100px;  
  padding-left:5px;  
  padding-top:10px;
  padding-bottom:10px;
  background:#1ECC00; 
  color:#FFF;   
  border:1px solid #FFF;  
  float:left;  
}

.pollZienTop {
  width:130px; 
  padding-left:5px;  
  padding-top:10px;
  padding-bottom:10px;  
  background:#1ECC00;
  color:#FFF;  
  border:1px solid #FFF;
  float:left;  
}


.img_small_zoom {
  border:0;
  margin:0;
  padding:0;
  float:left;
}


/* IMG ZOOM */
.jqzoom{
  border:0;
  position:relative;
  padding:0;
  margin:0;
  cursor:pointer;
  float:left;
}

.jqzoom img{
  float:left;
}

div.zoomdiv {
  z-index:100;
  position:absolute;
  top:0px;
  left:0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border:1px solid #EEE;
  display:none;
  text-align: center;
  overflow: hidden;
}

div.jqZoomPup {
  z-index:10;
  visibility:hidden;
  position:absolute;
  top:0px;
  left:0px;
  width:50px;
  height:50px;
  border:1px solid #aaa;
  background: #ffffff url(../images/zoom.gif) 50% top  no-repeat;;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}



/* OL2008 */
.ol2008_total_container {
  width:985px;
  background:#FFF;
  float:left;
}

.contact_container {
  width:700px;
  background:#FFF;
  float:left;
}

.contact_text_box {
  width:692px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.contact_label {
  width:60px;
  height:400px;
  padding-left:7px;
  font-weight:bold;
  float:left
}

.contact_form {
  width:625px;
  float:left;
}

.input_form {
  width:100%;
  height:30px;
  float:left;
}

.textarea_form {
  width:100%;
  height:190px;
  float:left;
}

.wrong_input {
  color:#FFF;
  background:red;
  height:25px;
  width:474px;
  padding-top:7px;
  padding-left:7px;  
  font-weight:bold;
}

.right_input {
  color:#FFF;
  height:107px;
  width:474px;
  padding-top:7px;
  padding-left:7px; 
  padding-bottom:7px;   
  background:#1ECC00; 
  font-weight:bold;  
}

.ol2008_left_container {
  width:490px;
  float:left;
}

.ol2008_right_container {
  width:485px;  
  float:left;  
}

#ol2008_text_container {
  width:481px;
  float:left;
}

.ol2008_text_box {
  width:480px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.ol2008_text_box_long {
  width:977px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.ol2008_text_top {
  width:100%;
  background:#333;
  float:left;
}

.ol2008_text_title {
  width:480px; 
  padding-top:2px;
  padding-bottom:2px;
  font-size:18px;
  font-weight:bold;
  color:#FFF;
  padding-left:1px;
  float:left;
}

.ol2008_text_msg {
  font-size:13px;
  font-weight:normal;
  padding-top:4px;
  color:#666;
  float:left;
}

/* START FESTIVAL */

.festival_left_container {
  width:270px;
  float:left;
}

.festival_text_box_left {
  width:262px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.festival_right_container {
  width:706px;
  float:left;
}

.festival_text_box_right {
  width:698px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.festivalimg {
  width:262px;
  padding-bottom:10px;
  float:left;  
}

.festival_programma {
  font-size:13px;
  font-weight:normal;
  color:#666;
  float:left;
}

.verti_blue {
  height:1000px;
  width:20px;
  background:#008dc5;
  float:left;
}

.verti_black {
  height:1000px;
  background:#000;
  float:left;
}

.verti_yellow {
  height:1000px;
  width:21px;
  background:#F4ED1D;
  float:left;
}

.verti_dag {
  height:233px;
  width:278px;
  background:#FFF;
  float:left;
}

.verti_dag_small {
  height:722px;
  width:139px;
  background:#FFF;
  float:left;
}

.programma_block {
  width:277px;
  height:85px;
  font-size:24px;
  font-weight:bold;
  line-height:1em;
  text-align:center;
  color:#000;
  padding-top:15px;
  border-right:1px solid #000;
  background:#FFF;
  float:left;
}

.downstage_block {
  width:137px;
  height:62px;
  padding-top:18px;
  background:#E91F24;
  font-size:20px;
  font-weight:bold;
  line-height:1em;
  text-align:center;
  border:1px solid #000;
  border-bottom:0;
  color:#FFF;
  float:left;
}

.upstage_block {
  width:138px;
  height:62px;
  padding-top:18px;
  background:#1B8836;
  font-size:20px;
  font-weight:bold;
  line-height:1em;
  text-align:center;
  border:1px solid #000;
  border-bottom:0;
  border-left:0;    
  color:#FFF;
  float:left;
}

.wit_block_left {
  width:137px;
  height:22px;
  background:#FFF;
  border:1px solid #000;
  float:left;  
}
.wit_block_right {
  width:138px;
  height:22px;
  background:#FFF;
  border:1px solid #000;
  border-left:0;
  float:left;  
}
.wit_block_left_ {
  width:137px;
  height:22px;
  background:#FFF;
  border:1px solid #000;
  border-top:0;
  float:left;  
}
.wit_block_right_ {
  width:138px;
  height:22px;
  background:#FFF;
  border:1px solid #000;
  border-left:0;
  border-top:0;
  float:left;  
}

.red_block_left {
  width:137px;
  height:11px;
  background:#E91F24;
  border:1px solid #000;
  border-top:0;
  float:left;  
}
.red_block_right {
  width:138px;
  height:11px;
  background:#E91F24;
  border:1px solid #000;
  border-left:0;
  border-top:0;
  float:left;  
}

.zaalopen_block {
  width:277px;
  height:23px;
  font-size:20px;
  font-weight:normal;
  line-height:1em;
  text-align:center;
  color:#FFF;
  padding-top:2px;
  border-left:1px solid #000;
  background:#454b4c;
  float:left;
}


/* TEST TEST */
.band_block_left_test {
  width:137px;
  height:41px;
  padding-top:8px;
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-top:0;
  float:left;  
}
.band_block_right_test {
  width:138px;
  height:41px;
  padding-top:8px;
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-left:0;
  border-top:0;
  float:left;  
}

.band_block_left_single_test {
  width:137px;
  height:33px;
  padding-top:16px;
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-top:0;
  float:left;  
}
.band_block_right_single_test {
  width:138px;
  height:33px;
  padding-top:16px;  
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-left:0;
  border-top:0;
  float:left;  
}

.dj_block_left_test {
  width:137px;
  height:75px;
  padding-top:25px;  
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-top:0;
  float:left;  
}

/* TEST TEST */




.band_block_left {
  width:137px;
  height:41px;
  line-height:1em;
  font-family: Arial,Helvetica,sans-serif;  
  font-size:15px;  
  font-weight:bold;
  text-align:center;
  padding-top:8px;
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-top:0;
  float:left;  
}
.band_block_right {
  width:138px;
  height:41px;
  line-height:1em;
  font-family: Arial,Helvetica,sans-serif;
  font-size:15px;  
  font-weight:bold;
  text-align:center;
  padding-top:8px;  
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-left:0;
  border-top:0;
  float:left;  
}

.band_block_left_single {
  width:137px;
  height:33px;
  font-family: Arial,Helvetica,sans-serif;  
  font-size:15px;  
  font-weight:bold;
  text-align:center;
  padding-top:16px;
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-top:0;
  float:left;  
}
.band_block_right_single {
  width:138px;
  height:33px;
  font-family: Arial,Helvetica,sans-serif;
  font-size:15px;  
  font-weight:bold;
  text-align:center;
  padding-top:16px;  
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-left:0;
  border-top:0;
  float:left;  
}


.dj_block_left {
  width:137px;
  height:75px;
  font-family: Arial,Helvetica,sans-serif;
  font-size:15px;  
  font-weight:bold;
  text-align:center;
  padding-top:25px;  
  background:#454b4c;
  color:#FFF;  
  border:1px solid #000;
  border-top:0;
  float:left;  
}


/* END FESTIVAL */


.ol2008_partners_img {
  height: 115px;
  width:115px;
  margin:0;
  padding:0;
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.ol2008_spacer_hori {
  width:4px;
  height:1px;
  float:left;  
}

.ol2008_spacer_verti {
  width:470px;
  line-height:0px;
  padding-bottom:4px; 
  float:left; 
}
.ol2008_nav_partners {
  width:115px;
  height:115px;
  margin:0;
  padding:0;
  border:1px solid #EEE;
  background:#FFF;  
  float:left;
}
a.ol2008_nav_partners {
  width:115px;
  height:115px;
  margin:0;
  padding:0;
  border:1px solid #EEE;
  background:#FFF;  
  float:left;
}
a:hover.ol2008_nav_partners {
  width:115px;
  height:115px;
  margin:0;
  padding:0;
  border:1px solid #000;
  background:#FFF;
  float:left;
}

/* MUZIKANTEN */
.muzikanten_left_container {
  width:779px;
  padding-right:7px;
  float:left;
}

.muzikanten_right_container {
  width:300px;
  float:left;  
}

/* ALFABET OP BANDS PAGINA */
.letter_alfabet {
  width:777px;
  height:33px;
  background:#FFF;
  border:1px solid #EEE;
  float:left;
}
.letter_nav {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 30px;
	line-height: 1em;
	padding-left:9px;
	color: #333;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
  background-color: #FFFFFF;
  text-decoration: none;
  float:left;
}
a.letter_nav {
	color: #333;
	font-size: 30px;
	line-height: 1em;
	padding-left:9px;	
  background-color: #FFFFFF;
  text-decoration: none;
  float:left;
}
a:hover.letter_nav {
	color: #333;
	font-size: 30px;	
	line-height: 1em;
	padding-left:9px;
  background-color: yellow;
  text-decoration: none;
  float:left;  
}
a:active.letter_nav {
	color: #333;
	font-size: 30px;
	line-height: 1em;
	padding-left:9px;	
  background-color: #FFFFFF;
  text-decoration: none;
  float:left;
}
a:visited.letter_nav {
	color: #333;
	font-size: 30px;
	line-height: 1em;
	padding-left:9px;	
  background-color: #FFFFFF;
  text-decoration: none;
  float:left;
}

.letter_nav_selected {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 30px;
	line-height: 1em;
	padding-left:9px;
	color: #333;
	border-top:1px solid #EEE;
	border-bottom:1px solid #EEE;
  background-color: yellow;
  text-decoration: none; 
  float:left;
}

.muzikanten_overzicht {
	font-family: Arial,Helvetica,sans-serif;
  color:red;
  width:777px;
  background:#FFF;
  background-image: url('../images/draai2.gif');
}

.muzikant_page {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;  
  color:#666;    
  width:773px;
  background:#FFF;
  border:1px solid #EEE;  
  padding:2px;
  float:left;
}

leesmeer {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;  
  font-style:italic;
  color:#666;
  padding:10px 0 0 0;
  text-decoration:underline;
}

a.leesmeer {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;  
  font-style:italic;
  color:#666;
  padding:10px 0 0 0;
  text-decoration:underline;
}
a:hover.leesmeer {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;
  font-style:italic;  
  color:#666;
  padding:10px 0 0 0;
  background:yellow;
}

a:visited.leesmeer {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:13px;
  font-weight:normal;  
  font-style:italic;
  color:#666;
  padding:10px 0 0 0;
  text-decoration:underline;
}

.band_container {
  height:80px;
  width:772px;
  background:#FFF url(../images/bandcontainer.gif) repeat-x;
  float:left;
}

.band_foto {
  float:left;
}

.band_spacer {
  width:5px;
  line-height:110px;
  float:left;
}

.band_naam {
  font-family: Arial,Helvetica,sans-serif;
  color:#000;
  font-size:15px;
  font-weight:bold;
  padding:5px 0 0 0;
  float:left;
}

.community_logos {
  width:560px;
  height:40px;
  padding:10px 0 0 0;
  float:left;
}
    .community_logos .item {
        margin:0 7px 0 0;
        float:left;
    }


.band_links {
  color:#000;
  font-weight:bold;
  background:#FCFCFC;
}
a:hover.band_links {
  font-size:19px;
  font-weight:bold;
  background:yellow;
  color:#000;
}

.grote_letter {
  font-family:Arial,Helvetica,sans-serif;
  font-size:70px;
  font-weight:bold;
  line-height:100px;
}

.geen_band_bij_letter {
  height:100px;
  float:left;
}

.bandpage_band_foto {
  width:200px;
  padding-right:7px;
  background:#FFF;
  float:left;
}

.bandpage_band_naam {
  font-family: Arial,Helvetica,sans-serif;
  width:562px;
  height:31px;
  color:#000;
  padding:2px;
  background:#FFF;
  font-size:20px;
  font-weight:bold;
  float:left;
}

.bandpage_band_contact {
  padding-bottom:10px;
  width:566px;
  background:#FFF;
  float:left;
}

.band_contact {
  width:100%;
  float:left;
}

/* TABS */
#muzikanten_tabs_container {    
  font-family: Arial,Helvetica,sans-serif;
  width:300px;
  border:1px solid #EEE;  
  background-image: url('../images/diagonal.gif'); 
  float:left;
}

.muzikanten_tabs_links {  
  font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
  line-height: 20px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background-color: #FFFFFF;
  margin-left:5px;
/*  padding-left:15px; */
}
.muzikanten_tabs_links:visited {
  color: #000;
  text-decoration: none;
  background-color: #FFFFFF;
}
.muzikanten_tabs_links:hover, .tabs_links:active {
  text-decoration: none;
  font-weight: normal;
/*  padding-left:15px;
  background-image: url('../images/draai_bar.gif');  
  background-repeat: no-repeat; */
  background-color: #FFFF66;
  color: #000;
}
/* TABS */



/* LETTERBORD */

.tile {
	position: absolute;
	background-color: #FFF;
	color: #31d100;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
	font-family: Courier New, Courier, mono;
  /*font-family: Trebuchet MS,Arial; */		
	font-size: 26px;
	font-weight:bold;
	cursor: pointer;
	float:left;
}
#board {
  background-image: url(../images/letterbord_back2009.jpg);
	width: 980px;
	height: 600px;
	padding:0;		
	border: 5px double #EEE;
	float:left;
}


/* ARCHIEF */
.archief_datum {
  font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
  color: #999;
}




/* BESTEL */

.bestel_poster_left_container {
  width:370px;
  float:left;
}

.bestel_poster_text_box {
  width:362px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.bestel_form_right_container {
  width:608px;
  float:left;
}

.bestel_text_box {
  width:600px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.bestel_cat {
  padding-left:20px;
  font-weight:bold;
  float:left;
}

.bestel_text_small {
  font-size:11px;
  float:left;
}

.pers_text_small {
  font-size:9px;
  padding-left:7px;
  float:left;
}
.pers_text_small2 {
  font-size:9px;
  padding-left:20px;
  float:left;
}

.pers_text_cursief {
  font-style:italic;
  font-size:11px;
}

.pers_item_title {
  font-weight:bold;
  padding-right:10px;
  float:left;
}

.pers_column {
  height:20px;
  width:425px;
  float:left;
}

.pers_preview {
  float:right;
}

.bestel_item_container {
  width:100px;
  height:150px;
  border:1px solid #EEE;
  float:left;
}

.bestel_item_poster_container {
  width:100px;
  height:220px;
  border:1px solid #EEE;
  float:left;
}

.bestel_title_container {
  width:100px;
  background:#333;
  color:#FFF;
  text-align:center;
  float:left;
}

.bestel_img_container {
  width:100px;  
  float:left;
}

.bestel_prijs_container {
  width:100px;
  color:#666;
  text-align:center;
  float:left;
}

.bestel_prijs_container_half {
  width:50px;
  color:#666;
  text-align:center;
  float:left;
}

.bestel_select_container {
  width:100px;
  text-align:center;
  float:left;
}

.bestel_select_container_half {
  width:50px;
  text-align:center;
  float:left;
}

.bestel_spacer_title {
  width:10px;
  line-height:10px;
  background:red;
  float:left;
}

.bestel_spacer {
  width:15px;
  line-height:100px;
  background:#FFF;
  float:left;
}

.bestel_spacer_left {
  width:5px;
  line-height:10px;  
  background:#FFF;
  float:left;
}

.bestel_cd {  
  width:100px;
  background:yellow;
  float:left
}

.bestel_form_container {
  width:475px;
  height:300px;
  padding-left:7px;
  font-weight:bold;
  float:left
}

#seminar_formulier {
  height:380px;
  float:left;
}

.bestel_form_container_seminar {
  width:475px;
  
  padding-left:7px;
  font-weight:bold;
  float:left
}

#seminar_form_toelichting {
  width:460px;
  height:80px;
  font-weight:normal;
  margin-bottom:20px;
  float:left;
}

#seminar_opmerking {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
}

.bestel_input_form {
  width:310px;
  height:30px;
  float:left;
}

.bestel_label_form {
  width:160px;
  height:30px;
  float:left;
}

.bestel_right_input {
  color:#FFF;
  height:150px;
  width:474px;
  padding-top:7px;
  padding-left:7px; 
  padding-bottom:7px;   
  background:#1ECC00; 
  font-weight:bold;  
}





/* BANDCOACHING */

.bandcoaching_container {
  width:110px;
  height:150px;
  border:0;
  float:left;
}

.bandcoaching_title_container {
  width:110px;
  height:35px;
  background:#333;
  color:#FFF;
  text-align:center;
  font-weight:bold;
  float:left;
}
.bandcoaching_title_pos {
  padding-top:6px;
}

.bandcoaching_img_container {
  width:110px; 
  height:110px;
  float:left;
}

.bandcoaching_link {
  width:110px;

  background:#888;
  background-image: url('../../images/diagonal.gif');
  float:left;
}

.bandcoaching_pics {
  width:110px; 
  height:110px;  
  padding:0;
  margin:0;
  border:0;    
  float:left;   
}

.bandcoaching_pics img {
  width:106px; 
  height:110px;
  padding:2px;
  margin:0;
  border:0;    
  float:left;   
}

.bandcoaching_link {
  width:110px;  
  background:#888; 
  background-image: url('../images/diagonal.gif');
  float:left;
}

a.bandcoaching_link {
  width:110px;
  background:#888; 
  background-image: url('../images/diagonal.gif');
  float:left;
}
a:hover.bandcoaching_link {
  width:110px;
  background:yellow;
  background-image: url('../images/diagonal.gif');
  float:left;  
}
a:active.bandcoaching_link {
  width:110px;
  background:yellow;
  background-image: url('../images/diagonal.gif');
  float:left;
}
a:visited.bandcoaching_link {
  width:110px;
  background:#888;
  background-image: url('../images/diagonal.gif');
  float:left;
}

.bandcoaching_spacer {
  width:9px;
  line-height:140px;
  background:#FFF;
  float:left;
}


/* MEDIA */
.media_text_box {
  width:977px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.media_container {
  width:187px;
  height:227px;
  border:0;
  float:left;
}

.media_youtube_link {
  width:185px;
  height:17px;
  background:#1ECC00;
  border:1px solid #FFF;
  color:#FFF;
  font-size:10px;    
  float:left;
}
a.media_youtube_link {
  width:185px;
  height:17px;
  background:#1ECC00;
  border:1px solid #FFF;
  color:#FFF;
  font-size:10px;    
  float:left;
}
a:hover.media_youtube_link {
  width:185px;
  height:17px;
  background:yellow;
  border:1px solid #FFF;
  color:#333;
  font-size:10px;    
  float:left;
}
a:active.media_youtube_link {
  width:185px;
  height:17px;
  background:yellow;
  border:1px solid #FFF;
  color:#FFF;
  font-size:10px;    
  float:left;
}
a:visited.media_youtube_link {
  width:185px;
  height:17px;
  background:#1ECC00;
  border:1px solid #FFF;
  color:#FFF;
  font-size:10px;    
  float:left;
}


.media_title_container {
  width:187px;
  height:35px;
  background:#333;
  color:#FFF;
  text-align:center;
  font-weight:bold;
  float:left;
}

.media_title_pos {
  padding-top:6px;
}

.media_tekst_container {
  width:179px;
  height:55px;
  margin-left:2px;
  padding:2px;
  color:#222;
  font-weight:normal;
  float:left;
}
.media_tekst {
  background:#333;
  color:#FFF;
}

.media_text_small {
  font-size:9px;
  background:#333;
  color:#FFF;
}

.media_pics {
  width:187px; 
  height:110px;  
  padding:0;
  margin:0;
  border:0;    
  float:left;   
}

.media_pics img {
  width:183px; 
  height:110px;
  padding:2px;
  margin:0;
  border:0;    
  float:left;   
}

.media_link {
  width:187px;  
  height:190px;  
  background:#888; 
  background-image: url('../images/diagonal.gif');
  float:left;
}

a.media_link {
  width:187px;
  background:#888; 
  background-image: url('../images/diagonal.gif');
  float:left;
}
a:hover.media_link {
  width:187px;
  background:yellow;
  background-image: url('../images/diagonal.gif');
  float:left;  
}
a:active.media_link {
  width:187px;
  background:yellow;
  background-image: url('../images/diagonal.gif');
  float:left;
}
a:visited.media_link {
  width:187px;
  background:#888;
  background-image: url('../images/diagonal.gif');
  float:left;
}

.media_spacer {
  width:10px;
  line-height:210px;
  background:#FFF;
  float:left;
}

.media_row_spacer {
  width:977px;
  line-height:7px;
  background:#FFF;
  float:left;
}

.foto_pics {
  width:81px; 
  height:81px;  
  padding:0;
  margin:0;
  border:0;    
  float:left;   
}

.foto_pics img {
  width:77px; 
  height:77px;
  padding:2px;
  margin:0;
  border:0;    
  float:left;   
}

.foto_link {
  width:81px;  
  height:81px;  
  background:#888; 
  background-image: url('../images/diagonal.gif');
  float:left;
}

a.foto_link {
  width:81px;
  background:#888; 
  background-image: url('../images/diagonal.gif');
  float:left;
}
a:hover.foto_link {
  width:81px;
  background:yellow;
  background-image: url('../images/diagonal.gif');
  float:left;  
}
a:active.foto_link {
  width:81px;
  background:yellow;
  background-image: url('../images/diagonal.gif');
  float:left;
}
a:visited.foto_link {
  width:81px;
  background:#888;
  background-image: url('../images/diagonal.gif');
  float:left;
}


/* ENGLISH */
.english_total_container {
  width:789px;
  float:left;
}

.english_balk {
  width:782px;
  background:GREEN;
  float:left;
}

.english_text_box_long {
  width:774px;
  padding:3px;  
  border:1px solid #EEE;
  background:#FFF;
  float:left;
}

.english_text_top {
  width:100%;
  background:#333;
  float:left;
}

.english_text_title {
  width:774px; 
  padding-top:2px;
  padding-bottom:2px;
  font-size:18px;
  font-weight:bold;
  color:#FFF;
  padding-left:1px;
  float:left;
}

.english_text_msg {
  font-size:13px;
  font-weight:normal;
  padding-top:4px;
  color:#666;
  float:left;
}

.english_text_small {
  font-size:9px;
  padding-left:20px;
 
}


#nl_flag_link {
  height:14px;  
  float:left;
}

a.nl_flag_link img {
  margin-top:7px;
  margin-left:90px;
  margin-right:2px;
  height:14px;  
  float:left;
}

a:hover.nl_flag_link img {
  margin-top:5px;
  margin-left:88px;
  margin-right:0;
  border:2px solid yellow;
  height:14px;  
  float:left;
}

a:visited.nl_flag_link img { 
  height:14px;    
  float:left;
}



#en_flag_selected img {
  margin-top:5px;
  margin-left:1px;
  border:2px solid yellow;
  height:14px;  
  float:left;
}

a.en_flag_link img {
  margin-top:7px;
  margin-left:3px;
  height:14px;  
  float:left;
}

a:hover.en_flag_link img {
  margin-top:5px;
  margin-left:1px;
  border:2px solid yellow;
  height:14px;  
  float:left;
}

a:visited.en_flag_link img {
  height:14px;
  float:left;
}












