/*
a:link { color: blue }
a:visited { color: purple }
a:hover { color: purple }
a:active { color: red }
*/

/* needed for older browsers to force the wrapper DIV into normal flow */
.clear { clear: both; font-size: 1px; line-height: 0;} 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.alt { display: none; }

html { font-size: 100%; /* IE hack */ }
table { font-size: 100%; /* IE hack */ }

/*
##########################################################################################
	BASIC HTML STRUCTURE
##########################################################################################
*/

body {
	margin: 0;
	padding: 0;
	background-color: white;
	text-align: center;
	font-family: Arial, verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 0.80em;
	color: #444;
}
/*
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.15em; }
h5 { font-size: 1em; }
*/

h2 { 
	font-size: 1.5em;
	color: #c00;
	margin: 0 0 1em;
	padding: 0;
}

p { 
	line-height: 1.35em; 
	margin: 0 0 1.5em;
	padding: 0;
}

p.intro {
	font-weight: bold;
}

/* add by dekoe */
p.info {
	font-weight: bold;
	color: #333;
}

span.hightlighted {
	color: #c00;
}

/* EDITIZE CODE */

#editize h1 { 
	font-size: 1.25em;
	color: #c00;
	margin: 0 0 0.5em;
	padding: 0;
}

#editize h2 { 
	font-size: 1.10em;
	font-weight: normal;
	color: #000;
	margin: 0 0 0.5em;
}

/*
#t_nieuws h2 {
	margin: 0.30em 0 0.7em 0;
	padding: 0;
	font-size: 1.25em;
	color: #000;	
}


#t_links #rightSide h2 {
	margin: 0 0 0.2em;
	padding: 0;
	font-size: 1em;
	color: #000;
}
*/

#editize img {
	margin: 0.6em;
	padding: 2px;
	border: none;
	border: 1px solid #cecece;
}

#rightSide ul {
	margin: 0 0 1.5em 1.25em;
	padding: 0;
}

#rightSide li {
	margin: 0 0 0.65em;
	padding: 0;
	color: #333;
}

#rightSide a {
	color: #06f;
	text-decoration: none;
	border-bottom: 1px dashed #06f;
}

#rightSide a:hover {
	color: #fff;
	background: #06f;
	text-decoration: none;
}

#back_btn a {
 margin-top: 3em;
 font-weight: bold;
 font-size: 12px;
 display: block;
 width: 100px;
 height: 13px;
 line-height: 13px;
 text-indent: 18px;
 background: transparent url(../img/back_btn.png) 0 0 no-repeat;
 border: none;
 text-decoration: none;
 letter-spacing: 0.1;
}

#back_btn a:hover {
	background: transparent url(../img/back_btn.png) 0 -13px no-repeat;
	border: none;
	color: #000;
}

#counter { margin-bottom: 1em; }

#counter a {
	border: none;
	text-decoration: underline;
	margin-right: 0.5em;
	font-weight: bold;
}

#counter a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	background: none;
}

/*
##########################################################################################
	wrapper: defines your page setup		
##########################################################################################
*/

* html #wrapper  /* this is recognized by IE only */
  {
  width: 750px;  /* total width, only for IE5.x/Win */
  w\idth: 750px; /* content width for other IE */
  }
  
#wrapper {
	width: 700px; /* content width for other browsers */
  	position: relative;
  	margin: 0 auto 25px;
	padding: 0 25px 25px;
	text-align: left;
}

#container { padding: 5px; } /* the extra padding wouldn't work for IEwin 6 ?? So I placed an extra container DIV for the padding (5px) */

/* 
##########################################################################################
	header 
##########################################################################################	
*/

/* IE hack for relative/absolute hack */
#header { position: relative; }
/* Hides from IE-mac \*/
#header {height: 1%;}
/* End hide from IE-mac */
#header h1 {
	margin: 0;
	padding: 0;
	height: 125px;
	width: 330px;
	background: transparent url(../img/header.gif) 0 0 no-repeat;
}

#header p.langSwitch {
	position: absolute;
	right: 0;
	top: 12px;
}

#header p.langSwitch a {
	display: ;
	color: ;
}

#header p.langSwitch a:hover {
	color: #000;
	text-decoration: none;
}

/*
##########################################################################################
	navigation
##########################################################################################	
*/

#mainNav {
	background-color: #000;
	width: 700px;
	height: 25px;
	margin-bottom: 35px;
}

#mainNav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainNav li {
	margin: 0;
	padding: 0;
	float: left;
}



#mainNav #home a {
	background: transparent url(../img/home_btn.gif) 0 0 no-repeat;
	width: 78px;
	height: 25px;
	display: block;
	border: none;
}

