* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
  background-color: rgb(44, 170, 224);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: rgb(255, 255, 255);
}
#all {
}

img {
  border-width: 0px;
}
a {
  color: rgb(0, 154, 202);
}
a:hover {
  text-decoration: none;
}

.clear {
  clear: both;
}

p {
  margin-bottom: 1em;
}

ul, ol {
  margin: 0.5em 0em 0.5em 2em;
}
h2 {
  margin-bottom: 0.9em;
}
h3 {
  margin-bottom: 0.6em;
}
h1, h2, h3, h4, h5, h6 {
  color: rgb(63, 188, 81);
}
th {
  text-align: left;
}

#content-end {
  clear: both;
}

#page {
  position: relative;
  width: 800px;
	margin: 0 auto;
}

/* Hlavicka */
#header {
  position: relative;
  background: url('../img/header.png') no-repeat;
  height: 145px;
}

/* Hlavni (klikatelny) nadpis */
h1#heading {
  font-size: 160%;
  line-height: 1em;
  margin-left: 100px;
  position: relative;
}
#heading a {
  display: block;
	width: 450px;
  height: 145px;
  overflow: hidden;
  z-index: 2;
  color: rgb(0, 0, 0);
  text-decoration: none;
}
#heading span {
	width: 450px;
  height: 145px;
  position: absolute;
  background: url('../img/logo.png') no-repeat;
  z-index: 3;
  top: 0px;
  left: 0px;
  cursor: pointer;
  cursor: hand;
}


.lang {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 21px;
}

#lang-cz {
  left: 644px;
}
#lang-en {
  left: 694px;
}





#body {
  background: url('../img/bg.png') repeat-y;
}

#anim {
  height: 233px;
}





#menu {
  position: relative;
  float: left;
  width: 210px;
  height: 352px;
  background: url('../img/menu.png') no-repeat;
}
#menu h2 {
  display: none;
}

#content {
  padding-top: 15px;
  margin-left: 230px;
  width: 505px;
}

ul.menu {
  position: absolute;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  top: 18px;
  left: 47px;
}
ul.menu li a {
  display: block;
  width: 140px;
  height: 35px;
  color: rgb(177, 234, 255);
  padding-left: 26px;
  font-weight: bold;
  font-size: 14pt;
  text-decoration: none;
}
ul.menu li a:hover, ul.menu li.active a {
  color: rgb(0, 154, 202);
}

ul.menu li.active {
  background: url('../img/arrow.png') no-repeat 0px 3px;
}


fieldset.galerie {
  padding: 10px;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
}
legend {
  font-size: 10pt;
  padding: 0em 1em 0em 1em;
}
.galerie .foto {
  margin: 8px;  
}


/* Paticka stranky */
#footer {
  clear: both;
  text-align: center;
  padding-top: 11px;
  background: transparent url('../img/footer.png') no-repeat;
  font-size: 9pt;
  height: 38px;
  color: rgb(0, 0, 0); 
}
