@charset "utf-8";
body {
	background: url("../images/bg.jpg") repeat-x top left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img{
	border: 0;
}
a{
	color: #ee7326;
	/*border-bottom: 1px dotted #ce002f;*/
}
a:hover{
	text-decoration: underline;
}
a span{
	display: none;
}
h3{
	color: white;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	/margin-top: 15px;
}
h3.orange{
	/*background: url("../images/h3-bg.png") no-repeat;*/
	background-color: #ee7325;
	padding: 3px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 10px;
}
#fourColumns #todaysProgramme h3.orange{
	background: url("../images/h3-big.png") no-repeat;
}
#fourColumns #todaysProgramme{
	font-size: 16px;
	line-height: 30px;
}

.galerie img{
	margin: 3px;
}

.program_detail h3{
	text-align: left;
	color: white;
	background-color: #51bced;
	padding: 10px 6px;
}
.program_detail h3 a{
	color: white;
}

.txt .galerie{
	background-color: #e5f5fc;
	border-top: 1px solid #6fc1e4;
	padding: 25px;
}
.txt .perf_list{
	background-color: #e5f5fc;
	border-top: 1px solid #6fc1e4;
}
.txt .galerie img{
	margin: 10px;
}
.txt{
	/*border: 2px solid #efefef;*/
}
.txt table .hodina{
	font-size: 16px;
	padding-right: 15px;
}
.txt table td{
	font-size: 16px;
	padding-right: 15px;
}
.txt table td.hodina{
	font-size: 20px;
	padding-right: 15px;
}
.txt.sideprogram table td.hodina{
	font-size: 15px;
	padding-right: 15px;
}

.program h2{
	color: white;
	background-color: #51bced;
	padding: 4px;
}
.program .even,
.program .odd{
	border-bottom: 1px solid #fac784;
}
.program .sideprogram .even,
.program .sideprogram .odd{
	border-bottom: 1px solid #fac784;
}
.program .even{
	background-color: #fce5d8;
}
.program .sideprogram.even{
	background-color: #ebebeb;
}
.program .odd{
	background-color: #fac784;
}
.program .sideprogram.odd{
	background-color: #e2e2e2;
}
.program .txt a{
	color: black;
	text-decoration: none;
}
.program .txt a:hover{
	text-decoration: underline;
}
.program .txt .hodina{
	background-color: #f47934;
	color: white;
	font-weight: bold;
	padding: 5px;
}
.program .txt.sideprogram .hodina{
	background-color: #999999;
	color: white;
	font-weight: bold;
	padding: 5px;
}
.program .txt .ano,
.program .txt .ne{
	padding-left: 15px;
	font-weight: bold;
	font-size: 14px;
}
.program .txt.sideprogram .ano,
.program .txt.sideprogram .ne{
	padding-left: 15px;
	font-weight: bold;
	font-size: 11px;
}

a strong{
	color: #ee7326;
	text-decoration: none;
	display: block;
	font-size: 14px;
}

#lights{
	/*background: url("../images/lights-bg.png") no-repeat center top;*/
	min-height: 292px;
}

#container{
	margin: 0 auto;
	width: 985px;
	/*padding-top: 21px;*/
}

#header{
	position: relative;
	height: 117px;
}
#header #langSwitch{
	position: absolute;
	top: 130px;
	right: 10px;
	padding-right: 10px;
	background-color: white;
	padding: 8px;
}
#header #langSwitch a{
	color: #333;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	margin-left: 1px;
	/*
	display: block;
	float: left;
	*/
}
#header #langSwitch a.active{
	color: black;
	/*background: url("../images/cz-bg.png") no-repeat;*/
	/*width: 29px;*/
	text-align: center;
	height: 18px;
}
#header #logo{
	display: block;
	width: 173px;
	height: 89px;
	background-image: url("../images/logo.png");
	float: left;
	margin: 23px;
}
#header #menu{
}
#header #menu ul{
	margin: 0;
	padding: 0;
}
#header #menu ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*/float: left;*/
}
#header #menu ul li a{
	display: block;
	text-decoration: none;
	float: left;
	background-color: #1d1d1b;
	width: 88px;
	color: white;
	/*height: 120px;*/
	padding-top: 90px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	margin-right: 6px;
}
#header #menu ul li.double a{
	padding-top: 76px;
}
#header #menu ul li a.last{
	border-right: 0;
	margin-right: 0;
}
#header #menu ul li a:hover{
	color: white;
}

#calendar{
	float: left;
	width: 240px;
	background: url("../images/calendar-bg.png") no-repeat top left;
	padding-top: 100px;
}
#calendar h3{
	padding-top: 3px;
	margin-bottom: 14px;
	/margin-top: 120px;
}
#calendarBox{
	background: url("../images/calendarBox-bg-lipno.png") no-repeat top left;
	width: 229px;
	height: 139px;
	padding-top: 8px;
	/*padding-left: 5px;*/
}
#calendarBox.prague{
	background: url("../images/calendarBox-bg-prague.png") no-repeat top left;
}
#calendarBox a.day{
	display: block;
	float: left;
	width: 32px;
	height: 35px;
	text-align: center;
	color: #f27321;
	text-decoration: none;
	margin-top: 27px;
	line-height: 44px;
	font-size: 18px;
	font-weight: regular;
}
#calendarBox a.active{
	font-weight: bold;
	color: red;
}
#calendarBox a.day2{
	display: block;
	float: left;
	width: 32px;
	height: 35px;
	text-align: center;
	color: #f27321;
	text-decoration: none;
	margin-top: 27px;
	line-height: 44px;
	font-size: 18px;
	font-weight: regular;
}
#calendarBox a.day:hover{
	color: red;
	text-decoration: underline;
}

#mainBanner{
	width: 985px;
	
}

