body {
  background:url('../images/bg-body.jpg') repeat-x top center;
  margin:0px;
  font-family:Trebuchet MS;
}

a {
  color:#0c377d;	
}

img {
  border:0px;
}

table {
  font-size:0.8em;	
}

.clear {
  clear:both;
}

.noborder {
  border:0px !important;
}

.smaller {
    font-size: 0.7em !important;
}

.u{
    text-decoration: underline;
}
.normal {
    font-style: normal;
}

#banner-big {
	margin-top: 20px;
	text-align: center;
}

.button_order a {
  background:url('../images/button-blue.png') no-repeat;
  font-size:15px;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff !important;
  text-align:center;
  display:block;
  width:133px;
  padding:4px 0px 5px 0px;
}

.button_order a:hover {
  color:#e8e8e8;
}

.display_block{
    display:block !important;
}

#page {
  width:983px;
  margin:6px auto 0px auto;
  background:url('../images/bg-page.jpg') repeat-y;
  position:relative;
}

/*************** HEADER ******************/

#header {
  background:url('../images/header.jpg') no-repeat;
  width:983px;
  height:408px;
  margin:0px 0 0 0;
  position:absolute;
}

#header #logo {
  float:left;
  padding:14px 0 0 7px;
  width:234px;
  height:81px;
}

/*#header #flags {
  position:absolute;
  left:780px;
  top:75px;
  font-size:13px;
  color:#6d6d6d;
}*/

#header #flags {
  /*position:absolute;*/
  float:right;
  margin-left:7px;
  /*left:780px;
  top:11px;*/
  font-size:0.95em;
  color:#6d6d6d;
}

#header #flags a {
  border-right:1px solid #4a4a4a;
  padding:0px 5px 0 0px;
}

#header #links {
  text-align:right;
  float:right;
  font-size:14px;
  margin:12px 5px 0 0; 
  font-size:13px;
}

#header #links a {
  text-decoration:none;
  color:#2d2d2d;
}

#header #links a:hover {
  text-decoration:underline;
}

#header #app_login {
    position:absolute;
    left:735px;
    top:50px;
    color:white;
    z-index:50;
}

#header #app_login a{
    display:block;
    padding:7px;
    background: transparent url('images/login_back.png') repeat-x;
    font-size:1em;
    font-weight: bold;
    color:white;
    text-shadow:0px 0px 1px #000;
    text-decoration: none;
    
}

#header #app_login a:hover{
    /*background: transparent url('images/fade_login_back.png') repeat;*/
}

#header #app_login #fade_login {
    display:none;
    background: transparent url('images/fade_login_back.png') repeat-x;
    width:690px;
    height:310px;
    margin-left:-450px;
}

#header #app_login #fade_login #login_column {
    position:absolute;
    
    width:260px;
    height:310px;
    margin-left: 25px;
    
}

#header #app_login #fade_login #line_column {
    position:absolute;
    margin-left:252px;
    width:18px;
    height:310px;
    background-image: url('images/login_line.png');
}
#header #app_login #fade_login #info_column {
    
    position:absolute;
    margin-left: 275px;
    width:389px;
    position:absolute;
    padding:0px 8px;
    
}

#header #app_login #fade_login #info_column ul{
    margin:0;
    padding:0;
}

#header #app_login #fade_login #info_column ul li {
    list-style-image: url('images/login_list.png');
    margin-left:20px;
    font-size:0.9em;
}

#header #app_login #fade_login .fade_blue {
    color:#91d5ff;
    font-size:1.0em;
    margin-top:-5px;
}

#header #app_login #fade_login #login_column div {
    margin-top:20px;
}

#header #app_login #fade_login #login_column span {
    display:block;
    padding-top:15px !important;
}

#header #app_login #fade_login a {
    display:inline;
    background:transparent;
    font-weight: normal;
    color:white;
    text-decoration: underline;
    padding:2px;
}

#header #app_login #fade_login #right_login {
    float:left;
    margin-left:-5px;
    margin-right:5px;
    border:none;
    width:120px;
    padding:5px;
    height:52px;
    font-size:1.2em !important;
    background-image:url('images/login_submit.png');
    color:#333;
    cursor: pointer;
}

#header #app_login #fade_login fieldset{
    margin:0;
    padding:0;
    border:none;
}

#header #app_login #fade_login #right_username,#header #app_login #fade_login #right_password,#header #app_login #fade_login #fake_password{
    border:none;
    margin-top:10px;
    padding:6px;
    background: transparent url('images/input_back.png') repeat-x;
    width:200px;
    font-family:Trebuchet MS;
    font-size:0.9em;
}

#header #app_login #fade_login h2 {
    text-shadow:0px 0px 1px #000;
}

