/* :::::::::::::::::::::::: */
/* :::   COMMON styly   ::: */
/* :::::::::::::::::::::::: */

body, td, th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	text-decoration: none;
	font-weight: bold;
	
	background-repeat: no-repeat;
}

img {
	border: none;
}

#page {
	width: 757px;
	margin: 20px auto;
}

h1, h2, h3 {
	background-repeat: no-repeat;
	background-position: left center;
}

h2.topImage {
	background-position: left 8px;
}

h3.topImage {
	background-position: left 6px;
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

.tleft {
	text-align: left;
}

.tcenter {
	text-align: center;
}

.tright {
	text-align: right;
}

.center {
	margin: 0px auto;
}

.nowrap {
	white-space : nowrap;
}

.clickable {
	cursor: pointer;
}

.noBorder {
	border: none;
	padding: 0px;
	margin: 0px;
}

div.verticalMiddle *, div.verticalMiddle input {
	vertical-align: middle;
}

/* ---------------------- */
/* -----   HEADER   ----- */
/* ---------------------- */

#header {
	position: relative;
	height: 117px;
}

#header #header-logo {
	position: absolute;
	left: 60px;
	top: 8px;	
}

#header #header-zone {
	position: absolute;
	right: 55px;
	bottom: 45px;	
}

#header #header-headline {
	visibility: hidden;
}

#header #header-address, #header #header-phrase {
	position: absolute;
	right: 55px;
	
	font-weight: bold;
}

#header #header-phrase {
	top: 73px;
	font-size: 12px;	
}

#header #header-address {
	top: 92px;
	font-size: 11px;
}

#header #header-address .separator {
	padding: 0px 8px;
}

/* -------------------- */
/* -----   MENU   ----- */
/* -------------------- */

#menu {
	position: relative;
	height: 61px;
}

#menu #mainMenu {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 95%;
	text-align: left;
	font-weight: bold;
}

#menu #mainMenu a {
	margin-left: 10px;
	margin-right: 10px;
}

#menu #mainMenu .menuPrefix {
	margin-left: 10px;
}

#menu #subMenu {
	position: absolute;
	left: 0px;
	bottom: 7px;
	width: 95%;
	text-align: right;
	font-weight: bold;
}

#menu #subMenu a {
	margin-left: 10px;
	margin-right: 10px;
}

/* ------------------------ */
/* -----   NAVIGACE   ----- */
/* ------------------------ */

#navigation {
	position: relative;
	height: 54px;
}

#navigation #navigate-buttonBox {
	position: absolute;
	left: 41px;
	top: 15px;
}

#navigation #navigate-buttonBox a {
	display: block;
	float: left;
	
	width: 26px;
	height: 25px;
}

#navigation #navigate-buttonBox img {
	float: left;
}

#navigation #navigate-buttonBox a:hover {
	background-position: 0px 40px;
}

#navigation #navipath {
	position: absolute;
	right: 30px;
	top: 18px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	
	white-space: nowrap;
	/* pro testovani: 
	width: 510px;
	heigth: 25px;
	overflow: hidden;
	
	border: solid 1px red; 
	*/
}

/* ----------------------- */
/* -----   CONTENT   ----- */
/* ----------------------- */

#content {
	position: relative;
	
	padding-left: 11px;	
	padding-right: 14px;
}

#content h1, #content h2, #content h3, #content h4, #content p {
	margin: 0px;
}

#content p {
	padding: 5px 0px;
}

#content a {
	text-decoration: underline;
}

#content h1 {
	font-size: 22px;	
	padding-left: 25px;
}

#content h2 {
	font-size: 20px;
	padding-left: 20px;
}

#content h3 {
	font-size: 16px;
	padding-left: 18px;
	margin-top: 20px;
}

#content h3.smallBounce {
	margin-top: 5px;
}

#content h4 {
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
}

#content ul {
	margin: 5px 20px 5px 40px;
}

#content li {	
}

#content .textItem {
	background-repeat: no-repeat;
	padding: 20px 30px;
	text-align: justify;
}

#content .textHeadline {
	background-repeat: no-repeat;
	padding: 0px 30px;
	height: 85px;
	overflow: hidden;
}

#content .textHeadline img {
	height: 70px;
	margin: 8px 30px 8px 10px;
	float: left;
}

#content .textHeadline h1 {
	margin-top: 11px;
	line-height: 65px;
    float: left;
}

#content table#contentTable {
	width: 100%;
	
	border-collapse: separate;
	border-spacing: 0px;
}

#content table#contentTable tr td {	
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

#content table#contentTable td#pageContentRight {
	width: 100%; 
	/*
	width: 211px;
	*/
}

#content #pageContent {
	width: 521px;
	padding: 0px;	
	margin: 0px;
	
	overflow: hidden;
}

#content #pageContent #indexContent {
	margin: 2px;
}

#content #pageContent #indexContent a {
	margin: 0px;
	padding: 0px;
	
	width: 172px;		/* sirka image + border */
	height: 172px;		/* vyska image + border */
	
	display: block;
	overflow: hidden;
	
	border-style: none;	
}

#content #pageContent #indexContent .doubleSpace a {
	width: 344px;
}

