* {
	margin: 0; 
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 10pt;
	line-height: 1.3em;
	color: black;
	text-align: center;
	background: #aeb8ce url(images/bg-line.png) repeat-x;
	height: 100%;
	
}
#frame {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/frame-bg.png) repeat-y;
	
	position:relative;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */

}

#header {
	float: left;
	text-align: left;
	width: 550px;
}
#header-admin {
	margin-top: 20px;
	height: 20px;
	float: none;
}
#header-top {
	float: right;
	background: transparent url(images/top-icons.png) no-repeat right top;
	width: 119px;
	height: 29px;
}

#content {
	float: left;
	width: 550px;
	_height: 400px;
	min-height: 400px;
	text-align: left;
	margin-left: 40px;
}

a#home-link {
	display: block;
	height: 200px;
	width: 316px;
	margin-top: 20px;
    margin-bottom: 70px;
}
a#home-link span {
	display: none;
}
.clear {
	clear: both;
	margin: 0; padding: 0;
	border:none;
	visibility: hidden;
}

hr {
	margin: 10px;
	padding: 0px;
	border: none;
	height: 1px;
	background-color: #c2e087;
}

#foot {

	float: right;
	width: 550px;
	margin-left: 40px;
	margin-right: 50px;
	height: 40px;
	padding-top: 25px;
	text-align: center;
	font-size: 8pt;
}
#foot a:link, #foot a:visited {
}
#foot a:hover {

}

#top {
	height: 98px;
	text-align: left;
}

#top-line {
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	text-align: right;
}
#top-line a:hover {
	color: #fff;
}

a.auth {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background: transparent url(images-admin/lock.png) no-repeat left top;
}
a.auth span {
	display: none;
}
a#login {
	background: transparent url(images-admin/lock.png) no-repeat left top;
}
a#logout {
	background: transparent url(images-admin/lock_open.png) no-repeat left top;
}



#side-block {
	float: left;
	width: 315px;
    text-align: center;
    min-height: 449px;
    _height: 449px;
    background: transparent url(images/side-block.png) no-repeat 14px 0px;
}

#side-block h3 {
    text-align: center;
	color: #666666;
	border: none;
}

.side-menu-block {
	margin-left: 16px;
	margin-bottom: 30px;
	width: 284px;
	text-align: left;
	padding-top: 4px;
    background: transparent url(images/side-menu-start.png) no-repeat left top;
}

ul.side-menu {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
	
	padding-bottom: 1px;
    background: transparent url(images/side-menu-end.png) no-repeat left bottom;
}

ul.side-menu li {
	list-style: none;
	margin: 0; padding: 0;
}
ul.side-menu li a {
	display: block;
	height: 30px;
	width: 284px;
	color: #fff !important;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	text-decoration: none !important;
	font-size: 10pt;
	text-align: center;
	background: url(images/side-menu.png) no-repeat left top;
}
ul.side-menu li a:hover {
	text-decoration: none;
	color: #00a4e4 !important;
	font-size: 10pt;
	background: url(images/side-menu-over.png) no-repeat left top;
}
ul.side-menu li a.current, ul.side-menu li a.expanded {
	color: #e46100 !important;
	font-size: 10pt;
	background: url(images/side-menu-current.png) no-repeat left top;
}
ul.side-menu li a.current {

}
ul.side-menu li ul li a.current {

}
ul.side-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.side-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.side-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.side-menu li ul li a:hover {
	background: transparent url(images/menu-li-sipka.gif) no-repeat 3px center;
}
ul.side-menu li:hover {
	border-bottom: none;
}


h1 {
	float: left;
	text-align: left;
	color: #0079a8;
	font-size: 18pt;
	text-transform: uppercase;
	font-weight: normal;
	margin:0; padding: 0;
	/*
	#margin-bottom: 0px;
	margin-top: 10px;
	_margin-top: 0px;
	#margin-top: 0px;
	*/
	padding-bottom: 8px;
	width: 100%;
    background: transparent url(images/h1-line.png) no-repeat left bottom;
    background: transparent url(images/h1-line.png) repeat-x bottom;
}

#h1wrap {
	width: 530px;
	height: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
    background: transparent url(images/h1.png) no-repeat right 3px;
	padding-right: 40px;
	margin-top: 20px;
	
}
	
h2 {
	clear: both;
	font-size: 13pt;
	color: #0079a8;
	margin: 25px 0 10px 0;
	font-weight: normal;
	padding-bottom: 5px;
    /* background: transparent url(images/h2-line.png) repeat-x bottom; */
    border-bottom: 1px solid #ea6207;

}
#content h2 a {
	text-decoration: none !important;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 10pt;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
	color: #e46100;
	outline: none;
}
a:hover {
	color: #00a4e4;
}
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;
	border-bottom: 1px solid #c2e087;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
	text-align: justify;
}
.editacne {
	clear: both;
	float: right;
}



ul.main-menu {
	float: left;
	height: 70px;
	padding: 0;
	margin: 0;
}
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: 70px;
	text-align: center;
	font-weight: bold;
	color: black;
}
ul.main-menu li a span {
	display: none;
}
a#odkaz-fotografie {
	background: url(images/fotografie.jpg) no-repeat 0px -70px;
	width: 239px;
	height: 70px;
}
a#odkaz-fotografie:hover {
	background: url(images/fotografie.jpg) no-repeat 0px 0px;
}
ul.main-menu li.current a#odkaz-fotografie {
	background: url(images/fotografie.jpg) no-repeat 0px 0px;
}