#mainNav #home a:hover { background-position: 0 -25px; }

#mainNav #over_koe a {
	background: transparent url(../img/over_koe_btn.gif) 0 0 no-repeat;
	width: 123px;
	height: 25px;
	display: block;
	border: none;
}

#mainNav #over_koe a:hover { background-position: 0 -25px; }

#mainNav #nieuws a {
	background: transparent url(../img/nieuws_btn.gif) 0 0 no-repeat;
	width: 105px;
	height: 25px;
	display: block;
	border: none;
}

#mainNav #nieuws a:hover { background-position: 0 -25px; }

#mainNav #voorstellingen a {
	background: transparent url(../img/voorstellingen_btn.gif) 0 0 no-repeat;
	width: 193px;
	height: 25px;
	display: block;
	border: none;
}

#mainNav #voorstellingen  a:hover { background-position: 0 -25px; }

#mainNav #links a {
	background: transparent url(../img/links_btn.gif) 0 0 no-repeat;
	width: 87px;
	height: 25px;
	display: block;
	border: none;
}

#mainNav #links a:hover { background-position: 0 -25px; }

#mainNav #contact a {
	background: transparent url(../img/contact_btn.gif) 0 0 no-repeat;
	width: 114px;
	height: 25px;
	display: block;
	border: none;
}

#mainNav #contact a:hover { background-position: 0 -25px; }

#mainNav li#home.disabled a, 
#mainNav li#over_koe.disabled a, 
#mainNav li#nieuws.disabled a, 
#mainNav li#voorstellingen.disabled a, 
#mainNav li#links.disabled a, 
#mainNav li#contact.disabled a {
	background-position: 0 -25px;
}

/* 
##########################################################################################
	footer 
##########################################################################################	
*/

#footer {
	color: #666;
	margin-top: 5em;
	padding-right: 1em;
	font-size: 0.85em;
	background: #e7e7e7;
}

#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}

#footer a:hover {
	color: #00c;
}

#footer p {
	text-align: right;
	line-height: 2em;
}

#footer .border {
	border-left: 1px solid #666;
	padding-left: 1em;
}


/* 

SPECIFIC STYLES 
--

##########################################################################################
	TEMPLATES, DE KOE
##########################################################################################

	Each page has its own column width and styled elements
	
	#t_home
	#t_over
	#t_nieuws
	#t_voorstellingen
	#links
	#contact
	#fotoboek

##############################
	t_home
##############################	
*/

#t_home #leftSide {
	width: 320px;
	margin-right: 30px; /* safari needs this, float right is placed as it would be float left */
	float: left;
}

#t_home #rightSide {
	width: 350px;
	float: right;
}

/*
------------------------------
t_home > list new Season
------------------------------
*/

#t_home dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

/* otherwise a weird border is placed on top of the dl element, after hovering a link the line disappears */

/* Hides from IE-mac \*/
#t_home dl {height: 1%;}
/* End hide from IE-mac */

#t_home dt {
	margin: 0;
	padding: 0 0 0 85px;
	border-top: 1px solid #000;
	padding-top: 0.70em;
	font-size: 1.1em;
	color: #000;
}

#t_home dd {
	margin: 0;
	padding: 0 0 1em 85px;
	line-height: 1.25em;
}

#t_home dd.img { 
	margin: 0;
	padding: 0;
	position: relative;
}

/* minHeight gives us extra spaces, even if no text would be here */
#t_home dd.info {
	padding: 0 0 0 85px;
	min-height: 3.5em; /* firefox */
	height: auto;
	_height: 3em; /* IEwin */
}

/* Hides from IE-mac \*/
#t_home dd.img {height: 1%;}
/* End hide from IE-mac */

#t_home dd img {
	position: absolute;
	left: 0;
	top: -1em;
}

#t_home dd ul, #t_home dd li {
	margin: 0;
	padding: 0;
}

#t_home dd li {
	list-style-type: none;
	display: inline;
}

#t_home dd li a {
	color: #c00;
	text-decoration: none;
	border-left: 4px solid #c00;
	padding-left: 0.8em;
	margin-right: 1.1em;
	border-bottom: none;
}

#t_home dd li a:hover {
	color: #00c;
	border-left: 4px solid #00c;
	background: none;
}

#t_home .active {
	background: #c00;
	color: #fff;
	padding: 0 3px;
}

#t_home .inactive {
	background: #666;
	color: #fff;
	padding: 0 3px;
}

/* 
###########################################
	---------------------------------------
	subNavigation
	[used in the following sections]
	---------------------------------------
	t_over
	t_voorstellingen
	-
	#subNav
###########################################
*/

#leftSide p.img {
	margin: 0 0 0.3em;
	padding: 0;
}

