/* colors
color1 : #;
color2 : #;
*/
 
/* reset */
html,body,h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,fieldset,form,label,legend,a{margin:0;padding:0;border:0;}
ul li {list-style-type:none;}
 
/* general */
 

.fr {
	font: 12px Arial, sans-serif;
	background: #000 url("/img/body_bkg.jpg") no-repeat center top;
	color: #000;
}

.nl {
	font: 12px Arial, sans-serif;
	background: #000 url("/img/body_bkg_nl.jpg") no-repeat center top;
	color: #000;
}
 
h1 { font-size: 15px;line-height: 17px; }
 
h2 {}
 
p {}
 
li {}
 
li li {}
 
a {}
 
a:hover {}
 
img {border: 0;}

input, textarea, select, option, button {
	font: 12px Arial, sans-serif;
}

/* classes */

.clear {
	height: 0;
	overflow: hidden;
	clear: both;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
input.text {
	border: 0;
	background-color: none;
	width: 350px;
	padding: 5px 0 8px 0;
	margin: 5px 0;
	background: url("/img/input_border.gif") repeat-x left bottom;
}
.center input.text {
	text-align: center;
}
.center {
	text-align: center;
}
.bloc {
	width: 167px;
	color: #e0cfa5;
	background: url("/img/bloc_bkg.jpg") repeat-y;
	text-shadow: #000000 0px 1px 1px;
	margin: 0 0 10px 0;
}
.bloc a {
	color: #e0cfa5;
}
.bloc h3 {
	font-size: 12px;
	line-height: 16px;
	color: #e0cfa5;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	text-align: center;
	background: url("/img/bloc_border.gif") repeat-x left bottom;
}
.bloc li {
	color: #e0cfa5;
	background: url("/img/bloc_border.gif") repeat-x left bottom;
	padding: 3px 15px;
}
.bloc .header {
	height: 13px;
	overflow: hidden;
	background: url("/img/bloc_header.gif") no-repeat left top;
}
.bloc .body {
	padding: 0 2px 5px 2px;
}
.bloc .footer {
	height: 13px;
	overflow: hidden;
	background: url("/img/bloc_footer.gif") no-repeat left top;
}
#carousel table {
	width: 100%;
	height: 100%;
}
#carousel table td {
	text-align: center;
	vertical-align: center;
	padding: 0 0 20px 0;
}
.reference {
	color: #a19577;
}
.lowCase {
	text-transform:lowercase;
}
/* structure */

#container {
	width: 894px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
#container #tickets {
	position: absolute;
	top: 198px;
	left: 684px;
	width: 180px;
	height: 140px;
}
#container #header {
	width: 894px;
	height: 242px;
	overflow: hidden;
}
#container #header #logo {
	position: absolute;
	top: 122px;
	width: 300px;
	height: 120px;
	overflow: hidden;
	text-indent: -999px;
}
#container #header #logo a {
	display: block;
	width: 300px;
	height: 122px;
}
#container #header #header_animation {
	height: 242px;
	overflow: hidden;
}
#container #content #left {
	width: 167px;
	float: left;
	padding: 0 30px 0 0;
	margin: 60px 0 0 0;
	overflow: hidden;
}
#container #content #center {
	width: 502px;
	height: 580px;
	float: left;
	padding: 0 28px 0 0;
	overflow: hidden;
}
#container #content #center .body {
	margin: 35px;
}
#container #content #center .facts {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e0cfa5;
	line-height: 26px;
	letter-spacing: 1px;
}
#container #content #center .quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	letter-spacing: 1px;
	font-style: italic;
}
#container #content #center .quotes .reference {
	color: #a19577;
	font-style: normal;
	text-transform: uppercase;
}
#container #content #center .facts {
	background: url("/img/facts_bkg.jpg") no-repeat;
}
#container #content #center .quotes {
	background: url("/img/quotes_bkg.jpg") no-repeat;
}
#container #content #right {
	width: 167px;
	float: left;
	margin: 134px 0 0 0;
	padding: 0;
	overflow: hidden;
}
#container #footer {
	font-size: 10px;
	padding: 0 0 10px 0;
}
#container #footer a {
	text-decoration: none;
	color: #a19577;
}

