body {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  font: 62.5%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
  background-color: #bac2c9;
}


/********************************* Typo & html elements ****************************/
p {
  margin: 0.5em 0;
}

a {
  text-decoration: underline;
  color: #b61420;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 1em 0 0;
  color: #b61420;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 150%;
  
  margin: 0.25em 0 0;
  
}

h3 {
  font-size: 120%;
}

h4 {
  font-size: 115%;
}

h5 {
  font-size: 110%;
}

h6 {
  font-size: 105%;
}

h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
  border-bottom: 1px solid #b61420;
  padding-bottom: 0;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
  text-decoration: none;
  border-bottom: 0;
}

a img {
  border: 0px solid #fff;
}

acronym, abbr {
  font-size: 90%;
  letter-spacing: .07em;
}

fieldset{	
  border-width: 1px 0 0 0;
  padding: 1em;
  margin: 0 0 2em 0;
}

body[id] fieldset {
  width:auto;
  -moz-border-radius: 0;
  margin: 0 0 1em 0;
}

legend{
  padding:0 0.5em;
  font-size:140%;
  font-weight:bold;
  color: #000;
}

pre {
  font-family: courier;
  font-style: normal;
  font-size: 88%;
}

hr {
  height:1px;
}

fieldset label span {
  display: block;
  width: 15em;
  float: left;
}  

fieldset label.checkbox span {
  display: inline;
  width: auto;
  float: none;
  padding-left: 0.5em;
}  

/****************************** basic layout elements *************************/
#all {/* hlavni element webu */
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 960px;
  border: 0;
  font-size: 115%;
  color: #4d4d4d;
  background: url('../images/all-bg.png') no-repeat left bottom;
}

#wrapper { /* obalujici element pro praci s pozadim */
  margin: 0;
  padding: 0 90px;
}
#wrapper2 {
  margin: 0;
  padding: 0;
  /* background: url('../images/wrapper-bg.png') repeat-x 0 0;*/
}

#header {
  margin: 0;
  padding: 0;
  background: url('../images/header-bg.png') no-repeat 0 0;
}

.left {/* kontejner pro levy blok - matrjoska - nenastavovat padding */
  float: left;
  width: 230px;
  margin: 0;
  padding: 0;
}

.right {/* kontejner pro pravy blok - matrjoska - nenastavovat padding */
  float: right;
  width: 220px;
  margin: 0;
  padding: 0;
}

.middle {/* kontejner pro stredovy blok - matrjoska - nenastavovat padding */
  margin: 0;
  width: 550px;
  float: right;
  clear: none;
}

#footer {

}

.column-in {/* vnitrni kontejner pro vsechny bloky - matrjoska - tady nastavit padding */
  margin: 0;
  padding:0px 10px 10px 0;
}

hp .column-in {
  margin: 0;
  padding:10px 10px 10px 0;
}

.cleaner {
  clear: both;
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  visibility: hidden;
  display: block;
}

.hidden {
  position: absolute;
  left: -2000px;
}

#album, #download, #ocontent, #article {
  position: relative;
  width: 100%;
}

/******************************* Layout structures  ****************************/

/****** hlavicka *******/
#header {
  height: 109px;
}

#header .column-in {
  margin: 0;
  padding: 0;
  position: relative;
}

#header h1 {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
  position: relative;
  
}

#header h1 a {
  padding:0;
  margin-left: 0px;
	text-decoration: none;
  display: block;
  width: 190px;
  height: 75px;
  overflow: hidden;
}

#header h1 a span {
	position: absolute;
  top: 0;
	left: 0;
  text-decoration: none;
  display: block;
  width: 190px;
  height: 75px;
  cursor: pointer;
  background: url('../images/logo.png') no-repeat left top;
}

#header h1 a:hover span {
	text-decoration: none;
  background: url('../images/logo.png') no-repeat right top;
}
.hp #header h1 a:hover span {
	text-decoration: none;
  background: url('../images/logo.png') no-repeat left top;
}

/*** radkova navigace  ****/
#row-site-navigation {
	width: 100%;
	clear: both;
	padding: 0;
	margin: 0;
	height: 34px;
  background: #fff url('../images/nvg-bg.png') no-repeat 0 0;
}

#row-site-navigation ul {
  margin: 0;
  padding: 0;
}

#row-site-navigation ul li {
	list-style-type: none;
	display: inline;
}
#row-site-navigation ul li a {
  border-right: 2px solid #fff;
  text-decoration: none;
  color: #4D4D4D;
  display: block;
  float: left;
}

