/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 82.5%;
	margin: 0;
	padding: 0;
	background-image: url(img/pozadi.png);
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

a img {
  border: none;
}
a {
  color:#0000ff;
  text-decoration: none;
  font-weight: bold;
  }
.hl:link {
text-decoration: none;
color:#ffffff;
}
.hl:visited {
text-decoration: none;
color:#ffffff;
}
.hl:hover {
text-decoration: underline;
color: #ffffff;
}


#zakl {
  width: 950px;
  margin-right: auto;
	margin-left: auto;
  border: 0px solid black;
}


/*********************/
/* BANNER STYLES */
/*********************/

#hlav {
	position: relative;
	height: 110px;
	border-bottom: 2px solid red;
}

/*********************/
/* MAIN NAV */
/*********************/

#lev {
	position: relative;
	margin-top: 15px;
	width: 150px;
	float: left;
	
}



#prav {
  position: relative;
	width: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}

#prav2 {
  text-align: center;
  position: relative;
	width: 150px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}

/*highlight "you are here" buttons*/
#hlav_logo {
	position: absolute;
	left: 0;
	bottom: 10px;
}

#hlav_tora {
  position: absolute;
	right: 0;
	bottom: 0px;	
}

#kec {
  position: absolute;
  bottom: -13px;
  left: 410px;
  width: 120px;
  height: 23px;
  font-size: 16px;
  padding-top: 2px;
  text-align: center;
  font-family: tahoma;
  font-weight: bold;
  background:  url(img/kec.png); 
}
#napis {
	position: absolute;
	bottom: -13px;
  left: 540px;
  width: 120px;
  height: 23px;
  font-size: 16px;
  padding-top: 2px;
  text-align: center;
  font-family: tahoma;
  font-weight: bold;
  background:  url(img/kec.png) 
	
}
#pocitadlo {
margin-top: 5px;
margin-bottom: 5px;
}

#dal {
  margin-top: 15px;	 
}

#tip {
  margin-top: 15px;
}

#news a:hover {
	color: #000000;
	background-image: url(images/bg/bg_link_h.png);
}

/*********************/
/* MAIN */
/*********************/
h1 {
	color: red;
	margin-top: 5px;
	font-size: 25px;
	border-bottom: 4px solid red;
	line-height: 100%;
}
.section {
	display: inline;
	color: #999999;
	font-weight: normal;
}

.floatRight {
	float: right;
	margin: 5px 10px 2px 15px;
}
img.floatRight {
	border: 2px solid #000000;
}

p {
	color: #000000;
	font-size: 15px;
}
h2 {
	color: #F4BE04;
	font-size: 1.9em;
	margin-top: 10px;
	overflow: hidden;
	padding-top: 0px;
	background: url(images/bg/bg_h2.gif) repeat-x left bottom;
}


/*********************/
/* FOOTER */
/*********************/
#footer {
	margin-top: 15px;
	border-top: 1px dashed #666666;
	padding: 5px 0 0 5px;
	margin-right: 200px;
}