/* languages */

#languages {
	height: 38px;
	width: 167px;
	overflow: hidden;
	text-shadow: #000000 0px 1px 1px;
	margin: 0 0 10px 0;
	padding: 0 2px;
	background: url("/img/languages_bkg.gif") no-repeat;
}
#languages li {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	height: 38px;
	line-height: 38px;
	width: 83px;
	text-align: left;
}
#languages li a {
	color: #a19577;
	display: block;
	padding: 0 0 0 35px;
	text-decoration: none;
	background: url("/img/menu_button.gif") no-repeat 12px center;
}
#languages a:hover {
	color: #cec5ad;
}
#languages li.active a {
	color: #e0cfa5;
	background: url("/img/menu_button_active.gif") no-repeat 12px center;
}

/* menu */

#menu {
	text-align: center;
}
#menu.bloc .body {
	padding: 0 2px;
}
#menu li {
	padding: 5px 0;
}
#menu li a {
	font-size: 12px;
	line-height: 16px;
	color: #e0cfa5;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	color: #a19577;
	text-decoration: none;
	background: url("/img/menu_button.gif") no-repeat 12px center;
}
#menu li.active a {
	color: #e0cfa5;
	background: url("/img/menu_button_active.gif") no-repeat 12px center;
}

/* booking */

#booking {
	width: 167px;
	height: 115px;
	background: url("/img/booking_bkg.gif") no-repeat left top;
	margin: 0 0 30px 0;
	text-shadow: #000000 0px 1px 1px;
}
#booking a {
	color: #e0cfa5;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 167px;
	padding: 85px 0 0 0;
	height: 30px;
	text-decoration: none;
	text-align: center;
}
#booking a:hover {
	color: #cec5ad;
}

/* sponsors */

#sponsors li {
	padding: 5px 0;
}
#sponsors a {
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
#sponsors .atv {
	height: 23px;
	background: url("/img/atv.gif") no-repeat center center;
}
#sponsors .radio2 {
	height: 23px;
	background: url("/img/radio2.gif") no-repeat center center;
}
#sponsors .livenation {
	height: 18px;
	background: url("/img/livenation.gif") no-repeat center center;
}
#sponsors .hetnieuwsblad {
	height: 18px;
	background: url("/img/hetnieuwsblad.gif") no-repeat center center;
}
#sponsors .nostalgie {
	height: 23px;
	background: url("/img/nostalgie.gif") no-repeat center center;
}

/* share */

#share a {
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 25px;
	color: #aea07d;
}
#share a:hover {
	color: #cec5ad;
}
#share .email {
	background: url("/img/email.gif") no-repeat left center;
}
#share .facebook {
	background: url("/img/facebook.gif") no-repeat left center;
}
#share .twitter {
	background: url("/img/twitter.gif") no-repeat left center;
}

/* choose language */

.chooseLanguage {
	background: #000 url("/img/chooseLanguage_bkg.jpg") no-repeat center top;
}
.chooseLanguage #container {
	width: 350px;
	height: 200px;
	margin: 200px auto;
}
.chooseLanguage #languages {
	width: 350px;
	height: 100px;
	font-size: 15px;
	margin: 100px 0 0 0;
	background: none;
}
.chooseLanguage #languages li {
	width: 170px;
	text-align: center;
	background: none;
}
.chooseLanguage #languages li a {
	background: none;
	padding: 0 0 20px 0;
}
.chooseLanguage #languages li a:hover {
	background: url("/img/chooseLanguage_arrow.gif") no-repeat center bottom;
}

#promo img {
	
	padding-left:119px;
	padding-top:30px;}