#row-site-navigation ul li.last a {
  background: none;
}

#row-site-navigation ul li a span {
	display:block;
  height: 24px;
  width: 90px;
  padding: 10px 5px 0;
  margin: 0;
  float: left;
  text-transform: uppercase;
  text-decoration: none;
  text-align:center;
  vertical-align: center;
  color: #4D4D4D;
  font-weight: bold;
  font-size: 1em;
  line-height: 1em;
  cursor: pointer;
 }

#row-site-navigation ul li a:hover span {
  text-decoration: none;
  background: url('../images/nvg-active.png') repeat-x center left;
  color: #fff;
 }

#row-site-navigation ul li.active a span {
	background: url('../images/nvg-active.png') repeat-x center left;
  color: #fff;
}

/* search */
#search {
  position: absolute;
  top: 25px;
  right: 80px;
}
#search #search-input {
  width: 127px;
  height: 11px;
  background: #fff url('../images/search-bg.png') no-repeat 0 0;
  border: 1px solid #cccccc;
  padding: 3px 0 3px 10px;
  font-size: 0.8em;
  color: #4d4d4d;
  margin-right: 4px;
}
#search input {
  vertical-align: bottom;
}

/* lang block */
#lang-block {
  position: absolute;
  top: 0;
  right: 0;
}
#lang-block a {
  display: block;
  float: left;
  padding-top: 12px;
  margin-left: 10px;
}
#lang-block a.l-selected {
  background: url('../images/lang-sel.png') no-repeat 50% 0;
}
#lang-block a img {
  vertical-align: bottom;
}


/******** preskoceni navigace ********/
a.hidden-nav {
	position: absolute;
	top: 0;
	left: 0;
  margin-left: -2000px;
	background: #fff;
	color: #000;
	padding: 0.5em;
	z-index: 0;
}
a.hidden-nav:active,a.hidden-nav:focus { 
	z-index: 2000;
	margin-left: 0;
}

/***************************** obal. blok s obsahem **********************************/
/********************** OBRACENE PORADI SLOUPCU VANILLA 0.4 **************************/
#main {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff url('../images/main-bg.png') no-repeat right top;
}
#main .innerwrap {
  margin: 0;
  padding: 0;
}

#top-box {
  position: absolute;
  top: 85px;
  left: 0;
  z-index: 200;
}

/******************************* levy sloupec ******************************/
.left h3.green,
.left h3.green a {
  color: #1E964A;
}
.left h3.green a {
  border-bottom: 1px solid #1E964A;
}

/******************************* stredovy sloupec ******************************/

.middle .column-in {
	padding: 10px  0 0 20px;
	position: relative;
}

.hp .middle .column-in {
	padding-top: 20px;
}

#content{
  font-size: 1.3em;
  line-height: 1.6em;
}

.breadcrumb {
  height: 20px;
  margin-top: 10px ;
  padding: 0 10px 10px 0;
  font-size: 0.7em;
}
.breadcrumb a {
  padding: 0 5px 0 0;
}

.breadcrumb em {
  padding: 0 0 0 5px;
}

#banner p {
  margin: 0;
}


.middle img {
	width: auto;
	max-width: 100%;
  _max-width: none;
  _width: ;
  padding-right: 10px;
}

.perex_image {
  float: left;
  margin: 0 0.5em 0.5em 0;
}

.middle h2 {
	font-size: 1.9em;
  line-height: 1.1em;
  margin: 0.2em 0 0.7em 0;
  padding-bottom: 5px;
  background: url('../images/h2-bg.png') repeat-x left bottom;
  font-weight: bold;
}
.middle h2.green {
  color: #1E964A;
}

.middle h3 {
	font-weight: bold;
}
.middle h3.green,
.middle h3.green a {
  color: #1E964A;
}
.middle h3.green a {
  border-bottom: 1px solid #1E964A;
}

.middle address {
  padding: 10px;
  background-color: #F4F4F4;
  border: 1px solid #cccccc;
  font-style: normal;
}

.to-right {
	clear: right;
	margin-top: 0;
	padding-top: 0;
	float: right;
	color: silver;
}
a.to-top:link, a.to-top:visited {
  clear:both;
  margin:0;
	padding: 0;
	display: block;
	float: right;
	text-align: right;
}
a.to-top:hover {
	color: #000;
}
p.box {
	border: 1px black solid;
	padding: 4px;
	margin-right: 6px;
}
/***** tabulky *******/
.middle table.lines {
  border: 0;
  border-top: 1px solid gray;
}
.middle table.lines td, .middle table.lines th {
  border: 0;
  border-bottom: 1px solid gray;
}

