/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  text-align: center;
  font-size: 12px;
  font-family: Arial;
}
/*
  H's
*/
h1 {
  margin: 15px 30px 20px 20px;
  text-align: left;
  color: #e06c35;
  font-size: 22px;
}
h2 {
  color: #e06c35;
  font-size: 16px;
}

h3 {
  font-size: 12px;
  text-align: left;
}
/*
  P's
*/
#content p {
  display: block;
  text-align: left;
  margin: 0 45px 0 10px;
  text-align: justify;
}
/*
  DIV's
*/
#container {
  width: 1023px;
  height: auto;
  margin: auto;
}
#logo {
  width: 100%;
  height: 127px;
  background: url(../img/kids.jpg) no-repeat;
  background-position: 100% 50%;
}
#menu {
  width: 100%;
  height: 31px;
  background: url(../img/top-nav.jpg) no-repeat;
  background-position: 50% 0;
}
#content {
  width: 499px;
  height: auto;
  background: url(../img/balls.jpg) no-repeat;
  background-position: 0 100%;
  background-color: #fff;
  float: left;
  border-right: 1px solid #ffd963;
  color: #545454;
  padding: 0 0 150px 0;
}
div.news {
  display: block;
  width: 100%;
  height: auto;
  margin: 25px 15px 15px 15px;
}
#banner {
  width: 210px;
  padding: 0 0 200px 0;
  height: auto;
  background: url(../img/small-balls.jpg) no-repeat;
  background-position: 0% 0%;
  background-color: #fff;
  float: left;
}
#info {
  width: 312px;
  background: #fff;
  float: left;
  color: #545454;
  /*border-left: 1px solid #ffa94c;*/
}
div.hot {
  margin: 15px 10px 20px 20px;
  text-align: left;
}
#footer {
  width: 1023px;
  padding: 6px 0 6px 0;
  background: url(../img/footer.jpg);
  margin: auto;
  margin-bottom: 10px;
  clear: both;
}
/*
  LINK's
*/
#menu ul li a {
  display: block;
  float: left;
  padding: 8;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  margin: 0 15px 0 20px;
  padding-right: 18px;
}
#menu ul li a.main:link, #menu ul li a.main:visited {
  background: url(../img/red.gif) no-repeat;
  background-position: 100% 50%;
}
#menu ul li a.main:hover {
  color: #fe0303;
}
#menu ul li a.fotogalerie:link, #menu ul li a.fotogalerie:visited {
  background: url(../img/green.gif) no-repeat;
  background-position: 100% 50%;
}
#menu ul li a.fotogalerie:hover {
  color: #36bc07;
}
#menu ul li a.cenik:link, #menu ul li a.cenik:visited {
  background: url(../img/violet.gif) no-repeat;
  background-position: 100% 50%;
}
#menu ul li a.cenik:hover {
  color: #8400ff;
}
#menu ul li a.dotaznik:link, #menu ul li a.dotaznik:visited {
  background: url(../img/blue.gif) no-repeat;
  background-position: 100% 50%;
}
#menu ul li a.dotaznik:hover {
  color: #0042ff;
}
#menu ul li a.kontakt:link, #menu ul li a.kontakt:visited {
  background: url(../img/red.gif) no-repeat;
  background-position: 100% 50%;
}
#menu ul li a.kontakt:hover {
  color: #ff0000;
}
table.calendar a {
  color: blue;
}
table.calendar td.prev a:link, table.calendar td.prev a:visited, table.calendar td.next a:link, table.calendar td.next a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
table.calendar td.prev a:hover, table.calendar td.next a:hover {
  color: orange;
}

/*
  UL, OL's
*/
#menu ul {
  display: block;
  margin: 0 0 0 0;
  height: 31px;
  text-align: left;
}
#menu ul li {
  display: inline;
}
#content ul.error {
  display: block;
  text-align: left;
}
#content ul.error li {
  list-style: circle inside;
}
ol#year {
  display: block;
}
ol#year li {
  display: block;
  float: left;
  width: 44%;
  height: 210px;
  margin: 0 0 0 5%;
}
span.info ul li {
  list-style: square inside;
}
/*
  TABLE's
*/
table {
  font-size: 14px;
  color: #545454;
  margin: 15px;
  border: 1px solid #000;
  padding: 5px;
}
table.login {
  clear: both;
}
table.cenik {
  font-size: 12px;
  color: #545454;
  margin: 0px; 
  border: 0px; 
  padding: 5px; 
}
table.cenik td.ceny {
  text-align: right;
  margin: 15px; 
}
table tr.head {
  background-color: #c8c8c8;
}
table th {
  padding: 2px;
}
table.calendar {
  font-size: 14px;
  font-family: Arial;
  border: none;
  margin: auto;
  float: left;
}
table#calendar {
  font-size: 10px;
}
table.calendar td {
  padding: 3px;
  border: 1px solid #545454;
  background-color: #FCDEB6;
}
table.calendar td.noDay {
  border: none;
  background-color: #fff;
}
table.calendar td.calendarHead {
  font-weight: bold;
  font-size: 16px;
  border: none;
  background-color: #ff9f4a;
  color: #fff;
}
table.calendar td.calendarHeader {
  border: none;
  text-decoration: underline;
  color: #545454;
  font-weight: bold;
  background-color: #fff;
}
table.calendar td.prev, table.calendar td.next {
  border: none;
  background-color: #fff;
}
table.calendar td.full {
  background-color: red;
}
table.calendar td.fullActual {
  background-color: yellow;
}
table.calendar td.notFull {
  background-color: #FCDEB6;
}
table.calendar td.actual {
  background-color: green;
}
table.calendar td.weekend {
  background-color: #d6d6d6;
}
/*
  SPAN's
*/
span.info, span.info2 {
  display: block;
  padding: 5px 5px 5px 45px;
  border: 1px solid #000;
  text-align: justify;
  background: url(../img/atention.jpg) no-repeat;
  background-position: 2% 50%;
  margin: 10px 22px 0px 0px;
  clear: both;
}
span.info2 {
  color: #df9231;
  border: 1px solid #df9231;
}
span.result {
  text-align: center;
  padding: 2px;
  font-weight: bold;
  color: red;
  background-color: #d4d4d4;
}
/*
  FORM's
*/
