/* General layout styles*/
html, body {
	height: 100%;
	color: #000;
	font: normal normal 10px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}

.hidden {
	display: none;
}

/* clear fix */
.clearfix {display: inline-block;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#container {	
	position: relative;
	min-height: 100%;
	width: 740px;
	padding-right: 32px;
	z-index: 1;	
}

/** header **/
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 960px;
	z-index: 15;	
	height: 166px;	
}

#logo {
	height: 100px;
	overflow: hidden;
	position: absolute;
	width: 335px;
	z-index: 10;
}
#logo a {
	display: block;
	height: 100px;
	width: 335px;
	
}
#logo span {	
	padding-top: 200px;
	display: block;}

h2 {
	overflow: hidden;
	display: block;
	height: 1px;
	width: 1px;
	padding-top: 200px;
}

h3 {
	font-family: Arial, Vedana;
	font-weight: bold;
	font-size: 1.7em;
}

/** nav **/
#lang_switch {
}
#nav {
	position: absolute;
	left: 46px;
	top: 112px;	
	width: 880px;
	height: 40px;
	margin-left: 10px;
}

#nav ul {
	z-index: 5;
}

#nav li {
	float: left;
	position: relative;
	z-index: 10;
	
}
#nav li {
	padding:0 10px 0 5px;
}
#nav li.topfirst {
	padding-left: 0;	
}
#nav li.toplast {
	background: none;	
}

#nav li.slash {
	display: none;
	
}

#nav ul li div.drop-shadow {
	display: none;
	z-index: 20;
	position: absolute;
	left: 0;
	top: 30px;
	padding-left: 9px;
	background: url(../images/navigation/nav-shadow-left.png) repeat-y left top;
}

#nav li:hover div.drop-shadow {
	display: block;
}

#nav ul li div.drop-shadow div.top {
	height: 11px;
	margin: 0 7px;
	background: #F04E11;
}

#nav ul li div.drop-shadow div.top span.corner-right {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 7px;
	height: 11px;
	background: url(../images/navigation/nav-shadow-topright.png) no-repeat right top;
}

#nav ul li ul {
	background: url(../images/navigation/nav-shadow-right.png) repeat-y right top;
	padding: 0 9px 0 0;
	font-size: 1.2em;
}

#nav ul li .drop-shadow ul li {
	color: #ffffff;
	float: none;
	padding: 0 14px 8px;
	background: #F04E11;
}


#nav ul li ul li:first-child,
#nav ul li ul li.first {
	padding-top: 10px;
}

#nav ul li ul li a {
	color: #ffffff;
	white-space: nowrap;
}

#nav div.bottom {
	position: relative;
	top: 10px;
	height: 10px;
	margin: -10px 17px 0 7px;
	background: url(../images/navigation/nav-shadow-bottom.png) repeat-x left bottom;
	width: 140px;
}

#nav div.bottom span.corner-left, #nav div.bottom span.corner-right {
	position: absolute;
	bottom: 0;
	display: block;
	width: 17px;
	height: 10px
}

#nav div.bottom span.corner-left {
	left: -17px;
	background: url(../images/navigation/nav-shadow-bottomleft.png);
}

#nav div.bottom span.corner-right {
	right: -17px;;
	background: url(../images/navigation/nav-shadow-bottomright.png);
}

#nav .slash {
	width: 20px;
	height: 30px;
	overflow: hidden; 
}
#nav .slash span {
	display: none;
}

/* homes en lang_switch */
#homes, #lang_switch {
	position: absolute;

}
 #lang_switch {
 	top: 19px;
 }

#homes {
	left: 358px;
	top: 19px;
	width: 240px;
}
#lang_switch {
	left: 598px;
	width: 100px;
}

#homes li, #lang_switch li {
	float: left;
	display: block;
	height: 34px;
	
}
#homes a {
	display: block;
	height: 34px;
	width: 116px;
	overflow: hidden;
}

#home_festival {
	width: 117px;
}
#home_conference {
	width: 116px;
}

#lang_switch a {
	display: block;
	height: 32px;
	width: 31px;
	overflow: hidden;	
}

#homes span,
#lang_switch span {
	display: block;
	padding-top: 40px;	
}
#lang_switch  li#lang-0 {
	width: 31px;
}

#lang_switch li#lang-1 {
	width: 31px;
}

#left ul.subnav {
	margin: 36px 0 0 41px;
}
#left .subnav li {
	padding-top: 3px;
	border-bottom: 2px solid #333;
}

#breadcrumb {
}


/* base setup */
#base {	
	background: #fff;
	margin-bottom: 150px;
}
/* #edge {
	width: 770px;	
} */

#left {
	float: left;
	width: 214px;	
	min-height: 200px;
}


body.p7 #left,
body.p6 #left,
body.p8 #left,
body.p2 #left {
	width: 327px;
	padding-left: 45px;
}
body.p7 #main,
body.p6 #main,
body.p8 #main,
body.p2 #main {
	width: 200px;
}

#edge {
	padding-top: 166px;
	background: #fff;
}
#main {
	float: left;
	width: 464px;
	margin-left: 19px;
}

/* right */
#right {
	position: absolute;
	top: 188px;
	left: 769px;	
	width: 192px;
	z-index: 10;
}

