/***********************************************************************
 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: white;
	color:black;
}

/* ********** horni menu ********** */
#content {
	background: white;
	width:100%;
	margin:0;
	padding:0;
}
#clearer, #footer, #msie, #insidemenu, #logo, #left, #topmenu {
	display: none;
}
h1{
	font-size: 18px;
	line-height: 25px;
	margin:0 0 15px 0;
	padding:0;
}

/* ********** clanky ********** */
#items {
	background: white;
	padding:0;
	margin:0;
}

/* ********** items ********** */
.item {
	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, legend, textarea, form{
	display:none;
}
.noprint {
	display:none;
}