a#odkaz-ego {
	background: url(images/ego.jpg) no-repeat 0px -70px;
	width: 117px;
	height: 70px;
}
a#odkaz-ego:hover {
	background: url(images/ego.jpg) no-repeat 0px 0px;
}
ul.main-menu li.current a#odkaz-ego {
	background: url(images/ego.jpg) no-repeat 0px 0px;
}

li#odkaz-notes-wrap {
	margin-left: 50px;
}
a#odkaz-notes {
	background: transparent url(images/notes.jpg) no-repeat 0px -70px;
	width: 136px;
	height: 70px;
}
a#odkaz-notes:hover {
	background: url(images/notes.jpg) no-repeat 0px 0px;
}
ul.main-menu li.current a#odkaz-notes {
	background: url(images/notes.jpg) no-repeat 0px 0px;
}

a#odkaz-kontakt {
	background: url(images/kontakt.jpg) no-repeat 0px -70px;
	width: 159px;
	height: 70px;
}
a#odkaz-kontakt:hover {
	background: url(images/kontakt.jpg) no-repeat 0px 0px;
}
ul.main-menu li.current a#odkaz-kontakt {
	background: url(images/kontakt.jpg) no-repeat 0px 0px;
}


/* 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 0;
	border-width: 0;
}
td, th {
	padding: 2px 10px; margin: 0;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ECECED;
}
th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
	background: transparent;
}
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;
}
.kontakt th {
	text-align: right;
}
.kontakty {
	width: 70%;
	margin: 0 auto;
}
.kontakty2 {
	margin-left: 20px;
}
.center {
	text-align: center;
}
.indent {
	padding-left: 10px;
}

/* FORM */
form {
	margin: 10px;
	text-align: left;
}
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;
}
.button {
	padding: 5px;
	margin: 1px;
	color: #404040;
	background-color: #F8F7F1;
	border: 1px solid #a6a6a6;
	font-size: 10pt;
	text-decoration: none !important;
}

.checkbox {
	display: block;
	float: left;
	padding: 1px;
	margin: 1px;
	margin-right: 10px;
	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;
	padding-right: 5px;
}
form br {
	clear: both;
}
button.submit,
input.submit {
	margin-left: 125px;
}
.skryt {
	display: none;
}
.maxsize
{
	width: 360px;
}
.midsize
{
	width: 200px;
}

.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;
}

.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;
}
#print {
	display: block;
	float: right;
	width: 40px;
	height: 29px;
}
#print span {
	display: none;
}
#sitemap {
	display: block;
	float: right;
	width: 38px;
	height: 29px;
}
#sitemap span {
	display: none;
}
#home-link-small span {
	display: none;
}
#home-link-small {
	display: block;
	float: right;
	width: 40px;
	height: 29px;
}

.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;
	color: black;
}

/* 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;

}


#main {
	float: left;
/*	width: 660px; */
	margin-left: 57px;
}
#node-links-anchor
{
    float: left;
    /* width: 660px; */
	margin-left: 57px;
    /*
    max-height: 70px;
    overflow: hidden;
    */
}
#node-links-anchor .tags {
	text-align: right;
	font-size: 8pt;
}
#node-links-anchor .tags a.tag {
	background: none;

}
#node-links-anchor .tags a.tag:hover {
	color: #000;
	text-decoration: underline;
}
#node-links-anchor ul li
{
	float: left;
	margin-right: 20px;
}
a.nodelink {
    color: #424242 !important;
    text-decoration: none !important;
}
a.nodelink:hover
{
    color: #b0481f !important;
    text-decoration: underline !important;
}

#node-tags{
    float: left;
/*    width: 675px; */
    margin-left: 40px;
/* 	padding-left: 50px; */
	margin-bottom: 5px;
}
.tags {
	font-size: 7pt;
}
a.tag {
	margin-left: 5px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	background-color: #fff390;
}
a.tag:visited {
	text-decoration: none;
}
a.tag:hover {
	text-decoration: none;
	color: #fff;
	background-color: #df6900;
}

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;
}

.code-box {
/*
	background: #f8f8f8;
	border: 1px dotted #ADADAD;
*/
	padding: 10px;
	font-family: Courier New, Courier, monospace;
}
code {
	margin: 5px 0;
	display: block;
/* 	background: #f8f8f8; */
	border-left: 1px dotted #ADADAD;
	padding: 0px 10px;
	font-family: Courier New, Courier, monospace;
}

#main-content pre {
 	white-space: pre-wrap;
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap;	  
	white-space: -o-pre-wrap;	
	word-wrap: break-word;
}

.smaller {
	font-size: smaller;
	line-height: 1.1em;
}
.bigger {
	font-size: larger;
}

/* MAIN BOX */

.main-box {
	width: 524px;
	padding: 0 0 20px 0;
	margin: 10px 0;
	background:url("images/main-box.png") bottom left no-repeat;
}
.main-box h3 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url("images/main-box.png") top left no-repeat;
}
.main-box p {
	margin:0;
	padding: 15px 30px 0px 15px;
	background:url("images/main-box-bg.png") repeat-y;
}

.zlava20percent {
	display: block;
    width: 144px;
    height: 144px;
    background: transparent url(images/zlava20p.png) no-repeat;
    float: left;
}