ul#subNav {
	margin: 0 30px 0 0;
	padding: 0;
}

#subNav li {
	margin: 0 0 0.3em;
	padding: 0;
	list-style-type: none;
}

#subNav li a {
	padding: 0.35em 0.5em;
	margin: 0;
	text-decoration: none;
	color: #fff;
	background-color: #000;
	font-weight: bold;
	display: block;
	border-bottom: none;
}

/* Hides from IE-mac \*/
#subNav li a {height: 1%;}
/* End hide from IE-mac */

#subNav li a:hover {
	color: #c00;
}

#subNav li.disabled a:hover {
	color: #fff;
}

#subNav li.disabled a {
	background-color: #c00;
}


/* 
###########################################
	---------------------------------------
	Navigation
	[used in the following sections]
	---------------------------------------
	t_info
	t_pers
	t_fotos
	t_speeldata
	-
	#subNav
###########################################
*/

#rightSide ul#nav {
	margin: 0 0 1.5em;
	padding: 0;
}

#rightSide #nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#rightSide #nav li a {
	color: #c00;
	text-decoration: none;
	border-left: 4px solid #c00;
	padding-left: 0.8em;
	margin-right: 1.1em;
	border-bottom: none;
}

#rightSide #nav li a:hover {
	color: #00c;
	border-left: 4px solid #00c;
	background: none;
}

#rightSide #nav li.disabled a {
	color: #00c;
	border-left: 4px solid #00c;
	background: none;
}

/* 
##############################
	t_over
##############################	
*/

#t_over #leftSide {
	width: 180px;
	float: left;
}

#t_over #rightSide {
	width: 510px;
	float: right;
}

/* 
##############################
	t_nieuws
##############################	
*/

#t_nieuws #leftSide {
	width: 180px;
	float: left;
}

#t_nieuws #rightSide {
	width: 510px;
	float: right;
}

/* 
##############################
	GLOBAL_voorstellingen
##############################	
*/

#t_info h2, #t_fotos h2, #t_pers h2, #t_speeldata h2 { 
	font-size: 1.25em;
	color: #000;
	margin: 0.3em 0 0.7em 0;
	padding: 0;
}

/* 
##############################
	t_voorstellingen
##############################	
*/

#t_voorstellingen #leftSide {
	width: 180px;
	float: left;
}

#t_voorstellingen #rightSide {
	width: 510px;
	float: right;
}

/*
-----------------------------------------
	t_voorstellingen > list new Season
-----------------------------------------
*/


#t_voorstellingen dl {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #000;
}

/* otherwise a weird border is placed on top of the dl element, after hovering a link the line disappears */

/* Hides from IE-mac \*/
#t_voorstellingen dl {height: 1%;}
/* End hide from IE-mac */

#t_voorstellingen dt {
	margin: 0;
	padding: 0 0 0 85px;
	border-top: 1px solid #000;
	padding-top: 0.70em;
	font-size: 1.1em;
	color: #000;
}

#t_voorstellingen dd {
	margin: 0;
	padding: 0 0 1em 85px;
	line-height: 1.25em;
}

#t_voorstellingen dd.img { 
	margin: 0;
	padding: 0;
	position: relative;
}

/* minHeight gives us extra spaces, even if no text would be here */
#t_voorstellingen dd.info {
	padding: 0 0 0 85px;
	min-height: 3.5em; /* firefox */
	height: auto;
	_height: 3em; /* IEwin */
}

/* Hides from IE-mac \*/
#t_voorstellingen dd.img {height: 1%;}
/* End hide from IE-mac */

#t_voorstellingen dd img {
	position: absolute;
	left: 0;
	top: -1em;
}

#t_voorstellingen dd ul, #t_voorstellingen dd li {
	margin: 0;
	padding: 0;
}

#t_voorstellingen dd li {
	list-style-type: none;
	display: inline;
}

#t_voorstellingen dd li a {
	color: #c00;
	text-decoration: none;
	border-left: 4px solid #c00;
	padding-left: 0.8em;
	margin-right: 1.1em;
	border-bottom: none;
}

#t_voorstellingen dd li a:hover {
	color: #00c;
	border-left: 4px solid #00c;
	background: none;
}

#t_voorstellingen .active {
	background: #c00;
	color: #fff;
	padding: 0 3px;
}

#t_voorstellingen .inactive {
	background: #666;
	color: #fff;
	padding: 0 3px;
}

/* 
##############################
	t_info
	#nav: navigation voorstelling - detail
	
##############################	
*/

#t_info #leftSide {
	width: 180px;
	float: left;
}

#t_info #rightSide {
	width: 510px;
	float: right;
}

