/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*QUADRANT /////////////////////////////////////////////*/

html, body, #horizon, #siteContainer, #container {
/*	height: 100%;*/
	background-color: #484848;
	color: #000;
}

body {
	background: transparent url('../img/bg.gif') repeat-y fixed center;
	background-color: #242424;
	font-size: 62.5%;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
}

#horizon {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#siteContainer {
	width: 960px;
	margin-left: -480px;
	position: absolute;
	top: 0px;
	left: 50%;
	text-align: left;
}

#container {
	background-color: #FFF;
	left: 0;
	margin: 0 0 -20px 0;
	min-height: 100%; height: auto !important; height: 100%;
	position: relative;
	width: 960px;
	text-align: left;
}

#containerHome {
	background-color: #1D1D1D;
	left: 0;
	margin: 0 0 -20px 0;
	
	min-height: 100%; 
	height: auto !important; 
	height: 100%;
	
	position: relative;
	width: 960px;
	text-align: left;
}

#top {
	background-color: #000;
	height: 20px;
	width: 100%;
}

/*LANGNAV /////////////////////////////////////////////*/
#langnav {
	
	float: left;
	left:840px;
	position: relative;
	top:4px;
	width: 100px;
	height: 20px;
}

#langnav>ul {
	display: inline;
}

#langnav>ul>li {
	display: inline;
	padding-right: 20px;
}

/*FUNCNAV /////////////////////////////////////////////*/
/*
#funcNav {
	float: right;
	left:0px;
	position: relative;
	text-align: right;
	top:4px;
	width: 240px;
}

#funcNav>ul {
	display: inline;
	font-size: 1.2em;

}

#funcNav>ul>li {
	display: inline;
	padding-right: 20px;

}

#funcNav>ul>li>a:link, #funcNav>ul>li>a:visited {
	color: #FFF;
	text-decoration: none;
}

#funcNav>ul>li>a:hover {
	color: #ebb749;
	text-decoration: none;
}

#funcNav>ul>li>a.active {
	font-style: italic;
}
*/

/*HEADER /////////////////////////////////////////////*/
#header {
	background: #ebb749 url('../img/bg_header.jpg') no-repeat;
	clear: both;
	height: 200px;
}

#logo {
	float: left;
	height: 110px;
	left: 71px;
	position: relative;
	top:30px;
	width: 229px;
}

#intro {
	color: #242424;
	font-size: 1.3em;
	float: left;
	left:142px;
	line-height: 160%;
	position: relative;
	top: 84px;
	width: 550px;
}
/*
#intro {
	color: #FFF;
	display: block;
	position: relative;
	float: left;
	left:142px;
	line-height: 160%;
	top:90px;
}

#intro>dt {
	font-size: 1.3em;
	padding-bottom: 6px;
}

#intro>dd {
	background: transparent url('../img/gr_bullet.png') no-repeat;
	background-position: 0 5px;
	padding-left: 15px;
}*/

/*NAV /////////////////////////////////////////////*/
#nav {
	background: #242424 url('../img/bg_nav.png') repeat-x;
	clear: both;
	height: 21px;
/*	width: 960px;*/
}

#nav>ul {
	display: inline;
	padding-left: 130px;
	position: relative;
	top: 2px;
}

#nav>ul>li {
	display: inline;
	font-size: 1.4em;
/*	padding-right: 50px;*/
	padding-right: 30px;
}

#nav>ul>li>.active {
/*	
	border-top:#ebb749 solid 3px;
	color:#ebb749;	
*/
	
	background-color:#ebb749;	
}


#nav>ul>li>a {
	text-decoration: none;
	color: #020101;
}

#nav>ul>li>a:hover {
	color: #000;
}

#nav>ul>li>a:visited {
	color: #000;
}

#nav>ul>li>a.active {
	color:#FFF;	
/*	color:#ebb749;	*/
}

