* {
	margin: 0; 
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
	color: black;
	text-align: center;
	background: #ffffe2 url(images/bg.png) repeat-x top;
}
#frame {
	margin: 0;
	padding: 0;
    text-align: left;
	width: 990px;
	margin: 0 auto;
}
.clear {
	clear: both;
	margin: 0; padding: 0;
	border:none;
	visibility: hidden;
}

hr {
	margin: 10px;
	padding: 0px;
	border: none;
	height: 1px;
	background-color: #c2e087;
}

#foot {
	clear: both;
	padding-top: 12px;
	text-align: center;
	font-size: 8pt;
	height: 28px;
	background: transparent url(images/foot_bg.gif) repeat-x top;
	position: relative;
}
#foot a:link, #foot a:visited {
}
#foot a:hover {
}

#top {
    width: 100%;
}
#motyl {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 157px;
	height: 141px;
	background: url(images/motyl.png) no-repeat;
}
#top-line {
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
	/*
	float: right;
	padding: 5px;
	*/
}

#top-foto {
	float: left;
	width: 222px;
	height: 186px;
	background: transparent url(images/top-foto.jpg) no-repeat left top;
}
#top-menu {
	float: left;
	margin-left: 40px;
	margin-top: 57px;
	
	text-align: left;
	padding-left: 2px;
	padding-bottom: 0px;
	background: transparent url(images/top-menu-bg-start.png) no-repeat left top;
}
a#home-link {
	display: block;
	float: left;
    height: 98px;
    width: 742px;
	background: transparent url(images/top.png) left top no-repeat;
}
a#home-link span {
	display: none;
}
a.auth {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
    background: transparent url(images/lock.png) no-repeat left top;
}
a.auth span {
    display: none;
}
a#login {
    background: transparent url(images/lock.png) no-repeat left top;
}
a#logout {
    background: transparent url(images/lock_open.png) no-repeat left top;
}


ul.main-menu {
	width: 517px;
    height: 32px;
	padding: 0;
	margin: 0;
    background: transparent url(images/top-menu-bg-end.png) no-repeat right top;
}
ul.main-menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
ul.main-menu li:hover {
	border: none;
}

ul.main-menu li a:link,
ul.main-menu li a:visited {
	display: block;
	width: 103px;
	height: 22px;
	font-size: 8pt;
	text-decoration: none;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	color: black;
	background: #d4ed00 url(images/top-menu-bg.png) no-repeat top;

}
ul.main-menu li a:hover {
	background: #657200 url(images/top-menu-bg-over.png) no-repeat top;
	color: #ffffe2;
}

ul.main-menu li.current a {
	background: #ff911b url(images/top-menu-bg-over.png) no-repeat top;
	color: #ffffe2;
}


#left-block {
	clear: both;
    float: left;
    width: 240px;
    padding-top: 30px;
	padding-right: 5px;
    background: transparent;
    /* background: #f9f7f1 url(images/left-box.png) repeat-y; */
/*     _background: transparent url(images/side-menu-bg.png) no-repeat left 30px; */
}
#left-block h2 {
	color: #5e841b;
	border: none;
}
ul.left-menu {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	padding-left: 13px;
	line-height: 1.3em;
	background: transparent url(images/side-menu-bg.png) no-repeat left top;
}

ul.left-menu li {
	list-style: none;
    margin: 0; padding: 0;
    margin-bottom: 5px;
    background: transparent url(images/side-menu-li-bottom.png) no-repeat left bottom;
}
ul.left-menu li a {
	display: block;
	height: 22px;
	color: #3f3f3f !important;
	font-weight: bold;
	padding: 1px 0px 0px 20px;
	text-decoration: none !important;
	font-size: 9pt;
	background: url(images/side-menu-li.gif) no-repeat left 3px;
}
ul.left-menu li a:hover {
	text-decoration: none;
	color: #5e841b !important;
	background: url(images/side-menu-li.gif) no-repeat 3px 3px;
}