.middle table.noborder {
  border: 0;
}
.middle table.noborder td, .middle table.noborder th {
  border: 0;
}


.middle table {
	border: 1px solid gray;
	border-collapse: collapse;
	width: auto;
	max-width: 99%;
	padding: 0 0;
	margin: 0 0;
}
.middle table th {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td {
	border: 1px solid gray;
	padding: 5px;
}
.middle table td p {
	padding: 0;
	margin: 0;
}
.article-perex {
	font-weight: bold;
	padding: 0 0 0;
	margin: 0.5em 0 1em 0;
}
.middle .article-perex {
	font-weight: bold;
	font-size: 1.1em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
  margin-top: 5px;
}
.mw_field .article-perex {
  font-weight: normal;
 }
.middle .mw_field .article-perex {
  font-weight: normal;
  background: url('../images/item-bg.png') no-repeat left bottom;
  padding-bottom: 0;
  font-size: 1em;
}
.middle .article-info {
  font-weight: normal;
  font-size: 0.9em;
  background: #f2f2f2;
  padding-left: 2px;
}
.mw_field .article-info {
  font-weight: normal;
  font-size: 0.8em;
  background: #f2f2f2;
  padding-left: 2px;
  padding-bottom: 3px;
}
.inline-nav {
	color: #3B3B3B;
	padding: 0.5em 1em;
}

.middle ul {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}
.middle ul li {  
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
  background: url('../images/li.png') no-repeat 5px 10px;
}
.middle ul ul li {
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
  background: url('../images/li-li.png') no-repeat 5px 9px;
}
.middle ol li {  
  list-style-type: decimal; 
}
.middle ol ul li {
  list-style-type: none;
}
.article-footer{
  text-align:right;
  font-style:italic;
  border-top:1px solid #f2f2f2;
}
.article-info{
  padding:0; 
  margin:0.5em 0 0 0; 
  text-align:left;
  height:20px;
  vertical-align:middle;
}

.full-story{
  vertical-align:middle;
  display:block;
  float:right;
  padding:0;
  height:24px;
}

.top {
  text-align: right;
}

hr.separator{
  visibility:hidden;
}
.pager{
  padding:0.5em;
  display:block;
  text-align:center;
}
div.detail{
  border:1px solid #f2f2f2;
  margin-left:0;
  padding:0.5em 1em;
}
.res-head-title {
	color: #fff;
	margin: 0;
	padding: 0.25em 1em;
}
.res-head-title a{
  padding:0.25em;
  color:#fff;
}
.res-head-title a:hover{
  background:#fff;
  color:#000;
}

.nobg a{
  padding:0.25em;
}
.current{
  padding:0.25em;
  background:#fff;
}
.res-head-title .current{
  background:#dee;
  color:#000;
}

.arrow-right{
	background: transparent url('../images/ico_dale.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;
}
.arrow-right span,.arrow-left span{
  visibility:hidden;
}
.arrow-left{
	background: transparent url('../images/ico_pred.gif') left center no-repeat;
  height:20px;
  width:20px;
  text-decoration:none;  
}
.center{
  text-align:center;
}
.to_right{
  text-align:right;
  display:block;
}
.r-marg{
  background: transparent url('../images/ico_dale.gif') right top no-repeat;
  padding-right:25px;
  margin-left:0;
}
.l-marg{
  float:left;
  display:block;
  background: transparent url('../images/ico_pred.gif') left top no-repeat;
  margin-left: 0;
  padding-left:25px;
}
.errorMsg{
  background:#feddda;
  border:1px solid red;
  color:red;
  font-weight:bold;
  padding:2em;
}
.img-to-right{
  float:right;
  margin:0 0 0.5em 0.5em;
}
.img-to-left{
  float:left;
  margin:0 0.5em 0.5em 0;
}
.photo {
  float: left;
  background: #e0e0e0;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 168px;
  height: 185px;
  text-align: center;
}
.photo p {
  margin: 0;
  padding: 0;
}
.photo p.photo-img {
  padding: 8px;
  padding-bottom: 0;
}
.photo a.text, .photo a.text:hover {
  color: #303030;
  font-size: 85%;
}
.photo .img img {
  border: 1px solid #fff;
  margin: 0;
  padding: 0;
}

/*************** toolbar *********/
#tbbox {
  background: #eee;
  border: 1px solid #aaa;
  width: 180px;
  z-index: 1000;
}

#tb {
  text-align: center;
}

