/* CSS Document */
html, body, div, span, p, a, ul, ol, li, 
  table, thead, tbody, tr, td, th, img,
  h1, h2, h3, h4, h5, h6 {
  border: 0;
  margin: 0;
  padding: 0;
}

html {
  background: url('images/body-bg.png') 0px -100px repeat-x #96c1ef;
  font-family: "Palatino Linotype", "New York CE", utopia, serif;
  font-size: .9em;
}

body {
  background: url('images/footer-trava.jpg') bottom repeat-x;
}

h1, h2, h3, h4 {
  font-variant: small-caps;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  margin: 1em 0 0.3em 0;
}

h1
{
 font-size: 150%;
}

p {
  text-indent: 3em;
  margin-bottom: 0.2em;
}


.center {
  width: 777px;
  margin: 0 auto;
}

#head {
  background: url('images/hlavicka.png') 150px -100px no-repeat;
  height: 374px;
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

a.logo
{
 background: url('/css/images/logo.png') left top no-repeat;
 color: #000000;
 display: block;
 font-family: "Trebuchet MS","Geneva CE",lucida,sans-serif;
 font-size: 140%;
 font-style: italic;
 font-weight: normal;
 text-decoration: none;
 height: 28px;
 left: 211px;
 padding: 120px 0px 0px 15px;
 position: absolute;
 top: 35px;
 width: 285px;
}

.no-text
{
 overflow: hidden;
 text-indent: -999px;
}
#head center {
  position: absolute;
}

#middle {
  z-index: 2;
  position: relative;
  margin: 0 auto;
  width: 1200px;
}

#middle .center {
  background: url('images/content.png') left top repeat-y;
}
#content {
  width: 472px;
  margin: -25px 0 -120px 40px;
  float: left;
}
#content a {
  color: #0C5AAD;
}
#content a:hover, #content a:focus {
  background: #e4ebf3;
  color: black;
}
#content ul {
  margin: 1em;
}
#content ul li {
  list-style-position: inside;
  margin: 0.3em;
}
#contactForm {
  margin: 2em;
}

#motto {
  margin: 3em;
  padding: 1em;
  border: 1px solid #0C5AAD;
  background: white;
  text-align: center;
  font-weight: bold;
  font-size: 113%;
}
.notice {
  font-weight: bold;
}
table {
  margin: 1.5em 0;
  border: none;
  border-collapse: collapse;
}
th {
  padding-right: 1em;
  font-weight: normal;
  width: 300px;
}
th, td {
  text-align: left;
  line-height: 1.5em;
  font-family: 'Trebuchet MS', sans-serif;
}
tr.endOfPart td, tr.endOfPart th {
  padding-bottom: 1.5em;
}

#menu {
  float: right;
  clear: right;
  background: url('images/menunahore.png') center top no-repeat;
  padding-top: 18px;
  width: 250px;
}
#menu ul {
  padding-bottom: 19px;
  background: url('images/menudole.png') center bottom no-repeat;
}
#menu li {
  list-style-type: none;
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
#menu li a {
  height: 32px;
  line-height: 32px;
  margin: 0 10px;
  font-weight: bold;
  display: block;
  color: #0c5aad;
  text-decoration: none;
  padding-left: 35px;
  border-top: 1px solid #8bbbef;
}
#menu li a.last {
  border-bottom: 1px solid #8bbbef;
}
#menu .home {background-image: url('images/home.png');}
#menu .o-nas {background-image: url('images/i.png');}
#menu .provadime {background-image: url('images/seznamx.png');}
#menu .cenik {background-image: url('images/cenik.png');}
#menu .fotogalerie {background-image: url('images/galerie.png');}
#menu .rady-a-odkazy {background-image: url('images/odkaz.png');}
#menu .kontakty{background-image: url('images/napiste.png');}

#menu .hrnkove-kvetiny{background-image: url('images/ikonka-hrnek-kyticka.png');}     

#menu .podsviceni, #menu li a:hover {background: url('images/podsviceni.png') left bottom no-repeat;}

#foot {
  height: 353px;
  background: url('images/paticka.png') center bottom no-repeat;
  margin: 0 auto;
  width: 1200px;
}
#foot .center {
  position: relative;
  height: 353px;
}
#copy {
  position: absolute;
  bottom: 20px;
  color: #999;
}
#copy a {
  color: #999;
}
#copy a:hover, #copy a:focus {
  color: #dae9f9;
}

#common {
  margin: 1em 0;
  line-height: 1.3em;
}
.vcard {
  margin: 1em 0 2em 1em;
}
.adr {
  display: none;
}
.vcard a {
  font-size: 90%;
}

dt {
	font-weight: bold;
}

/* contain floatovacích bloků */
.contain:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.contain { display: inline-block; }
.contain { display: block; }

/* galerie */
table.sfpg
{
  margin-left: -25px;
}

.galerie td.navi
{
  padding-left: 15px;
}


/* kontaktní formulář */

.c_form
{
  float: right;
  margin-right: 30px;
  margin-top: -30px;
}

.c_form fieldset
{
  background: #ADCDF1;
}

/* konec kont. form */

.kontakty p
{
  padding-left: 20px;
  text-indent: 0px;
}