#content #pageContent #indexContent .tripleSpace a {
	width: 516px;
}

#content #pageContent #indexContent img {
	margin: 0px;
	
	width: 170px;
	height: 170px;
	
	border-style: solid;
	border-width: 1px;
}

#content #pageContent #indexContent .doubleSpace img {
	width: 342px;
}

#content #pageContent #indexContent .tripleSpace img {
	width: 514px;
}

#content #pageContent #indexContent a:hover {
	/* 
		Kvuli IE: aby vygeneroval udalost 
		hover pro vnoreny img... 
	*/
	border-width: 0px;
}

#content #pageContent #indexContent a:hover img {
	border-style: solid;
	border-width: 1px;
	
}

#content #sendInfo {
	font-weight: bold;
	font-size: 12px;
	
	padding: 8px;
	padding-top: 4px;
}

#content #sendInfo a {
	text-decoration: none;
}

#content #sendInfo hr.endForm {
	width: 95%;
	margin: 0px auto;
	
	/* chceme nastavit margin-top: 13px; ale IE ke kazdemu nami definovanemu
	 * margin-top pripocita svych implicitnich 5px. Proto musime specialne IE
	 * prohlizecim pomoci podtrzitkoveho(IE6)/kriminaloveho(IE7) hacku nastavit
	 * jiny margin.
	 */
	margin-top: 13px;
	_margin-top: 7px;
	#margin-top: 7px;
		
	border-width: 1px;
	border-style: solid;
}

#content #languageSelect {
	padding: 8px;
	padding-bottom: 4px;
}

#content #languageSelect a.flag {
	display: block; 
	float: right;
	
	height: 13px;
	width: 20px;
	margin-left: 5px;
	
	text-decoration: none;
}

#content #languageSelect a.flag:hover {
	background-position: -20px 0px;
}

#content #pageNews {
}

#content #pageNews img.pageNewsImage {
	width: 203px;
	padding: 4px 3px 4px 5px;
}

#content #pageNews h3 {
	margin: 5px;
	margin-left: 15px;
}

#content #pageNews .pageNewsText {
	display: block;
	margin: 5px 10px 20px 15px;
	font-size: 12px;
	text-align: justify;
}

.leftFloat {
	float: left;
}

.rightFloat {
	float: right;
}

.clearFloat {
	clear: both;
	overflow: hidden;	
	/*
	visibility: hidden;
	
	font-size: 1px; 
	height: 1px; 
	line-height: 1px;
	*/
}

/* ------------------------------------------------------------------------------- */
/* -----   specialni styly pro nektere preddefinovane stranky CONTENT boxu   ----- */
/* ------------------------------------------------------------------------------- */

#content .bigPaddingBottom {
	padding-bottom: 50px;
}

/* :::::::::::::::::::::::: */
/* :::  seznam errors   ::: */
/* :::::::::::::::::::::::: */

#content #errors {
	margin-bottom: 30px;
}

#content #errors li.errorItem {
	font-weight: bold;
}

/* ::::::::::::::::::::::::::::: */
/* :::  stranka server-map   ::: */
/* ::::::::::::::::::::::::::::: */

#content #serverMap {
	padding-top: 10px;
}

#content #serverMap ul {
	margin: 0px;
	padding: 0px;
	padding-left: 50px;
	list-style-type: none;
}

#content #serverMap ul.root {
	padding-left: 10px;
}

#content #serverMap li {
	margin: 2px 0px;
}

#content #serverMap .serverMapItemImage {
	display: block;
	float: left;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 9px;
	height: 9px;
	padding: 4px 0px;
	
	margin-right: 5px;
}

/* :::::::::::::::::::::: */
/* :::  stranka FAQ   ::: */
/* :::::::::::::::::::::: */

#content #faqList {		
}

#content #faqList .faqItem {
}

#content #faqList .faqItem .question {
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

#content #faqList .faqItem .answer {
	margin-bottom: 20px;
}

/* ::::::::::::::::::::::::::::::::::::::: */
/* :::  stranka s tiskovymi zpravami   ::: */
/* ::::::::::::::::::::::::::::::::::::::: */

#content #pressReleaseList h2 {
	font-size: 15px;
	margin: 0px;
	margin-bottom: 5px;
	background-position: left 5px;
	padding-left: 20px;
}

#content #pressReleaseList .pressSubcontent {
	margin-left: 20px;
}

/* :::::::::::::::::::::::::::::::::: */
/* :::  stranka filmoveho klubu   ::: */
/* :::::::::::::::::::::::::::::::::: */

#content #movieList .movieItem .movieName {
	float: left;
}

#content #movieList .movieItem .movieShowTime {
	float: right;
	background-image: none;
	margin-top: 3px;
}

#content #movieList .movieItem .movieBigImage {
	float: left;
	width: 200px;
	margin: 5px 10px 5px 0px;
}

#content #movieList .movieItem .movieSmallImage {
	float: right;
	width: 130px;
	margin: 5px 0px 5px 10px;
}

/* ---------------------- */
/* -----   FOOTER   ----- */
/* ---------------------- */

#footer {
	height: 44px;
	padding-top: 15px;
	text-align: center;
	font-size: 8pt;
	font-weight:bold;
}