/* SUBNAV /////////////////////////////////////////////*/

/*
#subnav {
	background: #EFEFEF url('../img/bg_subnav.gif') repeat-x;
	clear: both;
	height: 17px;
	padding-top: 4px;
	width: 960px;
}
*/


#subnav>ul {
	display: inline;
	padding-left: 130px;
	position: relative;
	top: 2px;
}

#subnav>ul>li {
	display: inline;
/*	font-size: 1.2em;
	padding-right: 50px;*/
	font-size: 1.4em;
	padding-right: 30px;
}

#subnav>ul>li>a {
	text-decoration: none;
	color: #646464;
}

#subnav>ul>li>a:hover {
	color: #000;
}

#subnav a.active {
	font-style: italic;
/*	border-top:#ebb749 solid 3px;*/
	color:#ebb749;	
}
/*
#subsubnav {
	background: #EFEFEF url('../img/bg_subsubnav.gif') repeat-x;
	clear: both;
	height: 17px;
	padding-top: 4px;
	width: 960px;
}

#subsubnav>ul {
	display: inline;
	padding-left: 130px;
	position: relative;
	top: 2px;
}

#subsubnav>ul>li {
	display: inline;
	font-size: 1.4em;
	padding-right: 5px;
}

#subsubnav>ul>li>a {
	text-decoration: none;
	color: #AAA;
}

#subsubnav>ul>li>a:hover {
	color: #000;
}

#subsubnav a.active {
	font-style: italic;
	color:#ebb749;	
}
*/
/*SLIDESHOW ///////////////////////////////////////////////*/

#slideshow {
	height: 242px
}

/*HOME ////////////////////////////////////////////////////*/

#home {
	background-color: #000;
	clear: both;
	height: 100%;
	color: #FFF;
	min-height: 100%;
}

#homeB2B, #homeB2C, #homeSidebar {
	color: #FFF;
	background: #000 url('../img/bg_kolom_home.gif') no-repeat;
	min-height: 300px;
}

#homeB2B h1 a , #homeB2C h1 a , #homeSidebar h1 a  {
	color: #FFF;
	text-decoration: none;
}

#homeB2B h1 a:hover , #homeB2C h1 a:hover , #homeSidebar h1 a:hover  {
	color: #e59e06;
	text-decoration: none;
}

#homeB2B {
	float: left;
	width: 360px;
	min-height: 330px;
}

#homeB2C {
	color: #FFF;
	float: left;
	width: 360px;
	min-height: 330px;
}

#homeSidebar  {
	float: left;
	width: 240px;	
	min-height: 330px;
}

#homeSidebar li {
	font-size: 2em;
	color: #FFF;

}
#home h1 {
	color: #FFF;
	font-size: 3.2em;
	font-weight: normal;
	padding: 42px 0px 6px 32px;
	text-transform: uppercase;
}

#home h2 {
	color: #FFF;
	font-size: 2.6em;
	font-weight: normal;
	padding: 12px 36px;
	padding: 48px 0px 6px 32px;
	text-transform: uppercase;
}

#home h3 {
	color: #ebb749;
	font-size: .8em;
	font-weight: bold;
	padding: 12px 36px;
	text-transform: uppercase;
}

#home p {
	color: #FFF;
}

#home ul {
	padding: 6px 36px;

}

#home li {
	font-size: .9em;
	line-height: 145%;
	list-style-image: url('../img/gr_bullet.png');
	margin-left: 16px;
}

#home p {
	font-size: 1.2em;
	line-height: 150%;
	padding: 12px 24px 6px 32px;
}


