@import url("reset.css");

html {
	background-color: #b7bec8;
}
body {
	background: transparent url(../img/bg_body.jpg) no-repeat top center;
	min-width: 960px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #393939;
}
.end {
	height: 10px;
	background: transparent url(../img/bg_content_end.png) no-repeat bottom right;
	position: absolute;
	bottom: -10px;
	right: 0;
	z-index: 1111;
	width: 630px;
}
* html .end {
	display: none !important;
}
.clear {
	clear: both;
}


#header {
	width: 930px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	z-index: 22222;
	overflow: visible;
}
#container {
	width: 945px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}
#temp #container {
	margin-top: -57px;
}
#container #content {
	width: 620px;
	float: left;
	padding: 5px 5px 0 5px;
	background: transparent url(../img/bg_content.png) repeat-y top center;
	position: relative;
	z-index: 999;
	margin: 18px 0 30px 0;
	overflow: visible;
}
* html #container #content {
	width: 610px !important;
	padding: 0;
	background-image: none;
	background-color: white;
}
#container #sidebar {
	width: 315px;
	padding: 5px 5px 5px 0;
	background: transparent url(../img/bg_content.png) repeat-y top right;
	position: absolute;
	right: 0;
	top: 45px;
	z-index: 555;
	margin: 0 0 30px 0;
	overflow: visible;
}
#temp #container #sidebar {
	width: 215px;
	right: 100px;
}
* html #container #sidebar {
	width: 305px;
	background-color: white;
	background-image: none;
}
* html #temp #container #sidebar {
	width: 205px;
}
#footer {
	width: 900px;
	background-color: black;
	margin: 0 auto;
	clear: both;
	overflow: visible;
	color: #5e5e5e;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 25px;
}
#temp #container #footer {
	background-color: black;
	clear: both;
	overflow: visible;
	color: #5e5e5e;
	font-size: 10px;
	line-height: 14px;
	padding: 15px 25px;
	width: auto;
	margin: auto;
	float: right;
	margin-right: 340px;
	position: relative;
	bottom: 30px;
}
* html #temp #container #footer {
	width: 500px;
	float: none;
	left: 20px;
}




#container #order {
	width: 142px;
	height: 100px;
	text-indent: -99999px;
	display: block;
	position: absolute;
	top: -30px;
	right: -2px;
	background: transparent url(../img/btn_order_nl.png) no-repeat right top;
	z-index: 666;
}
#temp #container #order {
	right: 70px;
	top: 240px;
}




#container #more {
	background: transparent url(../img/bg_more.png) no-repeat bottom right;
	float: right;
	clear: both;
	padding: 8px 18px 8px 0;
	margin: -25px 340px 25px 0;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #ede9e3;
}
#container #more img.arrow {
	display: block;
	float: left;
	width: 29px;
	height: 17px;
	position: relative;
	right: 5px;
	margin-left: -4px;
}




#flash {
	width: 960px;
	height: 260px;
	margin: 0 auto 30px auto;
	position: relative;
	right: 7px;
	z-index: 8888;
}
#flash #topFlash {
	z-index: 8889;
}




#player {
	width: 350px;
	height: 129px;
	position: absolute;
	left: 288px;
	top: -36px;
	z-index: 7777;
}
#player #fPlayer {
	z-index: 7778;
}




#header h1 {
	display: block;
	width: 326px;
	height: 180px;
	position: absolute;
	z-index: 3333;
	top: 0;
	left: -68px;
	background: transparent url(../img/logo.png) no-repeat top left;
	z-index: 9999;
}
#header h1 a {
	display: block;
	width: 326px;
	height: 180px;
	text-indent: -99999px;
}
#header #subnav {
	line-height: 28px;
	font-size: 10px;
	height: 28px;
	background: transparent url(../img/bg_subnav_left.png) no-repeat top left;
	padding-left: 6px;
	position: absolute;
	top: 10px;
	right: 135px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#header #subnav span {
	background: transparent url(../img/bg_subnav_right.png) no-repeat top right;
	padding: 0 10px 0 4px;
	display: block;
	color: #262626;
}
#header #subnav span a {
	color: #262626;
	padding: 0 3px;
}
#header #subnav span a.active {
	color: #f4b237;
}
#header #lang {
	position: absolute;
	border-top: 1px solid #9e9895;
	top: 24px;
	right: 0;
}
#temp #header #lang {
	top: 55px;
	right: 340px;
}
#header #lang a {
	display: block;
	width: 32px;
	height: 30px;
	line-height: 28px;
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: transparent url(../img/bg_lang.png) no-repeat left bottom;
	text-align: center;
	font-size: 10px;
	font-style: italic;
	color: #5e574c;
	float: left;
	position: relative;
	bottom: 14px;
	margin-right: 4px;
	padding-right: 3px;
	text-decoration: none;
}
#header #lang a:hover {
	text-decoration: underline;
}
#header #lang a.en {
	margin-right: 0;
	padding-right: 0;
}
#header #lang a.active {
	background-position: left top;
	color: #131313;
}
#header #nav {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 50px;
	overflow: visible;
}
#header #nav li {
	display: block;
	background: transparent url(../img/bg_nav.gif) repeat-x center top;
	margin-left: 1px;
	float: left;
	cursor: pointer;
	z-index: 999999;
}
#header #nav li a {
	color: white;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	line-height: 40px;
	padding: 0 22px 10px 22px;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
