/* zakladni tagy */
body
{
	font-family: arial, "arial ce", helvetica, sans-serif;
	font-size: 11pt;
	color: #D0D0D0;
	background: url(page-bg.gif) repeat black;
	margin: 20px;
}

a
{
	color: #A0F000;
}

a:hover
{
	color: white;
}

h1, h2, h3, h4, h5, h6, hr
{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #A0F000;
}

h1
{
	color: #A0F000;
	font-size: 150%;
}

h2
{
	font-size: 140%;
}

h2 a
{
	color: #A0F000;
	text-decoration: none;
}

h3
{
	font-size: 130%;
}

h4
{
	font-size: 120%;
}

h5
{
	font-size: 100%;
}

h6
{
	font-size: 90%;
}

sub
{
	font-size: 85%;
}

sup
{
	font-size: 85%;
}

form
{
	margin: 0px;
}

p
{
	margin-top: 10px;
	margin-bottom: 20px;
}

/* kostra stranky */
div.page
{
	width: 988px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}

/* hlavicka */
div.page-header
{
	width: 100%;
	height: 95px;
	background-color: #990000;
	background: url(page-header.jpg) no-repeat bottom;
	position: relative;
	margin-bottom: 5px;
}

div.page-header span.header-corner
{
	display: block;
	width: 56px;
	height: 31px;
	position: absolute;
	left: -1px;
	top: -1px;
	background: url(page-header-corner.gif) no-repeat;
}

div.page-header a.link
{
	display: block;
	position: absolute;
	text-decoration: none;
	left: 10px;
	bottom: 10px;
	width: 290px;
	height: 80px;
}

div.page-header a.link span
{
	visibility: hidden;
}

/* telo */
div.page-body
{
	width: 100%;
	overflow: hidden;
}

div.body-left
{
	float: left;
	width: 200px;
	margin-right: 5px;
	overflow: hidden;
}

div.body-middle-wide
{
	float: left;
	width: 783px;
}

/* leva cast */
div.body-left h3
{
	font-size: 12pt;
	font-weight: normal;
	background: #303030;
	color: #A0F000;
	margin: 0px;
	margin-bottom: 5px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	display: block;
}

/* menu */
div.menu
{
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	background-color: #303030;
	margin-bottom: 5px;
}

div.menu ul
{
	margin: 0px;
	padding: 0px;
}

div.menu li
{
	margin: 0px;
	padding: 0px;
	background: none;
}

* html div.menu li
{
	float: left;
}

div.menu a
{
	font-size: 11pt;
	line-height: 20px;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	color: #C0C0C0;
}

div.menu a:hover
{
	color: #202020;
	text-decoration: underline;
	background-color: #A0F000;
}

div.menu a.active
{
	font-weight: bold;
	color: #202020;
	background-color: #A0F000;
}

div.menu a span
{
	display: block;
	margin-left: 10px;
	margin-right: 5px;
}

div.menu ul ul span
{
	margin-left: 20px;
}

div.menu ul ul ul span
{
	margin-left: 30px;
}

div.menu ul ul ul ul span
{
	margin-left: 40px;
}

div.menu ul ul ul ul ul span
{
	margin-left: 50px;
}

div.menu ul ul ul ul ul ul span
{
	margin-left: 60px;
}

/* box */
div.box
{
	background: #303030;
	width: 200px;
	overflow: hidden;
}

div.box div.inner
{
	margin: 10px;
	width: 180px;
	overflow: hidden;
}

div.box p,
div.box ul
{
	margin: 0px;
}

/* copyright */
p.copyright
{
	text-align: center;
	font-size: 8pt;
	color: #C0C0C0;
}

p.copyright a
{
	color: #C0C0C0;
}

