/********************** CSS FILE BY LIO ***********************/
/* Please don't use anything from here without my permission.*/


/*
** MAIN
*/


body, html {
	background: #191F00 url('other/pattern1.png') top left repeat;
	font-family: 'Trebuchet MS', Tahoma, Verdana;
	color: black;
	margin: 5px 0px 0px 0px;
}

* { margin: 0; padding: 0; font-size: small; }
img { border: 0; }
strong { color: #333333; }

a { color: #008F00; }
a:visited { color: #008F00; }
a:hover { color: #47440C; }


/*
** /MAIN
*/


#container {
	height: auto;
	width: 900px;
	margin: 0 auto;
}

#top {
	width: 900px;
	height: 30px;
	background: #94b900;
	float: left;
}

#bread {
	height: 45px;
	width: 900px;
	background: #E9ECCA;
	float: left;
}

div#bread * { font-size: medium; }
div#bread strong { margin: 1.5% 1% 0% 10px; float: left; font-style: bold; }

div#bread ul {
	width: auto;
	list-style: none;
	float: left;
	height: auto;
	margin-top: 1.5%;
	display: inline;
}

div#bread ul li {
	display: inline;
}

div#meniny { font-size: medium; float: left; margin: 5px 15px; color: #4b4b4b; }

ul#top_menu {
	width: 55%;
	height: 30px;
	list-style: none;
	float: right;
	margin: 4px 15px 0px 0px;
}

ul#top_menu li a { 
	font-size: medium;
	padding: 0px 30px 0px 10px;
	color: #4b4b4b;
}

#top_menu li { float: left; }

#top_menu li a.herbar_facebook { background: url('other/herbar_facebook.png') 100% 50% no-repeat; }
#top_menu li a.helped { background: url('other/lifebuoy.png') 100% 50% no-repeat; }
#top_menu li a.terms { background: url('other/lists.png') 100% 50% no-repeat; }



#top_menu li a:hover { color: black; }
#top_menu li a.active { color: black; }


/*
** MENU
*/


ul#menu {
	width: 400px;
	height: 164px;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	list-style: none;
}

#menu li { float: left; }
#menu li a { display: block; width: 100px; height: 164px; cursor: pointer; color: white; }
#menu li a:hover { color: white; background: black; }

li#uvod a span {
	width: 100px;
	height: 164px;
	background: url('menu/uvod.png') top left no-repeat;
	position: absolute;
}

li#databaza a span {
	width: 100px;
	height: 164px;
	background: url('menu/databaza.png') top left no-repeat;
	position: absolute;
}

li#clanky a span {
	width: 100px;
	height: 164px;
	background: url('menu/clanky.png') top left no-repeat;
	position: absolute;
}

li#kontakt a span {
	width: 100px;
	height: 164px;
	background: url('menu/kontakt.png') top left no-repeat;
	position: absolute;
}


li#uvod a span:hover {
	width: 100px;
	height: 164px;
	background: url('menu/uvod.png') top left no-repeat;
	background-position: 100%;
}

li#databaza a span:hover {
	width: 100px;
	height: 164px;
	background: url('menu/databaza.png') top left no-repeat;
	background-position: 100%;
}

li#clanky a span:hover {
	width: 100px;
	height: 164px;
	background: url('menu/clanky.png') top left no-repeat;
	background-position: 100%;
}

li#kontakt a span:hover {
	width: 100px;
	height: 164px;
	background: url('menu/kontakt.png') top left no-repeat;
	background-position: 100%;
}

li#uvod a span.active {
	width: 100px;
	height: 164px;
	background: url('menu/uvod.png') top left no-repeat;
	background-position: 100%;
}

li#databaza a span.active {
	width: 100px;
	height: 164px;
	background: url('menu/databaza.png') top left no-repeat;
	background-position: 100%;
}

li#clanky a span.active {
	width: 100px;
	height: 164px;
	background: url('menu/clanky.png') top left no-repeat;
	background-position: 100%;
}

li#kontakt a span.active {
	width: 100px;
	height: 164px;
	background: url('menu/kontakt.png') top left no-repeat;
	background-position: 100%;
}


/*
** /MENU
*/


/*
** HEADER
*/


h1#header {
	width: 500px;
	height: 125px;
	float: right;
	background: black;
}

#logo {
	width: 500px;
	height: 125px;
	position: relative;
	float: right;
	margin: 0;
}

#logo a {
	width: 500px;
	height: 125px;
	display: block;
	cursor: pointer;
	font-size: medium;
	color: white;
	font-size: 150%;
}

#logo a:hover { color: white; background: black; }

#logo a span {
	background: url('logo/logo.png') top left no-repeat;
	width: 500px;
	height: 125px;
	position: absolute;
}

#cse-search-box {
	float: right;
	margin: 1.5% 15px 0px 5px;;
}

div#searchbox {
	width: 500px;
	height: 39px;
	background: #94b900;
	float: right;
}


