body {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 0.7em;
	background-color: rgb(178,178,178);
	color: black;
  text-align: center;
}

img {
  border: none;
}

table, td {
	font-size: 100%;
}

a {
  color: rgb(63,72,133);
  text-decoration: none;
}

a:hover {
  color: rgb(227,1,27);
  text-decoration: none;
}

h1 {
  font-size: 140%;
  color: rgb(33,33,33);
  margin: 5px 0px 15px 0px;
  font-weight: normal;
}

h2 {
  font-size: 130%;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}

h3 {
  font-size: 110%;
  font-weight: normal;
  margin: 5px 0px 5px 0px;
}

.clear {
  clear: both;
  font-size: 1px;
  line-height: 1px;
  height: 1px;
}

.label {
    display: block;
    color: Gray;
    margin-top: 10px;
}

.inputItem {
    width: 99%;
}

.checkboxItem {
    margin-top: 10px;
    display: block;
}

.checkboxItem label {
    cursor: pointer;
    _cursor: hand;
}

#page {
  position: relative;
  width: 900px;
  text-align: left;
  margin: auto;
  border: 1px solid rgb(0,65,113);
  background-color: rgb(229,229,229);
}

#header {
  position: relative;
  width: 900px;
  height: 120px;
  background-image: url('../images/header.jpg');
  background-repeat: no-repeat;
}

#logo {
  position: absolute;
  top: 40px;
  left: 50px;
}

#webTitle {
  position: absolute;
  top: 40px;
  left: 50px;
  font-size: 110%;
  background-color: rgb(0,65,113);
  color: white;
  z-index: -2;
  width: 265px;
}

#webTitle a {
  text-decoration: none;  
  color: white;
}



/*********************************************************/
/********************* menu ******************************/
/*********************************************************/

#menu {
  width: 900px;
  height: 53px;
  padding: 0px;
  background-color: rgb(0,65,113);
}
/*#menu td{
  vertical-align: middle;
  line-height: 16px;

}
*/
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;  background-color: rgb(0,65,113);
}

#menu li {
  padding: 20px 0px 20px 0px;
  float:left;
  border-right: 1px solid white;
}
#menu ul li .b {background-color: rgb(111,167,231);padding-left:50px;}
#menu .bb {background-color: rgb(80,138,205);}
#menu .bbb {background-color: rgb(53,114,184);}
#menu .bbbb {background-color: rgb(36,95,162);}
#menu .bbbbb {background-color: rgb(25,83,143);}
/*#menu li .6 {background-color: rgb(25,83,143);}*/


#menu ul li a {
  text-decoration: none;
  color: white;
  padding: 20px 25px 20px 25px;
}

#menu ul li a:hover {
  color: white;  
  background-color: rgb(227,1,27);

  
}

#langMenu{
  float: right;
  padding: 0px;
  margin-top: 94px;
  
}
#langMenu .menuEdge{
    float: left;

}
#langMenu ul {
    float: left;
    background-color: white;
    padding: 0px;
    margin: 0px;
    list-style: none;

}
#langMenu li {
  float:left;
  background-color: white;
  border-top: 1px solid rgb(0,65,113);
  height: 20px;
  padding: 5px 15px 0px 0px;
  margin: 0px;

}
#langMenu .edge {
  padding-right: 45px;

}
#langMenu li .menuArrow {
  color: rgb(71,82,149);
}

/*********************************************************/
/********************* název sekce**********************/
/*********************************************************/



/*********************************************************/
/********************* hlavni obsah **********************/
/*********************************************************/

#mainContent {
    margin: 50px 0px 50px 0px;
}

.imgPerex {
    float: right;
    margin: 0px 45px 0px 20px;
}

.mainContentItem {
    width: 520px;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px 50px;
    background-color: white;
    min-height: 382px;
}

.mainContentItem .text {
    padding: 25px;
    line-height: 15px;
}

.mainContentItem .text .title {
    font-size: 130%;
    margin-bottom: 7px;
}

.mainContentItem .text .continue{
    font-size: 140%;
    margin-top: 7px;
}

#mainContent #navigace {
    padding: 0px 0px 30px 50px;
}

#footer {
    width: 900px;
    padding-left: 50px;
    padding-top: 13px;
    margin: auto;
    clear: both;
    color: white;
    text-align: left;
}

#footer .developer a {
    color: Gray;
}

.registrationSectionTitle {
    font-weight: bold;
    margin-top: 20px;
    border-bottom: gray 1px solid;
    display: block;
}

.accommodationCalendar {
    margin: auto;
}

.accommodationCalendar td {
    background-image: url('/images/calendar.gif');
    background-position: center center;
    background-repeat: no-repeat;
    width: 82px;
    height: 96px;
    text-align: center;
    vertical-align: middle;
}

.accommodationCalendar td label {
    display: block;
    cursor: pointer;
    _cursor: hand;
}

.accommodationCalendar td .date {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 20px;
    font-size: 120%;
}

.buttons {
    text-align: center;
    margin-top: 20px;
}

.grdPictures .itemPicture {
    width: 120px;
	text-align: center;
	vertical-align: bottom;
}

.grdPictures .itemPicture .title {
    width: 120px;
	font-size: 90%;
	display: block;
}
