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;
}

body {
  font-family: "Palatino Linotype", "New York CE", utopia, serif;
  font-size: .9em;
  background-color: #ececec;
}
h2, h3, h4 {
  font-variant: small-caps;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
  margin: 1em 0 0.3em 0;
}
p {
  text-indent: 3em;
  margin-bottom: 0.2em;
}

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


#head {
  height: 267px;
  background: #ececec url('images/head.png') center top no-repeat;
}
#head center {
  position: absolute;
}

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;
}

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

h1
{
 font-size: 150%;
}

#middle {
  z-index: 2;
  background: #ffd266;
  position: relative;
}
#middle .center {
  background: url('images/content.png') left top repeat-y;
}
#content {
  width: 532px;
  float: left;
  padding: 0 15px 15px 15px;
  margin-bottom: -130px;
  background: #fff7e4;
  border: 1px solid #fca10a;
  -moz-border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px #b67407;
}
#content a {
  color: #2a1b02;
}
#content a:hover, #content a:focus {
  color: #ce3703;
}
#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 #ccc;
  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;
  padding-top: 18px;
  width: 180px;
  background: #fff7e4;
  border: 1px solid #fca10a;
  -moz-border-radius: 5px;
  -moz-box-shadow: 5px 5px 5px #b67407;
}
#menu ul {
  padding-bottom: 19px;
}
#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: #2a1b02;
  text-decoration: none;
  border-top: 1px solid #fca10a;
}
#menu li a.last {
  border-bottom: 1px solid #fca10a;
}

#menu li a:hover, #menu li a:focus {
	color: #ce3703;
}


#foot {
  height: 282px;
  background: #FFD266 url('images/foot.png') center bottom no-repeat;
}
#foot .center {
  position: relative;
  height: 268px;
}
#copy {
  position: absolute;
  bottom: 12px;
  color: #e46204;
}
#copy a {
  color: #e46204;
}
#copy a:hover, #copy a:focus {
  color: #2A1B02;
}

#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; }

/*formuláře */

fieldset
{
  padding: 5px;
}

fieldset p
{
  text-indent: 0px;
  text-align: right;
}

fieldset ol li{
    list-style: none outside none;
    margin: 0px;
    padding: 0px;
}

fieldset label{
    display: block;
}

fieldset input[type=submit]
{
  margin: 0px;
  padding: 0px;
}                       


/* kontaktní formulář */

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

.c_form fieldset
{
  background: #FFDD8C;
}

/* konec kont form */

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