fieldset#search-box { width: 400px; height: 37px; text-align: right; float: right; padding: 0; }

input#search {
	height: 60%;
	font-size: medium;
	text-indent: 5px;
	margin-top: 1.5%;
	float: right;
	color: #333333;
}

input#searchok {
	height: 75%;
	font-size: medium;
	padding: 0px 5px;
	margin: 1.5% 15px 0px 5px;
	float: right;
}


/*
** /HEADER
*/


/*
** CONTENT
*/
               
               
#content {
	min-height: 300px;
	/* IE6 min-height hack:*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	/**/
	width: 900px;
	padding: 5px 0px 30px 0px;
	background: #f2ffbf;
	float: left;
}

#content_error {
	min-height: 300px;
	/* IE6 min-height hack:*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	/**/
	width: 900px;
	padding: 5px 0px 30px 0px;
	background: #f2ffbf;
	margin-top: 300px;
	float: left;
}

#content ol {
	list-style: decimal outside;
	margin: 10px 30px 10px 40px;
	clear: left;
}

#content ol li { margin: 10px 0px 0px 0px; }

#content p {
	margin: 10px 15px;
	font-size: 100%;
}

#content h2 {
	font-size: 150%;
	border-bottom: 1px #cbcbcb solid;
	width: 96%;
	float: left;
	color: #333333;
	margin: 10px 0px 15px 10px;
}

#content h2#nauvod { width: 61%; float: left; }
#content h2#novinky { width: 31%; text-align: right; float: right; margin-right: 10px; }

p.uvod {
	width: 60%;
	float: left;
}

ul#news {
	width: 30%;
	min-height: 300px;
	/* IE6 min-height hack:*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	/**/
	margin: 0px 10px 15px 0px;
	list-style: none;
	font-size: 100%;
	float: right;
}

#news li {
	font-size: 100%;
	font-weight: bold;
	text-indent: 18px;
	background: url('other/calendar.png') top left no-repeat;
}

#news li ul { list-style: none; margin: 4px 0px 0px 0px; }
#news li ul li { font-weight: normal; color: #333333; margin-bottom: 10px; text-indent: 0; background: none; }

#leftmenu {
	width: 250px;
	height: auto;
	margin-top: 5px;
	float: left;
}

/* DATABAZA LEFTMENU */

#leftmenu form { float: left; margin: 0; }

#leftmenu fieldset#first {
	float: left;
	border: 0;
	height: 24px;
	width: 230px;
	padding: 0;
	margin: 0;
}

#leftmenu fieldset#second {
	float: left;
	border: 0;
	height: 24px;
	width: 230px;
	padding: 0;
	margin: 0;
}

#leftmenu div#datinputs {
	width: 230px;
	height: 50px;
	border: 0;
	margin-left: 10px;
}

#leftmenu select.database {
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: small;
}

.noscript {
	height: 20px;
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	margin-left: 2px;
}

.noinput { width: 40px; height: auto; }

#leftmenu ul#categories {
	list-style: none;
	width: 226px;
	height: auto;
	margin: 15px 0px 10px 15px;
}

#leftmenu ul#categories li {
	margin-top: 2px;
}

#leftmenu ul#categories li a { font-size: 120%; }

/* CLANKY LEFTMENU */

#leftmenu ul#categories {
	list-style: none;
	width: 226px;
	height: auto;
	margin: 15px 0px 10px 15px;
}

#leftmenu li h3 { font-size: 120%; text-indent: 0; color: #333333; }

#leftmenu ul#categories li ul {
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
}

#leftmenu ul#categories li ul li a { font-size: 100%; }

#adsense_content {
	padding: 0px 20px 0px 13px;
	float: right;
}


#rightcontent {
	width: 624px;
	min-height: 300px;
	/* IE6 min-height hack:*/
	min-height: 300px;
	height: auto !important;
	height: 300px;
	/**/
	margin: 5px 10px 0px 0px;
	padding-left: 5px;
	float: right;
	border-left: 1px #b3b3b3 solid;
}

#rightcontent a img.datimg {
	border: 3px double gray;
	float: right;
	margin: 0px 20px 5px;
}

#rightcontent a img.datimg:hover {
	border: 3px solid gray;
}

#rightcontent h4.dat {
	margin-bottom: 20px;
	font-size: 140%;
	text-indent: 0;
	color: #333333;
	display: block;
	float: left;
}

#rightcontent h4 em { font-size: 85%; font-weight: normal; }

div#google_text {
	margin: 0px 0px 10px 60px;
}

div#bloom-picking {
	margin: 10px 0px 10px 40px;
	padding: 5px 10px 5px 10px;
	/*background: #E9ECCA;*/
	display: block;
	font-size: medium;
	float: left;
}

#bloom-picking .bloom {
	height: 24px;
	background: url('../layout/other/bloom.png') 0% 50% no-repeat;
	display: block;
	font-size: medium;
	text-indent: 28px;
	float: left;
}