#header #nav li.drop {
	background: transparent url(../img/bg_nav_tab.jpg) repeat-x center top;
	padding-top: 12px;
	position: relative;
	bottom: 12px;
}
#header #nav li.drop:hover {
	bottom: 30px;
}
#header #nav li.drop ul {
	position: relative;
	height: auto;
	display: none;
	z-index: 999999;
	position: relative;
	bottom: 12px;
}
#header #nav li.drop:hover ul {
	display: block;
}
#header #nav li.drop ul li {
	height: auto;
	background: none;
	margin-left: 0;
	float: none;
	cursor: pointer;
	z-index: 999999;
	display: none;
}
#header #nav li.drop:hover ul li {
	display: block;
}
#header #nav li.drop ul li a {
	color: #98728c;
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	line-height: 16px;
	padding: 0 0 0 22px;
	font-weight: normal;
	z-index: 999999;
}




#footer a {
	color: #5e5e5e;
}
#footer a.did {
	position: relative;
	top: 3px;
}
#footer #sharethis_0 {
	background-color: #313131;
	display: inline-block;
	padding: 2px 0 2px 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 1px;
}
#footer #sharethis_0 a {
	color: #8c8c8c;
	text-transform: uppercase;
}





#sidebar .end {
	width: 320px
}
#sidebar .item {
	width: 256px;
	background: transparent url(../img/bg_item_sidebar.jpg) repeat-y top right;
	margin-bottom: 40px;
	padding: 10px 25px 0 25px;
}
* html #sidebar .item {
	padding-top: 0;
	background-image: none;
	background-color: #ebe6e2;
}
#temp #sidebar .item {
	width: 156px;
	padding-top: 18px;
}
* html #temp #container #sidebar .item {
	padding: 20px 0 0 0;
	margin: 0;
	width: 202px;
	position: relative;
	left: 25px;
}
#sidebar .item .end_button {
	display: block;
	height: 28px;
	width: 256px;
	background: transparent url(../img/bg_button_sidebar_item_bottom.png) no-repeat top right;
	position: relative;
	top: 48px;
	right: 25px;
	padding: 0 25px;
	margin-top: -50px;
	color: #ede9e3;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
	font-family: "Times New Roman", Times, serif;
}
#temp #sidebar .item .end_button {
	width: 156px;
}
* html #temp #container #sidebar .item .end_button {
	background-image: none;
	background-color: black;
	width: 177px;
	margin: 0;
	top: 0;
	right: 0;
	padding-right: 0;
}
#sidebar .item .end_button img.arrow {
	display: block;
	float: left;
	width: 29px;
	height: 17px;
	margin-right: 10px;
}
#sidebar .item .end_button img.pic_exeption {
	display: block;
	width: 119px;
	height: 69px;
	position: absolute;
	top: -40px;
	right: 18px;
}
#sidebar .item h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 26px;
	margin: 7px 0;
	color: #2f2f2f;
	text-transform: uppercase;
}
#sidebar .item p {
	color: #2f2f2f;
	font-size: 11px;
	line-height: 14px;
	margin: 7px 0;
}
* html #temp #container #sidebar .item p {
	padding: 0 25px;
}
#sidebar .item table {
	font-size: 12px;
	line-height: 15px;
	color: #322a24;
	font-family: "Times New Roman", Times, serif;
	width: 100%;
	margin: 0 0 10px 0;
}
#sidebar .item table th {
	font-weight: normal;
	text-align: left;
	width: 40px;
}
#sidebar .item table td {
	color: #393939;
	text-align: left;
}
#sidebar .item table td a {
	color: #393939;
}





