body {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  font-weight: normal;
  color: black;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

td {
	font-size: 100%;
}

img {
  border: none;
}

a {
  color: #336698;
  font-weight: bold;
}

a:hover {
  color: #DA261E;
  font-weight: bold;
}


h2 {
  font-size: 110%;
  margin: 0px;
}


h1 {
font-size: 110%;
  margin: 0px;
}

h6 {
font-size: 110%;
  margin: 0px;
}


h3 {
  font-size: 100%;
  margin: 0px;
}

select, .inputItem, button {
  font-size: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.inputItem {
  border: solid 1px black;
}

button {
  border: solid 0px gray;
  background-color: gray;
  color: white;
  cursor: pointer;
}

li {
	text-align: left;
}

#page {
  position: relative;
  width: 778px;
  margin: 0px auto 10px auto;
  padding-bottom: 10px;
  text-align: left;
  border-bottom: solid 1px black;
}

#header {
  position: relative;
  width: 778px;
  height: 144px;
  background-image: url(http://hotely.mok.cz/images/header.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#logo {
  position: absolute;
  top: 2px;
  left: 15px;
}

#header h1 {
  display: none;
}

#headerMenuRight, #headerMenuLeft {
  position: absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  bottom: 10px;
  font-size: 8pt;
}

#headerMenuLeft {
  left: 0px;
}

#headerMenuRight {
  right: 0px;
}

#headerMenuRight li, #headerMenuLeft li {
  display: inline;
  border-right: solid 1px black;
  padding: 0px 1px 0px 3px;
}

#headerMenuRight li a, #headerMenuLeft li a {
  font-weight: normal;
  color: black;
  text-decoration: none;
}

#headerMenuRight li a:hover, #headerMenuLeft li a:hover {
  text-decoration: underline;
  color: #BA0000;
}

#menuRegions, #weather, #help, #nejVyrazy, #kabelkyHodinky {
  width: 270px;
  margin-top: 10px;
}


#menuRegions h3, #weather h3, #kabelkyHodinky h3, #help h3, #searchBox h3, #hotelsList h3, #nejVyrazy  h3 {
  margin: 0px;
  padding: 2px 2px 2px 7px;
  font-size: 100%;
  color: white;
  background-repeat: no-repeat;
  background-position: top left;
}

#menuRegions .bottom, #weather .bottom, #kabelkyHodinky .bottom, #help .bottom, #searchBox .bottom, #hotelsList .bottom , #nejVyrazy .bottom {
  height: 11px;
  font-size: 1px;
  line-height: 1px;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#kabelkyHodinky h3 {
  background-color: #B75F28;
  background-image: url(http://hotely.mok.cz/images/boxkabelkyHodinkyTop.gif);
  padding: 4px 5px 0px 10px;
}

#kabelkyHodinky .body {
  border: 1px solid rgb(255,255,255);
  border-top: none;
  border-bottom: none;
  background-color: #B75F28;
  padding: 10px;
}

#kabelkyHodinky .bottom {
  background-image: url(http://hotely.mok.cz/images/boxkabelkyHodinkyBottom.gif);
}



#menuRegions h3, #nejVyrazy h3{
  background-color: #B2B2B2;
  background-image: url(http://hotely.mok.cz/images/boxRegionsTop.gif);
 }

#menuRegions .bottom, #nejVyrazy .bottom{
  background-image: url(http://hotely.mok.cz/images/boxRegionsBottom.gif);
}

#menuRegions ul, #nejVyrazy ul {
  list-style: none;
  margin: 0px;
  padding: 7px 0px 0px 5px;
}

#menuRegions ul li, #nejVyrazy ul li{
  padding-bottom: 2px;
}

#menuRegions ul li a, #nejVyrazy ul li a{
  text-decoration: none;
  font-weight: normal;
  color: black;
  font-size: 8pt;
}

#menuRegions ul li a .prefixAccommodation {
  color: silver;
}

#menuRegions ul li a:hover,  #nejVyrazy ul li a:hover {
  text-decoration: underline;
}

#menuRegions ul li a:hover .prefixAccommodation {
  color: #BA0000;
  text-decoration: underline;
}

#menuRegions .body , #nejVyrazy .body{
  border: 1px #B2B2B2 solid;
  border-top: none;
  border-bottom: none;
}

#weather h3 {
  background-color: #FFDD8D;
  background-image: url(http://hotely.mok.cz/images/boxWeatherTop.gif);
  padding: 7px 5px 0px 10px;
}