ul#menu {
  list-style-type:none;
  float:right;
  margin:0px;
  padding:0px;
  /*width:300px !important;*/
  text-align:left;
}

ul#menu li {
  float:left;
  padding:0px 7px;
  border-right:1px solid #000000;
  font-size:0.95em;
}

#header #blocks {
  width:983px;
  clear:both;
  padding-top:33px;
  background:url('../images/blocks.jpg') no-repeat 0px 33px;
  border-bottom:1px solid #cccccc;
  padding-bottom:10px;
}

#header #blocks a {
  color:#333333;
  text-decoration:none;
}


#header #block_1, #header #block_2, #header #block_3, #header #block_4 {
  float:left;
}

#header #block_1 a p, #header #block_2 a p, #header #block_3 a p, #header #block_4 a p {
  color:#333333 !important;
  text-decoration:none !important;
}

#header #blocks h2 {
  color:#0c377d;
  margin:0px;
  font-size:18px;
  padding-top:23px !important;
  padding-bottom:17px !important;
}

#header #blocks h2 a {
  color:#0c377d;
  text-decoration:none;
}

#header #blocks h2 a:hover {
  color:#999999;
  text-decoration:none;
}


#header #blocks p {
  font-size:12px;
  margin:10px 14px 0 14px;
}

#header #blocks strong {
  font-size:13px;
}

#header #blocks .button_order {
  margin:10px 0px 0px 50px;
}

#header #blocks ul {
  font-size:14px;
  color:#0c377d;
  margin:3px 0px 0px 25px;
}

#header #blocks ul li {
  font-style:italic;
  font-weight:bold;
  list-style-image:url('../images/li.png');
  margin-top:1px;
  margin-bottom:1px;
}

#header #blocks ul li a {
  color:#0c377d;
  text-decoration:none;
}

#header #blocks ul li a:hover {
  color:#1855b8;
}

a.perex {
  color:#333333 !important;
  text-decoration:none !important;
  font-size:12px;
  padding:10px 14px 0 14px;
  display:block;  
}




#header #block_1 {
  width:245px;
}

#header #block_2 {
  width:247px;
}

#header #block_3 {
  width:245px;
}

#header #block_4 {
  width:246px;
}

#block_b_1, #block_b_2, #block_b_3, #block_b_4 {
   float:left;
   width:245px;
}


#header #block_1 h2 {
 background:url('../images/header-house.png') no-repeat 4px 6px;
 padding:30px 0 10px 65px;
  
}

#header #block_2 h2 {
  background:url('../images/header-people.png') no-repeat 4px 6px;
  padding:30px 0 10px 65px;
}

#header #block_3 h2 {
  background:url('../images/header-phone.png') no-repeat 4px 6px;
  padding:30px 0 10px 65px;
}

#header #block_4 h2 {
  background:url('../images/header-cube.png') no-repeat 4px 6px;
  padding:30px 0px 10px 65px;
}

#header #block_4 ul {
  margin-left:0px;
  margin-bottom:-2px;
}

/*************** FOOTER ******************/

#footer {
  background:url('../images/footer.jpg') repeat-x #3b3b3b;
  width:100%;
  clear:both;
}

#footer_inner {
  margin:0 auto;
  width:963px;
  padding:20px 0px 10px 0px;
}

#footer_inner a {
  color:#a2a2a2;
  text-decoration:none;
}

#footer_inner p {
  font-size:12px;
  margin:0px 0px 10px 0px;
  text-align:center;
  color:#a2a2a2;
}

.abl {
  font-size:12px;
  margin:0px 0px 10px 0px;
  text-align:center;
  color:#a2a2a2;
}


#footer_inner p#copyright {
  font-size:14px;
}


/*************** MAIN ******************/
#main {
  width:725px;
  padding:0px 0px 20px 0px;
  float:left;
  padding-top:495px;
}

#main h1 {
  color:#1966b8;
  font-size:20px;
  margin:19px 0 10px 19px;
}

#main h2 {
  color:#1966b8;
  font-size:18px;
  margin:19px 0 10px 19px;
}

#main h3 {
  color:#1966b8;
  font-size:16px;
  margin:19px 0 10px 19px;
}

#main h3 a {
  color:#1966b8;
  font-size:17px;
  text-decoration:none;
}

#main h3 a:hover {
  text-decoration:none !important;	
}


#main p, #main ol, #main ul {
  font-size:14px;
}

#main p {
  margin:0px 0px 11px 28px;
  width:681px;
}

#main ol, ul {
  margin:10px 0 10px 19px;
}

#main #gray_block {
  background:url('../images/gray-block.jpg') no-repeat;
  padding:10px 0px 10px 0px;
  margin:10px 0 0px 0;
  height:141px;
}

#main #gray_block h2 {
  margin-top:0px;
}

