body {
  margin: 0;
  font-family: Verdana, lucida, sans-serif; font-size: 10pt;
  line-height: 1.5;
  color: black; background: #9ca4a9 url("../img/body.png") top center repeat-y;
}
table { border-spacing: 0; }
table td, table th { padding: 0; text-align: left; vertical-align: top; }

#gradient {
  position: absolute; top: 0; left: 0; right: 0; height: 768px;
  background: url("../img/gradient.png") repeat-x;
}
#main-top {
  position: absolute; top: 0; left: 0; right: 0; height: 768px;
  background: url("../img/main-top.png") top center no-repeat;
}

#main { position: relative; width: 756px; margin: 0 auto; padding: 0 2px; }

#header { height: 126px; background-image: url("../img/header.jpg"); }
#header a { position: absolute; top: 15px; left: 15px; width: 500px; height: 100px; }
#header a span { display: none; }

#menu { margin: 1px 0; background-color: #1b3b52; }
#menu table { margin: 0 auto; }
#menu table a {
  display: block;
  padding: .2em 1em;
  font-size: 115%; text-decoration: none;
  color: white;
}
#menu table a.active { color: #ffff80; background-color: #546c7d; }
#menu table a:hover { background-color: #3d586c; }
#menu table a.active:hover  { background-color: #607686; }

#sidebar { float: left; width: 185px; margin: 30px 0 0 30px; }
#sidebar .box {
  margin-bottom: 15px; border: 1px solid #b6bbbf; padding: 5px 10px 10px 10px;
  font-size: 90%;
  color: #616466; background-color: #e6edf2;
}
#sidebar .box h2 {
  margin: 0 0 .5em 0;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; font-size: 130%;
  color: #3d3e40;
}
#sidebar .box h3 { margin: .5em 0 0 0; font-size: 100%; }
#sidebar .box ul { margin: 0; padding-left: 2em; }
#sidebar .box #telephone {
  height: 26px;
  padding-left: 36px;
  font-size: 140%;
  background: url("../img/telephone.png") center left no-repeat;
}

#content { margin: 30px 30px 30px 245px; min-height: 650px; }
#content h1 {
  margin: 0 0 .75em 0;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; font-size: 200%;
  line-height: 1;
  color: #1b3b52;
}
#content h2 {
  margin: 1.5em 0 .75em 0;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; font-size: 150%;
  line-height: 1;
  color: #380202;
}
#content h3 {
  margin: 1em 0 .75em 0;
  font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif; font-size: 110%;
  line-height: 1;
}
#content dt { font-weight: bold; }
#content dd { margin-top: .5em; margin-bottom: .5em; }
#content a, #content a:visited { color: #3d586c; }

#content .center { text-align: center; }

#footer { margin: 1em; text-align: center; font-size: 70%; color: #a6a6a6; }
#footer a { color: #a6a6a6; }

/* Úvod */

#content #map { border: 1px solid black; }

/* Naše služby */

#content #minimenu { font-size: 75%; }

/* Kontakt */

#content #contacts th, #contacts td { padding: .25em 0; }
#content #contacts th { padding-right: 1em; }

#content #contact-form th, #contact-form td { padding: .25em 0; }
#content #contact-form th { padding-right: 1em; }
#content #contact-form td { text-align: right; }
#content #contact-form #frm-email { width: 350px; }
#content #contact-form #frm-text  { width: 350px; height: 250px; }

#content .info, #content .error { margin: 1em 0; padding: .5em 2em; }
#content .info  { background-color: #c0ffc0; }
#content .error { background-color: orange;  }
#content div.info  { text-align: center; }
#content div.error { text-align: center; }

