/*
 * 2007-08-22 by Petr Jirik. all rights reserved.
 */

/* 1. general rules */
body {padding: 0; margin:0;font-family: tahoma, verdana, helvetica, sans-serif; font-size: 10px; background-color: #fff;}
a img {border: 0;}

/* 2. layout + links*/
#page {margin: 0 auto; position: relative; width: 698px; height: auto; padding: 0;}
#logo a{float: left;overflow: hidden; position: static; width: 698px; height: 202px; background-image: url(img/logo.jpg); background-repeat: none;}

#menu {float: left; width: 230px; padding: 0px; text-align:center; font-family: Times New Roman; font-size: 15px; font-weight: normal;}
  	 #menu div.offset{padding:0}
	   #menu div.inner{float:left; text-align: left;  padding: 0;}					
	   #menu div.inner a {float: left; border-bottom: 3px solid #FFF; padding: 14px; padding-left: 30px; background-image: url(img/menu.jpg); width: 185px; height: 14px; background-position: left; background-repeat: no-repeat; color: #FFF;}
  	 #menu div.inner_active{float:left; text-align:left;}					
	   #menu div.inner_active a {float: left; border-bottom: 3px solid #FFF; padding: 14px; padding-left: 30px; background-image: url(img/menu_active.jpg); width: 185px; height: 14px;  background-repeat: no-repeat; background-position: left; color: #FFF;}
	   #menu div.inner a:hover {color: #FFF; background-image: url(img/menu_active.jpg);}

#body {overflow:hidden; position:static; width:698px; margin: 0 auto; height: auto; padding: 0; clear: both;}

#content{float:left; margin:0; padding:0; width:698px; height: auto; margin-top: 3px; background-image: url(img/menu_bg.jpg); background-repeat: repeat-y;}
#frame_left{float: left; padding: 0; width: 230px; margin: 0; height: expression(this.scrollHeight < 368? "368px" : "auto" ); min-height: 368px;}
#frame_right{float: right; padding: 0px; padding-top: 0; width: 425px; height: expression(this.scrollHeight < 368? "368px" : "auto" ); min-height: 368px;
            font-size: 12px; line-height: 150%;}
            
#frame_right table {}
#frame_right table TD {padding: 0px 3px; text-align:center;}
#frame_right table th{text-align: left;}

.price-lists table TD {border-right: 1px black solid; 
                       border-bottom: 1px black solid; 
                       padding: 0px 3px; text-align:center;}
.price-lists table {border-left: 1px black solid; border-top: 1px black solid; }

.center_tb{text-align: center; padding-right: 50px;}
.right_tb{text-align: right; padding-right: 60px;}
.right_r{text-align: left; padding-left: 20px;}
.pozn{font-size: 10px;}
.hidden{display: none;}
#qcontact {float: left; padding: 15px 18px;}
#uvod img{margin: 3px; border: 1px solid gray;}
#obj {float: left; margin-top: 15px; margin-bottom: 15px; border: 1px solid gray; padding: 10px;}
#obj table{float: left; width: 405px;}
#obj td{vertical-align: top; width: 175px;}
#obj input{width: 97%; padding: 2px; border: 1px solid gray;}
#obj textarea{width: 380px; border: 1px solid gray;}
#obj_td {width: 100%}
#obj_td td{vertical-align: top; width: auto;}
#obj_td input{width: 100px;}

#foot {clear:both; width: 678px; height: 24px; margin-bottom: 20px; background-image: url(img/foot.jpg); background-repeat: no-repeat; color: #fff; font-size: 10px; padding: 5px 20px 3px 0;}
  #foot a {color: #fff; font-weight: bold;}
  #foot a:hover {color: #fff;}
#copyright {float: left; width: 678px; text-align: right; } 
a {text-decoration: none; font-weight: bold; color: #000;}
a:hover {color: #444;}
a:visited{color: #000;}
a:visited:hover{color: #000;}


/* 3. text styling rules */
p {text-align: justify; padding: 0; margin-top: 10px; margin-bottom: 8px; line-height: 1.3;}
h1, h2, h3, h4, h5, h6 {font-family: Atial, tahoma, verdana, helvetica, sans-serif;}
h1 {font-size: 1.8em; color: rgb(0,155,225); margin-top: 30px;}
/*h2 {font-size: 1.8em; color: rgb(0,155,225); margin-top: 30px;}*/
h2 {font-size: 14px; margin-bottom: 5px; padding: 0;}
h3 {font-size: 1.1em; margin:0; padding:0; font-weight:normal;}
li {line-height: 1.6;}

#form_email{margin-bottom:20px; padding:10px; width: 75%; 
border: 1px solid rgb(80,80,80); color: #fff;}
#form_email td{vertical-align:middle; background-color: #FFF; padding: 3px; color: #000;}
#form_email td input {float: right; background-color: rgb(217,221,222);}
#form_email input{width: 99%;border: 1px solid rgb(80,80,80);}
#form_email textarea{width: 99.5%;border: 1px solid rgb(80,80,80); background-color: #e8e8e8; font-family:tahoma, verdana, sans-serif; font-size: 11px;}

#required {font-weight: bold;}
#not_required {font-weight: normal;}

.obr {margin: 10px; border: 1px solid gray; margin-left: 0; margin-right: 20px;}