#main #rezervace_links {
    float:right;
    margin-top:-30px;
    font-size:13px;
}

#main #rezervace_links a{
    font-size:13px;
    color:#0c377d;
    text-decoration: underline;
}

/*************** RIGHT ******************/
#right {
  float:right;
  width:245px;
  margin:0 1px 0 0;
  padding-top:495px;
}

#right h2 {
  color:#1966b8;
  font-size:18px;
  margin:19px 0 10px 0px;
  padding:0px 19px 5px 19px;
  border-bottom:1px solid #ededed;
}

#right p {

}

#right label {
  display:block;
  color:#09357b;
  font-style:italic;
  font-weight:bold;
  margin:0px 0px 0px 14px;
  width:211px;
  padding:0 0 3px 0;
}

#right #right_textarea {
  width:211px;
  background:url('../images/textarea.png') no-repeat;
  border:0px;
  height:150px;
  padding:4px 0px 0px 5px;
  font-family:Trebuchet MS;
  font-size:13px;
  color:#999999;
}

#right .right_input {
  width:211px;
  background:url('../images/text-input.png') no-repeat;
  border:0px;
  height:23px;
  padding:4px 0px 0px 5px;
  font-family:Trebuchet MS;
  font-size:13px;
  color:#999999;
}

#right input#right_submit {
  background:url('../images/button-blue.png') no-repeat;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff;
  text-align:center;
  display:block;
  width:132px;
  padding:4px 0px 6px 0px;
  border:0px;
  margin:5px 0 0px 50px;
}


#right input#right_login {
  background:url('../images/button-blue.png') no-repeat;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff;
  text-align:center;
  display:block;
  width:132px;
  padding:4px 0px 6px 0px;
  border:0px;
  margin:5px 0 0px 50px;
  cursor: pointer;
}

ul#right_login_list a, ul#right_login_list a:visited{
	display: inline;
	width: auto;
	height: auto;
}

#right button#forgotten_password {
  cursor: pointer;
  background:url('../images/button-blue.png') no-repeat;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  color:#ffffff;
  text-align:center;
  display:block;
  width:132px;
  padding:4px 0px 6px 0px;
  border:0px;
  margin:5px 0 0px 50px;
}


#right form {
  border-bottom:1px solid #e8e8e8;
  padding:0 0 15px 0;
} 

#right form fieldset {
  border:0px;
  margin:0;
  padding:0;
}

#right #right_banner {
  background:url('../images/banner-right-bg.jpg') no-repeat;
  height:180px;
  margin:0px 0 0 0;
  padding:14px 0 0 21px;
}

#right #right_banner_top {
  background:url('../images/banner-right-bg.jpg') no-repeat;
  height:180px;
  margin:10px 0 0 0px;
  padding:14px 0 0 21px;
}

#right #right_banner_top1 {
  background:url('../images/banner-right-bg.jpg') no-repeat;
  height:180px;
  margin:0px 0 0 0px;
  padding:14px 0 0 21px;
}

#right #right_facebook {
  margin:10px 0 15px 21px;
}


#right a {
  display:block;
  margin:0px 0 0 0px;
  width:201px;
  height:158px;
}

#right #right_facebook a {
  height:62px;
  width:200px;
} 

table#terms {
  font-size:10px;
  border-collapse:collapse;
  margin:10px 0 10px 5px;
}

table#terms th {
  font-weight:normal;
  padding:0px 1px 0px 2px;
}

table#terms td {
  background:#e8e8e8;
  height:10px;
  border-right:1px solid #ffffff;	
  border-bottom:1px solid #ffffff;
}

table#terms td.active {
  background:#3269ac;
}

table#terms td.active:hover {
  background:#1f497c;
}


table#terms td.white {
  background:#ffffff;
}


table#terms td a {
  display:block;
  width:22px;
  height:10px;	
}

#reservations_header {
  background:#eeeeee;
  padding:5px 10px;
  margin-top:20px;
  font-size:0.8em;
}

#reservations_header select {
  margin-right:20px;
}

#active {
  width:25px;
  height:15px;
  background:#3269ac;
  float:left;
  display:block;
  margin-right:10px;
}

#nonactive {
  width:25px;
  height:15px;
  background:#e8e8e8;
  float:left;
  clear:both;
  display:block;
  margin-right:10px;
}

#order_form label {
  margin:5px 3px 0px 5px;
  display:block;
  width:200px;
  float:left;
  text-align:right;
  padding-right:3px;
  clear:both;
}

#order_form input {
  display:block;
  float:left;
  margin-top:5px;
  width:400px;
}

#order_form textarea, #order_form select {
  width:400px;
  display:block;
  float:left;
  margin-top:6px;
}

