.messages.error {
  display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

textarea:focus, input:focus {
    outline: none !important;
}

/* General indentation & positioning classes */

.rteindent1 {
    margin-left: 40px;
}
.rteindent2 {
    margin-left: 80px;
}
.rteindent3 {
    margin-left: 120px;
}
.rteindent4 {
    margin-left: 160px;
}
.rteleft {
    text-align: left;
}
.rteright {
    text-align: right;
}
.rtecenter {
    text-align: center;
}
.rtejustify {
    text-align: justify;
}
.ibimage_left {
    float: left;
}
.ibimage_right {
    float: right;
}

/*
Theme Name:Professional Theme
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  __font: inherit;
  vertical-align: baseline;
}
/* vyhozeno td, ul, ol, li, */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  Clear Floated Elements
*/

.clear {
  clear:both;
  display:block;
  overflow:hidden;
  visibility:hidden;
  width:0;
  height:0;
}

.clear:after {
  clear:both;
  content:' ';
  display:block;
  font-size:0;
  line-height:0;
  visibility:hidden;
  width:0;
  height:0;
}

.clearboth 
{
 clear:both;
 font-size: 0px;
}

* html .clear {
  height:1%;
}

/* nastaveni pro mobil verzi */

.desktop-none,
#logo-mobile,
.mobile-options,
.mobile-top,
.hra_menu_mobile,
.nadpis_mobile {
  display: none;
}

/*
  Style HTML Tags
*/

body {
  background:#e8e8e8;
  color:#454545;
  font-family:"Helvetica Neue", "Nimbus Sans L", sans-serif;
  font-size:14px;                                          
  line-height:1.7em;
}

a {
  color:#ca1111;
  _color:#13375e;
  text-decoration:none;
}

a:hover {
  color:#13375e; 
  _color:#ca1111;
  cursor: pointer; 
  text-decoration: underline;
}


a.external:after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom:6px;
  font-weight:bold;
  line-height:1.65em;
}

h1 {
  font-size: 24px;
  color: #222;
}

h2 {
  font-size:18px;
}

h3 {
  font-size:16px;
  margin-top: 10px;
}

h4 {
  font-size:14px;
}

h5 {
  font-size:14px;
}

h6 {
  font-size:12px;
}

h7 {
  font-size:15px; margin: 0px 0px 6px 8px;
}

p {
  _margin-bottom:18px; margin-bottom:16px;
}

form select {
 padding: 2px;
}

input[type="number"] {
 width: 30px;
}

label {
 display: inline-block;
 padding: 0px 5px;
}

#sidebar-first label {
 display: block;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  margin-bottom: 10px;
  _width: 100%;
}

th, tr, td {
  vertical-align: middle;
}

.sticky-header th, .sticky-table th {
  text-align: left;
}


table {

}

th {
  color:#333;
}

td {

}

ul {
  list-style-type:disc;
  margin-left:5px;
  margin-bottom:16px;
}

ul li {
  margin-top:2px;
}

ul ul {
  list-style-type:square;
  margin-bottom:0;
}

ul ul ul {
  list-style-type:circle;
}

ol {
  list-style-type:decimal;
  margin-left:30px;
  margin-bottom:24px;
}

ol ol {
  list-style: upper-alpha;
  margin-bottom:0
}

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

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

abbr,
acronym {
  border-bottom:#999 1px dotted;
  cursor:help;
}

big {
  font-size:1.2em;
}

small {
  font-size:.85em;
}

cite,
em {
  font-style:italic;
}

blockquote, q {
  quotes:none;
  border: 1px solid #bbbbbb;
  background: #d8d8d8 url(images/quote.png) no-repeat;
  padding: 10px 5px 5px 47px;
  text-shadow: 1px 1px #fff;
  margin: 5px 0;
  border-radius: 7px;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

strong {
  font-weight:bold;
}

img,
video {
  max-width:100%;
  height:auto;
}

video {
  display:block;
}

audio {
  max-width:100%;
}

.content a img {

}

.content a:hover img {

}

/*
  Theme Design, Layout and Typography
*/

#wrapper {
  position:relative;
  __max-width:1132px;
  _width:1132px;
  width:1200px;
  margin:0 auto;
  _box-shadow:0 0 6px #999;
  _background:#e9e9e9;
  overflow:hidden;
}

#header {
  margin:0 1.76%;
}

#logo {
  float:left;
  margin:10px;
  padding-top: 10px;
}

#site-title a,
#site-description {
  color:#333;
}

#site-title,
#site-description {
  float:left;
  line-height:100px;
}

#site-title {
  margin:0;
  font-size:28px;
  font-weight:bold;
}

#site-description {
  margin-left:20px;
  font-size:12px;
  font-weight:normal;
}

#container {
  margin:1.76%;
}

.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  background:#fff;
  display: inline;
  margin-bottom: 2.7%;
  float:left;
  width:100%;
  box-shadow:0 0 3px #999;
}

#sidebar-first {
  color: #888;
  _float: left;
  float: right;
}

#sidebar-second {
  color: #888;
  float: right;
}

/* 2 columns: sidebar-first */

body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}

/* 2 columns: sidebar-second */

body.sidebar-second .content-sidebar-wrap {
  width: 80%;
}

body.sidebar-second #content {
  width: 100%;
  min-height: 1500px;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}

#post-content {
  padding: 0px 20px 20px;
}

.breadcrumb {
  margin:0 20px;
  padding-top:20px;
  margin-bottom:10px;
  border-bottom:#eee 1px solid;
}

#head, #content, #sidebar-second, #sidebar-first {
  margin-top: 10px;
}

.block {
  margin-bottom:1.3em;
}

.block > h2{
  margin:0;
  font-size:16px;
  font-weight:bold;
  letter-spacing:1px;
}

#sidebar-first .block > h2,
#sidebar-second .block > h2,
#head .block > h2,
#foot .block > h2 {
  color:#333;
}

#footer-area .block > h2 {
  color:#ddd;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/* -------------- Form Elements   ------------- */

fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

.fieldset-wrapper { margin-top: 25px; }

.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

.filter-wrapper .form-item label { margin-right: 10px; }

.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

.filter-guidelines { padding: 0 1.5em 0 0.5em; }

fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

fieldset .fieldset-wrapper { padding: 0 10px; }

fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }

input { margin: 2px 0; padding: 4px; }

input, textarea {  font-size: 0.929em;  }

textarea { line-height: 1.5; }

textarea.form-textarea, select.form-select { padding: 4px; }

input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }

.password-suggestions ul li { margin-left: 1.2em; }

.form-item { margin-bottom: 1em; margin-top: 2px; }

.form-item label { font-size: 0.929em; }

.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

.form-actions { padding-top: 10px; }

/* Form Buttons */

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
/* IE10 */
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Opera */
background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');

border: 1px solid #dbdbdb;
-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white; -webkit-box-shadow: inset 0 1px 0 0 white; -o-box-shadow: inset 0 1px 0 0 white; box-shadow: inset 0 1px 0 0 white;
color: #333333; text-shadow: 0 1px 0 white; position: relative; font-weight:bold; padding: 9px 1em 9px 1em; }

button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
/* IE10 */
background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Opera */
background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
/* IE6-9 */
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');

-moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; -ms-border-radius: 6px; -khtml-border-radius: 6px; border-radius: 6px;
-moz-box-shadow: inset 0 1px 0 0 white;
-webkit-box-shadow: inset 0 1px 0 0 white;
-o-box-shadow: inset 0 1px 0 0 white;
box-shadow: inset 0 1px 0 0 white;
cursor: pointer; }

#block-search-form { padding-bottom: 7px; }

#block-search-form .content { margin-top: 0; }

#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url('/images/search-button.png') no-repeat center top; overflow: hidden; }

#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }

#search-form .form-item-keys label { display: block; }

ol.search-results { padding-left: 0; }

.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

.search-results .search-snippet-info { padding-left: 0; }

