/* CSS Document */

body{
  font-size: 18px;
  background-color: #C8C8C8;
  /* background-color: silver;*/

}

a:link, a:visited{
  color: #000000;
  text-decoration: none;
}

a:hover{
  color:red;
  font-weight: bold;
  text-decoration:underline;
}

#wrapper{
  display: inline;
  clear: none;
}

hr{
  border:0;
  border-top: 1px solid #000000;
  height: 0;
  background: #000000;
}

#lt{
  float: left;
}

#gt{
  float: right;
}

#logo_svateb{
  display: inline;
  clear: none;
  float: right;
  margin-right: 80px;
}

#formular{
  margin-top: 50px;
  display: block;
  clear: left;
}

.error_title{
  font-family: sans-serif;
  font-weight: bold;
  font-size: 20pt;
  color: red;
  text-decoration: underline;
  margin-left: 30px;
}

.error_text{
  font-family: serif;
  font-size: 14pt;
  margin-left: 30px;
}

.login_info{
  float: right;
}

#kaple_hide, #sin_hide, #park_hide, #sal_hide{
  display: none;
}

#obrazky{
  display: block;
  clear: none;
}

#obrazky a{

}

#kalendar_celek{
  width: 204px;
  display: block;
  clear: left;
  float:left;
  border-spacing: 0px;
  margin-bottom: 30px;
}

#kalendar_table{
  border: solid black 1px;
}

#kalendar_formular{
  display: block;
  clear: none;
}

.cell_week{
  background-color: black;
  border-top: solid black;
  border-bottom: solid black;
  color: #C8C8C8;
}

.cell_day{
  text-align: center;
}

#cell_today a{
  color: red;
  font-weight: bold;
}

.cell_day_diff_month a{
  color: #909090;
}

#kalendar_thead th{
  background-color: black;
  color: #C8C8C8;
}

.link_back{
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

.den_time{
  display: block;
  font-style: italic;
}

#den_datum{
  font-weight: bold;
}

#login_name{
  font-style: italic;  
}

#login_form{
  width: 230px;
}

.login_form_input{
  display: inline;
  clear: right;
  float: right;
}

.login_form_label{
  display: inline;
  clear: left;
  float: left;
}

#vase_rezervace_nadpis{
  color:red;
  font-weight: bold;
  font-size: 15pt;
  text-decoration: underline;
}