ul.left-menu li.expanded {
	/* background: #f9f9f9 url(images/left-menu-open.png) no-repeat; */
}

ul.left-menu li ul {
	margin: 0; padding: 0;
	margin-left: 20px;
	padding-bottom: 7px;
	 /* border-bottom: 1px dotted #000000; */
	 background: transparent url(images/menu-li-dotted.gif) repeat-x bottom;
}
ul.left-menu li ul li {
	padding-top: 1px;
    background: transparent url(images/menu-li-dotted.gif) repeat-x top;
    border: none;
    margin: 0;
    /* border-bottom: 1px dotted #000000; */
}
ul.left-menu li ul li a {
	padding: 0px 0px 0px 13px;
	height: 20px;
	font-size: 8pt;
	background: transparent url(images/menu-li-sipka.gif) no-repeat left center;
}
ul.left-menu li ul li a:hover {
	background: transparent url(images/menu-li-sipka.gif) no-repeat 3px center;
}
ul.left-menu li ul li.current a {
	background: transparent url(images/menu-li-sipka.gif) no-repeat 2px center;
	color: #5e841b !important;
}
ul.left-menu li:hover {
	border-bottom: none;
}

#bg {
	background: transparent url(images/bg_content.png) no-repeat top right;
}

#obsah {
	float: left;
	width: 682px;
	margin: 0;
	min-height: 283px;
	_height: 283px;
	text-align: left;
	padding: 30px;
	_padding-top: 10px;
	#padding-top: 10px;
	background: transparent url(images/bg_content.png) no-repeat top right;
}
#obsah-top {
	float: none;
}

h1 {
	text-align: left;
	color: #5e841b;
	color: #3e3e3e;
	font-size: 15pt;
	font-weight: normal;
	background: transparent url(images/nadpis_li.png) no-repeat left bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b0d51e;
	clear: right;
}
	
h2 {
	clear: both;
	font-size: 12pt;
	color: #4e6c18;
	margin: 20px 0 10px 0;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px solid #c2e087;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
	color: #5e841b;
	outline: none;
}
a:hover {
    color: #434343;
}
a:focus {
	outline: 0;
}

a.back2top {
	float:right;
	margin-top:7px
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	line-height: 1.7em;
	margin: 10px;
}
ul li {
	padding-left: 13px;
	background: transparent url(images/li.gif) no-repeat left 7px;
}
ol {
	padding: 0;
	line-height: 1.5em;
	margin: 10px;
	padding-left: 20px;
}

.zoznam-clankov li {
	font-weight: bold;
}