/* FOOTER */

#footer {
  clear:both;
}

#footer-area {
  position:relative;
  _padding:1.76% 3.52%; padding:1.76% 3.52% 0 3.52%;
  box-shadow:0 0 3px #999;
  background:#383838;
  background:-moz-linear-gradient(#444, #333);
  background:-webkit-linear-gradient(#444, #333);
  background:-o-linear-gradient(#444, #333);
  background:-ms-linear-gradient(#444, #333);
  background:linear-gradient(#444, #333);
  color:#999; font-size: 1.15em;
}
#footer-area a {
  color:#999;
}
#footer-area a:hover {
  color:#999;
}

#footer-area .column {
  float:left;
  width:30.8%;
  _margin:0 0 1.9% 3.8%; margin:0 0 1.8% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#footer-area li {
  border-bottom:#555 1px dashed;
}

#copyright {
  clear:both;
  padding:0 20px;
  box-shadow:0 -1px 3px #ccc;
  _background:#CCC;
  background:#222;
  color:#000;
  line-height:40px;
}

.copyright {
  float:left;
  max-width:728px; color:#7f7f7f; font-size: .9em;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

#copyright a {
  color:#00008B;
  text-decoration:none;
}

#copyright a:hover {
  color:#d54e21;
}


/** SPECIAL CLASSES FOR OVERRIDING CORE THEMES **/
#user-login-form {
	color:#000;
}

.marker, .form-required {
 color:#8B0000;
}

/* --------- */
/* VLASTNI STYLY */
/* --------- */

/* BANNER NAHORE */
.banner {
 float: right;
 display: block;
 max-width: 745px;
 max-height: 100px;
 min-width: 728px;
 min-height: 90px;
 text-align: center;
 margin: 13px 0px 9px 0px; 
 padding: 0px; 
 _background-color: #fff;
}

.banner a {
 display: block;
}

/* PROMO TEXT POD BANNEREM */
.promo_text {
 margin:0px 0px 5px;
 font-size:15px;
 font-style:italic;
}

/* HLAVNI MENU */

#menu {
  height: 41px;
  box-shadow:0 0 3px #999;
  background:#444;
  background:-moz-repeating-linear-gradient(#555, #333 40px);
  background:-webkit-repeating-linear-gradient(#555, #333 40px);
  background:-o-repeating-linear-gradient(#555, #333 40px);
  background:-ms-repeating-linear-gradient(#555, #333 40px);
  background:repeating-linear-gradient(#555, #333 40px);
}

#menu .left {
  float: left;
}

#menu .right {
  float: right;
}

#menu_prim ul {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 16px;
}

#menu_prim li {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}

#menu_prim li li {
	line-height: 14px;
}

#menu_prim ul li:first-child {
  padding-left:0;
}

#menu_prim a {
  display: block;
  padding: 0px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#menu_prim li:hover,
#menu_prim a:hover,
#menu_prim li > a.active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

#menu_prim li ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px; 
  z-index: 9999;
  width: 192px;
  height: auto;
  padding: 0px;
  margin: 0px;
  box-shadow:0 0 3px #333;  
  background:#777; 
  background:-moz-linear-gradient(#777,#888);
  background:-webkit-linear-gradient(#777,#888);
  background:-o-linear-gradient(#777,#888);
  background:-ms-linear-gradient(#777,#888);
  background:linear-gradient(#777,#888);
  font-size: 14px;  
}

#menu_prim li li {
  float: none;
  line-height: 30px;
  min-width: 0px;
  padding: 0px;
  margin: 0px;
}

#menu_prim li li a {
  min-width: 0px;
  margin: 0px;
  border: 0px;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}

#menu_prim li li:first-child > a {
  border-top: none;
}

#menu_prim li li a:hover {
  background-color: #000;
  color: #fff;
}

#menu_prim li:hover > ul.active {
  display: block;
}

#menu_sec ul {
  float: left;
  padding: 0px;
  margin: 0px;
  list-style: none;
  margin-bottom: 12px;
  width: 100%;
  height: 30px; 
  background: #b22222;
  font-size: 13px;
}

#menu_sec li {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}

#menu_sec ul li:first-child {
  padding-left: 0px;
}

#menu_sec a {
  display: block;
  padding: 0px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

#menu_sec li:hover,
#menu_sec a:hover,
#menu_sec li > a.active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.fixed-menu-top {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 41px;
  background: repeating-linear-gradient(#555, #333 40px);
  min-height: 1%;
}

.fixed-menu-top #menu {
  margin: 0px auto;
  width: 1156px;
}