#tbbox .tbtitle {
  border-bottom: 1px solid #aaa;
  padding-left: 5px;
}

#tb div {
  padding: 5px;
}

#tb img {
  border: 0;
  margin: 0;
}

#tb a {
  text-decoration: none;
}

.tbheader {
  background: #ddd;
}

.tbheader strong {
  padding-left: 5px;
}

#tbhandle {
  cursor: move;
}

#tbclose, #tbmin {
  display: block;
  float: right;
  font-family: monospace;
  padding: 0 3px;
}

#tbclose {
  cursor: pointer;
  background: #800;
  color: #fff;
}

#tbclose:hover {
  background: #f00;
}

#tbmin {
  cursor: pointer;
  background: #666;
  color: #fff;
  margin-left: 5px;
}

#tbmin:hover {
  background: #999;
}

/************* inline ***********/
#inlinetoolbar {
	border: 1px solid #aaa;
	background: #eee;
	margin: -20px;
	padding: 5px;
}
#inlinetoolbar p.inlinetitle {
	color: black;
	font-weight: bold;
}
#article_edit label table{
  width:99%;
}


/************************************ pravy sloupec ***************************/
.right .column-in {
	margin: 0;
	padding: 0 20px;
  font-size: 1.2em;
  padding-bottom: 20px;
}
.right h2 {
  font-size: 1.4em;
}
.right ul {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}
.right ul li {  
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
  background: url('../images/li.png') no-repeat 5px 9px;
  line-height: 1em;
}
.right ul ul li {
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
  background: url('../images/li-li.png') no-repeat 5px 9px;
}


/* menu */
.right ul.level1 {
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}
.right ul.level1 li {
  list-style-type: none;
  margin: 3px 0;
}
.right ul.level1 li a {
  display: block;
  padding: 5px 0;
  font-weight: bold;
}
.right ul.level1 li a:hover {
  text-decoration: none;
}
.right ul.level1 li.active a {
  background: #131347 url('../images/right-menu-li.png') no-repeat 0 0;
  padding-left: 5px;
  color: #fff;
}

/* neprehlednete */
.right .neprehlednete .item {
  margin-bottom: 1.15em;
}
.right .neprehlednete h3 {
  font-size: 1em;
  margin-top: 0; 
}
.right .neprehlednete p {
  color: #4d4d4d;
  margin: 0;
}
.right .neprehlednete .article-perex {
  font-size: 0.9em; 
}

.right .hash_marvel_banner {
  margin-top: 25px;
}

/****************************** paticka ***************************************/
#footer {
  background: #ccc url('../images/footer-bg.png') no-repeat left bottom;
  color: #4D4D4D;
  margin: 0 0 15px 0;
  padding: 10px 10px;
}

#footer a,
#footer h4 {
  color: #4D4D4D;
  margin: 0;
}
#footer .column-in {
	font-size: 0.95em;
	padding-bottom: 0;
}
#footer .footer-right {
  float: right;
  text-align:right;
  width: 600px;
}
#footer .footer-right p {
  margin-top: 0;
}
#footer .footer-kontakt {
  float: right;
  width: 280px;
}
#footer .o-webu-rss {
  padding-left: 15px;
  background: url('../images/icon-rss.png') no-repeat 0 50%;
}

/****** search words plugin ******/
span.highlight_words {
  padding: 0 0.25em;
  border: 1px solid #0e3c66;
  background: #fc6;
}

/************** chapters *********/
.article_chapter{
  padding:1em;
  position:relative;
}
.article_chapter h3{
  margin-top:0;
}
.article_chapter ul{
  margin-left:0;
  padding-left:0;
}
.article_chapter .prev{
  position:absolute;
  top:0;
  left:0;
  background: transparent url('../images/ico_pred.gif') left center no-repeat;
  display:block;
  float:left;
  padding-left:25px;
  margin:1em 0 0 1em;
}
.article_chapter .center{

}
.article_chapter .next{
  background: transparent url('../images/ico_dale.gif') right center no-repeat;
  position:absolute;
  top:0;
  right:0;
  float:right;
  display:block;
  padding-right:25px;
  margin:1em 1em 0 0;
}
.article_chapter .top{
  display:block;
  text-align:center;
}
.article_chapter ul li{
  padding:0.25em 0.25em 0.25em 1em;
  background-position: left center;
  background-image:none;  
}

