
/* OBECNE */

body {
 width: 100%;
 font-family: 'Arial', Tahoma, Nimbus Sans L, Free Sans, sans-serif;;
 font-size: 100%;
 color: #1d1d1b;
 padding: 0px;
 margin: 0px;
}

a {
 color: #1d1d1b;
 text-decoration: underline;
}

a:hover {
 text-decoration: none;
}

img {
 border-width: 0px;
}

p {
 line-height: 20px;
}

.hidden {
 visibility: hidden;
}

.error {
 margin: 10px 0px 10px 0px;
 font-weight: bold;
 color: #ff0000;
}

.info {
 margin: 10px 0px 10px 0px;
 font-weight: bold;
 color: #7AB900;
}

/* ZAHLAVI */

.header {
  width: 100%;
  background-color: #97daf7;  
}

.header .content {
  height: 137px;
  width: 960px;
  margin: 0 auto;
  position: relative;
  background-color: #97daf7;
  background-image: url('/images/header_background.jpg');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.header h1 {
  width: 298px;
  height: 107px;
  position: absolute;
  top: 30px;
  left: -4px;
  background-color: transparent;
  background-image: url('/images/logo.png');
  background-repeat: no-repeat;
  background-position: left bottom;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px;
}

.header h1 a {
  width: 298px;
  height: 107px;
  display: block;
  color: #0e323f;
}

.header .header-menu {
  margin: 110px 0 0;
  float: right;
}

.header .header-menu ul {
  float: left;
  margin: 0px;
}

.header .header-menu ul li {
  display: inline-block;
}

.header .header-menu ul li a {
  color: #0e323f;
  font-size: 13px;
}

/* MENU */

.top-container {
  width: 100%;
  background-color: #0d3240;
}

.top-container .content {
  height: 60px;
  width: 960px;
  margin: 0 auto;    
}

.top-menu {
  height: 42px;
  float: left;
}

.top-menu ul {
  padding: 0;
  float: left;
  margin: 10px 0;
}

.top-menu li {
  margin: 10px 0 0;
  float: left;
  line-height: 40px;
}

.top-menu a {
  padding: 0 24px;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
  border-left: 1px solid #fff;
}

.top-menu li:first-child a {
  padding-left: 0;
  border: none;
}

.top-menu a.active {
  color: #97daf7;
  text-decoration: none;
}

.top-menu a.active:hover {  
  text-decoration: underline;
}

/* ZAPATI */

.footer {
  width: 100%;
  height: 200px;
  padding: 20px 0 0;
  background-color: #97daf7;
  border-top: 1px solid #7fd2f5;
}

.footer .content {
  width: 960px;
  margin: 0 auto; 
  font-size: 13px;  
}

.footer .footer-menu {
  float: left;
}

.footer .footer-menu ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.footer .footer-menu ul li {
  line-height: 24px;
}

.footer .footer-menu a {
  color: #0e323f;
  _border-bottom: 1px solid #0e323f;
}

.footer .copy {
  float: right;
  color: #0e323f;
  font-size: 12px;
  line-height: 1;
  margin: 0px;
} 

/* HLAVNI OBSAH */

.main {
  width: 100%;
  background-color: #fff;    
} 

.main .content {
  min-height: 200px;
  width: 960px;
  margin: 10px auto;
  overflow: hidden;
  font-size: 13px;
}

.main .content ul li {
  line-height: 24px;
}

.main .content .kolo_box {
  float: left;
  width: 320px;
  margin: 20px 80px;
  text-align: center;
}

.main .content .kolo_box.first {
  clear: both;
}

.main .content .kolo_box img {
  max-height: 200px;
  max-width: 320px;
}

.main .content .kolo_box span {
  font-size: 17px;
  display: block;
  margin-top: 5px;
}

/* OBJEDNAVKA */

.objednav table tr td {
  padding-right: 10px;
  padding-bottom: 5px;
  color: #1d1d1b;
  font-size: 13px;
}

label {
  font-size: 15px;
}

input[type=text] {
  padding: 3px;
  border: 1px #1d1d1b solid;
  border-radius: 5px;
  width: 330px;
}

input[type=text].small {
  width: 100px;
}

textarea {
  width: 400px;
  height: 100px;
  margin-top: 10px;
  border: 1px #1d1d1b solid;
  border-radius: 5px;  
}

input[type=submit] {
  padding: 10px;
  text-transform: uppercase;
  border: 1px #1d1d1b solid;
  border-radius: 5px;  
}

.ui-datepicker-trigger {
  margin-left: 5px;
  position: relative;
  top: 3px;
}