.fixed-menu-bottom {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9990;
  width: 100%;
  height: 35px;
  line-height: 35px;
  background: repeating-linear-gradient(#555, #333 40px);
  min-height: 1%;
}

.fixed-menu-bottom .content {
  margin: 0px auto;
  width: 1092px;
}

.fixed-menu-bottom .content .left {
  float: left;

}

.fixed-menu-bottom .content .left p {
  color: #fff;  
  font-size: 14px;
}

.fixed-menu-bottom .content .right {
  float: right;
}

.fixed-menu-bottom .content .right a {
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  background: #ca1111;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin: 0 10px; 
  width: 92px;     
}

/* LOGIN BOX */

.login_box {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 10px 10px; 
  line-height: 1.6em;
  margin-right:1px; 
  margin-left:5px;
  background: #dcdcdc;
  box-shadow:0 0 3px #999;
  color: #454545;
}

.login_box table {
  margin: 5px 0px;
}

.login_box table tr td {
  font-size: 12px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.login_box table tr {
  border-top: 1px dashed #343434;
}

.login_box table tr:first-child {
  border-top: 0px;
}


/* SEZNAM DIVADEL */

.div_vypis {
  font-size: 12px; margin-right:1px; margin-left:5px;
  font-weight: normal; padding: 5px;
  line-height: 1.5em; _background: #ebebeb; background: #ebebeb;
  box-shadow:0 0 3px #999;                    
}

.div_vypis a {
  color: #585858;              
}

.div_vypis a:hover {
  color: #13375e;              
}

.div_vypis .nadpis_cerna {
  color: #222;
  font-weight: bold;
}

.div_vypis ul {
  list-style-type: none;
  width:190px;
  padding-left: 0px;
  margin-left: 4px;
  margin-top: 2px;
  margin-bottom: 10px;
}

.div_vypis ul li {
  color: #222;
  padding-left: 4px;
  margin-left: 4px;
  padding-right: 0px;
  padding-top: 1px;
  position: relative;
  width: 180px;
}

.div_vypis a {
  padding-left: 0px;
  margin-left: 0px;
  _width:190px;
  display:block;  
}

.div_vypis ul li:hover a.div_item,
.div_vypis ul a:hover {
  text-decoration: underline;
}

.div_vypis ul ul {
  __visibility:hidden;
  _position:absolute;
  _top:0px;
  _left:5px;
  margin-left: 10px;
  _width: 190px; 
  text-align: left;
}

.div_vypis ul ul li {
  padding-left: 0px;
  padding-top: 1px;
  position: relative;
  width: 165px;
}

.div_vypis ul li ul li a {
 text-decoration: none;
 font-weight: normal;
}

.div_vypis ul li:hover ul,
.div_vypis ul a:hover ul {
  _visibility:visible;
}

.div_vypis ul ul li:hover a,
.div_vypis ul ul a:hover {
  text-decoration: underline;
}

/* ZALOZKY */

ul.hra_menu {
 padding-top: 22px;
 padding-left: 10px;
 border-bottom: 2px solid #222;
 list-style-type: none;
 text-align: left;
 position: relative;
 margin: 0px; 
 font-size: 15px; 
}

ul.hra_menu li.hra_menu_item,
ul.hra_menu li.hra_menu_item_selected {
 display: inline;
 margin: 0px;
}

ul.hra_menu li.hra_menu_item a,
ul.hra_menu li.hra_menu_item_selected a {
 text-decoration: none;
 padding: 9px 12px;
 margin-right: 8px;
 margin-bottom: 0px;
 border: 2px solid #222;
 border-bottom: none;
 border-radius: 5px 5px 0px 0px;
 position: relative;
 top: -5px; 
}

ul.hra_menu li.hra_menu_item a:hover {
 text-decoration: none;
 background-color: #222; color: #fff;
}

.hra_nas_tip ul.hra_menu li.hra_menu_item a:hover {
 text-decoration: underline;
}

ul.hra_menu li.hra_menu_item_selected a {
 background-color: #222; 
 color: #fff;
 }

ul.hra_menu li ul.hra_submenu {
 position: absolute;
 top: 30px;
 left: 0px; 
 padding: 0px;
 margin: 0px;
 visibility: hidden;
 list-style-type: none;
 border: none;
}

ul.hra_menu li ul li.hra_menu_subitem {
 padding-left: 10px; 
 padding-top: 0px; 
 padding-bottom: 0px; 
 margin: 0px;
 display: block;
 position:relative;
 width: 300px;
}

ul.hra_menu li ul li.hra_menu_subitem a {
 padding: 0px;
 margin: 0px; 
 border: none;
 top: 0px;
 width: 300px;
 display: block;
 font-weight: bold; 
 font-size: .9em;
 background: none;
}

ul.hra_menu li ul li.hra_menu_subitem a:hover {
 text-decoration: underline;
 background: none;
}                    

ul.hra_menu li:hover ul.hra_submenu,
ul.hra_menu a:hover ul.hra_submenu {
 visibility:visible;
}

/* PREHLED VSECH DIVADEL - PROGRAMY */

.sloupec_divadla {
  float: left;
  width: 270px;
  margin: 15px 5px 0px 0px;  
}

/* TABULKOVY VYPIS - PROGRAMY APOD.*/

.div_program h3 {
  padding: 0px;
  margin: 10px 0px 5px;  
}

.div_program table th {
  padding: 3px 5px; 
  font-size: 13px; 
}

.div_program table th a {
  color: #454545;
  text-decoration: underline;
}

.div_program table th a:hover {
  text-decoration: none;
}

.div_program td {
  padding: 8px 6px; font-size: 15px; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; 
}

.div_program img {
  _vertical-align:middle;
}

.div_program tr.div_program_lichy td {
 background-color: #fafafa; 
}

.div_program tr.div_program_sudy td {
 _background-color: #fffff9; 
}

.div_program tr.div_program_zrus td {
 _background-color: faf0e6; background-color: #ccc; 
}

.div_program_info {
  font-size: .9em;
  margin-top: 5px;
  color: #555;
}

.div_program .vstupenky {
  display: inline;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
}

/* PROGRAM FESTIVALU */

.div_program.festival .info_box {
  padding: 5px 0px;
}

.div_program.festival .vstup_odkaz {
  display: inline;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}

.div_program.festival .poznam {
  font-size: 11px;
}

/* HODNOCENI U DIVADLA */

.div_hodnoc h3 {
  padding: 0px;
  margin: 10px 0px 5px;   
}

.div_hodnoc table th {
  padding: 3px 5px; 
  font-size: 12px; 
}

.div_hodnoc table th a {
  color: #454545;
  text-decoration: underline;
}

.div_hodnoc table th a:hover {
  text-decoration: none;
}

.div_hodnoc td {
  padding: 4px 5px; _xxfont-size: 12px; border: 1px solid #ddd; 
}

.div_hodnoc tr.div_hodnoc_lichy td {
 background-color: #fafafa;
}      

.div_hodnoc tr.div_hodnoc_sudy td {
 _background-color: #fffff9;
}

.div_hodnoc_info {
  font-size: 11px;
  margin-top: 5px;
  color: #666;
}

/* KALENDAR PREMIER */

.prem_kalen_region {
  margin-top: 15px; 
  margin-bottom: 5px; font-size: 17px; 
  _text-decoration: underline;
  text-transform: uppercase;
}
.prem_kalen {
  line-height:1.95em; padding-left: 1%;   
}

/* KALENDAR DERNIER */

.kalendar_mesic { 
  margin: 35px 0 12px 0;
  padding: 8px 8px 8px 1%; 
  border-top: 1px solid #e8e8e8;
  letter-spacing: 0.025em;    
  font-size: 16px; /* ex */
  font-weight: normal; /* ex */
  background: #fff; /* ex */
  width: 75%; /* ex */
  color: #4f4f4d; /* ex */
  border-radius: 0px; /* ex */
}

/* KALENDAR AKCI */

.akc_nadpis {
 margin-right: 1%;
 font-size: 20px; font-weight: bold;
 padding: 8px 10px;  
 _border: 1px solid #dedede; 
 background: #dedede; border-radius: 7px;
}

.akc_datum {
 float: left; text-align: right; font-weight: bold;
 width: 226px;  
}

.akc_nazev { 
 margin-left: 18px;
}

.akc_text {
 margin-left: 255px; _font-size: 14px; line-height: 1.7em;
 margin-top: 7px; 
 margin-right:2%; 
 margin-bottom: 35px;
}

/* KALENDAR PROGRAMOVY */

.div_kalendar_left {
  float: left;
  width: 504px;
}

.div_kalendar_left h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.div_kalendar_right {
  float: left;
  margin-top: -40px;
  margin-left: 64px;
  margin-bottom: 6px;
}
 
#kalendar td { 
  text-align: center; 
  font-size: 15px; 
  border: 1px solid #ddd; 
}

#kalendar td a {
  display: block;
  padding: 3px 8px;
}

#kalendar tr.tyden_lichy td a:hover,
#kalendar tr.tyden_sudy td a:hover {
  text-decoration: none;
  background-color: #9bb3d1;
}

#kalendar tr.mesic td {
  padding: 4px 0px;
}
    
#kalendar tr.tyden_dny td {
  background-color: #ddd;
  font-size: .9em;
  padding: 3px 11px;
}

#kalendar tr.tyden_lichy td { 
  background-color: #fafafa;
}

#kalendar tr.tyden_sudy td { 
  _background-color: #fffff9;
}

#kalendar td#den_aktual {
  background-color: #222; color: #fff; 
}           

/* PRIDANI DO KALENDARE */

.div_program table {
  position: relative;
  z-index: 0;
}

.kalendar_add {
  width: 175px;
  height: 70px;
  background-color: #e1e0c6;
  border: 2px #ca1111 solid;
  padding: 10px;
  z-index: 999;
  position: absolute;
  __top: -20px;
  __left: 25px;  
}

.kalendar_add input[type=submit] {
  padding: 5px !important;
}

.kalendar_close {
  padding-top: 0px !important;
}

.kalendar_add select {
  __xfloat: left;
}

.kalendar_add input[type="submit"] {
  __xfloat: left;
  __xmargin-left: 5px;
}

.vstupenky_add {
  width: auto;
  height: auto;
  background-color: #e1e0c6;
  border: 2px #ca1111 solid;
  padding: 10px;
  z-index: 999;
  position: absolute;
  text-align: left;
  font-size: 13px;
  font-style: normal;
}

.vstupenky_add a {
  display: inline !important;
  padding: 0px;
}

/* OPONA VYPIS */

.opona_vypis {
  margin: 25px 0px 0px 0px;
  border-radius: 7px; _border-top: 1px #eee solid; 
  padding: 8px; background: #f7f7f7; 
}

.opona_nazev {
  font-size: 20px; 
  line-height:1.2em; 
  font-weight: bold;
  display: block;
  margin: 7px 0px 3px;
}

.opona_podnadpis {
  font-style: italic;
  font-size: 14px;
}

.opona_img {
  margin: 5px 0px 0px 3px;
  _display: block;
  max-width: 380px;  
} 

.opona_perex {
  margin: 4px 5px 0px 0px; font-size: 15px; _line-height:1.7em;
}

