/* CSS Document */
body {
	font-family: 'Arial CE', 'Helvetica CE', Arial, sans-serif;
	margin:0px;
	font-size: 14px;
	color: #000000;
	background-color: #D9CEFF;
	text-align: center;
}

#content {
  width: 1024px;
  margin-left:auto;
  margin-right:auto;
  border-left: solid 1px gray;
  border-right: solid 1px gray;
  text-align: left;
  
}

#content #top {
  clear: both;
  width: 100%;
  height: 137px;
  background: url('./img/top2.jpg') repeat-x #e0e0e0;
}

#content #top #logo {
  float: left;
  width: 151px;
  height: 137px;
  
  background-repeat: no-repeat;
}

#content #top #logo_right {
  float: right;
  width: 870px;
  height: 137px;
}
#content #top #logo_right #ubytovani-box{
  float: left;
  width: 430px;
  height: 99px;
  text-align: center;
}
#content #top #logo_right #banner{
  float: right;
  width: 430px;
  height: 99px;
  text-align: right;
}


#content #top #logo_right #menu{
  clear: both;
  text-align: left;
  width: 870px;
  height: 38px;
  
}

#content #hr_red {
  clear: both;
  width: 100%;
  height: 23px;
  background-image: url('./img/red_hr.jpg');
  background-repeat: repeat-x;
}

#content #preview {
  width: 100%;
  height: 81px;
  text-align: center;
  background-image: url('./img/bg_cross.jpg');
  background-repeat: repeat;
}
#content #preview #slide_show {
  width: 100%;
  
}

#slide_show img {
    border: solid 2px black;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: middle;
  }
#leva img, #prava img {vertical-align: middle;}
  #slide_show img:hover {
    border: solid 2px white;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px;
  }

#content #hr_black {
  
  width: 100%;
  height: 23px;
  background-image: url('./img/black_hr.jpg');
  background-repeat: repeat-x;
}

#content #hr_black #under_menu {
  font-weight: normal;
  padding-left: 20px;
  line-height: 23px;
  color: #FFFFFF;
  text-align: center;
}

#content #hr_black #under_menu #odkazy {
  font-size: 12px;
} 

#odkazy a {
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  text-decoration: none;
}
#odkazy a:hover {
padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
#content #content_middle{
  width: 100%;
  background-color: #FFFFFF;
}
#content #content_middle #article{
  width: 1000;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 100px;
  padding-right: 100px;
  text-align: left;
  
}
#content #content_middle #clear {
  width: 100%;
  clear: both;
}

#content #foot {
  width: 100%;
  height: 23px;
  color: #FFFFFF;
  background-image: url('./img/black_hr.jpg');
  background-repeat: repeat-x;
}

#content #foot #copyright{
  width: 100%;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
}

#content #partners {
  width: 100%;
  background-image: url('./img/bg_cross.jpg');
  background-repeat: repeat;
  color: #FFFFFF;
}

#content #partners #partners_top{
  padding-top: 20px;
  padding-left: 100px;
  font-weight: bolder;
  font-size: 14px;
}
#content #partners #partners_bottom{
  padding: 10px;
  text-align: center;
}
#partners_bottom a {
  padding: 5px;
}

#partners_bottom img {
  vertical-align: middle;
}
/*classes*/
img {border: none;}
.line {
  padding-bottom: 3px;
}
a {color: #28156e;text-decoration: none;}
a:hover{color: blue; text-decoration: none;}
.ndp_red {font-size: 16px; font-weight: bold; vertical-align: middle; padding-top: 5px; color: #dc381c;}
  .ndp_blue {font-size: 16px; font-weight: bold; vertical-align: middle; padding-top: 5px; color: #0569b5;}
  .chyba {width: 100%; background-color: white; text-align: center}
  .chyba p{padding: 5px;}
.arrow {border: none;}
.arrow:hover {border: solid 1px white;}
