h3 {
	font-size: 1.20em; 
	color: #626569;
/*	color: #ffb81e; */
	font-weight: bold;
	margin-top: 30px;
}

h3.nadpis {
	display: inline;
	line-height: 3em;
}


form {
/*	background: #e9f1f8;*/
	padding: 1em 1em 1em 0;
/*	border-top: 5px solid #a7c9e2;*/
/*	border-bottom: 5px solid #a7c9e2;*/
}

form fieldset { 
	position: relative;
	border: none;
	margin: 0 0 1em 0;
	clear: both;
	padding: 10px 10px 10px 0;
/*	background: #d2e2f0;*/
}

#odes {
/*	background: #acc9e3;*/
}

legend {
/*	display: none;*/

	position: relative;
/*	background: #e9f1f8;*/
	margin: 0;
	font-weight: bold;
	padding: 5px;
	_margin-top: -20px;
}

#prihlaseni legend, #obnoveni legend, #registrace legend, #zmena legend { display: none;}

label { 
	display: block;
	float: left;
	width: 120px; 
	padding: 4px 0;
}

label.neobtekat, #titu label, #jazy label {
	float: none;
	width: auto;
	display: inline;
}

input, select, label {
	margin-top: 8px;
}

input, select {
	width: 180px;
}

#titu input, #jazy input { width:auto;}


/*---------------------------------------*/

#seznam_filtr {
	position: relative;
/*	background: #abcce4;*/
	padding: 1em;
	height: 70px;
	width: 480px;
/*	border-bottom: 10px solid #3a7eb1;*/
/*	border-top: 5px solid #9ac1de;*/
	margin-bottom: 20px;
}

#seznam_filtr a {
	display: block;
/*	border: 1px solid white;*/
	float: left;
	font-size: 0.9em;
/*	background: #5c9ccb;*/
	padding: 3px 4px;
/*	padding: 3px 6px;*/
	margin: 0 3px 3px 0;
/*	margin: 0 4px 4px 0;*/
	font-weight: bold;
/*	color: white;*/
	/*border-bottom: 4px solid #897e49;*/
}

#seznam_filtr a:hover {
/*	background: #285a80;*/
	text-decoration: underline; 
}

#seznam_filtr div { 
	position: absolute;
	bottom: 0;
	left: 5px;
	margin-top: 20px;
	float: none;
}

#seznam_filtr div a {
/*	background: #73aad2;*/
	border: none;
	margin-left: 2px;
}

#seznam_filtr div a.vybrane, #seznam_filtr div a:hover {
/*	background: #3a7eb1;*/
	color: #2664b0;
	text-decoration: none;
}

div.novinky {
	height: 10px !important; 
	border-top: 0 !important;
	background: transparent !important;
}

/* ----------------------------------------------*/
table.tabulka_filmu {
	width: 510;
	font-size: 1.25em;
/*	border-bottom: 5px solid #85b5d8;*/
	color: #626569;
	border-collapse: collapse;
}

/*table.tabulka_filmu th{
	background: #5c9ccb;
	border-bottom: 3px solid #85b5d8;
	color: white;
	padding: 0.3em 0.5em;
}*/

table.tabulka_filmu th {
	font-size: 85%;
}

table.tabulka_filmu td {
	padding: 0.5em 0.4em;
/*	background: #e9f1f8;*/
	font-size: 60%;
/*	border-top: 1px solid #c9cacc;*/
}

table.tabulka_filmu tr.suda td {
/*	background: #d2e2f0;	*/
}

table.tabulka_filmu td a {
	font-size: 125%;
	color: #626569;
/*	color: #294d81;*/
	font-weight: bold;
/*	text-decoration: underline;*/
}

table.tabulka_filmu td a:hover { text-decoration: underline;}

/* ---------------------------------------------- */

.noCSS {
	display: none;
}

.neobtekat {
	float: none;
	width: auto;
	display: inline;
}

.underline { text-decoration: underline; }
.sirkanormal {width: auto;}
.sirkapulka {width: 75px;}

/* ------------------------------------------------*/
.kalendar_mesic {
	margin: 0.5em;
	width: 172px;
	border: 1px solid #7b8390;
}

.kalendar_nazev_mesic {
	display: block;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	color: #f1f2f7;
	background-color: #7b8390;

/*	color: #3a7eb1 !important;
	background-color: #e9f1f8;*/
}