#order_form #submit {
  width:auto;
  clear:both;
  margin-left:210px;
}

#order_form img {
  clear:both;
  margin-left:211px;	
}

input#contact_method1, input#contact_method2 {
  width:auto;
  margin-top:10px;
}

#main p.error {
  font-weight:bold;
  border:1px solid #999999;
  padding:5px;
}

.right {
  text-align:right !important;
  color:#0c377d !important;
  font-weight:bold;
  padding:5px 0px 5px 0px;
}


/************* FORMULARE ***************/
.default_form {
  font-size:0.9em;
}
.default_form fieldset {
 padding: 15px;
 margin: 15px 0 0 10px;
 border: 1px solid #cccccc;
 background: url(../images/tecky2.jpg) repeat-x bottom left;
}
.default_form fieldset label {
 display: block;
 text-align: right;
 margin-bottom: 5px;
}

.default_form fieldset legend {
 color:#d60224;
}

.default_form fieldset label.oblg span, .default_form span.oblg {
 font-weight: bold;
 background: url('../images/oblg.png') 0 0 no-repeat;
 padding-left: 15px;
}
.default_form span.oblg {
 _width: 15px;
}
default_form.oblg {
 width: 16px;
 height: 16px;
}
.default_form fieldset label.error_field {
 color: #712E32;
}

.error_block, .default_form .error {
 display: block;
 border: 1px solid #501114;
 border: 1px solid red;
 padding: 10px;
 margin: 20px 0;
 background-color: #fff;
 color: #501114;
 font-weight: bold;
}

.default_form .error a, .block a {
 color: #000000;
 text-decoration: underline;
 font-weight: bold;
}

.default_form .error a:hover, .block a:hover {
 text-decoration: none;
}

.default_form fieldset label input,
.default_form fieldset label select {
 border: 1px solid #280507;
 width: 200px;
 margin-left: 8px;
 padding: 3px;
}

.default_form fieldset label textarea {
 border: 1px solid #280507;
 background: #FFF6F1;
}
.default_form .send_button {
 float: right;
 margin-top: 15px;
}

#preloader {
 display:none;
 text-align:center;
 width:725px;
 margin:10px 0;
}

.photo {
 float:left;
 width:232px;
 height:170px;
 text-align: center;
 margin:5px 5px 0 0;
 display:block;
 border:2px solid #d2d2d2;
}

.photo a {

}

#outer {height: 170px; overflow: hidden; position: relative; }
#outer[id] {display: table; position: static;}
#middle {position: absolute; top: 50%; width: 100%; text-align: center;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {position: relative; top: -50%; text-align: left;} /* for explorer only */
#inner {width: 150px; margin-left: auto; margin-right: auto;text-align:center;} /* for all browsers*/
/* optional: #inner[id] {position: static;} */


#block_2 ul {
  margin-top:14px !important;

}

#block_1 ul, #block_3 ul {
  margin-top:14px !important;
}

#main table {
  margin-left:25px;
}

table#terms {
 margin-left: 0px !important;
}

.red {
  color:red;

}

.p500 {
  padding-top:430px !important;
}

.p600 {
  padding-top:520px !important;
}


#header #blocks h2.two_lines {
 padding-top:10px !important;
}

form#pruvodce_form_1 input {
  width:auto;
}

input#submit_prev, input#submit_next {
  width:auto;
  margin-right:10px;
}

#kdoco {
  width:300px !important;
  margin-right:5px;
}

#kdocoodpoved {
  width:95px !important;
}

#pruvodce_form_1 label, #pruvodce_form_2 label, #pruvodce_form_3 label {
  font-size:11px;
}

.fright {
 margin-left:211px;
}

#platby {
  text-align: center;
  color:#a2a2a2;
  font-size:12px;
  width:430px;
  height:30px;
  margin:0 auto;
  position:relative;
}

#span1 {
  padding-right:130px;
}

#span2 {
  padding-right:150px;
}


#platby img {
  /*float:right;*/
  position:absolute;
  margin-left:0;
  left:0;
}

#platby img#img1 {
  left:207px;
}

#platby img#img2 {
  left:338px;
}

#text_border {
  border:1px solid #666666;
  background:#eeeeee;
  padding:10px 20px;
  margin:10px 0 20px 30px;
}

#text_border p {
  margin:0;
  width: 651px;
}

#billboard {
  position:absolute;
  left:178px;
  top:200px;
  z-index:10;
  padding:10px;
  background:#ffffff;
  border:2px solid #999999;
  cursor: pointer;
}

#billboard a#billboard-close {
	display: block;
	text-align: right;
	padding: 5px 10px 0px 0px;
	background: rgb(28,38,88);
	color: white;
	font-weight: bold;
	
}

#right_login_form input.right_input {
	color: black;
}
