* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0px auto 0px auto;
	width: 960px;
	background-color: #fff;
	font-family: "comic sans ms", Veradna, Arial;
}
p {
	font-family: "comic sans ms", Verdana, Arial;
	text-indent: 20pt;
	margin-top: 5px;
	line-height: 1.5;
	text-align: justify;
}
img {
	border: none;
}
a {
	color: #096793;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1
{
	margin-top: 0px;
	margin-bottom: 12px;
}
h2{
	margin-top: 8px;
	margin-bottom: 12px;
	color: #096793;
}
h3{
  margin-top: 8px;
	margin-left: 16px;
}

#menu_top ul {
  position: relative;
  left: 108px;
  height: 73px;
	list-style-type: none;
}
#menu_top li {
	display: inline;
}
#menu_top a {
	height: 73px;
	float: left;
	display: block;
	text-decoration: none;
	border: 0px;
}

#ocojde{
background-image: url(images/ocojde1.png);
background-repeat: no-repeat;
width: 157px;
}
#ocojde:hover{
background-image: url(images/ocojde2.png);
}

#kdotamhraje{
background-image: url(images/kdotamhraje1.png);
background-repeat: no-repeat;
width: 195px;
}
#kdotamhraje:hover{
background-image: url(images/kdotamhraje2.png);
}

#kdytobude{
background-image: url(images/kdytobude1.png);
background-repeat: no-repeat;
width: 173px;
}
#kdytobude:hover{
background-image: url(images/kdytobude2.png);
}

#acoja{
background-image: url(images/acoja1.png);
background-repeat: no-repeat;
width: 122px;
}
#acoja:hover{
background-image: url(images/acoja2.png);
}

#he{
background-image: url(images/he1.png);
background-repeat: no-repeat;
width: 101px;
}
#he:hover{
background-image: url(images/he2.png);
}
.schovat {
visibility: hidden;
}

#warp {
  position: relative;
  left: 115px;
  top: 15px;
	width: 730px;
	min-height: 270px;
	_height: 290px;
}
#header {
	height: 141px;
	width: 960px;
	background-image: url(images/head.png);
}
#header a{
	height: 141px;
	width: 960px;
	display: block;
	text-decoration: none;
}
#header a:hover{
	text-decoration: none;
}

#footer {
  margin-top: 40px;
	height: 65px;
	width: 960px;
	background-image: url(images/foot.png);
}
#profily img{
  float: left;
  margin-right: 10px;
}
#profily .profil{
  min-height: 150px;
  _height: 130px;
  margin-bottom: 30px;

}
.misto{
  color: #096793;
  font-weight: bold;
  font-size: 20px;
  padding-top: 6px;
}

.aktualita{
  margin-top: 20px;
  margin-left: 30px;
  min-height: 80px;
  margin-bottom: 30px;
}
.datum{
  float:left;
  margin-right: 10px;
}
.datumTop {
  margin-top: 10px;
  display: block;
  width: 100px;
  background-color: #096793;
  color: #FFF;
  text-align: center;
  padding-top: 2px;
  padding-bottom: 2px;
  font-weight: bold;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
    
}
.datumDown {
  display: block;
  width: 100px;
  background-color: #fff;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: bold;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
}
.textAktuality{

}
.content {
	width: 650px;
	margin-bottom: 5px;
	text-align: justify;
}
.text {
	font-family: "comic sans ms", Verdana, Arial;
	text-indent: 20pt;
	margin-top: 5px;
}
.left {
	float: left;
	margin: 10px 10px 5px 0;
}
.right {
	float: right;
	margin: 10px 0 5px 10px;
}
.centerX {
	margin: 0 auto;
}
.center {
	text-align: center;
}