/*
	Main Section / Defaults
*/

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(i/bg01.gif);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
}

html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

input {
	font-family: Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
	DIV Section
*/

#main-wrapper {
	margin: 0 auto;
	width: 840px;
}

#header {
	margin: 0 auto;
	width: 800px;
	height: 80px;
	background-color: #fff;
	background-image: url(i/header-default.jpg);
	background-repeat: no-repeat;
}

#header img {
	border: 0px;
}

#shadow-separator {
	margin: 0 auto;
	width: 800px;
	height: 9px;
	background-color: #fff;
	background-image: url(i/bg03.gif);
	background-repeat: repeat-x;
	font-size: 4px; /* For IE only */
}

#wrapper-for-page {
	margin: 0 auto;
	width: 840px;
	background-color: #fff;
	background-image: url(i/bg02.gif);
	background-repeat: repeat-y;
}

#wrapper-for-content {
	margin: 0 auto;
	width: 800px;
	background-color: #fff;
}

#menu-box {
	width: 190px;
	background-color: #fff;
	float: left;
}

#menu-box .box-bottom {
	width: 190px;
	height: 10px;
	background-color: #fff;
	background-image: url(i/bg04.gif);
	background-repeat: no-repeat;
	font-size: 4px; /* For IE only */
}

#title-archiv {
	width: 190px;
	height: 20px;
	background-color: #fff;
	background-image: url(i/title-archiv.gif);
	background-repeat: no-repeat;
}

#title-vyhladavanie {
	width: 190px;
	height: 20px;
	background-color: #fff;
	background-image: url(i/title-vyhladavanie.gif);
	background-repeat: no-repeat;
}

#title-pdfdownload {
	width: 190px;
	height: 20px;
	background-color: #fff;
	background-image: url(i/title-pdf.gif);
	background-repeat: no-repeat;
}

#vyhladavanie-box {
	color: #939393;
	background-color: #f6f6f6;
	background-image: url(i/bg06.gif);
	background-repeat: repeat-x;
}

#pdfdownload-box {
	color: #939393;
	background-color: #f6f6f6;
	background-image: url(i/bg06.gif);
	background-repeat: repeat-x;
	padding-top:10px;
	padding-bottom:10px;
}

#pdfdownload-box .padder {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pdfdownload-box img {
	border: 0px;
	margin-top: 2px;
	margin-right: 4px;
}

#vyhladavanie-input {
	width: 170px;
	height: 18px;
	color: #939393;
	background-color: #f8f8f8;
	background-image: url(i/bg07.gif);
	background-repeat: repeat-x;
	border: 1px solid #d8d8d8;
	margin-left: 9px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}

#vyhladavanie-box .padder {
	margin: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#content-box {
	width: 590px;
	margin-left: 10px;
	float: left;
}

#content-box .padder {
	margin: 10px;
	margin-top: 0px;
}

#content-itself {
	text-align: justify;
	clear: both;
}

#breadcrumbs-box {
	padding-top: 2px;
	height: 18px;
	color: #888;
	font-weight: bold;
	background-color: #ededed;
	background-image: url(i/bg05.gif);
	background-repeat: repeat-x;
}

#content-toolbar {
	text-align: right;
}

#content-rate {
	clear: both;
	color: #8b8b8b;
}

#content-rate img {
	vertical-align: text-top;
	cursor: pointer;
}

#content-toolbar img {
	margin-top: 7px;
	margin-right: 5px;
	margin-left: 14px;
}

#content-notifier {
	font-weight: bold;
	color: #888;
}

#content-notifier .email-input {
	width: 170px;
	height: 18px;
	color: #444;
	background-color: #f8f8f8;
	border: 1px solid #d8d8d8;
	font-size: 12px;
}

#content-notifier .email-submit {
	width: auto;
	height: 18px;
	color: #444;
	background-color: #f8f8f8;
	border: 1px solid #bbb;
	font-size: 12px;
	cursor: pointer;
}

