* {
  margin: 0px;
	padding: 0px;
	border: 0px;
  }
  
body {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 0.8em;
	} 
  
/* OBECNE */
.schovat {
  display: none;
  }
hr {
  display: none;
  }
.tucne {
  font-weight: bold;
  }
.kurziva {
  font-style: italic;
  }
.mensi {
  font-size: 0.85em;
  }
.vetsi {
  font-size: 1.40em;
  }
.left {
  text-align: left;
  }
.right {
  text-align: right;
  }
.center {
  text-align: center;
  }
a {
  color: #337799;
}
a:hover {
  color: #bb0044;
}


p {
  margin-bottom: 10px;
  text-align: justify;
  }


div#obal {
  position: absolute;
  left: 50%;
  width: 780px;
  margin-left: -390px;
  }
div#top {
  width: 100%;
  height: 150px;
/* background-image: page specific */
	background-repeat: no-repeat;
  }
div#main {
  padding-bottom: 30px; /* kvuli footeru */
  }

