/* CSS Document */

*{
	padding: 0;
	margin: 0;
}
body{
/*   font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif; */
  font-family: "Century Gothic", "Apple Gothic", Arial, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: auto;
	line-height: 25px;
	background-image: url(../layout/itsallorange_04.png);
	background-position: left top;
	background-repeat: repeat-x;
}
a {
  color: #000000;
}
a:hover {
  text-decoration: none;
}
h2, h3, h4, h5, h6 {
  padding-left: 12px;
  padding-top: 12px;
}

h2 {
  font-size: 130%;
  text-decoration: underline;
}

h3 {

}

h4 {

}

hr {
  text-align: left;
  color: rgb(224,224,224);
  height: 1px;
  margin-left: 10px;
  width: 70%;
}

p {
   padding: 10px;
}

.bez-podtrzeni {
  text-decoration: none;
}

.vyrazne {
    font-weight: bold;
}

.centrovano {
    text-align: center;
}

.zarovnano-pravo {
  text-align: right;
}

.strong {
  font-weight: bold;
}

ul {
  list-style-type: circle;
  margin-left: 25px;
}

/* -------------------layout--------------------- */


#header {
  width: 709px;
  height: 125px;
  margin: auto;
}

#box {
  text-align: left;
  width: 709px;
  clear: both;
  margin: auto;
  text-align: justify;
}

#content {
   margin-top: 25px;
   background-color: #eeeeee;
   padding: 10px;
   padding-bottom: 20px;
}

#footer {
   margin-top: 20px;
   margin-bottom: 20px;
   background-color: #eeeeee;
   text-align: center;
   
}


/* -------------------menu--------------------- */
#menu {
  width: 709px;
  height: 59px;
  margin: auto;
  background-image: url(../layout/itsallorange_05.png);
  background-repeat: no-repeat;
  background-position: bottom;
  list-style-type: none;
}

#menu li {
  float: left;
  overflow: hidden;
  text-align: center;
  padding-top: 15px;
}

#menu a {
  text-decoration: none;
  display: block;
  height: 59px;
  width: 115px;
}

#menu a:hover {
  text-decoration: underline;
}

/* -------------------logo--------------------- */

h1 a, h1 span {
  display: block;
  height: 125px;
  width: 709px;
  float: left;
  overflow: hidden;
}
h1 a {
  position: relative;
  line-height: 125px;
  text-align: left;
}
h1 span {
  position: absolute;
  top: 0; left: 0;
  cursor: pointer;
}

h1 a span {
  background: url(../layout/itsallorange_02.png) no-repeat left top;
}

/* -------------------ostatni-------------------- */

.zarovnano-pravo img {
  margin: 10px;
  margin-left: 40px;
  float: right;
  border: 1px rgb(128,128,128) solid;
}

.galerie img {
  height: 140px;
  padding: 5px;
  margin: 4px;
  border: 1px rgb(128,128,128) solid;
}

.galerie {
  text-align: center;
  margin-top: 10px;
}

.clear {
	clear: both;
  
}