.opona_zapati {
  margin: 0px 0px 5px 3px;
  font-size: 12px;
}

.opona_pages {
  margin-top: 20px; font-size:17px;
  margin-bottom: 20px;
}

/* CLANKY VYPIS */

.clanky_vypis {
  margin: 25px 3% 0px 0px;
  border-radius: 7px; 
  padding: 9px 14px; background: #f7f7f7;
}

.clanky_nazev {
  font-size: 20px; font-weight: bold;
  display: block;
  margin: 4px 0px 4px;
}

.clanky_podnadpis {
  color: #454545;
  font-size: 15px; margin: 4px 0px;
}

.clanky_img {
  float: left; 
  margin: 6px 18px 6px 0px;
  max-width: 250px;
}

.clanky_perex {
  margin: 8px 15px 5px 0px; font-size: 15px; _line-height: 1.62em;
}

.clanky_zapati {
  margin: 0px 0px 5px;
  font-size: 12px;
}

.clanky_pages {
  margin-top: 20px; font-size:21px;
  margin-bottom: 20px;
}

/* CLANEK DETAIL, ROZHOVOR DETAIL, ZPRAVY DETAIL, BLOG DETAIL */

.clanek_nadpis {
  _margin-left: 0%;
  margin-top: 10px;    
}

.clanek_nazev, .zpravy_nazev { 
  color: #ca1111;
  margin-bottom: 4px;
  margin-top: 25px;
  margin-left: 4%;
  margin-right: 3%;
  font-size: 24px; font-weight:bold; 
  line-height: 1.2em;  
}

.zpravy_nazev { 
  margin-top: 35px;
}

.clanek_divhra {
  font-weight: bold;
  margin-bottom: 5px; margin-left: 4%; 
  margin-top: 30px;
  font-size: 1.3em; 
}

.clanek_nadpis a,
.clanek_divhra a {
 color: #454545;
}

.clanek_ikona {
 float: left;
 margin: 18px 10px 0px 4%;
}

.clanek_udaje { 
  margin-top: 9px; margin-right: 15%; margin-left: 4%;
  margin-bottom: 18px; padding-top: 3px; padding-bottom: 3px; 
  color: #aaa;
}

.galerie_udaje { 
  margin-top: 15px; _margin-right: 2%; border-radius: 5px;
  margin-bottom: 35px; padding: 8px; _border: 1px solid #999; 
  color: #696969; background: #f7f7f7;
}

.clanek_foto_right {
  display: block;
  margin-top: 8px;
  margin-bottom: 50px;
  width: 250px;
}

.clanek_text, .zpravy_text, .blog_text { 
  margin-right: 15%; margin-left: 4%;
  line-height: 1.8em;
  font-size: 16px;
}

.blog_text {
  _text-align: justify; 
  padding-top: 12px; border-top: solid 2px; border-color: #c0c0c0;
}

.blog_text img {
  max-width: 640px;
  display: block;
  margin: 15px auto;
  text-align: center;
}

.clanek_text p, .zpravy_text p {
  margin-bottom:0px;
}

.clanek_text img, .zpravy_text img {
  margin-right: 20px; margin-left: 20px;
  _border: 1px solid #fff; _border-radius: 7px;
}

.img_popis {
  font-size: 13px;
  color: #696969;
}

.zpravy_datum { 
  font-size: 12px; margin-bottom: 18px;
  color: #696969; margin-left: 4%;
}

.clanek_zdroj { 
  margin: 10px 15% 10px 3%;
  color: #696969;
  font-size: 12px;
  text-align: center;
}

.clanek_dalsi {
  _background: #ececec;
  _padding: 8px; margin-left: 4%;
  _margin-right: 15%;
}

.zpravy_box {
  padding: 20px 10px;
  border-top: 1px solid #c0c0c0;
  font-size: 14px;
}

.zpravy_box .zfoto {
  float: left;
  margin-right: 15px;
}

.zpravy_box .zdatum {
  font-size: 12.5px;
  color: #696969;
}

.zpravy_box .znadpis {
  _font-size: 16px; 
  font-size: 18px; line-height: 1.3em;
  padding: 5px 0px;
}

.zpravy_box.rz {
  padding: 20px 8px;
  font-size: 13px;  
}

.zpravy_box.rz .zdatum {
  font-size: 12px;  
}

.zpravy_box.rz .znadpis {
  font-size: 15px; line-height: 1.5em;
  padding: 3px 0px;
}

/* KOMENTARE U CLANKU A JINYCH STRANEK */

.clanek_topkoment { 
  font-size: 0.9em;
  float:right;
  text-align: right;
  margin-right: 6%;
  margin-top: 15px;
  min-width: 120px;
}

.page_topkoment { 
  font-size: 0.9em;
  float:right;
  text-align: right;
  margin-right: 6%;
  margin-top: 50px;
  position:relative;
  top:-40px;
}

.page_koment { 
  margin-left: 0%; 
  margin-right: 14%; margin-left: 4%;
}

/* DIVADLO */

/* infostranka divadla */

.div_udaj,
.div_udaj_priprav,
.div_udaj_aktual,
.div_udaj_derniera {
  border-bottom: 1px solid #d3d3d3; 
  border-top: 1px solid #d3d3d3;
  background-color: #fdfdfd;
  font-size: 12.5px; 
  padding: 3px 6px;
  margin-top: 6px; margin-bottom: 6px; 
  line-height: 1.65em;
}

.div_udaj .left-col {
  float: left;
  width: 70%;
}

.div_udaj .right-col {
  float: left;
  width: 30%;
}

.div_udaj .program_nyni {
  font-size: 1.1em;
  line-height: 1.6em;
}

.div_udaj .right-col h3 {
  margin-top: 15px;
  text-align: center;
}

.div_udaj .program_mesice {
  text-align: center;
  font-size: 1.1em;
}

.div_udaj_priprav {
  background-color: #fdfc9b; 
}

.div_udaj_aktual {
  background-color: #e1e0c6;
}

.div_udaj_derniera {
  background-color: #f3f3f3;
}

.div_sloup_levy {
  float: left;
  width: 71%;
  margin-top: 20px; 
}

.div_sloup_pravy {
  float: right;
  width: 26%; 
  margin: 1%; 
  text-align: center; 
  margin-top: 12px;
}

.div_logo {
  padding-top: 15px; 
  padding-bottom: 10px;
}

.div_soc_site {
  padding-top: 0px;
}

.div_foto {
  padding-top: 10px; 
  padding-bottom: 10px;
}

/* v pripade ze neni foto ani logo nastavi se odsazeni vedeni */
.div_vedeni_odsaz {
  padding-top: 50px; 
}

.div_vedeni {
  font-size: 13px;
  font-style: italic; 
  color: #2f4f4f; 
  line-height: 1.5em;
  padding-bottom: 4px;
}

.div_ceny {
  font-size: .9em;
  padding: 3px;
  margin-top: 5px;
}

.div_poznam {
  font-size: 13.5px; line-height:1.65em;
  color: #696969;
  padding: 22px 32px 18px 18px;
}

.div_poznam ul {
  list-style-type: disc;
  margin-left: -10px; 
  margin-right: 20px;
}

h2.repertoar {
  padding: 0px;
  padding-top: 2px;
}

.sal_aktiv,
.sal_old {
  float: left;
  margin: 6px 12px 10px 0px;  
}

.sal_aktiv a.div_vice_scen {
  padding: 4px;
  border: 2px solid #222; border-radius: 5px;
  background-color: #f7f7f7; 
  display: block;  
}

.sal_old a.div_vice_scen {
  padding: 4px;
  border: 2px solid #ddd; border-radius: 5px;
  font-size: .75em;
  display: block;  
}

a.div_vice_scen:hover {
  background-color: #222; color: #fff;
  text-decoration: none;
}
.sal_old a.div_vice_scen:hover {
  background-color: #ccc; color: #fff;
  text-decoration: none; 
}