/* stredni cast */
ul.path
{
	height: 30px;
	line-height: 30px;
	background: #303030;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

ul.path li
{
	float: left;
	margin: 0px;
	padding-left: 10px;
	margin-left: 10px;
	background: url(li-ar.gif) no-repeat;
	background-position: 0px 13px;
}

ul.path li.first
{
	background: none;
	padding-left: 10px;
	margin-left: 0px;
}

ul.path li.active
{
	font-weight: bold;
	color: #A0F000;
}

ul.path a
{
	text-decoration: none;
	color: #C0C0C0;
}

ul.path a:hover
{
	text-decoration: underline;
}

/* obsah */
div.content
{
	background-color: #202020;
	padding-bottom: 10px;
}

div.body-middle-wide div.content div.inner
{
	width: 761px;
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 0px;
	overflow: hidden;
}

/* tabulky */
table.standard
{
	border-left: 1px solid #505050;
	border-top: 1px solid #505050;
}

table.standard th, table.standard td
{
	padding: 3px;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
}

table.standard th
{
	background-color: #303030;
}

table.colored
{
	border-left: 1px solid #A0F000;
	border-top: 1px solid #A0F000;
}

table.colored th, table.colored td
{
	padding: 3px;
	border-right: 1px solid #A0F000;
	border-bottom: 1px solid #A0F000;
}

table.colored th
{
	background-color: #A0F000;
	color: #202020;
}

/* seznam */
ul
{
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0px;
}
ul li
{
	margin-left: 10px;
	padding-left: 15px;
	list-style: none;
	background: url(li-ar.gif) no-repeat;
	background-position: 0px 5px;
}

ul li ul li
{
	background: url(li-sq.gif) no-repeat;
	background-position: 0px 5px;
}

/* formulare */
select
{
	font-size: 13px;
	font-family: helvetica, arial, "arial ce", sans-serif;
	border: 1px solid #505050;
}

input.button
{
	height: 21px;
	width: 100px;
	margin-bottom: -1px;
	font-size: 11pt;
	font-family: helvetica, arial, "arial ce", sans-serif;
	background-color: #A0F000;
	border: none;
	color: #202020;
	cursor: hand;
}

input.text, input.password, input.file
{
	padding: 1px;
	padding-left: 2px;
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	border: 1px solid #505050;
	height: 16px;
	width: 200px;
	margin-top: -1px;
	margin-bottom: -1px;
}

input.file
{
	width: 250px;
	height: 20px;
}

input.checkbox
{
	margin-left: -4px;
}

label.checkbox
{
	position: relative;
	top: -1px;
}

input.radio
{
	margin-left: -4px;
}

label.radio
{
	position: relative;
	top: -1px;
}

textarea, textarea.textarea
{
	padding: 1px;
	padding-left: 2px;
	font-size: 13px;
	font-family: helvetica, arial, "arial ce", sans-serif;
	border: 1px solid #505050;
	margin-top: -1px;
	margin-bottom: -1px;
	width: 300px;
	height: 100px;
}

table.form
{
	background-color: #303030;
	border: 1px solid #505050;
}

table.form td
{
	padding: 10px;
	padding-bottom: 0px;
}

table.form td.label
{
}

table.form td.field
{
}

table.form td.footer
{
	padding: 10px;
	padding-top: 20px;
	text-align: right;
}

table.form input.button
{
	margin-left: 10px;
}

span.req
{
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A0F000;
	margin-left: 5px;
	position: relative;
	top: 2px;
}

/* hlaseni */
p.info
{
	padding: 10px;
	color: #202020;
	background-color: #FFFFC0;
	border: 7px solid #E0E0B0;
}

p.error
{
	padding: 10px;
	color: #FFF;
	background-color: #E60000;
	border: 7px solid #B00000;
}

p.info a,
p.info a:hover,
p.error a,
p.error a:hover
{
	color: white;
}

/* login formular */
form.login input.text,
form.login input.password
{
	width: 85px;
}

/* fotogalerie */
div.gallery
{
	margin-bottom: 20px;
}

div.gallery div.item
{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 170px;
	height: 190px;
}

div.gallery div.item div.inner
{
	background-color: #303030;
	width: 170px;
	height: 170px;
	margin: 0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

div.gallery div.item a.label
{
	display: block;
	background-color: #303030;
	width: 170px;
	height: 20px;
	line-height: 20px;
	margin-top: 0px;
	overflow: hidden;
	text-align: center;
	font-size: 85%;
	color: #FFF;
	text-decoration: none;
}

div.gallery div.folder a.label
{
	font-weight: bold;
}

div.gallery div.item img
{
	margin: 0 auto;
	border: 1px solid white;
}

div.gallery div.folder img
{
	border: none;
}

* html div.gallery div.item .hlp-1
{
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

* html div.gallery div.item .hlp-2
{
	width: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

div.item-medium
{
	width: 100%;
}

div.item-medium img
{
	border: 1px solid white;
}

/* detail fotky */
div.item-detail h1
{
	float: left;
	width: 580px;
}

div.item-detail div.description
{
	margin-top: 10px;
}

div.item-detail div.info
{
	margin-top: 10px;
	font-size: 90%;
}

div.item-detail div.navigation
{
	width: 180px;
	margin-top: 25px;
	float: right;
	cursor: default;
	text-align: right;
}

div.navigation .active
{
	font-weight: bold;
}

/* pomocne */
div.cleaner
{
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	position: relative;
}

a img
{
	border: none;
}

/* tisk */
@media print
{
	body, div.page, div.content, div.body-middle-wide
	{
		margin: 0px;
		border: none;
		text-align: left;
		width: 100%;
	}
	div.page-header, div.page-footer, div.body-left, ul.path
	{
		display: none;
	}
	div.content div.inner
	{
		margin: 0px;
		width: 700px !important;
	}
	div.gallery div.item div.inner
	{
		width: 170px !important;
	}
}