/***********************************************************************
 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: #FCF2CF url(img/pozadi.jpg) top left repeat-x;
	color:black;
}

/* ********** anchors ********** */
a:link, a:visited {
	text-decoration: underline;
	color: #6B140C;
	border: 1px none;
	padding: 0 2px 0 2px;
}
a:visited {
	color: #86180F;
}
a:hover{
	background: #8bc0f4;
	color: white;
}

/* ********** layout ********** */
#content {
	width:782px;
	margin:0 auto;
	padding:0;
	background: white url(img/content.jpg) top left repeat-y;
}
#left {
	float:left;
	display:block;
	width:238px;
}
#logo {
	display:block;
	width:238px;
	height:110px;
	background: #FCF2CE url(img/left.jpg) top left no-repeat;
}
a#logo:link, a#logo:visited{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
a#logo:hover{
	padding: 0;
	margin: 0;
	text-decoration: none;
}
#leftmenu{
	display:block;
	width:238px;
	height:357px;
	background: #FCF2CE url(img/left.jpg) bottom left no-repeat;
}
#leftmenu h2{
	padding:46px 0 0 45px;
	margin:0;
	font-size:12px;
	line-height:15px;
}
#leftmenu ol {
	margin:0;
	list-style: none;
	padding:20px 0 0 45px;
}
#leftmenu ol li{
	margin:0;
	list-style: none;
	padding:5px 0 5px 0;
}
#leftmenu ol li a:link, #leftmenu ol li a:visited{
	font-weight: bold;
	text-decoration: underline;
	color:black;
}
#leftmenu ol li.selected a:link,#leftmenu ol li.selected a:visited{
	text-decoration: none;
	color: #6B140C;
}
#leftmenu ol li.selected a:hover,#leftmenu ol li a:hover{
	color:white;
}
#info{
	display:block;
	width:238px;
	text-align: center;
	padding:10px 0 10px 0;
	line-height: 17px;
}
* html #info{
	padding-top:20px;
}
#info p{
	margin:10px 0 10px 0;
	padding:0;
}
#topmenu{
	float:right;
	display:block;
	background: url(img/top.jpg) top left no-repeat;
	width:544px;
	height:269px;
}
.dotaznik{
	background-color:#FCF2CE;
	
}
#topmenu ol {
	float:right;
	margin:0;
	padding:32px 73px 0 0;
	list-style: none;
}
#topmenu ol li {
	float:left;
	width:90px;
	list-style: none;
	margin:0;
	padding:0 5px 0 5px;
	text-align: center;
	border-right:1px solid black;
}
#topmenu ol li a:link,#topmenu ol li a:visited{
	margin:0;
	padding:2px 0 2px 0;
	display:block;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	color:black;
	border-bottom:1px solid #662204;
}
#topmenu ol li.selected a:link,#topmenu ol li.selected a:visited{
	font-weight: bold;
	color:#662204;
	border-bottom:0 none;
}
#topmenu ol li.selected a:hover, #topmenu ol li a:hover{
	color:white;
}
#topmenu ol li.nodot,#topmenu ol li.nodot{
	border-right:0 none;
}
#items {
	float:right;
	display: block;
	width:490px;
	padding:0 39px 10px 15px;
	text-align: justify;
}
#footer{
	clear: both;
	background: url(img/footer.jpg) top left no-repeat;
	display: block;
	width:582px;
	height:48px;
	text-align: center;
	padding:7px 0 0 200px;
}
#footer a:link, #footer a:visited{
	color:black;
}
#footer a:hover{
	color:white;
}
#msie {
	clear: both;
	display:block;
	height:10px;
}

/* ********** items ********** */
h1 {
	display: none;
}
.item h2{
	color:#A40800;
	font-size:14px;
	line-height:18px;
	font-weight: bold;
	padding:0;
	margin:10px 0 10px 0;
	border-bottom:2px dotted #E8B075;
}
.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: 10px 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 #D0711D;
	border-left: 3px solid #EFBD8F;
	border-top: 3px solid #EFBD8F;
	padding: 0;
	margin:0 auto;
	display: block;
	line-height:1px;
}

img, .item .leftbox img, .item .rightbox img{
	border: 0 none;
	padding: 0;
	margin: 0;
}
.box a:link, .box a:visited{
	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;
}

/* ********** products menu ********** */
ol#produkty {
	margin:10px 200px 10px 25px;
	list-style: none;
	padding:0;
	display: none;
}
ol#produkty li {
	list-style: none;
	padding: 2px 0 2px 10px;
	background: #FAEBDA;
	border-bottom: 1px solid #F2CCA2;
	border-right: 1px solid #F2CCA2;
}
#hidden p {
	display: none;
}
.right{
	text-align: right;
}