.article_chapter ul .ch-1{
  padding-left:2em ;
}
.article_chapter ul .ch-2{
  padding-left:3em ;
}
.article_chapter ul .ch-3{
  padding-left:4em ;
}
.article_chapter ul .ch-4{
  padding-left:5em ;
}
.article_chapter ul .ch-5{
  padding-left:6em ;
}
.article_chapter ul .ch-6{
  padding-left:7em ;
}
.article_chapter ul .ch-7{
  padding-left:8em ;
}
.article_chapter ul .ch-8{
  padding-left:9em ;
}
.article_chapter ul .ch-9{
  padding-left:10em ;
}
.article_chapter ul .ch-10{
  padding-left:11em ;
}
.article_chapter ul .ch-12{
  padding-left:13em ;
}
.article_chapter ul .ch-13{
  padding-left:14em ;
}
/**************  Hodnoceni­ pod clankem  **********/
.rating{
  margin-top:2em;
  border-top: 1px solid #185B96;
  text-align:center;
}
.rating table{
  margin:0 auto;
  border:1px none #fff;
}
.rating table td{
  width:3em;
  background:transparent;
  border:1px none #fff;
}

/************** sitemap **********/
ul.sitemap {
  margin-left: 0;
  padding-left: 0;
}

ul.sitemap li {
  margin-left: 20px;
}

ul.sitemap .lv-2 {
  font-weight:bold;
  font-size:120%;
  margin-top: 0.5em;
}

ul.sitemap .lv-3 {
  font-weight:bold;
  font-size:100%;
  margin-top: 0.5em;
}

/********************************* login  *****************************/

#login {
  background-color: #F9F9F9;
  padding: 10px;
}

#login #login_form {
  padding: 10px;
  border: 1px solid #b3b3b3;
  background-color: #fff;
  width: 95%;
  display: block;
}

#login label {
  clear: left;
  width: 17%;
  display: block;
  float: left;
  font-weight: bold;
  line-height: 1.2em;
}

#login #login_form form {
  background: url('../images/login-bg.png') no-repeat top right;
}

#login #login_form input {
  width: 70%;
  display: block;
}

#login #lost_password {
  padding: 10px;
  width: 95%;
  display: block;
}


#login #lost_password input {
  width: 70%;
  display: block;
}

#login #login_form .submit_login input,
#login #lost_password .submit_login input {
  width: auto;
  font-size: 0.9em;
  display: block;
}

/******** delete confirm ***********/

.delete_confirm ul {
   width: 90%;
   background: #fff;
   border: 1px solid #cccccc;
   padding: 0;
   margin-left: 0;
}

.delete_confirm ul li {
  display:block;
  padding:5px 0;
  padding-left: 10px;
  margin: 0;
  list-style-image: none;
  font-size: 0.9em;
}

.delete_confirm ul li.even {
  background-color: #ececec;
}

.delete_confirm #submit {
  background-color: #006600;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}


.delete_confirm  #deny {
  background-color: #aa0000;
  color: #fff;
  padding: 5px 10px;
  font-weight: normal;
  text-align:center;
  border: 0px solid;
  margin-top: 5px;
  cursor: pointer;
}

.delete_confirm input:hover {
  text-decoration:underline;
}

.delete_confirm input {
  float: left;
  margin-right: 20px;
  overflow:visible;
  font-size: 0.9em;
}

#theme-top {
  background: transparent;
  margin-right: 0;
  height: 19px;
  clear: both;
  margin-bottom:0;
  padding-bottom: 0;
} 
#theme-top a {
  float: right;
  display: block;
  height: 16px;
  padding: 0 5px 3px 20px;
  background: #b61420 url('../images/theme-top.png') no-repeat left center;
  color: #fff;
  margin: 0;
}

/* QCM info */
.qcm-info {
  padding: 10px 0;
  text-align: right;
  font-size: 0.9em;
  margin-top: 1px;
  margin-right: 0;
}
.qcm-info a {
  color: #666;
  text-decoration: none;
}
.qcm-info a:hover {
  text-decoration: underline;
}

/******** formatovani v editoru ***********/
.red{
  background:red;
  padding:5px;
}

.pul-doleva{
  width:46%;
  float:left;
  padding:5px;
  margin:1em 0;
}

.pul-doprava{
  width:46%;
  float:right;
  padding:5px;
  margin:1em 0;
}