.sal_aktiv .div_vice_scen_sel {
  padding: 4px;
  border: 2px solid #222; border-radius: 5px; 
  background-color: #222; 
  color: #fff;
  display: block; 
}

.sal_old .div_vice_scen_sel {
  padding: 4px;
  border: 2px solid #ddd; border-radius: 5px;
  font-size: .75em; 
  background-color: #ccc;
  color: #fff;
  display: block; 
}

a.div_vice_scen_sel:hover {
  text-decoration: none;  
}

.oprava_udaju a.div_vice_scen {
  border: 1px dashed #454545;
  background-color: #e9e9e9; 
}

.oprava_udaju a.div_vice_scen:hover {
  background-color: #f22; 
}

.sal_aktiv.oprava_udaju {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.sal_aktiv.oprava_udaju.non_hry {
  float: none;
  display: inline-block;
  margin-bottom: 10px;
}

.non_aktiv_sal_info {
  font-size: 13px;
}

/* SEZNAM HER U DIVADLA */

.hry_vypis_aktual,
.hry_vypis_priprav,
.hry_vypis_stazene,  
.hry_vypis_archiv {
  _font-size: 14px;
  _border: 1px solid #dcdcdc;
  _padding: 8px 5px 6px 12px;
  _margin-top: 30px; 
  _margin-right: 1%; 
  _margin-bottom: 35px;
  _line-height: 1.7em;
}

.hry_vypis_aktual {
  _background-color: #fdfdfd;
}

.hry_vypis_priprav {
  _background-color: #ffffcd;
}

.hry_vypis_stazene {
  _background-color: #f5f5f5;
}

.hry_vypis_archiv {
  _background-color: #f5f5f5;
}

.hry_vypis .nazev_div {
  color: #454545;
}

.hry_vypis .nazev_hry {
  text-transform: uppercase; 
  color: #454545;
}

.hry_vypis .poznam {
  color: #555;
}

.hry_vypis .autori {
  color: #454545;
}

.hry_vypis .tvurci {
  color: #555;
}

.hry_vypis .herci {
  color: #343434;
}

.hry_legenda {
  color: #555;
  font-size: 12px; 
  line-height: 1.35em;
  padding-top:16px; 
  padding-bottom: 8px;
}

/* HRA */

.hra_sloup_levy {
  float: left;
  width: 70%; 
  margin-right: 0%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.hra_sloup_pravy {
  float: right;
  width: 26%; 
  margin: 2%; 
  text-align: center; 
  margin-top: 30px;
}

.hra_nazev_div {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 2px;
}

.logo_div {
  margin-left: 4px;
}

.hra_predch_nasled {
  font-size: 12px;
  margin: 5px 0px
}

.hra_autori {
  margin-top: 0px;
  padding-top: 12px;    
}

.hra_nazev {
  margin-top: -8px;
  margin-bottom: 4px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.hra_tvurci {
  font-size: 14px;
  margin-top: 5px; 
  margin-right: 2%;
  color: #555;
}

.hra_herci {
  margin-top: 10px; margin-bottom: 10px;
  _font-size: 15px; 
  margin-right: 2%;
}

.hra_herci_puvodne {
  font-size: 14px;
}

.hra_obsazeni {
  margin-top: 5px; 
  margin-right: 2%;
  font-size: 1.05em;
}

.hra_popis {
  margin-top: 6px; 
  padding-bottom: 2px; 
  margin-right: 2%;
  font-style: italic;
  margin-bottom: 2px;
  font-size: 14px;
}

.hra_oceneni {
  margin-top: 12px; margin-bottom: 8px;
  font-size: 12px; 
  font-weight: bold;
  color: #ca1111;
}

.hra_anketa {
  color: #343434;
  margin-top: 20px;  
}

.hra_hodnoc_prum {
  margin: 50px auto 12px;
  text-align: center;  
  line-height: 1.8em; 
  background-color: #222; 
  color: #d3d3d3;
  padding: 4px; 
  width: 100%;
  border-radius: 7px;
}

.hra_hodnoc_prum.puvod_hra {
  margin-top: 10px;
}

.hra_hodnoc_prum_sloupec {
  float: left;
  width: 50%;
}

.hra_hodnoc_prum_cislo {
  font-size: 25px;
  margin-top: 6px;
  color: #fdfc9b;
}

.hra_nas_tip {
  margin: 10px auto;
  text-align: center; 
  background-color: #222; 
  padding: 4px; 
  width: 100%; 
  font-size: 20px;
  color: #fdfc9b;
  border-radius: 7px;    
}

.hra_kontroverze {
  margin: 10px auto;
  text-align: center; 
  background-color: #777; 
  padding: 4px; 
  width: 100%; 
  font-size: 20px;
  color: #fdfc9b;
  border-radius: 7px;    
}

.hra_nas_tip a {
  color: #fdfc9b;
  text-transform: none; 
}

.hra_kontroverze a {
  color: #d7d7d7;
  text-transform: none; 
}

.hra_nas_tip a:hover {
  text-transform: underline;
}

.hra_nas_tip_medaile {
  margin-top: 3px;
  display: flex;
  justify-content: center;
}

.hra_hodnoc_red,
.hra_hodnoc_red_nastip {
  margin: 12px auto;
  text-align: center;
  color: #ca1111;
  font-size: 11px; 
  background-color: #fdfc9b; 
  border: 1px solid #c0c0c0;
  padding: 3px; 
  width: 100%;
  border-radius: 7px;  
}

.hra_hodnoc_red a,
.hra_hodnoc_red_nastip a {
  color: #ca1111;
}

.hra_terminy,
.hra_chci_videt {
  margin: 12px auto; 
  font-size: 1em;
  background-color: #e1e0c6; 
  border: 1px solid #999;
  padding: 3px; 
  width: 100%;
  border-radius: 7px;  
}

.hra_chci_videt.active {
  background-color: #fdfc9b;
}

.hra_terminy a {
  padding-top: 5px;
  display: block;
}

.hra_termin_scena,
.hra_termin_kalendar,
.hra_termin_datum {
  display: inline !important;
}

.hra_termin_vstup {
  display: inline;
  text-transform: uppercase;
  font-size: 10px;
  font-weight:bold;
}

.hra_terminy .kalendar_add {
  text-align: left;
}

.hra_terminy .vstupenky_add {
  margin-left: 20px;
}

.hlid_term {
  padding-top: 5px;
}

.hlid_term.non_aktiv {
  color: #999;
}

a.hlid_term {
  display: inline-block;
}

.hra_chci_videt {
  background-color: #ececec;
}

.hra_chci_videt span {
  color: #999;
}

.hra_dramox {
  display: block;
  margin: 10px auto;
  text-align: center; 
  background-color: #222; 
  padding: 8px 4px 2px; 
  width: 100%; 
  font-size: 16px;
  color: #fff;
  border-radius: 7px;    
}

.hra_dramox:hover {
  color: #fff;
}

.hra_dramox a {
  display: block;
  padding-top: 0px;
  max-height: 35px;
}

.hra_dramox a img {
  height: 35px;
}

.hra_stream a {
  padding-top: 0px;
}

.hra_cd {
  border: 0px;
  background: #fff;
}

.hra_cd img {
  width: 150px;
}

.hra_autor_fotek { 
  color: #aaa;
  padding: 5px 20px;
}

.fotky_nahledy {
  float: left; 
  padding-left: 20px; text-align: center;
  margin: 3px 0px 8px 0px;
  width: 200px;
}

.galerie_nahledy {
  float: left; 
  padding-left: 7px; _text-align: center;
  margin: 0px 0px 1px 0px;
  width: 200px;
}

.hra_hodnoc_vypis_red {
 padding: 18px 10px; 
 border-top: 1px dashed #bbb; margin-right: 8%; margin-left: 4%;
 font-size: 1.05em; line-height: 1.65em; 
 _background-color: #fffff8; color: #454545;
}

.hodnoc_order {
  margin-bottom: 18px;
}

.hodnoc_sort_selected {
  color: #454545;
  text-decoration: none;
  font-weight: bold;
}

.hra_hodnoc_vypis {
 padding: 18px 10px; 
 border-top: 1px dashed #bbb; margin-right: 8%; margin-left: 4%;
 font-size: 1.05em; line-height: 1.65em; color: #454545;
}

.hra_hodnoc_body {
  display: inline;
  padding-left: 10px;
}

.hra_hodnoc_souhlas {
  float: right;
  margin-right: 10px;
}

.hra_hodnoc_vypis_datum {
  float: right;
  color: #bbb;
}

.hra_hodnoc_koment {
  font-size: .95em; 
}

.hra_hodnoc_textarea {
  width: 550px;
  height: 135px;
}

.hra_zpravy {
  padding: 13px 10px;
  margin-right: 12px;
}

.hra_zpravy.opona {
  background: #f7f7f7;
}

.hra_zpravy_left {
  float: left;
  width: 28%;
}

.hra_zpravy_right {
  float: left;
  width: 72%;
}

.hra_zpravy_nadpis {
  font-size: 15px;
}

.hra_zpravy_datum {
  font-size: 12px;
  color: #999;
}

.hra_zpravy_text {
  font-size: 13px;
}

.error {
 display: inline-block;
 background-color: #fcc !important;
 background-image: none !important;
 padding: 8px; border:2px solid #ca1111; border-radius: 5px;
 margin: 5px 0px;
}

.info {
 border: 1px solid #9c3;
 background-color: #cf9;
 padding: 5px;
 margin: 5px 0px;
}

.hra_blog_novy {
  margin: 18px 0px;
}

.hra_blog_novy.non_aktiv {
  margin: 8px 0px;
}

.hra_recenze_nazev,
.hra_blog_nazev {
  margin-bottom: 0px;
}

.hra_recenze_blogy .recenze_text {
  margin-right: 6%;
  margin-bottom: 8px;
}

.hra_red_blogy_nadpis {
  padding-top: 8px;
}

.hra_uziv_blogy_nadpis {
  padding-top: 15px;
}

.hra_extrec_nadpis {
  border-top: 1px #b9b9b9 solid;
  padding-top: 15px;    
}

.hra_extrec_nazev {
  margin-top: 5px;
  padding-bottom: 0px;
}

.hra_fotky_info {
  color: #aaa;
  margin-top: 12px;
  margin-left: 20px;
  font-size: 11px;    
}

.hra_hodnoc_typ_nadpis {
  font-weight: bold;
  margin: 18px 0px;
  font-size: 16px;
}

.hra_hodnoc_souhlas.non_aktiv {
  color: #bbb;
}

.hra_video {
  text-align: center;
}

.hra_video_popis {
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 4px;
}

/* UMELEC */

#umelec {
  margin-top: 20px;
}

#umelec h3 {
  line-height: 80%; padding:8px; 
  margin-top:22px; margin-bottom:12px; background:#bbb;
}

#umelec h4 {
  margin-top: 8px;
  margin-bottom: 0px;
  padding-bottom: 5px; padding-left: 8px;
}