#bloom-picking .picking {
	background: url('../layout/other/picking.png') 0% 50% no-repeat;
	display: block;
	font-size: medium;
	text-indent: 28px;
	margin: 0px 0px 0px 10px;
	float: left;
}

#rightcontent h4 { font-size: 140%; text-indent: 0; color: #333333; margin: 0px 0px 5px 0px; clear: left; }


#rightcontent p {
	text-align: left;
	margin: 0px 0px 15px 0px;
	padding: 0px 20px 0px 0px;
	text-indent: 0;
	clear: left;
}

#rightcontent ul {
	list-style: square;
	padding: 0px 20px 10px 20px;
}

#rightcontent ul li {
	margin: 0px 20px 10px 10px;
}

#rightcontent ol {
	list-style: decimal outside;
	padding: 10px 20px 10px 20px;
}

#rightcontent ol li {
	margin: 0px 20px 10px 10px;
}

#rightcontent ol ul {
        margin: 15px 0px 0px 0px;
}

#rightcontent strong { font-size: 110%; }

span#author { float: right; font-weight: bold; }

#rightcontent div#article_nav {
	height: auto;
	width: 604px;
	font-size: medium;
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

.article_nav { cursor: pointer; }

/*
** /CONTENT
*/


/*
** FOOTER
*/


#alt-menu {
	height: 25px;
	width: 900px;
	background: #94b900;
	color: black;
	text-align: center;
	font-size: 15px;
	margin: 0px 0px 15px 0px;
	float: left;
}

ul#alter-menu {
	width: 520px;
	height: 25px;
	margin: 0 auto;
	list-style: none;
}

#alter-menu li {
	width: 130px;
	height: 25px;
	float: left;
	margin: 0;
}

#alter-menu li a {
	width: 130px;
	height: 22px;
	color: #333333;
	display: block;
	padding-top: 3px;
}

#alter-menu li a:hover { color: black; background: #B7E500; text-decoration: underline; }
#alter-menu li a.active { color: black; background: #B7E500; text-decoration: none; }



div#footer {
	width: 900px;
	height: auto;
	font-size: small;
	color: #bdbdbd;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 4px 0px;
	float: left;
	border-top: 1px solid #344100;
	border-bottom: 1px solid #344100;
}

div#footer a { color: #bdbdbd; }
div#footer a:hover { color: white; }

div#citaty { width: 100%; height: auto; color: #bdbdbd; text-align: right; padding: 5px 0px 0px 0px; float: left; }

div#footer_left {
	width: 430px;
	height: auto;
	float: left;
}

strong.counter { color: #B7E500; }

div#adsense_bottom {
	width: 468px;
	height: 60px;
	float: right;
}

ul#links {
	width: 900px;
	height: 15px;
	margin: 5px 0px 40px 0px;
	list-style: none;
	float: left;
}

#links li { float: left; margin: 0px 2px 0px 2px; }


/*
** /FOOTER
*/


/*
** CONTACT
*/


div#names { width: 95%; margin: 0 auto; border: 1px solid black; }

div.name {
	width: 40%;
	float: left;
	margin: 20px 0px 20px 0px;
	position: relative;
}

#content p.contact {
	width: 100%;
	padding: 0px 0px 15px;
	float: left;
}

p.povinne { clear: left; }

.imgl { border: 0; float: left; margin: 5px 10px 10px 5px; border: 3px double gray; }
.articleimgr { border: 0; float: left; margin: 5px 10px 10px 5px; border: 3px double gray; }

.simpleimg { border: 0; margin: 5px 10px 5px 0px; float: left; }
.obalka { border: 0; margin: 5px 40px 5px 5px; float: right; }

p.contact strong { width: 14%; float: left; }
strong.error { color: red; padding-left: 10px; }
strong.success { color: green; padding-left: 10px; }

#contactform { margin-top: 20px; width: 95%; float: left; }
#contactform label { width: 10%; float: left; font-size: small; font-weight: bold;color: #333333; }

fieldset { border: 0; padding: 0px 15px 15px; width: 100%; }

input#sender, input#subject { width: 300px; height: 18px; margin: 1px 0px; border: 1px solid #cfcfcf; background: #fbfbfb; }
input#sender:focus, input#subject:focus { border: 1px solid #999999; background: #ffffff; }

textarea#message { width: 300px; height: 120px; border: 1px solid #cfcfcf; background: #fbfbfb; }
textarea#message:focus { border: 1px solid #999999; background: #ffffff; }

#spam { float: left; width: 100%; margin-bottom: 10px; }
input#robot { width: 80px; height: 18px; margin-left: 10px; border: 1px solid #cfcfcf; background: #fbfbfb; }
input#robot:focus { border: 1px solid #999999; background: #ffffff; }

input#send { height: 30px; margin-left: 10%; padding: 2px; float: left; }


/*
** /CONTACT
*/

