@charset "utf-8";

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

div,a,img,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td {
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:0;
}
body {
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	color: #D9D9D9;
	background: #000 url(../img/bodyBg.png) no-repeat fixed center 100%;
	font-size: 13px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #D9D9D9;
}




#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	height: 100%;
	position: relative;
	padding: 0px;
}
#header {
	width: 900px;
	height: 60px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#header #langbuttons {
	float: right;
	color: #D9D9D9;
	font-size: 10px;
}
#header #langbuttons .lang_button {
	color: #D9D9D9;
	text-decoration: none;
}



#header #logo {
	width: 217px;
	text-decoration: none;
	display: block;
	height: 47px;
	background: url(../img/ecdf_logo.png) no-repeat;
	margin-top: 1.3em;
}
#header ul  {
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #515151;
	height: 20px;
	width: 630px;
}
#header ul  li{
	float: left;
	list-style: none;
	width: 105px;
	text-align: center;
	line-height: 21px;
}

#header ul li a:link, #header ul li a:visited  {
	text-decoration: none;
	display: block;
	color: #d9d9d9;
	font-size: 13px;
}

#header ul li a:hover{
	font-size: 15px;

}

#navigatie {
	margin: 50px auto;
	width: 700px;
	text-align: center;
}
#navigatie ul {
	margin: 0px auto;



}

#navigatie ul li {
	float: left;
	list-style: none;
}
#navigatie ul li a {
	text-decoration: none;
	display: block;
	height: 124px;
	width: 154px;
}
#navigatie ul li a#extreme:link , #navigatie ul li a#extreme:visited{
	background: url(../img/extreme_gray.png) no-repeat center center;
}
#navigatie ul li a#extreme:hover{
	background: url(../img/extreme_color.png) no-repeat center center;
}
#navigatie ul li a#atlas:link , #navigatie ul li a#atlas:visited {
	background: url(../img/atlas_gray.png) no-repeat top center;
	margin: 0px auto;
	position: relative;
	left: 118px;
}
#navigatie ul li a#atlas:hover {
	background: url(../img/atlas_color.png) no-repeat top center;
}
#navigatie ul li a#master:link , #navigatie ul li a#master:visited {
	background: url(../img/masterclass_gray.png) no-repeat center center;
	position: relative;
	left: 238px;
	top:5px;
}
#navigatie ul li a#master:hover {
	background: url(../img/masterclass_color.png) no-repeat center center;
}
#inhoud p   {
	line-height: 25px;

}
#content {
	min-height: 600px;
}


#content.eenKolom {
	margin: 0px auto;
	width: 700px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
}
#content.eenKolom .contentTitle{
	background: #515151;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	text-align: center;
}
#content.eenKolom h4{
	margin-top: 2.5em;
	margin-bottom: 1em;
}
#content.eenKolom #inhoud {

}
#content.eenKolom #inhoud h3 {
	border-bottom: 1px solid #C1272D;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
}

#content.tweeKolom {
	margin: 0px 90px;
	width: 720px;
}
#content.tweeKolom #tekstBlok{
	float: left;
	width: 520px;
}
#content.tweeKolom #tekstBlok #subNav{
	height: 20px;
	background-color: #515151;
}
#content.tweeKolom #tekstBlok #subNav ul{
	list-style: none;
	float: left;

}
#content.tweeKolom #tekstBlok #subNav ul li{
	float: left;
	line-height: 20px;
}
#content.tweeKolom #tekstBlok #subNav li a {
	text-decoration: none;
	color: #D9D9D9;
	display: block;
}
#content.tweeKolom #tekstBlok #subNav ul li a:hover {
	font-size: 15px;

}
#content.tweeKolom #tekstBlok #subNav ul.atlas li{
	width: 120px;
	text-align: center;
}
#content.tweeKolom #tekstBlok #subNav ul.extreme li{
	width: 95px;
	text-align: center;
}
#content.tweeKolom #tekstBlok #subNav ul.master li{
	width: 130px;
	text-align: center;
}
#content.tweeKolom #tekstBlok #inhoud{
	float: left;
	clear: left;
	margin-top: 10px;
	font-size: 13px;
	width: 100%;
}
#content.tweeKolom h3 {
	border-bottom: 1px solid #C1272D;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
}
#content #tekstBlok #inhoud table#atlas_program  {
	position: relative;
	left: 20px;
}

#content #tekstBlok #inhoud a {
	color: #D9D9D9;
}
#content #tekstBlok #inhoud a+span {
	display: none;
}

#content #tekstBlok #inhoud a:hover {
	color: #C1272D;
}
#content #tekstBlok #inhoud a:hover+span {
	display: inline;
	position: relative;
	left: 20px;
	font-size: 10px;
}
#content #tekstBlok #inhoud #prices p strong {
	color: #C1272D;
}
#content #tekstBlok #inhoud #prices p {
	line-height: normal;
}
#content #tekstBlok #inhoud #prices h3{
	margin-bottom: 5px;
}