#umelec #obsah1 ul,
#umelec #obsah2 ul {
  margin: 0 0 0 20px;
  padding: 0 0 0.25em 1em;
}

#umelec #obsah1 ul li,
#umelec #obsah2 ul li {
  margin: 0px;
}

#umelec .umelec_foto {
  float: left;
  margin-right: 10px;
  max-width: 100%;
}

#umelec .umelec_info {
  float: left;
  max-width: 100%;
}

#umelec .umelec_menu_inscenace {
  display: inline-block;
  font-size: 12px;
  line-height: 13px;
  position: relative;
  top: 5px;
}

#umelec .non_hry {
  margin-top: 15px;
}

#umelec .program_vstupenky_blank {
  display: inline-block;
  width: 17px;
}

#umelec .program_vstupenky {
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}

#umelec .program_smaller {
  font-size: 11px;
}

#umelec .program_vtop {
  vertical-align: top;
}

#umelec .opona_vypis .left_col {
  float: left;
  width: 49%;
}

#umelec .opona_vypis .right_col {
  float: left;
  width: 51%;
}

/* NASEPTAVAC */

.naseptavac {
  width: 376px;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 32px;
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #222;
  overflow-y: hidden !important;
}

.naseptavac li {
  margin: 0px;
  padding: 3px 6px 4px;
  outline: none;
  text-align: left;
}

.naseptavac li.active,
.naseptavac li:hover {
  background-color: #222;
}

.naseptavac li a {
  display: block;
  text-decoration: none;
}

.naseptavac li.active a,
.naseptavac li:hover a {
  color: #ffffff;
}

.naseptavac li a span {
  _font-size: 15px;
  color: #999999;
}

.naseptavac li.active a span,
.naseptavac li:hover a span {
  color: #ffffff;
}

/* PREMIERY */

.prem_nazev {
  font-size: 18px;
  margin: 0px 11% 0px 3%;
  color: #454545;
  background: #bbb;
  padding: 7px 9px; border-radius: 5px; 
  
}

a.prem_odkaz {
  color: #454545; font-weight: bold;
  text-decoration:none;
}

a.prem_odkaz:hover {
  color: #454545;
  text-decoration:underline;
}

.prem_text {
  padding: 18px; font-size: 15px; line-height:1.75em;
  _background: #fcfcfc;
  margin: 0px 11% 34px 3%;
}

.prem_img {
  float: left; max-width: 330px;
  margin: 9px 22px 10px 0px; 
}

/* ZPRAVY - VYPIS */
 .zpravy_nazev {
  font-size: 19px;
  margin: 0px 170px 0px 0px;
  color: #343434;
  background: #bbb;
  padding: 6px 8px;
}
 .zpravy_nazev_rz {
  font-size: 16px; font-weight: bold;
  margin: 0px 170px 0px 0px;
  color: #343434;
  background: #ddd;
  padding: 6px 8px;
}

.zpravy_nazev a {
  color: #343434; font-weight: bold;
  text-decoration:none;
}

.zpravy_nazev a:hover {
  color: #343434;
  text-decoration:underline;
}

.zpravy_perex {
  padding: 12px 18px; font-size: 14px; line-height:1.67em;
  background: #fcfcfc; border-right: 1px solid #ddd;
  margin: 0px 170px 30px 0; border-bottom: 1px solid #ddd; border-left: 1px solid #ddd;
}

.zpravy_img {
  float: right; width:148px; 
  text-align: center;
}

/* ZMENY */

.hry_zmeny {
  padding-top: 20px; font-size: 14px;
  margin-right: 13%; margin-left: 2%;
}

/* ANKETA VYROCNI - HLASOVANI */

.anketa_vyroc .soutez .text {
  width: 310px;
}

/* ANKETA VYROCNI - TABULKA S VYSLEDKY */

#anketa_vysledky table {
  width: 92%;
  font-size: 13px;
}

#anketa_vysledky table th {
  background-color: #454545;
  color: #f7f7f7;
  padding: 4px;
  border-left: 1px solid #bbb;
  border-top: 1px solid #bbb; 
  border-bottom: 1px solid #bbb;  
}

#anketa_vysledky table th.last {
  border-right: 1px solid #bbb;
}

#anketa_vysledky table tr.radek_lichy {
  background-color: #fafafa;
}

#anketa_vysledky table tr.radek_sudy {
  background-color: #fffff9;
}

#anketa_vysledky table td {
  color: #454545;
  padding: 4px 6px;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

#anketa_vysledky table td.last {
  border-right: 1px solid #bbb;
}

/* VYROCNI NOMINACE REDAKCE */

.nominace_redakce .nominace_kateg {
  font-size: 30px;
  margin: 30px 0px 22px 2%;
}