ul.kontakt {
	float: left;
	_float: none;
	width: 580px;
	border-bottom: 1px solid #c2e087;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}
.editacne {
    clear: both;
	float: right;
}

/* IMAGE */
.img-product {
	float: right;
	text-align: center;
	width: 244px;
	margin: 10px 0 20px 20px;
	background: white url(images/img-bg-content.png) repeat-y;
	
}
.img-product a {
	display: block;
	width: 244px;
}
.img-top {
	width: 244px;
	height: 11px;
	background: transparent url(images/img-bg-top.png) no-repeat top;
}
.img-bottom {
	width: 244px;
	height: 11px;
    background: transparent url(images/img-bg-bottom.png) no-repeat bottom;
}
.img-product-small {
	float: right;
	width: 122px;
	margin: 0 0 10px 10px;
	text-align: center;
	background-color: #eeeeee;
	border: 1px #989898 solid;
}
.img-product-small a {
    display: block;
	width: 100px;
	padding: 5px;
	border: 1px solid #dedede;
	margin: 5px;
	background-color: #ffffff;
}

img {
	/* border: 1px black solid; */
	border: none;
}
.noborder {
	border: 0;
}
.thumb {
	text-align: center;
}
.thumb a {
    display: block;
    float: left;
    
    margin:15px;
	padding: 10px;
	padding-bottom: 0;
	text-decoration: none;
	border: 1px #c5c5c5 solid;
	background-color: #efefef;
}
.thumb p {
    margin-top: 10px;
    padding-top: 3px;
	/*border-top: 1px solid #dddddd;*/
}

table {
	border-collapse: collapse;
/*	padding: 0;	margin: 10px; border-width: 0; */
}
td, th {
	padding: 2px 10px; margin: 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #dddddd;
}
th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
th.title {
	padding-top: 10px;
	font-weight: bold;
	font-style: normal;
}
th.title span {
	font-style: normal;
	font-weight: normal;
}
table caption {
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    margin:0 auto;
}
.kontakty {
	width: 70%;
	margin: 0 auto;
}
.kontakty2 {
	margin-left: 20px;
}
.center {
	text-align: center;
}
.indent {
	padding-left: 10px;
}

/* FORM */
form {
	margin: 10px;
}
form fieldset {
	border: 0;
	border-top: 1px solid #a6a6a6;
	padding: 10px;
	margin: 0px;
}

form fieldset legend {
	font-size: 1.4em;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0px 5px;
}

textarea, input, button, select, option {

	padding: 1px;
	margin: 1px;
	color: #404040;
	background-color: #F8F7F1;
	border: 1px solid #a6a6a6;
	font-size: 10pt;
}

input:focus, input:hover, textarea:focus, textarea:hover {
	background-color: #FFFFFF;
}
label {
	margin:0;
	padding:0;
	display: block;
	width: 120px;
	float: left;
	text-align: right;
	padding-top: 3px;
}
form br {
	clear: both;
}
button.submit,
input.submit {
	margin-left: 120px;
}
.skryt {
	display: none;
}
.maxsize
{
	width: 400px;
}
.midsize
{
	width: 250px;
}

.form-search label {
	width: 100%;
	text-align: left;
}
.form-search input {
	width: 120px;
}
.form-search input.submit {
	margin-left: 10px;
	width: 100px;
}
/* buttons */

.type_blob {
	width: 300px;
	max-height: 50px;
	_height: 50px;
    overflow: auto;
}
#csv {
	float: right;
    display: block;
    width: 17px;
    height: 16px;
	background: transparent url(images/icon_csv.gif) no-repeat;
	margin-left: 4px;
}
#csv span {
    display: none;
}

/*
a[href$='.pdf']:before {
	content: url(images/icon_pdf.gif);
	padding: 0 5px 0 0;
	text-decoration: none;
}
.subor {
	float: left;
    display: block;
    width: 16px;
    height: 16px;
	background: transparent url(images/ext_icons/page_white.png) no-repeat;
	margin-right: 4px;
}
*/

.popis {
	color: grey;
}
.subor {
	background: transparent url(images/ext_icons/page_white.png) no-repeat;
	padding-left: 20px;
	height: 20px;
}
.pdf {
	background: transparent url(images/ext_icons/page_white_acrobat.png) no-repeat;
}
.doc{
	background: transparent url(images/ext_icons/page_white_word.png) no-repeat;
}
.xls{
	background: transparent url(images/ext_icons/page_white_excel.png) no-repeat;
}
.ppt{
	background: transparent url(images/ext_icons/page_white_powerpoint.png) no-repeat;
}
.zip {
	background: transparent url(images/ext_icons/page_white_compressed.png) no-repeat;
}
.txt {
	background: transparent url(images/ext_icons/page_white_text.png) no-repeat;
}
.c {
	background: transparent url(images/ext_icons/page_white_c.png) no-repeat;
}
.cpp {
	background: transparent url(images/ext_icons/page_white_cplusplus.png) no-repeat;
}
.php {
	background: transparent url(images/ext_icons/page_white_php.png) no-repeat;
}
.pict {
	background: transparent url(images/ext_icons/page_white_picture.png) no-repeat;
}

