@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS";
	
}
a, a:visited {
	text-decoration: none;
	color: #000; 
	background: inherit;
}
a:hover {
	color: #4EBF37;
	background: inherit;
}
body{
	color: #000;
	background-color: #339900;
	background-position: center;
	
}
#cele{
	background-color: #fff;
	margin: 0px auto;
	width: 900px;
	border: thin solid #336600;
	border-width: 0px 3px 3px 3px;
}
#hlavicka {
width: 900px;
height: 162px;


background: url(img/hlavicka.jpg) left top no-repeat;
	
}
#hlavicka h1{
display:none;
}
#menu{
	width: 900px;
	height: 51px;
	background-image: url(img/menu.jpg);
	
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
}
.mezera{
	height: 5px;
	width: 900px;
	background: none;
	}
#menu ul li{
	display: inline;
	list-style-image: none;
	list-style-type: none;
	background: none;
	color: #fff;
	height: 51px;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-x;
	
}
#menu ul li a{
	float: left;
	padding-left: 48px;
	padding-right: 48px;
	height: 51px;
	background: none;
	line-height: 51px;
	color: #fff;
	text-decoration: none;
background-image: url(img/menu.jpg);
	background-repeat: repeat-x;
}
#menu ul li a.konec{
	border-right: none;
	}
#menu ul li a:hover{
	color: #000;
	background-color: #2f8902;
	background-image: none;
}

#menu .menu-leve{
	width:31px;
	height:51px;
	background-image: url(img/menu-leve.jpg);
	float:left;
}
#menu .menu-prave{
	width:31px;
	height:51px;
	background-image: url(img/menu-prave.jpg);
	float:left;
}
div.cistic {clear: both; float: none}
#vyhledavani{
	width: 900px;
	height: 36px;
	background-image: url(img/vyhledavani.jpg);
	background-repeat: no-repeat;
	line-height: 36px
	
	}
#vyhledavac{
	display: inline;
	text-align:center;
}
#vyhledavac input:hover{
	
	
	background-color: #E9E9E9;
}
#vyhledavac input.submit{
	border:1px solid #000;
	margin-left:10px;
	background-color: #fff;
	left: 10px;
	
}
#vyhledavac input.submit:hover{
	border:1px solid #fff;
	margin-left:10px;
	background-color: #000;
	color: #fff;
}
#main{
	width: 590px;
	float:left;
	padding-left: 10px;
}
#main h1{
	width: 561px;
	display: block;
	background-image: url(img/yellow-h1.jpg);
	line-height: 29px;
	font-size: 20px;
	padding-left: 15px;
	font-weight: normal;
	background-repeat: no-repeat;
}
#right{
	width: 217px;
	float:right;
	padding-right: 10px;
	right: 10px;
	
}

#right h1{
	display: block;
	float: right;
	width: 217px;
	background-image: url(img/green-h1.jpg);
	line-height: 29px;
	font-size: 20px;
	font-weight: normal;
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
}
#main ul.kategorie{
   margin-left:30px;
	left:30px;
   float:left;
	width: 150px;
	list-style-type: none;
	list-style-image: url(img/slozka.jpg);
		
}
#main ul.kategorie li {
	list-style-type: none;
	list-style-image: url(img/slozka.jpg);
}
#main ul.kategorie li:hover {
	list-style-type: none;
	list-style-image: url(img/slozka.jpg);
}
#main ul.kategorie li a{
	color: #000;
	text-decoration: none;
	list-style-type: none;
	list-style-image: url(img/slozka.jpg);
}
#main ul.kategorie li a:hover{
	color: #777700;
	text-decoration: underline;
		list-style-type: none;
	list-style-image: url(img/slozka.jpg);
}

div.prispevek{
	width: 550px;
	float:left;
	
}
.nadpis{
	background-color: #dededd;
	padding: 2px 0px 0px 5px;
}
.nadpis h2{
   font-size:18px;
	font-weight:normal;
	}
.nadpis h2 a{
   text-decoration:none;
	color: #000;
  }
.nadpis h2 a:hover{
   text-decoration:underline;
	color: #000;
  }
div.prispevek span a{
   text-decoration:none;
	color: #000;
  }
div.prispevek span a:hover{
   text-decoration:underline;
	color: #000;
  }
div.prispevek span {
   font-size:14px;
  }
div.prispevek p {
	font-size: 14px;
	text-indent: 50px;
	text-align: justify;
}
div.prispevek strong.klicova {
	font-size: 12px;
	text-indent: 5px;
	text-align: justify;
	font-weight:normal;
}
div.prispevek img.pg {
	padding-left: 40px;
}
div.prispevek hr {
	border:none;
	padding-top: 30px;
	border-bottom: 2px solid black;
}
div.novinky{
	background-color: #dededd;
	font-size: 12px;
	border-bottom: 2px solid white;
	padding: 0px 0px 0px 5px;
}
div.novinky h2{
	font-weight:bold;
	font-size: 12px;
	
}
div.novinky p{
	padding-left: 2px;
	
}
#paticka{
	width: 900px;
	height: 17px;
	margin-top:20px;
	top:20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	background-image: url(img/paticka.jpg);
}	
#paticka a{
	text-decoration:none;
	color: #fff;
	
}
#paticka a:hover{
	text-decoration:underline;
	color: #fff;
}

#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;	
	font-size: 10pt;	
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(img/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;	
}
#sidebar ul.sidemenu a {
	font-weight: bolder;
	text-decoration: none;	
	background-image: none;	
}
.tooltip{
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
	}
p.podpaticka{
	margin-top:2px;
	top:2px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 20px;
	
}	
p.podpaticka a{
   padding-left:3px;
	padding-right: 3px;
	text-decoration:none;
	color: #fff;
	
}
p.podpaticka a:hover{
	text-decoration:underline;
	color: #fff;
}