a:link    { color: #f1870c }
a:visited { color: #f1870c }
a:hover   { color: #fac705 }
a:active  { color: #292828 }



/*DETAIL ///////////////////////////////////////////////////*/



#detail {
	background-color: #FFF;
	clear: both;
	height: 100%;
	color: #FFF;
	

}

#detail h1 {
/*	font-size: 1.4em;
	font-weight: normal;
	padding: 42px 0px 6px 32px;
*/
}

#copy {
	background-color: #FFF;
	float: left;
	padding-right: 60px;
	width: 888px;
/*	min-height: 700px;*/

}

#detailSidebar {
	background: transparent url('../img/bg_sidebar.png') no-repeat;
	color: #FFF;
	float: left;
	width: 188px;
	height: 688px;
	top:60px;
	position: relative;
}

/*FOOTER ///////////////////////////////////////////////////*/

#push { height: 20px; }

#footer {
	background: #FFF url('../img/bg_footer.png') repeat-x;
	clear:both;
	height: 20px;
	font-size: 1.3em;
	margin-top: -20px;
	position: relative;
	width: 960px;
}

.adres {
	color: #000;
	display: block;
	font-size: 0.8em;
	left: 352px;
	padding-top: 5px;
	position: relative;
	font-style: italic;
	width: 600px;
}

.footerDivider {
	
	background: transparent url('../img/gr_bullet.png') no-repeat center;
	display: inline;
	padding: 2px 24px;
	width: 12px;
	height: 20px;
}

.kalenderData {
	font-size: 0.9em;
}


/*TESTSITE /////////////////////////////////////////////////*/


#tempcontent {
	clear: both;

}

#tempcopy {

	float:left; 
	position:relative;
	width:480px;
	padding-right: 24px;
	padding-left: 190px;
}

#tempcopy h1 {
	color: #242424;
	font-size: 1.8em;
	padding-left: 0;
}


#tempsidebar {
	border: 1px solid #CCC;
	float:left; 
	position:relative;
	width:168px;
	padding: 6px;
}

#category-nav-B2B, #category-nav-B2C {
	padding-left: 12px;
	font-size: 1em;
}

#category-nav-B2B ul {
	font-size: 0.9em;
	padding-left: 24px;
}
/*
p.intro {
	color: #8f8f8f;
	font-size: 1.6em;
	padding-bottom: 50px;
}*/

/*CONTENT//////////////////////////////////////////////////////////////////////*/


#bodycopy {
	float: left;
	left: 100px;
	min-height: 960px;
	position: relative;
	width: 540px;

}

#bodycopyFull {
	float: left;
	left: 100px;
	position: relative;
	width: 780px;
}

#bodycopyFull ul, #bodycopyFull ul ul {
	font-size: 13px
}

/*SIDEBAR//////////////////////////////////////////////////////////////////////*/

#sidebar {
	float: left;
	left: 160px;
	padding-bottom: 50px;
	position: relative;
	top:10px;
	width: 210px;
	
}

#sidebarTop {
	background: transparent url(../img/bg_sidebar_top.gif) no-repeat;
	height: 10px;
}

#sidebarBottom {
	background: transparent url(../img/bg_sidebar_bottom.gif) no-repeat;
	height: 16px;
}

#sidebarContent {
	background: transparent url(../img/bg_sidebar.gif) repeat-y;
}


div.hr_training {
	background: #fff url(hr1.gif) no-repeat scroll center;
	height: 1px;
	width: 75%;  
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}



div.hr {
	background: #fff url(hr1.gif) no-repeat scroll center;
	height: 1px;
	width: 75%;  
	margin-left: 22px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div.hr hr {
  display: none;
}

#sidebarContent>#meer-info, #sidebarContent>#contact, #sidebarContent>#references, #sidebarContent>#training, #sidebarContent>#nieuwsbrief {
	padding: 5px 15px 5px 15px;
}

#sidebarContent h3 {
	color: #FFF;
	font-size: 2em;
	font-weight: normal;
}



.sidebar-form {
	background: transparent url('../img/bg_sidebar_form.png') no-repeat; 
	border: 0;
	height: 21px;
	padding-left:4px;
	padding-top:4px;

	width: 112px;
}

