body {
	margin:0;
	padding:0;
	width:100%;
	color:#000;
	font:normal 12px/1.8em Arial, Helvetica, sans-serif;
	background:#97c950 url(images/bg.jpg) repeat;
}
h1 {
	margin:0;
	padding:12px 0 0;
	color:#fff;
	font:bold 30px Arial, Helvetica, sans-serif;
	letter-spacing:-2px;
	text-align:center;
}
h1 a {
	color:#ffff00;
	text-decoration:none;
}
h1 span {
	color:#fff;
  font-size:40px;
}
h1 small {
	padding:0 10px;
  color:#1e90ff;
	font:normal 20px Arial, Helvetica, sans-serif;
	letter-spacing:normal;
}
h2{
  font-size:20px;
  color:#696969;
}
/*Záhlaví*/
.logo {
	width:auto;
	height:61px;
	padding:0;
	margin:0 auto;
	float:left;
}


.head, .menu_nav {
	margin:0;
	padding:0;
  width:auto;
}
.head {
	padding:0 0 110px;
	background:url(images/main_bg.gif) repeat-x bottom;
}
.horni_lista {
	margin:0 auto;
	width:800px;
}

.menu {
	margin:0;
	padding:72px 0 0 0;
	width:auto;
	float:right;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
}
.menu ul li {
	margin:0;
	padding:0;
	float:left;
}
.menu ul li a {
	display:block;
	margin:0 0 0 5px;
	padding:10px 25px;
	color:#878989;
	text-decoration:none;
	font-size:13px;
	line-height:16px; 
}
.menu ul li.active a, .menu ul li a:hover {
	color:#000;
	text-decoration:none;
	background:#cfcfcf;
  margin:0 0 0 5px;
	padding:10px 23px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
} 
/*Obsah*/
.in{
  margin:0;
  width:1000px;
  height:500px; 
  background: rgba(207,207,207,.8);
}
.in h2, p{
  padding:5px;
  font-family:verdana;
  font-weight: 700;     
}
.left{
  float:left;   
  text-align:left;
  width:333px;
  height:220px;  
}
h2.red:hover{
  color:#ff3333;  
} 
h2.blue:hover{
  color:#0099ff;  
}
h2.yellow:hover{
  color:#ffff00;  
}
/*Zápatí*/
.back {
	width:100%;
  height:63px;
  background:url(images/back_bg.gif) repeat-x bottom;
  text-align:center;
  position:absolute;
  bottom:0px;
  position: fixed;
}
.back p{
  color:#636363;
  padding-top:15px;     
}
.back a{
  color:#636363;     
}
.dulezite, .partner, .zoznam{
  display:none;       
}