#right .box {
	width: 166px;
	margin-bottom: 10px;
	padding: 10px 12px;	
	z-index: 20;
}

/* footer */
#footer, #footer_content {
	height: 132px;
}
#footer {
	z-index: 2;
	position: relative;
	top: -132px;
	margin-bottom: -132px;
	bottom: 0;
	width: 772px;
	clear: both;	
}


#footer_content{
	width: 740px;
	background: transparent url(../images/backgrounds/footer_festival1.gif) no-repeat scroll left top;
}
.clearfooter {
	height: 100px;
}

div.news-browser ul {
	float: right;
}
#homenews {
	padding-left: 45px;
	clear: both;
	position: relative;
	padding-bottom: 20px;
}
.footer_radio_tv {
	width: 700px;
	padding-left: 27px;
	height: 120px;
}
.margin {
	margin: 0 45px 0 45px;
}
.rss {
	width: 40px;
	padding-left: 240px;
}
.sponsors {
	padding: 60px 0 0 25px;
}
.sponsor {
	float: left;
	padding-left: 20px;
}
.highlight-container {
	width:325px; 
	height: 260px;
	margin-bottom: 24px;
}
/* wide css */
body #container.wide {
	width: 927px;
}
body #footer.wide {
	width: 960px;
}
body #footer.wide #footer_content {
	background:transparent url(../images/backgrounds/footer_large.gif) no-repeat scroll left top;
	width: 930px;
}
.days-nav ul li {
	float: left;
	margin-right: 10px;
}
.days-nav ul li.active {
	
	border-top: solid 3px #000;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
	background: #fff;
}
div.tx-noorderslag-controller .event {
	width: 910px;
	height: 1076px;
	background: url(../images/backgrounds/event_bg.png) no-repeat top left;
}
.days-nav ul li a {
	color: #000;
	display: block;
}
.days-nav ul li a:hover {
	text-decoration: none;
}
.days-nav ul li.active h4 {
	padding: 7px 10px 6px 10px;
}
.days-nav ul li h4 {
	padding: 10px 10px 0 10px;
	margin-bottom: 5px;
}
.main-nav ul {
	text-align: right;
}
ul.action-nav {
	padding-top: 20px;
}
ul.action-nav li {
	float: left;
	margin-right: 5px;
}
div.tools a.print {
	float: right;
}
#ajax_content .tx-noorderslag-controller {
	width: auto;
}
#ajax_content .panel-left {
	width: 620px;
	float: left;
	clear: both;
 }
#ajax_content .act-left{
	width: 395px;
	float: left;
	clear: both;
}
#ajax_content .act-mid, #ajax_content .panel-mid {
	padding-left: 25px;
	width: 175px;
	float: left;
}
#ajax_content .act-right, #ajax_content .panel-right {
	padding-left: 10px;
	width: 200px;
	float: left;
}
#ajax_content .act-footer {
	height: 20px;
	line-height: 20px;
}
.tx-noorderslag-controller .main {
	border: solid 3px #000;
	width:840px;
	background: #fff;
	margin-left: 25px;
}
.tx-noorderslag-controller .event-header {
	width: 840px;
	margin-left: 25px;
	padding-top: 20px;
}
.tx-noorderslag-controller .top-wrapper {
	padding-bottom: 25px;
	background: #FFFFFF url(../images/news_seperator.gif) repeat-x scroll left bottom;
}
.tx-noorderslag-controller .bottom-wrapper {
	width: 780px;
	padding-left: 25px;
}
/** Modal box ***/
#modal_content #content {
	padding-right: 0;
}
#modalOverlay {
	background-color: #000;
	cursor: wait;
}
#modalContainer {
	width: 880px;
	left: 50%;
	top: 20px;
	position: absolute;
	margin-left: -440px; /* half the width, to center */
}
#modal_wrapper {
	z-index: 3100;
}
#modalContainer a.modal-close {
	background: transparent url(../images/buttons/btn_modal_close.png) no-repeat;
	width: 81px;
	height: 30px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: 16px;
	right: 0px;
	cursor: pointer;
}
body.lang_en #modalContainer a.modal-close {
	background: transparent url(../images/buttons/close.png) no-repeat;
}
#modal_top {
	background-color: #fff;
	height: 30px;
}
#modal_bottom {
	background-color: #fff;
	height: 20px;
}
#modal_content {
	background-color: #fff;
	padding: 7px 25px;
	text-align: left;
}

#modal_content .print-wrap {
	background:transparent url(../images/icons/print.gif) no-repeat scroll left center;
}
#modal_content .print-wrap a.print {
	background: none;
}

#modal_content .loading {
	background: transparent url(../images/icons/ajax-loader.gif) no-repeat center center;
	min-height: 50px;
	width: 100%;
}
/** end Modal box ***/

.tx-macinasearchbox-pi1 {
	float: right;
	margin-right: 10px;
}
#searchform fieldset legend {
	display: none;	
}
#searchform .searchbtn {
	display: none;
}
#searchform .searchbox {
	width: 151px;
	height: 14px;
	border: 1px solid black;
	padding: 4px;
	margin: 2px 0 0 0;
}
#favorite_add_107, favorite_remove_107{
	widht: 349px;
}
