body,html {
  font-weight: normal;
  margin: 0px; 
  padding: 0px;
}

a, a:visited {
  color: #717171; 
  text-decoration: underline;
}
a:hover {
  color: #6199D2; 
  text-decoration: underline;
}

body {
  text-align: center;
  background: #495B6C url('bg-body.png') top repeat-x;
  color: #747474;
  font-family : "Times New Roman", Times, serif;
  font-size: 80%;
}

#root {
  text-align: left;
  width: 850px;
  margin: 0px auto;
  position: relative;
}

h1{width: 309px;height: 51px;position:absolute; overflow: hidden;top: 40px;left: 40px;margin: 0px; padding: 0px;}
h1 span{width: 309px;height: 51px;overflow: hidden;position:absolute; top: 0px; left: 0px; background: url('logo.gif');margin: 0px; padding: 0px;}

#head{
  
  height: 154px;
  overflow: hidden;
  background: #fff url('bg-head.gif') no-repeat;
  margin-bottom: 3px;
}

#content-obal{
  background: #F2F2F2 url('bg-top.gif') no-repeat top;
}

#content, #content-obal{
  min-height: 600px;
}

#content{position: relative;background: transparent url('bg-bottom.gif') no-repeat bottom;padding: 10px 35px 35px 35px;}

#text-content{
  padding: 30px 20px 60px 20px; 
}

#text-content p, #text-content li, #text-content div {font-size: 1.2em;}
#text-content li li, #text-content li li li {font-size: 100%;} /* zanoreni */

h2{margin: 0px;color: #fff;font-size: 1em; font-weight: normal;height: 20px; overflow: hidden;}

h3 {
  color: #6199D2;
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: -4px;
  padding-top: 2px;
}

h3 a, h3 a:visited {
  color: #6199D2;
  text-decoration: underline; 
}

h3 a:hover {
  color: #6199D2;
  text-decoration: none; 
}

#footer li.footer-ul-last{border: 0px;}

h2, #vnav{font-size: 1.2em;}

#vnav
{
	display: block;
	position: absolute;
	top: 125px;
	background: #888888;
	height: 20px;overflow: hidden;
  left: 10px;
}

#vnav ul{
	list-style: none;
	padding: 0;
	margin: 0px;

}

#vnav li.last{border: 0px;}

#vnav li
{
	display: inline;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #fff;
	margin: 0;
}

#vnav li, #vnav li a{
	color: #fff;text-decoration: none;
	font-weight: bold;
}

#vnav li a:hover{
	color: #FFF;text-decoration: underline;
}

#footer{position: absolute; bottom: 3px; right: 20px;height: 25px;overflow: hidden; color: #CFCFCF;}
#footer a, #footer a:hover, #footer a:visited{ color: #CFCFCF}