.bmk .bmk_body {
  clear: both;
  position: relative;
}

.bmk .bmk_header {
  position: relative;
  z-index: 1000;
}

.bmk .bmk_body .bmk_content {
  position: relative;
  top: -1px;
  padding: 1em;
  background: #ddd;
  border: 1px solid #aaa;
}

.bmk .visible {
  display: block;
}

.bmk .invisible {
  display: none;
}

.bmk .bmk_title {
  text-align: center;
  cursor: pointer;
  text-decoration: underline;
  padding: 5px;
  border: 1px solid #aaa;
  float: left;
  margin-right: 5px;
  width: 120px;
}

.bmk .bmk_title.active {
  background: #ddd;
  border-bottom: 1px solid #ddd;
}

/******** formulář ***********/
div.form_div {
  background: #dbf1fb;
  padding: 10px;
  }

div.form_div h2 {
  font-size: 1.4em;
  }

div.form_div label {
  font-weight:bold;
  }

div.form_div textarea {
  width: 400px;
  }

div.form_div .multicheckbox label {
  font-weight: normal;
  }

/******** kalendář ***********/
/* calendar */
.right .calendar-in {
  background: url('../images/calendar-bg.png') no-repeat 0 0;
  padding: 3px;
  height: 141px;
  width: 161px;
}
.right .calendar-in .calendar {
  border: 1px solid #ccc;
}
.right .calendar-in table {
  width: 162px;
  border-collapse: collapse;
  background: #fff;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.right .calendar-in table td {
  padding: 0;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
}
.right .calendar-in table td a {
  display: block;
  color: #000;
  text-decoration: none;
}
.right .calendar-in table td a:hover {
  background: #f8decd;
}
.right .calendar-in table td.calendarHeader,
.right .calendar-in table td.calendarHeaderDay,
.right .calendar-in table td.calendarWeekNumber {
  font-weight: bold;
}
.right .calendar-in table td.markedDay a {
  background: #efe8d1;
  font-weight: bold;
  color: #a00;
}
.right .calendar-in table td.calendarToday a {
  background: #0066ff ;
  color: #fff;
  font-weight: bold;
}

/******** banner titulka ***********/

.hp #banner {
  margin-top: 20px;
  padding-left: 410px;
  padding-top: 20px;
  height: 174px;
  background: #ccc url('../images/banner-bg.jpg') no-repeat 0 0;
  display: block;
}
.hp #banner p {
  font-size: 1.9em;
  line-height: 1.6em;
  padding-right: 20px
}

.hp #banner strong{
  float: left;
  font-size: 1.2em;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
  clear: both;
  width: 360px;
}



/****************************** levy sloupec ***********************************/
.left .column-in {
  padding-top:40px;
}

.hp .left .column-in {
  padding-top:20px;
}


.left h2 {
	margin-top: 1em;
  padding-bottom: 15px;
  font-weight: bold;
}

.left ul {
  list-style-position: outside;
  padding-left: 0;
  margin-left: 0;
}

.left ul li {  
  list-style-type: none;
  background: url('../images/h2-bg.png') repeat-x bottom left; 
  margin:0.4em 0;
  padding:0;
  padding-bottom: 5px;
  position: relative;
}

.left ul ul li {
  background: url('../images/li-li.png') no-repeat 5px 8px; 
}


/****** Novinky ************/

.news{
  padding: 0 10px 5px 0px;
  
}
 .news .item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url('../images/h2-bg.png') repeat-x bottom left;
}
 .news h3 {
  background: transparent url('../images/flash.png') no-repeat 0 3px;
  margin: 0;
  font-size: 1.0em;
  padding-left: 0;
  font-weight: bold;
}
 .news h3 a {
}

 .news h3 a:hover {
  text-decoration: none;
  border-bottom: 0;
}

 .news span.date {
  font-weight: bold;
  padding-left: 0px;
}

 .news .article-perex {
  font-weight: normal;
  margin: 0;
  line-height: 1.1em;
  padding-left: 0px;
}
 .news .vice {
  text-align: right;
  margin: 0;
  color: #fcfc80;
}
 .news .vice a {
  padding-left: 15px;
  color: #fcfc80;
}

 .news p.more {
}
 .news .more a {
  padding: 2px 5px; 
}

 .news .more a:hover {
}

p.vsechno  {
  text-align: right;
}

.vsechno a {
  font-size:1em;
  padding:2px 4px;
  margin-right: 10px;
  text-decoration:underline;
  width:auto;
  }

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