.nominace_redakce .nominace_lichy,
.nominace_redakce .nominace_sudy,
.nominace_redakce .nominace_vitez {
  padding: 12px 12px; margin-right: 7%; margin-left: 1%; font-size: 19px; line-height: 1.7em;
  _border-top: 1px dotted #bbb; 
}   

.nominace_redakce {
  border-top: 1px dotted #bbb; 
}             

.nominace_redakce .nominace_lichy {
  _background-color: #fffff9;
}  

.nominace_redakce .nominace_sudy {
  _background-color: #f7f7f7;
}

.nominace_redakce .nominace_vitez {
  background-color: #fffacd;
}

.nominace_redakce .nominace_img {
  float: right;
  _max-width: 220px;
  _margin-right: 100px; margin-left: 20px;
}

/* DISKUSE POD DIVADLY, POD ANKETOU APOD. */

.div_diskuse {
 margin: 5px 14% 25px 1%;
 padding: 12px 15px; background-color: #f7f7f7;
 border-left: 4px solid #bbb;
}

.div_diskuse_autor {
  color: #999; font-size: 14px; 
  display: inline;
}

.div_diskuse_nazev {
  font-weight: bold; margin-top: 3px; margin-bottom: 3px; font-size: 14px; 
  color: #ca1111; 
}

.prispevek #nazev_disk {
  width: 580px;
}

.prispevek textarea {
  width: 530px;
  height: 190px;
}

/* KONTAKT REDAKCE */

.email_vzkaz textarea {
  width: 428px;
  height: 130px;
}

/* NAVSTEVNI KNIHA */

.navst_vzkaz {
 margin-bottom: 4px; margin-right: 12%; margin-left: 2%;
 padding: 8px; _font-size: 14px;
 border-top: 1px solid #bbb; border-top-style: dashed;
}

.navst_autor {
  color: #999; _font-size: 14px; font-weight: bold;
  display: inline;
}

.navst_datum {
  color: #2fafaf; 
  display: inline; 
}

.navst_text {
  padding-top: 10px; 
  font-size: 14px;
}

.navst_vzkaz_form {
  margin-bottom: 15px;
}

.navst_vzkaz_form input.text,
.navst_vzkaz_form textarea.text {
 border: 1px solid #999;
 font-size: 1em;
 margin-left: 3px; margin-bottom: 3px;
}

.navst_vzkaz_form textarea.text {
  width: 616px;
  height: 148px;
}

/* FOTOGALERIE VİPIS */

.galerie_vypis {
  margin-bottom: 20px; text-align:center;
}

.galerie_vypis img {
  padding: 12px;
}

.galerie_vypis_nazev {
  padding-top: 20px; padding-bottom: 8px; font-size: 28px; font-weight: bold;
  
}

.galerie_nazev { 
  color: #ca1111;
  margin-bottom: 4px;
  margin-top: 40px;
  font-size: 17px; font-weight: bold;
}

.galerie_datum { 
  margin-top: 10px;
  margin-bottom: 25px;
  color: #666;
  margin-left: 25px; 
  font-size: 12px;
}

.galerie_text { 
  margin-right: 4%;
}

/* ANKETY GRAFICKE */

.ankety {
 margin-top: 10px; 
 padding-top: 10px; 
 float: left; 
 width: 360px; 
 margin-right: 33px;
}

.anketa {
 margin: 5px 0px 25px 0px; 
 font-size: 12px;
 width: 100%;
 padding: 0px;
}

.anketa_uvod {
 margin: 5px 0px 25px -10px; 
 font-size: 11px;
 width: 100%;
 border: 2px solid #ffffff;
 padding: 0px;
}

.anketa_otazka {
 background-color: #666; 
 font-size: 12px; border-radius: 5px;  
 font-weight: bold; 
 color: #fff;
 padding: 5px 8px;
}

.anketa_uvod .anketa_otazka {
 background-color: #ffffff;
 color: #333;
}

.anketa_volba_licha {
 margin: 0px;
 background-color: #9bb3d1; border-top: 1px solid #dedede; border-radius: 5px; 
 padding: 2px 8px; 
}

.anketa_volba_suda {
 margin: 0px; 
 background-color: #9bb3d1; border-top: 1px solid #dedede; border-radius: 5px; 
 padding: 2px 8px;
}

.anketa_hlasy {
 float: right; 
 padding-left:5px;
}

.anketa_celkem {
 margin: 0px; 
 text-align: right;
 padding: 2px 5px 2px 0px; 
 color: #9bb3d1; 
 font-size: 0.95em;
}

/* NAS TIP - SOUHRNNY VYPIS */

.tipy {
 padding: 10px; 
 _border-radius: 7px;  
 _xfloat: left; 
 _background: #dec;
 _margin-bottom: 40px;
}  

.tip_text {
  margin: 6px 15px 3px 15px; 
  font-size: 15px; 
  _xline-height: 1.7em;
  float: left;
  max-width: 430px;   
} 

.tip_vyber {
  margin: 10px 0px; 
}

.tip_vyber_img {
  margin: 8px;
}

a.tip_vyber_nazev_div {
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 1.7em;
  margin-left: 0px;
}

a.tip_vyber_nazev_hry {
  color: #454545; 
  font-weight: bold; 
  font-size: 26px; 
  line-height: 1.6em; 
  margin-left: 0px;
  display: block;
}

a.tip_vyber_img_hry {
  float: left;
  display: block;
  margin-right: 10px;
  padding-bottom: 5px;
}

.tip_vyber_redakce {
  margin: 10px 0px 10px 0px;
}

.tip_vyber_terminy {
  margin-left: 0px;
}

/* TIPY DOLE NA UVODNI STRANE */

.tipy_uvod {
 width: 870px !important;
 height: 330px !important;
}

.tipy_uvod ul li {
  width: 870px;
}

.tipy_uvod .tipy {
  margin-bottom: 20px;
}

.tipy_uvod .tip_text {
  max-width: 350px;
}

.tipy_uvod a.tip_vyber_img_hry {
  margin-left: 40px;
}

.tipy_uvod .tip_vyber_nazev_div {
  margin-right: 20px;
}

.tipy_uvod .tip_vyber_nazev_hry {
  margin-right: 20px;
  line-height: 1.4em;
}

/* BLOGY */

.blog_novy {
  display: block;
  padding: 8px;
  width: 130px;
  margin-bottom: 8px;
  background-color: #fdfc9b;
  border-radius: 5px;
  text-align: center;
}

.blog_pravidla {
  float: right;
  position: relative;
  top: -28px;
  text-align: right;
}

.blog_autor {
 font-style: italic; color: #999;
 font-size:14px;
 margin-top: 10px; margin-left: 4%; 
 margin-bottom: 10px;
}

.blog_ikona {
 float: left;
 margin-top: 10px;
 margin-bottom: 5px;
 margin-right: 10px;
 margin-left: 7%; 
}

/* SOUTEZ */

.soutez_vypis {
 margin-bottom: 18px;
}

.soutez_nadpis {
  color: #ca1111;
}

.soutezni_otazka {
 margin: 15px 14% 12px 0px; padding: 8px 10px;
 font-weight: bold; font-size: 15px; margin-top: 12px; background: #bbb; border-radius: 7px;
}

.soutez_odp {
 padding: 8px 10px;; margin: 0px 14% 20px 0px; 
 background: #f7f7f7; border: 1px solid #dedede; font-size: 1.2em; border-radius: 7px;
}

.ident_udaje {
 margin-top: 32px;
}

.soutez textarea.odp {
 border: 1px solid #dedede; background: #f7f7f7;
 font-size: 1.15em;
 margin-right: 14%; 
 margin-bottom: 6px; margin-left: 0%; 
 width: 85%;
 height: 66px;
}

.soutez input.odp {
 border: 1px solid #dedede; background: #fdfc9b;
 font-size: 1em;
 margin-left: 5px;
 margin-bottom: 6px;
}