#content #tekstBlok #inhoud #trainers .foto_artiesten {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}



#content.tweeKolom #tekstBlok #inhoud p {
	margin-bottom: 20px;
}
#content #tekstBlok #inhoud #program td {
	width: 250px;
}
#content #tekstBlok #inhoud #prices p{
	margin-top: 0px;
}




#content.tweeKolom #nieuwsBlok{
	float: right;
	width: 180px;
	border: 1px solid #515151;
	padding: 0px;
	height: 400px;
}
#content #nieuwsBlok #nieuwsInhoud .hide {
	display: none;
}

#content.tweeKolom #nieuwsBlok #nieuwsHead{
	background: #515151;
	padding-left: 10px;
	height: 20px;
	margin-bottom: 10px;
}
#content.tweeKolom #nieuwsBlok #nieuwsInhoud h2{
	margin-bottom: 0px;

}
#content.tweeKolom #nieuwsBlok #nieuwsInhoud p{
	font-size: 14px;
	margin: 0px 10px 25px;
}
#footer {
	text-align: center;
	margin-top: 25px;
	width: 900px;
}
#footer img {
	border: none;
}

#footer a:link ,#footer a:hover,#footer a:visited{
	text-decoration: none;
}
#footer p {
	font-size: 10px;
	color: #999;
}

table.workshops {
	text-align: center;
	margin:0px;
	vertical-align: middle;
	width: 520px;
	font-size: 10px;
	border: 1px solid #D9D9D9;
}
table.workshops td.beginnersLessen{
	border: 1px solid #060;
}
table.workshops td.gevorderdenLessen{
	border: 1px solid #039;
}
table.workshops td.iedereenLessen{
	border: 1px solid #C1272D;
}
table.workshops td.lunch{
	padding-right: 3px;
	padding-left: 3px;
	width: 50px;
	background: #666;
}
table.workshops td.headingZijkant{
	font-weight: bold;
	width: 65px;
	background: #C1272D;
	color: #000;
}
table.workshops td.headingTop{
	border-width: 1px;
	border-color: #000;
	color: #C1272D;
	padding: 3px;
}




.fontsize11pt {
	font-size: 14px;
}

.fontsize12pt
 {
	font-size: 16px;
}
.fontsize14pt {
	font-size: 18px;
}
.fontsize15pt {
	font-size: 20px;
}
.fontsize19pt {
	font-size: 25px;
}
.boxOfficeLink {
	font-size: 16px;
	color: #C1272D;
}

.clear {
	clear: both;
}

.nieuwsTitel {
	font-weight: bold;
	color: #C1272D;
	font-size: 14px;
	margin-left: 10px;
}
.datum {
	font-size: 16px;
	color: #C1272D;
	display: block;
	margin-top: 15px;
	position: relative;
	left: -30px;
}
.pauze {
	color: #C1272D;
	margin-left: 150px;
}

.meer {
	color: #D9D9D9;
}
.center {
	text-align: center;
}

.voorstelling {
	font-size: 18px;
}
.uur {
	font-size: 10px;
}


.companie {
	font-size: 16px;
}
.fotoEl {
	text-align: center;

}
object {
	text-align: center;
}

/* CSS Document */
/*---------- bubble tooltip -----------*/
.tooltip{
	position:relative;
	z-index:24;
	cursor: hand;
	cursor: pointer;	
}

.postDate {
	color: #C1272D;
}
.red {
	color: #C1272D;
}
.titleRed {
	color: #C1272D;
	font-size: 16px;
	border-bottom:1px solid #D9D9D9;
	display:inline-block;
	width:200px;
}
.titleWhite {
	color: #D9D9D9;
	font-size: 16px;
	border-bottom:1px solid #D9D9D9;
	display:inline-block;
	width:200px;
	font-family: Verdana, Geneva, sans-serif;
}
.mc_trainers {
	text-align:left;
	margin: 10px auto;
}
.mc_trainers a{
	text-decoration: none;	
}

#content #inhoud .noSpaciousContent h3{
	margin-bottom: 5px;
}
#content #inhoud .noSpaciousContent p{
	margin-top: 0px;
	line-height: 18px;
}
.link {
	color: #C1272D;
}
.link:hover {
	color: #C1272D;
}

.spacer {
	display: inline-block;
	width: 230px;
}


.tooltip span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tooltip:hover{
	z-index:25;
	color: #C1272D;
}
.tooltip:hover span.tooltip{
	display:block;
	position:absolute;
	top:0px;
	left:250px;
	padding: 0px 0px;
	color: #C1272D;
	text-align: center;


	filter: alpha(opacity:80);
	KHTMLOpacity: 0.80;
	MozOpacity: 0.80;
	opacity: 0.80;
}
.tooltip:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 0;
	background: url(../img/tooltip/bubble_filler.gif) repeat bottom;
}

/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	text-align: center;
	margin-bottom: 15px;

	}

	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
