@charset "UTF-8";
/* start Document */

body#workshops{
	
	font-family:"Times New Roman", Times, serif;
	/*background-image: url('achtergrond_klein.jpg');*/
	background: #750002;
}

.passed{display: none;}

/* header */	

#header { 
	width: 65em;
	margin: auto;
	text-align: center;
	z-index: 2;
	padding-bottom: 40px;
	}

#header #tabs li { 
	float: left;
	position: relative;
	display: inline;
	z-index: 2;
	}
#header #tabs li a.menu-right{border-right: 1px solid white;}
#header #tabs li a.menu-top{border-top: 1px solid white;}
#header #tabs li a { 
	display: block;
	float: left;
	
	width: 130px;
	padding: 3px 4px; 
	border: 1px solid white;
	border-right: none; 
	background-color:#D9C989;
	color: black; 
	text-decoration: none; 
			
	}
	

#header #tabs li a.selected {  

	background-color: #E2DDB9;
	}
#header #tabs a:hover { 
	background-color:#E2DDB9;
	}
	
#header #tabs li:hover ul{ 
	display: block;
	position:absolute;
	left:-40px;
	top: 26px;
	}
#header #tabs li ul li:hover ul li{ 
	display: block;
	position:relative;
	left:139px;
	top: -20px;
	
	}
	

#header #tabs li ul li a{
	border-top:none;
	}
	
#header #tabs li ul{
	display: none;
}	
#header #tabs li ul li ul li{
	display: none;
}
	
#content{
	width: 46em;
	margin:auto;
	text-align: center;
	background-color: #E7E1B5;
	position: relative;
	padding: 10px;
	top: 0px;
	left: 12px;
	z-index:1;
		overflow: auto;
	height: 660px;
}


	#sidemenu{
	
	float: left;
	position: fixed;
	display: inline;
	z-index: 0;
	width: 300px;
	left : 80px;
	top: 80px;
display: none;
	}
	#sidemenu ul{
	list-style-type:none;
	width: 120px;
	position: absolute;
	right: 35px;
	}
	#sidemenu{
	width: 120px;

	}
	#sidemenu li{padding: 5px;
	}

	#sidemenu li a { 
		display: block;
		width: 85px;
		padding: 3px 4px; 
		border: 1px solid white; 
		background-color:#D9C989;
		color: black; 
		text-decoration: none; 
		font-size: 13px;
				z-index: 6;
		}
	#sidemenu li a.selected {  

		background-color: #E2DDB9;
		}
	#sidemenu a:hover { 
		background-color:#E2DDB9;
		}

	
.workshoptitle{
	font-variant: small-caps;
	font-weight: bold;
}



.text{
	background-color: #D9C989;
	border: solid 2px white;
	padding: 10px;
	height: 95%;

}
.workshopsIntro{
	
	background-color:#D9C989;
	border: solid white 2px;
	margin-bottom: 10px;
}
.workshopsIntro h1{
border-bottom: 2px solid white;

margin-top: 5px;
padding-bottom:5px;

}
.workshopsTable th{
	text-align: center; 
	border: none;
	font-size: 25px;
	padding: 5px;
	padding-top: 10px;
	background-color:#D9C989;
}

.workshopsTable .subhead{
	text-align: center;
	font-weight: bold;
}
.workshopsTable{
	border: solid white 2px;
	border-left: 1px solid white;
	text-align: left;
	margin-bottom: 10px;
}
.workshopsTable .fandangos{
	background: #91371C;
	}
.workshopsTable .soleares{
	background:#f26024; }
.workshopsTable .rondena{
	background: #bc4724;
	}
.workshopsTable .sevillanas{
	background:orange;}
	.workshopsTable td{
		vertical-align:top;}
.lesdata{
	width: 722px;
	text-align: center; 
	border: none;
	font-size: 25px;
	font-weight:bold;
	padding: 5px;
	padding-top: 10px;
	background-color:#D9C989;
	border: 2px solid white;
	border-bottom: none;
}
.datum{
	
	width: 232px;
	height: 255px;
	border: solid 2px white;
	font-size: 20px;
}
.datum td{
	height: 61px;
	border-left:2px solid white;
	border-bottom: 2px solid white;
	background-color:#D9C989;
	width: 150px;
}
.datum .firstCol{
border-left: none;
width: 100px;
}
.datum .bottomCol{
border-bottom: none;
}
.tijd .firstCol{
border-left: none;
}
.workshopsTable.tijd{
	position:relative;
	width: 100%;
}
.tijd .bottomrow td{
border-bottom: none;
}

.workshopsTable td{
	background-color:#D9C989;
	height: 5px;
	border-bottom: solid white 1px;
	border-left: solid white 1px;
	padding-left: 10px;
}

.workshopsTable .workshopcontenttitle{
	border-bottom: solid white 2px;
	font-size: 25px;
}

.workshopsTable .dummyrow td{
	background-color:#E7E1B5;
	height: 10px;
	border: none;
	border-bottom: solid white 1px;
}
.workshopsTable .dummycol{
	border-bottom: none;
	}
.explanation{
	width: 496px;
	border: 2px solid white;
	padding: 3px;
	right: 10px;
	bottom: 24px;
	left: 240px;
	height: 243px;
}

.explanationabsolute{
	position:absolute;
}

.explanationcolor{
	background: #CC9933;
}
.view{
	display: block;
}
#soleares{
z-index: 1;
}

#alegrias{
z-index: 2;
}

#tangos{
z-index: 3;
}

#bulerias{
z-index: 4;
}

.hideblock{
display: none;
}

.showblock{
	display: block;

}