.kalendar_den_nazev {
	color: #7b8390;
/*	color: #3a7eb1 !important;*/
	font-weight: bold;
}

.kalendar_den_ne {
	background-color: #eaeef4 !important;
/*	background-color: #e9f1f8 !important;*/
}

.kalendar_den {
/*	float: left;*/
	display: inline;
	margin: 0.2em;
	background: transparent;
/*	width: 10px;*/
	padding: 0;
	border: 0;
}

.kalendar_den fieldset {
	display: inline;
	background: transparent;
/*	width: 10px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.kalendar_den fieldset button {
	width: 20px;
	background: none;
	border: none;
	cursor: hand;
	color: #7b8390;
}

.kalendar_den_skryt {
	width: 20px;
	visibility: hidden;
}

.kalendar_den_zobr {
	width: 20px;
	color: #7b8390;
}

.kalendar_den_blok {
	width: 20px;
	color: #d87a7c !important;
}

/* ---- detail filmu ------------ */

.smaller_text {
/*	background: #e9f1f8;*/
	border: none;
/*	border-top: 5px solid #85b5d8;*/
/*	border-bottom: 5px solid #85b5d8;*/
	padding: 1em 1em 1em 0;
}

.smaller_text legend { display: none;}

/* ---- prihlaseni ----------------*/

form#prihlaseni {
	width: 320px;
}

form#prihlaseni input { width: 150px;}
form#prihlaseni label { width: 100px;}

form#prihlaseni button, .button {
	margin: 10px 0 0 190px;
}

/* ----- menu ---------------*/
ul#menu {
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
}

ul#menu li{
	height: 110px; 
	display: inline;
	list-style-type: none;
/*	width: 129px;*/
/*	height: 16px;*/
/*	background: black url("../img/bg_menu.gif") no-repeat;*/
	/*font-weight: bold;*/
	padding: 0 0 0 5px;
/*	padding: 4px 0 0 5px;*/
	margin-bottom: 2px;
	text-align: center;
}

ul#menu li.vybr{
	background-image: url("../img/bod_cara.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*ul#menu li.prihlaseni { background: black url("../img/bg_menu1.gif") no-repeat;}*/

ul#menu li a {
	font-size: 0.9 em;
	color: #7b8390;
/*	color: #dbd9b5;*/
}

ul#menu li a:hover {
	color: #3e5f88;
}

/* ------- hlasky --------------*/

h4.msg, p.msg_text {
	font-size: 1.1em;
	margin: 0;
	margin-top: 7px;
	padding: 0.5em;
/*	background: #d2e2f0;*/
	border: 1px solid #7b8390;
}

p.msg_text {
/*	background: #e9f1f8;*/
	margin: 0;
	border-top: none;
} 

p.msg_text table th { border-bottom: 0; font-size: 0.8em;}
p.msg_text table td { border-bottom: 0; font-size: 1,1em;}

/* ---- odkazy --------------------*/

ul.odkazy {
	margin: 30px 0 10px 0;
/*	margin: 30px 0 10px 10px;*/
	font-weight: bold
}

ul.odkazy li {
	list-style-type:none;
/*	padding-left: 15px;*/
/*	background: url("../img/bg_odkazy.gif") left no-repeat;*/
	margin-bottom: 5px;
}

ul.odkazy li a { text-decoration: none; /*color: #3a7eb1;*/}
ul.odkazy li a:hover { text-decoration: underline; color: #3e5f88;/*color: #659dfc;*/}

.small { font-size: 90%;}

/* ---- navigace --------------------*/

.navigace {
	position: relative;
	color: #2664b0;
	text-align: center;
	font-weight: bold;
	width: 100%;
}

.navigace a {
	text-decoration: none;
	color: #8c8d92;
/*	color: #3a7eb1;*/
}

.navigace a:visited {
	text-decoration: none;
	color: #8c8d92;
/*	color: #73aad2;*/
}

.navigace a:hover {
	text-decoration: underline;
	color: #3e5f88;
/*	color: #285a80;*/
}

a.navigace_starsi {
	position: absolute;
	right: 0;
	padding-right: 10px;
/*	padding-right: 18px;*/
/*	background: url("../img/odr_next.gif") right no-repeat;*/
}

a.navigace_novejsi {
	position: absolute;
	left: 0;
/*	padding-left: 18px;*/
/*	background: url("../img/odr_back.gif") left no-repeat;*/
}