#sidebar .main_item {
	width: 263px;
	margin-bottom: 35px;
	background: transparent url(../img/bg_main_item_sidebar.jpg) repeat-y bottom center;
	padding: 0 25px 0 25px;
}
#sidebar .main_item h2 {
	display: block;
	width: 273px;
	height: 72px;
	background: transparent url(../img/bg_title_sidebar.png) no-repeat top left;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 64px;
	padding: 15px 25px 0 25px;
	position: relative;
	right: 25px;
	bottom: 17px;
	margin-bottom: -17px;
}
#sidebar .main_item p {
	color: #2f2f2f;
	font-size: 11px;
	line-height: 14px;
	margin: 7px 0;
}
#sidebar .main_item .programme_buttons {
	display: block;
	height: 43px;
	width: 313px;
	background: transparent url(../img/bg_buttons_sidebar_programme_end.png) no-repeat top center;
	position: relative;
	top: 43px;
	right: 50px;
	padding: 0 25px;
	margin: -50px 0 0 0;
	font-size: 12px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
}
#sidebar .main_item .programme_buttons a {
	color: #191919;
	display: block;
	float: left;
	line-height: 35px;
	margin-top: 8px;
	padding-left: 30px;
	width: 47px;
	overflow: hidden;
}
#sidebar .main_item .programme_buttons a.prog {
	width: 120px;
	color: #ede9e3;
}
#sidebar .main_item #prog {
	height: 255px;
	overflow: hidden;
	margin: 3px 0 0 0;
}
#sidebar .main_item #prog div {
	border-top: 1px dashed #646261;
	padding: 5px 0 10px 0;
	position: relative;
	bottom: 1px;
}
#sidebar .main_item #prog div h6 {
	color: #3d5756;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
}
#sidebar .main_item #prog div table {
	background-color: #bec3c3;
	font-size: 11px;
	line-height: 15px;
	color: #322a24;
	font-family: "Times New Roman", Times, serif;
	width: 262px;
}
#sidebar .main_item #prog div table th {
	font-weight: normal;
	text-align: center;
	width: 55px;
}
#sidebar .main_item #prog div table td {
	text-transform: uppercase;
	color: #0f0f0f;
	text-align: left;
}
#temp #sidebar #date_vis {
	width: 233px;
	height: 285px;
	background: transparent url(../img/bg_sidebar_date_temp.png) no-repeat top left;
	text-indent: -99999px;
	position: relative;
	right: 11px;
	bottom: 11px;
	margin-bottom: -21px;
}
* html #temp #sidebar #date_vis {
	right: auto;
	left: 11px;
	bottom: 11px;
	margin-bottom: -20px;
}





#content h2 {
	display: block;
	width: 571px;
	height: 72px;
	background: transparent url(../img/bg_title.png) no-repeat top left;
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 64px;
	padding: 0 25px 0 55px;
	position: relative;
	right: 24px;
	bottom: 25px;
	margin-bottom: -25px;
	color: #2f2f2f;
}
#temp #content h2 {
	width: 603px;
	height: 80px;
	background: transparent url(../img/bg_title_medium.png) no-repeat top left;
	padding: 0 30px 0 0;
	right: 6px;
	margin-bottom: -25px;
	text-align: right;
	font-size: 28px;
	line-height: 80px;
}
* html #temp #content h2 {
	right: 0;
}
#content .item {
	width: 570px;
	background: transparent url(../img/bg_item_even.jpg) no-repeat bottom left;
	margin: 0 0 4px 6px;
	padding: 20px;
	clear: both;
}
* html #content .item {
	margin-left: 12px;
}
#content .item.odd {
	background-image: url(../img/bg_item_odd.jpg);
}
#content .item em {
	background-color: #333;
	color: #bebebe;
	font-style: normal;
	font-size: 10px;
	padding: 3px 4px;
	position: relative;
	right: 4px;
	font-weight: bold;
	line-height: 10px;
	font-size: 10px;
	text-transform: uppercase;
}
#content .item h3 {
	font-family: "Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	padding: 3px 0;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}
#content .item p {
	font-size: 12px;
	line-height: 1.5;
	color: #4c4c4c;
	margin: 8px 0 0 0;
	display: block;
}
#content .item div.img {
	width: 183px;
	height: 138px;
	float: left;
	background: transparent url(../img/bg_content_img.png) no-repeat left top;
	margin: -10px -27px 0 0;
	position: relative;
	right: 45px;
}
#content .item div.img img {
	position: absolute;
	left: 14px;
	top: 11px;
	clip: rect(0 153px 113px 0);
}




#IE6warning {
	border-bottom: 1px solid #a0a0a0;
	color: #333;
	font-size: 11px;
	line-height: 23px;
	height: 23px;
	padding: 0 23px;
	background: #ffffe1 url(../img/warning.gif) no-repeat 5px center;
	text-decoration: none;
	display: block;
}