#t_info .info {
	padding: 0 0 1em;
	margin: 0 0 2em;
	border-bottom: 1px solid #000;
}

/* 
##############################
	t_speeldata
##############################	
*/

#t_speeldata #leftSide {
	width: 180px;
	float: left;
}

#t_speeldata #rightSide {
	width: 510px;
	float: right;
}

#t_speeldata #rightSide table {
	margin: 0;
	padding: 0;
	width: 510px;
	border-collapse: collapse;
	border-top: 1px solid #000;
}

#t_speeldata #rightSide td {
	margin: 0;
	padding: 1em 10px 1em 0;
	vertical-align: top;
	border-bottom: 1px solid #000;
}
/*
#t_speeldata #rightSide td a {
	color: #c00;
	text-decoration: none;
	border-bottom: 1px dashed #c00;
}

#t_speeldata #rightSide td a:hover {
	color: #00c;
	border-bottom: none;
}
*/
#t_speeldata #c3 {
	width: 270px;
}

/* 
##############################
	t_fotos
	#nav: navigation voorstelling - detail
	#imageGallery
	
##############################	
*/

#t_fotos #leftSide {
	width: 180px;
	float: left;
}

#t_fotos #rightSide {
	width: 510px;
	float: right;
}

ul#imagegallery  {
	margin: 0;
	padding: 0 0 1em;
}

#imagegallery li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	line-height: 11px;
}

#imagegallery a {
	padding: 0;
	margin: 0 5px 0;
	text-decoration: none;
	color: #000;
	border-bottom: none;
}

#imagegallery a:hover {
	color: #00c;
	background: none;
}

#imagegallery .prev a {
	display: block;
	margin-left: 2px;
	width: 7px;
	height: 11px;
	background: transparent url(../img/arrow_l.png) 0 0 no-repeat;
}

#imagegallery .next a {
	display: block;
	margin-left: 2px;
	width: 7px;
	height: 11px;
	background: transparent url(../img/arrow_r.png) 0 0 no-repeat;
}

#imagegallery .prev a:hover, #imagegallery .next a:hover {
	background-position: 0 -11px;
}

.imagebox  /* this is recognized by IE only */
  {
  width: 490px;  /* total width, only for IE5.x/Win */
  w\idth: 490px; /* content width for other IE */
  }
  
.imagebox {
	width: 440px; /* content width for other browsers */
	padding: 30px 20px;
	border: 2px solid #ccc;
	text-align: center;
}

#placeholder {
	padding: 0;
	margin: 0 0 1em;
}

/* 
##############################
	t_links
##############################	
*/

#t_links #leftSide {
	width: 180px;
	float: left;
}

#t_links #rightSide {
	width: 510px;
	float: right;
}
/*
#t_links #rightSide ul {
	margin: 0 0 1.25em;
	padding: 0;
}

#t_links #rightSide li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.65em;
}

#t_links #rightSide a {
	color: #c00;
}

#t_links #rightSide a:hover {
	text-decoration: none;
	color: #00c;
}
*/
/* 
##############################
	t_contact
##############################	
*/

#t_contact #leftSide {
	width: 180px;
	float: left;
}

#t_contact #rightSide {
	width: 510px;
	float: right;
}

#t_contact #content p {
	margin: 0 0 0.5em;
	padding: 0;
}

#t_contact #content a {
	color: #06f;
	text-decoration: none;
	border-bottom: 1px dashed #06f;
}

#t_contact #content a:hover {
	color: #fff;
	border-bottom: none;
	background: #06f;
}

#t_contact #content label {
	color: #000;
}

#t_contact #content em {
	color: #c00;
}

/* FORM */
#t_contact img.alert {
	padding-left: 5px;
	vertical-align: top;
	padding-top: 3px;
}

#t_contact p.alert_notok {
	color: #c00;
	font-weight: bold;
}

#t_contact p.alert_ok {
	color: #6c0;
	font-weight: bold;
}

/* 
##############################
	t_pers
	#nav: navigation voorstelling - detail
	
##############################	
*/

#t_pers #leftSide {
	width: 180px;
	float: left;
}

#t_pers #rightSide {
	width: 510px;
	float: right;
}

/* 
##############################
	POP - UP [voorstellingen]
	#t_pop
	
##############################	
*/

#t_pop #wrapper  /* this is recognized by IE only */
  {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
  }

#t_pop #container { margin: 10px; } /* the extra padding wouldn't work for IEwin 6 ?? So I placed an extra container DIV for the padding (5px) */

#t_pop h1.header {
	font-size: 1.15em;
	color: #fff;
	background: #000;
	line-height: 1.5em;
	text-indent: 0.25em;
	margin: 0 0 1em;
	padding: 0;
}