#footer {
	clear: both;
	width: 840px;
	height: 17px;
	color: #c4c4c4;
	text-align: center;
	background-color: #fff;
	background-image: url(i/footer.jpg);
	background-repeat: no-repeat;
}

#footer .padder {
	padding-top: 12px;
}

#najSkContainer {
	overflow: hidden;
	height: 1px;
	height: 0px;
	display: none;
}

.paging {
	text-align: center;
	border-bottom: 1px solid #eee;
	height: 20px;
	margin-bottom: 5px;
}

/*
	Link Section
*/

a.footer:link, a.footer:visited, a.footer:active {
	color: #c4c4c4;
	font-weight: bold;
	text-decoration: none;
}

a.footer:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

a.green-link:link, a.green-link:visited, a.green-link:active, a:link, a:visited, a:active {
	color: #006256;
	font-weight: bold;
	text-decoration: none;
}

a.green-link:hover, a:hover {
	color: #006256;
	font-weight: bold;
	text-decoration: underline;
}

a.green-link-title:link, a.green-link-title:visited, a.green-link-title:active {
	color: #006256;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.green-link-title:hover {
	color: #006256;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.content-toolbar:link, a.content-toolbar:visited, a.content-toolbar:active,
a.pdfdownload:link, a.pdfdownload:visited, a.pdfdownload:active {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

a.content-toolbar:hover, a.pdfdownload:hover {
	color: #666;
	font-weight: bold;
	text-decoration: underline;
}

a.breadcrumbs:link, a.breadcrumbs:visited, a.breadcrumbs:active {
	color: #888;
	font-weight: bold;
	text-decoration: none;
}

a.breadcrumbs:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

/*
	Other Elements Section
*/

#content-box h2 {
	color: #006256;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0;
}

#content-box h6 {
	color: #bbb;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0px;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#content-box hr {
	height: 1px;
	border: 0px;
	color: #bbb; /* For IE Only */
	background-color: #fff;
	background-image: url(i/hr.gif);
	background-repeat: no-repeat;
}

#vyhladavanie-box hr {
	height: 1px;
	border: 0px;
	color: #ccc; /* For IE Only */
	background-color: #ccc;
	background-repeat: no-repeat;
}

#vyhladavanie-box select {
	width: 60px;
	height: 18px;
	color: #666;
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	border: 1px solid #d8d8d8;
	font-family: Arial, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


/*
	Separate section for menuitems in #menu-box
*/

/*
	Main menu
*/

#menu-box #menu a, #menu-box #menu a:visited {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #019583;
	background-image: url(i/bg08.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-top: 2px;
	height: 18px;
}

#menu-box #menu a:hover {
	color: #eafffc;
	text-decoration: underline;
}

/*
	Submenu
*/

#menu-box #menu .submenu a, #menu-box #menu .submenu a:visited {
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	color:#666;
	display:block;
	background-color: #f6f6f6;
	background-image: url(i/bg09.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 2px;
	height: 18px;
}

#menu-box #menu .submenu a.selected:link, #menu-box #menu .submenu a.selected:active, #menu-box #menu .submenu a.selected:visited {
	text-decoration: underline;
	text-align: left;
	font-weight: bold;
	color: #019583;
	display: block;
	background-color: #f6f6f6;
	background-image: url(i/bg09.gif);
	background-repeat: repeat-x;
	padding-left: 20px;
	padding-top: 2px;
	height: 18px;
}

#menu-box #menu .submenu a:hover {
	color: #019583;
	text-decoration: underline;
}

/*
	Autocompleter
*/

div #autocomplete {
	width: 168px;
	background-color:#f8f8f8;
	border:1px solid #d8d8d8;
	margin:0px;
	padding:0px;
}
div #autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div #autocomplete ul li.selected {
	background-color: #d8d8d8;
	color: #333;
}
div #autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	cursor:pointer;
	color: #333;
}