#weather .body {
  border: 1px solid #E8D7AF;
  border-top: none;
  border-bottom: none;
  background-color: #FFDD8D;
  padding: 10px;
}



#weather .bottom {
  background-image: url(http://hotely.mok.cz/images/boxWeatherBottom.gif);
}



#help .body {
  border: 1px solid #E1E1E1;
  border-top: none;
  border-bottom: none;
  background-color: #99C2AE;
  padding: 10px;
}

#help .bottom {
  background-image: url(http://hotely.mok.cz/images/boxHelpBottom.gif);
}

#help p {
  margin: 0px;
  text-align: justify;
  font-size: 90%;
}

.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}


.formContent
{
	margin-top: 6px;
	margin-left: 15px;
	color: white;
}

#columnLeft {
  float: left;
}

#mainContent {
  float: left;
  width: 500px;
  margin: 10px 0px 0px 7px;
}

#searchBox 
{
  background-color: #B2B2B2;
}

#searchBox h3 
{
  background-color: #B2B2B2;
  background-image: url(http://hotely.mok.cz/images/boxSearchTop.gif);
}

#searchBox .bottom {
  background-image: url(http://hotely.mok.cz/images/boxSearchBottom.gif);
}

#tempFrmSearch {
  margin: 0px;
  padding: 5px 0px 5px 8px;
  background-color: #B2B2B2;
  color: white;
}

#frmSearch select {
  width: 150px;
  margin-right: 5px;
}

#frmSearch button {
  border: solid 1px black;
  background-color: silver;
  color: black;
  padding: 1px;
}

#mapCR 
{
	
  background-color: #E1E1E1;
  text-align: center;
  padding: 10px 0px 0px 0px;

}

#introTop, #introBottom {
  border: solid 1px #B2B2B2;
  border-bottom: none;
  border-top: none;
  margin: 10px 0px 10px 0px;
  padding: 5px;
  text-align: justify;
}

#hotelsList h3, #hotelsList h6
{

	padding-right: 0px;
	padding-left: 10px;
	background-image: url(http://hotely.mok.cz/images/boxHotelsTop.gif);
	padding-bottom: 0px;
	color: black;
	padding-top: 5px;
	background-color: white;
}

#hotelsList .bottom {
  background-image: url(http://hotely.mok.cz/images/boxHotelsBottom.gif);
}

#hotelsList .body {
  border: 1px solid #B2B2B2;
  border-top: none;
  border-bottom: none;
  background-color: white;
  padding: 10px;
}

#hotelsList .hotel {
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
  border-bottom: solid 1px #B2B2B2;
}



#hotelsList .hotel .photo img {	  							  /* zmeneno */
  border: 1px silver solid;
}

.imgBorder
{

 border: 1px silver solid;
}


#hotelsList .hotel h3 {
  font-size: 110%;
}

#hotelsList .hotel p {
  margin: 0px;
  text-align: justify;
}

/* nove */

#searchBox .bottomSearchBoxSmall {
  height: 11px;
  font-size: 1px;
  line-height: 1px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-image: url(http://hotely.mok.cz/images/boxSearchSmallBottom.gif);
  margin-bottom: 10px;
}

#hotelsList h1 .subTitle {
  color: gray;
  font-size: 80%;
  font-weight: normal;
}

#help h3 {
  margin-top: 10px;
  margin-left:0px;
  padding-left:0px;
  color:Black;
}

#help h2 {
  background-color: #99C2AE;
  background-image: url(http://hotely.mok.cz/images/boxHelpTop.gif);
  padding: 7px 5px 0px 10px;
  color:White;
}

#hotelsList .hotel h2 .subTitle {
  font-weight: normal;
  color: gray;
  text-decoration: none;
  font-size: 80%;
}

#hotelsList .hotel h2 {
  padding-bottom: 5px;
}

#hotelsList .hotel .photo {
  float: left;
  margin-right: 5px;
}

#hotelsList .hotel .icons {
  padding-top: 10px;
}

#navigationBar {
  border: solid gray 1px;
  border-bottom: none;
  border-top: none;
  padding: 5px;
  margin-bottom: 10px;
}
 
#navigationBar .selected {
  text-decoration: none;
  color: black;
  font-weight: normal;
}


  .subTitle 
{
  font-weight: normal;
  color: gray;
  text-decoration: none;
  font-size: 90%;
}

.zarizeni
{
padding-bottom: 10px;
border-bottom: solid 1px silver; 
margin-bottom: 10px;	 
}