.delete {
	float: left;
    display: block;
	margin-right: 5px;
    width: 17px;
    height: 16px;
	background: transparent url(images/btn_delete.gif) no-repeat;
}
.delete span {
    display: none;
}
.edit {
	float: left;
    display: block;
    width: 17px;
    height: 16px;
	background: transparent url(images/btn_edit.gif) no-repeat;
}
.edit span {
    display: none;
}
.check {
	background: transparent url(images/check.gif) no-repeat left center;
	padding-left: 10px;
}
.uncheck {
	background: transparent url(images/uncheck.gif) no-repeat left center;
	padding-left: 10px;
}
input[type=checkbox],input[type=image], input[type=checkbox] + span {
	border: none;
	background: none;
}
input[type=checkbox]:checked, input[type=checkbox]:checked + span {
	background-color: #fffcb0;
}
.s-radio {
	border: none;
	background: none;
}

.strankovanie {
	clear: both;
	text-align: center;
	font-size: 7pt;
}
/* contact */
.contact-name {
	font-weight: bold;
	padding-top: 15px;
}
.adresa {
    padding-left: 20px;
    font-family: "Courier New", monospace;
    font-weight: bold;
}

em {

}
.justify {
	text-align: justify;
}
.vytlacit {
    display: block;
	float: right;
	width: 16px;
	height: 16px;
    background: transparent url(images/printer.png) no-repeat left center;
}
.vytlacit span {
	display: none;
}

.pridat {
    display: block;
	float: right;
	width: 50px;
	height: 16px;
	padding-left: 20px;
    background: transparent url(images/add.png) no-repeat left center;
}
.upravit {
    display: block;
	float: right;
	width: 50px;
	height: 16px;
	padding-left: 20px;
    background: transparent url(images/reply.png) no-repeat left center;
}
.zobrazit {
    display: block;
	float: right;
	width: 50px;
	height: 16px;
	padding-left: 20px;
    background: transparent url(images/accept.png) no-repeat left center;
}

#admin-line {
	float: right;
}
#admin-line a {
	margin-right: 10px;
}

/* RIGHT BLOCK */

#right-block {
    float: right;
    width: 150px;
    font-size: 8pt;
	background: transparent url(images/small-box-bg.png) no-repeat top;
	min-height: 300px;
	_height: 300px;
	padding-right: 10px;
	padding-top: 40px;
}
#right-block ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#right-block ul li {
	padding: 0;
	margin: 0;
	padding-left: 10px;
	border-left: 1px solid #bcbcbc;
	margin-bottom: 5px;
	background: transparent url(images/li-top.gif) no-repeat left top;
	background: transparent url(images/li-top.gif) no-repeat 1px top;

}



/* zaznam */
div.zaznam h2 {
	margin-bottom: 0px;
}
div.zaznam h2 a {
	color: #4e6c18;
	text-decoration: none;
}

.obsah {
	padding-top: 10px;
}
.perex {
	padding-top: 10px;

}
.read-more {
	clear: right;
	display: block;
	text-align: left;
	margin-top: 5px;
	padding: 5px;
}
.tags {
	font-size: 0.8em;
}
a.tag {
	font-weight: bold;

    text-decoration: none;
    padding: 3px;
}
a.tag-del {
	color: #fff0e1;
	font-weight: bold;
    background-color: #ec7000;
    text-decoration: none;
    padding: 3px;
}
a.tag-del:hover {
	background-color: #fff0e1;
	color: #ec7000;
}
a.tag-edit {
	color: #fff0e1;
	font-weight: bold;
    background-color: #ec7000;
    text-decoration: none;
    padding: 3px;
}
a.tag-edit:hover {

	background-color: #fff0e1;
	color: #ec7000;
}

span.datum {
	margin: 2px 5px 1px 2px;
	display: block;
	float: right;
	text-align: right;
	font-size: 0.8em;
}
span.editacne {
	display: block;
	font-size: 0.8em;
	text-align: right;
	font-weight: bold;
}

#navigacia {
	text-align: center;
}
.response {
	/*
	position: absolute;
	top: -1px;
    left: 50%;
    margin-left: -100px;
    */
    margin: 0 auto;
	width: 300px;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #fff8cc;
	border: 1px solid #ffd03f;
    font-weight: bold;
    text-align: center;
	display: none;
}


