/*---obecne---*/
body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	color: #666;
	background: #fff;
	font-size: 90%;
	background: url('potrebne_skryte/bg_top.jpg') repeat-x 0 0;
	line-height: 1.8em;
}
#wrap {
	position: relative;
	width: 900px;
	margin: 0 auto;
}
h1 {
	padding: 35px 0 15px 0;
	font-weight: normal;
	text-decoration: none;
	margin: 15px 0 15px 0;
	font-size: 230%;
}
cite {
	display: block;
	background: url('potrebne_skryte/cite.gif') no-repeat 0 0;
	padding: 0px 20px 15px 20px;
	font-style: italic;
}
#wrap h1 a {
	padding: 20px 20px 20px 85px;
	background: url('potrebne_skryte/logo.png') no-repeat 20px 50%;
	color: #555;
	text-decoration: none;
}
#wrap h1 a em {
	padding-left: 1px;
	color: #9acd32;
}
a:link {
	color: #4682b4;
}
a:visited {
	color: #71a7d4;
}
a:hover {
	color: #134c7b;
}
a:active {
	color: #134c7b;
}
.hide {
	display: none;
	visibility: hidden;
	position: absolute;
}
#footer {
	padding: 15px 20px;
	color: #aaa;
	text-align: right;
	border-top: 1px solid #ddd;
}
#footer strong {
	font-weight: normal;
	color: #666;
}
#footer a {
	padding-right: 21px;
	background: url('potrebne_skryte/mh.gif') no-repeat 100% 0;
}
table {
	clear: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-collapse: collapse;
}
table th, table td {
	color: #666;
	padding: 3px 5px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	vertical-align: top;
}
table th {
	background: #ddd;
	color: #333;
	font-size: 90%;
}
table strong, table b {
	color: #333;
	font-weight: normal;
}
table tr.folder td a {
	padding-left: 21px;
	background: url('potrebne_skryte/folder.gif') no-repeat 0 0;
}
table tr.file td strong {
	padding-left: 21px;
	background: url('potrebne_skryte/file.gif') no-repeat 0 0;
}
table tr.back td a {
	padding-left: 21px;
	background: url('potrebne_skryte/back.png') no-repeat 0 0;
	color: #444;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
a.no_style {
	color: #444;
}
p.error {
	padding: 3px 5px 3px 26px;
	background: #fff8f8 url('potrebne_skryte/error.png') no-repeat 5px 50%;
	border: 1px solid #ffcdcd;
	margin: 5px 0 0 0;
}
ul {
	list-style-type: none;
	margin: 0 0 0 6px;
	padding: 0;
}
ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#wrap ul li a {
	padding: 0 0 0 21px;
	color: #444;
	background: url('potrebne_skryte/arrow.png') no-repeat 5px 50%;
}
#wrap ul li a.maindirectory {
	background: url('potrebne_skryte/maindirectory.png') no-repeat 0 50%;
}