/* CSS Document */

body {
  font-family: arial;
  font-size: 0.75em;
  margin: 0px;
  background-image: url(images/body_bg.png);
  background-repeat: repeat-x;
  background-color: rgb(40,125,34);
  text-align: center;
}
a img, #footer img {
  border: 0px solid blue;
}
#banner {
  background-image: url(images/banner.jpg);
  background-repeat: no-repeat;
  height: 182px;
  padding-top: 72px;
}
#main{
  background-image: url(images/main_bg.png);
  background-repeat: repeat-y;
  margin: 0px auto 0px auto;
  width: 1000px;
  text-align: left;
}
#top_menu {
  background-image: url(images/menu_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
  margin-left: 60px;
  height: 49px;
  width: 880px;
}
#top_menu img {
}
#lang {width: 100px; float: right; padding: 5px; 
}
#lang a { text-decoration: underline; }
#content {
  background-image: url(images/header_bg.png);
  background-repeat: no-repeat;
  background-color: rgb(255,255,255);
  min-height: 337px;
  width: 880px;
}
#header {
  background-image: url(images/content_bg.png);
  background-repeat: repeat-x;
  width: 880px;
  margin-left: 60px;
}
h1 {
  font-family: times new roman;
  font-size: 1.25em;
  display: block;
  text-align: center;
  height: 44px;
  padding-top: 12px;
}
h2 {
  font-size: 1em;
  color: #287d22;
  margin-left: 1em;
}
#footer {
  background-image: url(images/footer_bg.png);
  background-repeat: no-repeat;
  height: 124px;
  width: 1000px;
  margin: 0px auto 0px auto;
}
td, th {
  font-size: 13px;
  padding: 3px;
}
#poznamka {
  width: 250px;
  height: 100px;
}
input, textarea {
  font-family: arial;
  font-size: 12px;
}
form {
  margin: 0px;
}
p,h2,h3 {
  margin: 0px; padding: 1em 1em 1em 1em;
}
#tab_ubytovani, #tab_restaurace, #tab_relaxace {
  margin-left: 1em;
}
.sezona {background-color: red; }
.mimo {background-color: yellow; }
.silvestr {background-color: blue; }
.mesic { margin-left: 20px; width: 200px; float: left; }
.mesic td {font-size: 11px; text-align: center}
.nazev_mesice {font-size: 13px; padding-left: 40px; font-weight: bold; }
.mesic {padding-top: 50px;}
#rezervace {text-align: center; margin-left: auto; margin-right: auto; width: 600px; margin-top: 40px;}
#rezervace table {  background-color: rgb(250,226,154)}
#vlek { font-size: 12px; margin-top: 40px; margin-left: 50px; }