.sidebar_submit {
	border: 0;
	background: transparent url('../img/bt_submit.png') no-repeat; 
	background-position: 0 7px;
	height: 30px;
	width: 22px;
}


#sidebar a:link    { color: #FFF }
#sidebar a:visited { color: #FFF }
#sidebar a:hover   { color: #ffcf00; text-decoration: underline }
#sidebar a:active  { color: #000 }

#sidebar ul a:link    { color: #ffcf00 }
#sidebar ul a:visited { color: #ffcf00 }
#sidebar ul a:hover   { color: #FFF; text-decoration: underline }
#sidebar ul a:active  { color: #000 }

/*TYPOGRAFIE //////////////////////////////////////////////////////////////////////*/

h1 {
	color: #000;
	font-size: 2.8em;	
	padding-bottom: 24px;
	text-transform: uppercase;
}

h2 {
	color: #242424;
	font-size: 2.2em;	
	padding-bottom: 16px;
	text-transform: uppercase;
}

h3 {
	color: #484848;
	font-size: 1.8em;	
	font-weight: normal;
	padding-top: 18px;
	padding-bottom: 6px;
	text-transform: uppercase;
}

h3>a {
	text-decoration: none;
}

h4 {
	color: #727272;
	font-size: 1.6em;	
	font-weight: normal;
	padding-top: 18px;
	padding-bottom: 6px;
	text-transform: uppercase;
}
/*
#sidebarContent h5 {
	text-transform: none;
	font-size: 1.8em;
	font-weight: normal
}*/


p {
	color: #242424;
	font-size: 1.3em;
	line-height: 140%;
}

li {
	color: #242424;
}

p.intro {
	color: #8f8f8f;
	font-size: 1.6em;
	padding-bottom: 30px;
}


.blog p.intro {
	color: #8f8f8f;
	font-size: 1.6em;
	padding-bottom: 10px;
}


#tabs>ul>li {
	font-size: 1.4em;
	line-height: 140%
}

#bodycopy ul, #bodycopyFull ul, #bodycopy ol {
	font-size: 1.2em;
	line-height: 160%;
	list-style-image: url(../img/bullet.png);
	padding-left: 18px;
}

#sidebar ul {
	font-size: 1.2em;
	line-height: 160%;
	list-style-image: url(../img/bullet.png);
	padding-left: 18px;
}

#bodycopy li {

}
/*
#vragenlijst>ul>li {
	font-size: 1.2em;
	padding-bottom: 24px;
}*/

.pullquote {
	color: #969696;
	font-family :Georgia,"Nimbus Roman No9 L",serif;
	font-style: italic;
	font-size: 1.6em;
	padding: 12px 0;
	text-align: right;
}

.bijschrift-links, .bijschrift-rechts {
	font-size: 1.1em;	
	color: #ABABAB;
}

.bijschrift-rechts {
	display: block;
	text-align: right;
	width: 100%;
}

/*
written by
tussentitel
*/

#historiek {
	padding-left: 100px;
}

#historiek h3 {
	clear: both;
	color: #868686;
	display: block;
	text-align: right;
	width: 14%;
}

.maand {
	color: #868686;
	display: block;
	float: left;
	padding-right: 2%;
	text-align: right;
	width: 14%;
	
}

.omschrijving {
	display: block;
	float: left;
	width: 84%;
}

/*TABS //////////////////////////////////////////////////////////////////////*/



/*FORMS //////////////////////////////////////////////////////////////////////*/

.formRow {
	clear:both;
	min-height:30px;
}

.formLabel {
	color: #242424;
	float:left;
	vertical-align:middle;
	width:100px;

	padding-right:5px;
	font-size:1.2em;
	padding-top:3px;
	
}

.formField {
	font-size:1.1em;
}

.formField .field {
	border: 1px solid #CCC;
}


.tips li {
	padding-bottom: 12px;
}