.ident_udaje input.text {
  width: 270px;
}

/* ZEBRICKY */

.zebricky_filtr {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}

.zebricky_table1 {
  width: 84%;
}

.zebricky_table2 {
  width: 94%;
}

.zebricky_table3 {
  width: 84%;
}

/* RUZNE */

.red_right {
 text-align: center;
 float: right; width: 250px;
}

.zluta_box {
 background-color: #fffacd; 
 font-size: 13px; 
 padding: 12px; margin-top: 8px;
}

.iko {
 float: left;
 margin-top:-6px; margin-right: 6px; margin-left:-44px;
}

.box_diskuse {
 margin: 25px 0px 25px 43px;
}

.box_nazev {
 font-size: 15px; font-weight: bold; letter-spacing: .1em; 
 _display: block; 
 color: #343434 !important;
}

.slevy {
 margin-right: 16%; padding: 12px 18px;
 border: 1px solid #cdb; border-radius:6px;
 background: #dec; _background: #9bb3d1; line-height: 2em;
}

/* UVODNI STRANY SEKCI */

.uvod_sekce_box {
  font-size: 12px;
  float: left;
  min-width: 150px;
  min-height: 150px;
  padding: 10px 0px 0px;
  margin-right: 0px;
  margin-bottom: 5px; 
}

.uvod_sekce_box table {
  width: 94%;
  margin-bottom: 0px; margin-left: 10px; 
}

.uvod_sekce_box table td {
  text-align: left;
}

.uvod_sekce_box_nazev_old {
  display: inline-block;
  font-size: 24px;
  color: #000;
  margin: 10px 0px; 
  text-decoration: none;
}

.uvod_sekce_box_nazev {
  font-size: 20px; font-weight: bold;
  color: #bbb; 
  width: 96%;
  padding: 8px; 
  margin-top: 10px;
  _border: 1px solid #dcdcdc;
  box-shadow: 0 0 4px #222; 
  background: #000;
  border-radius: 5px;
}

.uvod_sekce_box_nazev a {
  color: #c0c0c0;
  text-decoration: none;
  display: block;
  width: 100%;   
}

.uvod_sekce_box_nazev a:hover {
  text-decoration: underline;
}    

.uvod_sekce_box_nazev2 {
  font-size: 20px; text-align:center;
  margin: 10px 0px;
}

.uvod_sekce_box_text {
  padding: 10px; font-style: italic;   
}

.uvod_sekce_box_poznam {
  padding: 10px 10px 0px;
  font-size: 12px;
  font-style: italic;
  display: inline-block;  
}

.uvod_sekce_banner_box {
  width: 250px;
  height: 250px;
  padding: 10px;
  float: left;
  display: none;
}

/* UVODNI STRANA */

.uvod_box_opona, .uvod_box_ins, .uvod_box_rb, .uvod_box_rec, .uvod_box_blog, .uvod_box_baz, .uvod_box_nazory, 
.uvod_box_cd, .uvod_box_tv, .uvod_box_pozv, .uvod_box_tv_hp {
  padding: 8px;
  border-radius: 7px;
}

.uvod_box_ins, .uvod_box_rb, .uvod_box_rec, .uvod_box_blog, .uvod_box_pd, .uvod_box_baz, .uvod_box_nazory, .uvod_box_tv_hp {
  font-size: 13px;
  margin: 12px 0px 20px 0px;
}

.uvod_box_opona, .uvod_box_ins, .uvod_box_rb, .uvod_box_blog, .uvod_box_rec, .uvod_box_pd, .uvod_box_baz, .uvod_box_tv_hp {
  float: left;
}

.uvod_box_opona {
  margin: 25px 0px 20px 0px;  
  background: #fffacd;
  width: 61%;
  margin-right: 5%;
}

.uvod_box_opona img {
  _border: 3px solid #c0c0c0; _border-radius:3px;
}

.uvod_opona_nazev {
  font-weight: bold;font-size:18px; margin-left: 5px;
}
.uvod_opona_podnadpis {
  margin-bottom:5px; margin-left:5px; font-size: 13px;
  color: #696969;
}

.uvod_box_opona .uvod_opona_col {
  width: 48%;
  margin-right: 2%;
  float: left;
}

.uvod_box.kalendar {
  width: 30%;
  margin-top: 25px;
  margin-bottom: 5px;
  text-align: center;
}

.uvod_box.tz {
  width: 62%;
  margin-right: 3%;
}

.uvod_box.rz {
  width: 34%;
}

.uvod_box.hodnoc_uziv {
  width: 62%;
  margin-right: 4%;
}

.uvod_box.hodnoc_red {
  width: 62%;
  margin-right: 4%;
}

.uvod_box.partneri {
  width: 30%;
}

.uvod_sekce_box.banner {
  width: 30%;
  margin-left: 12px;
}

.uvod_box_ins {
  background: #faf0e6; _background: #fff; 
  width: 60%;
  margin-right: 5%;
}

.uvod_box_blog {
  _background: #b0c4de; background: #eee;
  width: 60%; padding: 10px; font-size: 14px;
  margin-right: 4%;
}

.uvod_box_rb {
  _background: #cf9; _background: #dec; background: #fffacd;
  width: 97%; 
}

.uvod_box_rb .palec_iko {
  float: left; 
  width: 5.5%;
}

.uvod_box_rb .palec_popis {
  float: left; 
  width: 94.5%;
}

.uvod_box_rec {
  _background: #fdfc9b; background: #fffacd;
  width: 31%;  
}

.uvod_box_pd {
  width: 31%; 
  margin-right: 0%; 
}

.uvod_box_nazory {
  background: #fdfc9b;
}

.uvod_box_baz {
  background: #bbb;
  width: 31%; margin-top:15px;
}

.uvod_box_tv_hp {
  background: #cc9; margin-top: 10px;
  width: 31%;  
}

.uvod_box_cd {
  background: #b0c4de;  
}

.uvod_box_pozv {
  _background: #eee;  
}

.uvod_box_tv {
  background: #cc9;
  _width: 31%;
  margin-top: 10px;
}

.uvod_nadpis, .uvod_nadpis a, .uvod_nadpis a:hover {
  padding: 0px 0px 8px 0px; _letter-spacing: 0.1em;
  font-weight:bold; font-size: 15px; color:#696969; 
}

.uvod_nadpis_top, .uvod_nadpis_top a, .uvod_nadpis_top a:hover {
  font-weight:bold; font-size: 15px; color:#696969; margin-bottom:5px;
}

.uvod_box {
  font-size: 12.5px;
  float: left;
  margin-bottom: 18px; 
}

.uvod_box_top {
  font-size: 15px;
} 

.uvod_box table {
  width: 94%;
  margin-bottom: 0px; margin-left: 10px; 
}

.uvod_box table td {
  text-align: left;
}

.uvod_box_nazev {
  font-size: 24px;
  color: #454545; 
  width: 96%;
  padding: 8px; 
  margin: 10px 0px;
  border: 1px solid #dcdcdc; 
  box-shadow: 0 0 2px #999; 
  background: #ececec; 
  border-radius: 5px;
}

.uvod_box_nazev a {
  color: #454545;
  text-decoration: none;
  display: block;
  width: 100%;   
}

.uvod_box_nazev a:hover {
  text-decoration: underline;
}    

.uvod_box_nazev2 {
  font-size: 20px; text-align:center;
  margin: 10px 0px;
}

.uvod_box_poznam {
  padding: 8px 0px 0px 14px;
  display: inline-block;  
}

.uvod_box.tz .uvod_box_poznam {
  padding: 0px 0px 0px 10px;
}

.jcarousel .tip_img {
  float: left;
  width: 530px;
  max-height: 353px;
  margin-left: 0px;
}

.jcarousel .tip_popis {
  float: left;
  width: 250px;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  color: #ffffff;
}

.upozorneni_box {
  margin: 20px 0px 0px;
  padding: 10px;
}
