/***********************************************************************
 Copyright (C) Radek HULAN - F-ART AGENCY, s.r.o., 2005
 http://hulan.cz/

 You CANNOT use this stylesheet, or part of it, without my permission!!  
***********************************************************************/

/* ********** basic definitions ********** */
body, html {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background: #8C8C8C url(img/pozadi.jpg) top left repeat;
	color:black;
}

/* ********** anchors ********** */
a:link, a:visited {
	text-decoration: underline;
	color: #292316;
	border: 1px none;
	padding: 0 2px 0 2px;
}
a:visited {
	color: #372F1E;
}
a:hover{
	background: #E1BC48;
	color: #662204;
}

/* ********** centrovani stranky ********** */
#content {
	width: 773px;
	padding:0;
	margin:10px auto 0 auto;
}

/* ********** horni menu ********** */
#topmenu {
	background: url(img/topmenu.jpg) top left no-repeat;
	width:773px;
	height:29px;
	display: block;
}
#topmenu ol {
	list-style: none;
	padding:0;
	margin:0 0 0 244px;
}
#topmenu ol li {
	float:left;
	text-align: center;
	width:130px;
	margin:0;
	padding:0;
	border-right:1px solid white;
	border-top:2px solid #6F6F6F;
}
#topmenu ol li.nodot {
	border-right:0 none;
	width:128px;
}
#topmenu ol li a:link, #topmenu ol li a:visited{
	font-weight: bold;
	font-size:11px;
	line-height:27px;
	color: white;
	text-decoration: none;
	display: block;
}
#topmenu ol li.selected{
	border-top:2px solid #F9C833;
}
#topmenu ol li.selected a:link, #topmenu ol li.selected a:visited{
	color: #F9C833;
}
#topmenu ol li a:hover, #topmenu ol li.selected a:hover{
	color: #662204;
}

/* ********** logo vlevo ********** */
#left{
	float:left;
	background: url(img/logoleft.jpg) top left no-repeat;
	width:244px;
	height:471px;
	display: block;
}
#left .inside{
	margin:175px 30px 0 30px;
}
#left p{
	margin:5px 0 5px 0;
	padding:0;
}

/* ********** stredove menu ********** */
#logo {
	float: right;
	background: url(img/logoright.jpg) top left no-repeat;
	width:529px;
	height:93px;
	display: block;
	padding:0;
	margin:0;
}
#insidemenu {
	float: right;
	background: #C8C8C8 url(img/insidemenu.jpg) bottom left repeat-x;
	width:511px;
	height:22px;
	display: block;
	padding:8px 8px 0 10px;
}
#insidemenu p{
	float:left;
	padding: 0;
	margin: 0;
}
#insidemenu ol {
	float: right;
	list-style: none;
	padding:0;
	margin:0;
}
#insidemenu ol li {
	float:left;
	text-align: center;
	width:130px;
	margin:0;
	padding:0;
	border-right:1px solid black;
}
#insidemenu ol li.nodot {
	border-right:0 none;
	width:128px;
}
#insidemenu ol li a:link, #insidemenu ol li a:visited{
	display: block;
}
#insidemenu ol li.selected{
	font-weight:bold;
}

/* ********** clanky ********** */
#items {
	float: right;
	background: url(img/obsah.png) top left repeat-y;
	width:529px;
	padding:0;
	margin:0;
}

/* ********** paticka ********** */
#clearer {
	clear: both;
	background: transparent;
}
#footer {
	clear: both;
	padding:12px 15px 0 0;
	margin:0 auto 0 auto;
	background: url(img/footer.jpg) top left no-repeat;
	width:758px;
	height:17px;
	display: block;
	color:white;
	text-align: right;
	font-size: 10px;
	line-height:10px;
}
#footer a:link, #footer a:visited{
	color:white;
}
#msie {
	clear: both;
	display:block;
	height:10px;
}

/* ********** items ********** */
h1 {
	display: none;
}
.item {
	background: #F6F6F6;
	border:1px solid #DFDFDF;
	margin:10px 20px 10px 10px;
	padding: 10px;
	text-align: justify;
}
.item h2{
	color:#B98D00;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	padding:0;
	margin:5px 0 10px 0;
	border-bottom:2px dotted #C7C7C7;
}
.item h3{
	color:#2A2A2A;
	font-size:12px;
	line-height:16px;
	font-weight: bold;
	padding:0;
	margin:5px 0 5px 0;
	border-bottom:1px solid #DFDFDF;
}
.item p, ul, li, ol, dd, dt {
	padding:0;
	margin:5px 0 5px 0;
}
.item ol, .item ul{
	margin:5px 0 5px 25px;
}
.item ul li {
	background-image: url(img/li.png);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	list-style: none;
	margin: 0;
	padding:2px 0 2px 20px;
}
.item ol{
	margin:5px 0 5px 42px;
}
.item ol li{
	list-style: decimal;
}

.item table{
	margin: 7px auto;
	border-left:1px solid #B4A68B;
	border-top:1px solid #B4A68B;
}
.item table th {
	text-align: center;
	padding: 2px;
	border-bottom:1px solid #A89F7E;
	border-right:1px solid #A89F7E;
	background-color: #F2E6B6;
	font-weight: bold;
	color:#B85915;
}
.item table td {
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #B1B1B1;
	border-right: 2px solid #B1B1B1;
}
.item table td.e {
	text-align: center;
	padding: 2px;
	background: #F2EDE7;
	border-bottom: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
}
.item table.none{
	border:0 none;
}
.item table.none th, .item table.none td{
	border:0 none;
}
.item table tr.none td {
	border:0 none;
	font-size:5px;
	line-height: 5px;
}

.item hr{
	border: 0 none;
	border-bottom: 2px dotted #B85915;
	background: #ffffff;
	color: #ffffff;
}

/* ********** images ********** */
.item .leftbox {
	float: left;
	margin: 5px 15px 5px 0px;
	padding: 0;
	border: 3px solid #CACACA;
	border-bottom-color: #9F9F9F;
	border-right-color: #9F9F9F;
	line-height:1px;
}
.item .rightbox {
	float: right;
	margin: 5px 0px 5px 15px;
	padding: 0;
	border: 3px solid #CACACA;
	border-bottom-color: #9F9F9F;
	border-right-color: #9F9F9F;
	line-height:1px;
}
.item .box {
	margin: 7px auto 7px auto;
	text-align: center;
	font-style: italic;
}
.item box a:link, .item box a:visited {
	margin:0;
	padding:0;
}
.item .box img{
	border: 3px solid #CACACA;
	border-bottom-color: #9F9F9F;
	border-right-color: #9F9F9F;
	padding: 0;
	margin:0 auto;
	display: block;
	line-height:1px;
}

img, .item .leftbox img, .item .rightbox img{
	border: 0 none;
	padding: 0;
	margin: 0;
}

/* ********** forms ********** */
fieldset{
	padding: 5px 15px 5px 8px;
	margin: 10px 10px 5px 10px;
	border: 1px solid #9F9F9F;
	text-align: right;
}
.itembody fieldset {
	text-align: left;
}
legend{
	font-weight: bold;
	margin-bottom: 5px;
	color: black;
	padding: 2px 10px 2px 10px;
}
textarea {
	width: 95%;
	overflow: auto;
	clear: both;
}
form {
	margin: 10px 0 10px 0;
	padding:0;
}

