/*------------------------------------------------------------------------------
  Kultura.mkkurim.cz

  Cascading style sheet
  
  (c) Hanzely Oscar , 2008-03-25 , oscar@hanzely.eu
------------------------------------------------------------------------------*/

/* HTML entities -------------------------------------------------------------*/

body {
  background-color: white;
  font-size: 11px;
  font-family: "Arial CE",Arial,sans-serif;
}
h5 {
  margin: 0px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a {color: blue;}

li a {
  color: red;
  font-weight: bold;
}
h1 {
  color: #C49A45;
  text-align: center;
  font-size: 23px;
}
h3, h3 a {
  color: #C49A45;
}
th {
  text-align: center;
}

/* Page layout ---------------------------------------------------------------*/

#head {
  width: 950px;
  height: 205px;
  margin: 0px auto 5px auto;
  padding: 0px;
  background: url('img/head.jpg');
  background-repeat: no-repeat;
  color: white;
  position: relative;
}
#date {
  margin: 4px;
}
#svatky {
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: right;
}
#search {
  position: absolute;
  text-align: right;
  right: 5px;
  top: 100px;
}
#page {
  width: 950px;
  margin: 0px auto;
  position: relative;
}
#levy {
  /*position: absolute;
  top: 0px;
  left: 0px;*/
  float:left;
  width: 145px;
  margin: 0px;
}
#center {
  /*margin: 0px 148px;*/
  float: left;
  margin: 0px 3px;
  width: 651px;
  #width: 647px;
}
#pravy {
  /*position: absolute;
  top: 0px;
  right: 0px;*/
  float: left;
  width: 145px;
  margin: 0px;
}
#navigace {
  margin-bottom: 10px;
  margin-left: 5px;
}
#text {
  text-align: justify;
  margin: 0px 15px;
}
#foot {
  width: 950px;
  height: 30px;
  margin: 0px auto;
  background-color: black;
  color: white;
  clear: both;
  text-align: center;
  line-height: 30px;
}
#foot a {
  color: red;
  font-weight: bold;
}
#links {
  margin: 0px 20px;
  text-align: justify;
}
#links tr {
  border-bottom: 1px solid black;
}
#navig {
  text-align: center; 
  font-weight: bold;
}
#navig a {
  color: red;
}
#vypis td {
  padding: 0px 5px;
  height: 18px;
}
#vypis td, #vypis th {
  border-bottom: 1px solid gray;
}
#vypis {
  border-collapse: collapse;
}
#vypis a {
  color: red;
}
#vypis .editace {
  width: 45px;
}
#vypis .datum {
  width: 60px;
}

/* Classes -------------------------------------------------------------------*/

.polozkar {
  border: 1px solid red;
  padding: 0px;
  background-color: #FFE4E7;
  margin-bottom: 7px;
}
.polozkab {
  border: 1px solid black;
  padding: 0px;
  background-color: #F1F1F1;
  margin-bottom: 7px;
}
.polozka {
  padding: 8px 12px;
}
.polozka a {
  font-weight: bold;
  color: red;
}
.redm {
  background: url('img/menu_cer.gif');
  height: 30px;
}
.red {
  color: red;
}
.black {
  background: url('img/menu_cier.gif');
  height: 30px;
  color: white;
}
.mnadpis {
  display: block;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 7px;
  font-size: 11px;
}
.day {
  text-align: left;
  width: 50px;
  vertical-align: top;
}
.time {
  text-align: right;
}
.akce, .akcekd {
  background-color: gray;
  font-weight: bold;
}
.akce a {
  color: yellow;
}
.akcekd a {
  color: blue;
}
.akce a:hover {
  background-color: #C49A45;
  color: white;
}
.akcekd a:hover {
  background-color: navy;
  color: white;
}
a.odkaz {
  font-weight: bold;
  color: #C49A45;
}
.name a {
  color: red;
  text-align: left;
  font-weight: bold;
  margin-right: 15px;
}
.pridane {
  color: gray;
}
#tabakce .input {
  width: 500px;
}
.edit_img {
  float: left;
  width: 47px;
  text-align: center;
}
.edit_file {
  text-align: left;
}
.bunka {
  background-color: gray;
  padding: 6px;
}
.bunkafile {
  background-color: white;
  padding: 2px;
}
#galeria .bunka {
  vertical-align: middle;
  text-align: center;
  padding: 0px;
  background-color: white;
}
#galeria .bunka img {
  margin: 1px 0px -4px 0px;
  border: none;
}
.kalendar td{
  text-align: center;
}
.ostatni {
  background-color: lightgray;
}
.correct {
  height: 40px; 
  line-height: 40px; 
  border: 1px solid #9ECF9E; 
  color: green; 
  font-weight: bold; 
  text-align: center; 
  background-color:#F3FFE1; 
  position: relative;
}
.correct span, .incorrect span {
  font-weight: normal;
  color:gray; 
  font-size: 0.7em; 
  position: absolute; 
  top: 13px; 
  right: 2px;
}
.incorrect {
  height: 40px; 
  line-height: 40px; 
  border: 1px solid #FF7E85;
  color: red; 
  font-weight: bold; 
  text-align: center; 
  background-color: #FFEEEC; 
  position: relative;
}
.inform {
  height: 40px; 
  line-height: 40px; 
  border: 1px solid #FFFF47;
  color: black; 
  font-weight: bold; 
  text-align: center; 
  background-color: #FFFFCF; 
}