/*DROPDOWN MENU///*/
/*
* 									{ margin: 0; padding: 0; }
body								{ font: 14px Helvetica, Sans-Serif; } 
#page-wrap							{ width: 800px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }
*/






















/*TABS //////////////////////////////////////////////////////////////////////*/

#tabs ul, #tabs li {
	display: inline;
}






#tabs {
	height: 35px;
	padding-top: 10px;	
}


#tabs  ul {
	padding:10px 10px 0;
}

#tabs li {
	float:left;
	background:url("../img/left_both.gif") no-repeat left top;
	padding:0 3px 0 9px;
}

#tabs a {
	background:url("../img/right_both.gif") no-repeat right top;
	display:block;
	float:left;
	font-size: 0.8em;
	padding:14px 15px 8px 6px;
	text-decoration:none;
	width:.1em;
}

#tabs > ul a {width:auto;}

#tabs a:hover {color:#000;}

#tab-inleiding, #tab-bestelbon, #tab-voorbereiding, #tab-tips, #tab-programma {
	background-position:0 -150px;
	border-width:0;
}


ul.tabs-inleiding #tab-inleiding a, ul.tabs-programma #tab-programma a, ul.tabs-tips #tab-tips a, ul.tabs-voorbereiding #tab-voorbereiding a, ul.tabs-bestelbon #tab-bestelbon a {
/*	background-position:100% -150px;
	padding-bottom:8px;*/
	color:#000;
}
/*
ul.tabs-inleiding #tab-inleiding, ul.tabs-programma #tab-programma, ul.tabs-tips #tab-tips, ul.tabs-voorbereiding #tab-voorbereiding, ul.tabs-bestelbon #tab-bestelbon {
	background-position:0% -150px;
	color:#000;	
}

ul.home #nav-home a, ul.biography #nav-biography a, ul.composer #nav-composer a, ul.conductor #nav-conductor a, ul.gallery #nav-gallery a, ul.shop #nav-shop a, ul.press #nav-press a, ul.calendar #nav-calendar a, ul.downloads #nav-downloads a, ul.contact #nav-contact a {
	color: #FFF;
}*/

#tabs li:hover, #tabs li:hover a {
	background-position:0% -300px;

}
/*
#nav li:hover a {
	background-position:100% -150px;
}
*/

#tabs li:hover a {
	background-position:100% -300px;

}

li p {
	font-size: 1em;
}

.sitemap {
	line-height: 100%;
}

.sitemap li {
	font-size: 13px;
}

.sitemap ul {
	line-height: 50%;
}

.date {
	color: #EEE;
}

.abcnav ul, .abcnav li {
	display: inline;
	padding: 0 6px;
}

.abcnav a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}

select {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;;
}

a.training {
	font-size: 0.9em;
}

li.referenties {
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

td.sub {
	background:url("../img/bg_sub.gif") repeat-x;
	margin-top: -5px;
	height: 25px;
	vertical-align: middle;
	padding: 0 12px;
}

#subnav {
	position: relative;
	font-size: 1.2em;
}

td.sub a {
	background:url("../img/arrow_wit.gif") no-repeat left top;
	color: #FFF;
	padding:0 0 0 8px;
}

td.sub span {
	background:url("../img/arrow_grijs.gif") no-repeat left top;
	padding:0 0 0 8px;
	padding-top: -8px;
}

h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;	
}

h1 a:hover {

}

h5.tabel_ttl {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 140%;
}


#breadcrumbs {
	color: #666;
	font-size: 1.2em;
	left: 85px;
	padding-top: 8px;
	position: relative;
	width: 600px;
}

#breadcrumbs a:link    { color: #666; }
#breadcrumbs a:visited { color: #666; }
#breadcrumbs a:hover   { color: #242424; }
#breadcrumbs a:active   { color: #999; }

.active {
	font-weight: bold;
	
}

.formRow-color {
	display: none;
}