#fourColumns{
	clear: both;
	padding-top: 8px;
}
#fourColumns a{
	text-decoration: none;
}

#fourColumns #todaysProgramme{
	width: 480px;
	float: left;
}

#fourColumns .firstColumn,
#fourColumns .secondColumn,
#fourColumns .thirdColumn,
#fourColumns .fourthColumn{
	width: 280px;
	float: left;
	margin-right: 70px;
}
#fourColumns .fourthColumn{
	margin-right: 0px;
}
#fourColumns .newsItem{
	/*background-color: #e6e6e6;*/
	background-color: white;
	min-height: 110px;
	margin-bottom: 5px;
	padding: 10px 15px;
}
#fourColumns .newsItem a.newsHeader{
	display: block;
	padding-bottom: 10px;
}
#fourColumns .newsItem img{
	float: left;
	margin-right: 10px;
}
#fourColumns .newsItem span.datum{
	color: #666;
	display: block;
	font-size: 11px;
}
#fourColumns .newsItem p{
	padding: 0;
	margin: 0;
	margin-top: 5px;
	padding-bottom: 10px;
	margin-left: 80px;
}
#fourColumns .newsItem p a,
#fourColumns .highlightItem p a{
	color: #ee7326;
	font-style: italic;
	text-decoration: underline;
}
#fourColumns .highlightItem{
	background-color: white;
	padding: 10px 15px;
	margin-bottom: 5px;
}
#fourColumns .highlightItem p{
	margin: 0;
	padding: 0;
}
#fourColumns .forChildren{
	width: 220px;
	margin: 0 auto;
	background-color: white;
}
#fourColumns .forChildren p{
	margin: 0;
	padding: 5px 10px;
}

#oneColumn{
	/*background-color: white;*/
	margin-left: 250px;
	/*padding: 15px;*/
	min-height: 760px;
	position: relative;
}
#oneColumn #left_short{
	position: absolute;
	width: 230px;
	left: -250px;
	top: 150px;
}
#oneColumn h1{
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: white;
	padding: 0 15px;
}
#oneColumn h1.yellow{
	height: 33px;
	line-height: 33px;
	font-size: 16px;
	color: white;
	padding: 0 15px;
	background-color: black;
}
#oneColumn h1.no_marg{
	color: #d45e28;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	padding: 0;
}
#oneColumn .soubortxt{
	background-color: #efefef;
	border-top: 1px solid #999;
	color: #1e201c;
	padding: 15px;
	margin-bottom: 25px;
}
#oneColumn #soubor_list a{
	display: block;
	padding: 6px;
	text-decoration: none;
	border-bottom: 1px solid #fbd0b4;
}
#oneColumn #soubor_list a:hover{
	background-color: #ececec;
}
#oneColumn h1.green{
	background: url("../images/header-bg-green.png") no-repeat top left;
}
#oneColumn h1.blue2{
	background: url("../images/header-bg-blue2.png") no-repeat top left;
}
#oneColumn h1.azure{
	background: url("../images/header-bg-azure.png") no-repeat top left;
}
#oneColumn h1.orange{
	background: url("../images/header-bg-orange.png") no-repeat top left;
}
#oneColumn h1.grey{
	background: url("../images/header-bg-grey.png") no-repeat top left;
}
#oneColumn h1.blue{
	background: url("../images/header-bg-blue.png") no-repeat top left;
}
#oneColumn h1.purple{
	background: url("../images/header-bg-purple.png") no-repeat top left;
}

#footer{
	clear: both;
	background: url("../images/footer-bg.png") no-repeat top left;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	color: white;
}

#gallery_list a{
	display: block;
	padding: 5px;
}

.txt{
	padding: 15px;
}
.txt.sideprogram{
	padding: 10px 15px;
}

#newsletter_form{
	background: url("../images/form_newsletter.png") no-repeat;
	height: 35px;
}
#newsletter_form #text_input{
	margin-top: 8px;
	margin-left: 45px;
	width: 130px;
	float: left;
	border: 0;
	background: none;
	color: #666;
	margin-right: 5px;
}
#newsletter_form .button{
	width: 35px;
	height: 33px;
	text-indent: 5000px;
	overflow: hidden;
	background: none;
	border: none;
}
#search_form{
	background: url("../images/form_search.png") no-repeat;
	height: 35px;
	margin-top: 20px;
}
#search_form #text_input{
	margin-top: 8px;
	margin-left: 45px;
	width: 130px;
	float: left;
	border: 0;
	background: none;
	color: #666;
	margin-right: 5px;
}
#search_form .button{
	width: 35px;
	height: 33px;
	text-indent: 5000px;
	overflow: hidden;
	background: none;
	border: none;
}

#error{
	color: red;
}
#info{
	color: #ffcc00;
}

.perf_list table{
	border-collapse: collapse;
}
.perf_list table tr td{
	padding: 10px 20px;
	border: 1px solid #999;
	font-size: 14px;
}
div.ano{
	background: url("../images/child.png") no-repeat right 15px;
}


#submenu{
	position: absolute;
	top: 85px;
	right: 13px;
}
#submenu a{
	display: block;
	color: white;
	background: url("../images/mm-bg-grey.png") no-repeat;
	width: 90px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

#todaysProgramme div{
	padding: 6px;
	color: white;
}
#todaysProgramme span{
	display: block;
	float: left;
	text-align: center;
	width: 60px;
	font-weight: bold;
}
#todaysProgramme a{
	color: #fff2ed;
	font-weight: bold;
	font-size: 14px;
}
#todaysProgramme a:hover{
	text-decoration: underline;
}
#todaysProgramme .even{
	background-color: #f69d63;
}
#todaysProgramme .odd{
	background-color: #eb7951;
}
