*{
	margin: 0;
	padding: 0;
}

html{
	background: white url("pics/html_back.png") repeat-x top center;
}

body{
	color: black;
	font-family: Arial,"Trebuchet MS", Verdana, Helvetica,  sans-serif;
	font-size: 0.90em;
	line-height: 1.35em;
	position: relative;
	width: 82%;
	margin: 1em auto;
	padding: 0px 127px 15px 15px;
	background: #fffcd6 url("pics/kocka_visi.gif") no-repeat top right;
	border: 2px solid #c8c8c8;
	max-width: 1400px;
}

div#nastred{
	padding-top: 170px;
	position: relative;
	background: url("pics/hlavicka.gif") no-repeat top left;
}

div#nastred div#dnestopi{
	position: absolute;
	right: -100px;
	top: -44px;
	font-size: 1.1em;
	font-weight: bold;
}

div#hlavicka{
	position: absolute;
	top: 80px;
	left: 120px;
	width: 86%;
	color: #963c25;
}

div#hlavicka p.adresa{
	font-size: 0.9em;
}

div#hlavicka p.adresa span{
	white-space: nowrap;
}

div#hlavicka div#menu ul{
	font-size: 1.0em;
	margin-top: 10px;
	width: 100%;
}

div#hlavicka div#menu ul a{
	text-decoration: none;
	color: black;
	display: block;
	padding: 3px 10px;
}

div#hlavicka div#menu ul li{
	float: left;
	list-style-type: none;
	position: relative;
	margin-right: 1%;
	border-bottom: 2px solid #808080;
	background: #fff2cb url("pics/li.gif") repeat-x top left;
	width: 18%;
}

div#hlavicka div#menu ul li a.rozbal{
	background: url("pics/li_rozbal.gif") no-repeat center right;
	padding-right: 20px;
}

div#hlavicka div#menu ul li:hover{
	background: #fff2cb url("pics/li_hover.gif") repeat-x top left;
}

div#hlavicka div#menu ul li ul.podmenu{
	display: none;
	font-size: 0.9em;
	
	position: absolute;
	margin: 0;
	left: 0px;
	margin-top: 2px;
}

div#hlavicka div#menu ul li ul.podmenu li{
	float: none;
	width: 100%;
	font-weight: normal;
}

div#text{
	padding: 0 1em 1em 120px;
}

div#text strong{
	font-weight: normal;
}

div#text a{
	padding: 0 2px;
	color: #963c25;
}

div#text a:hover{
	background-color: #f2cbb1;
	color: black;
}

div#text h1, div#text h2, div#text h3{
	margin: 0.6em 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-style: italic;
	color: #963c25;
	margin-left: -20px;
	font-weight: normal;
	border-bottom: 1px dotted #963c25;
	padding-bottom: 0.15em;
}

div#text h1{
	font-size: 2.1em;
	margin-top: 0.3em;
	padding-bottom: 0.2em;
}

div#text h2{
	font-size: 1.7em;
}

div#text h3{
	font-size: 1.4em;
}

div#text p, div#text table, div#text ul, div#text ol{
	margin-bottom: 0.7em;
}

div#text ul{
	margin-left: 1.2em;
}

div#text ol{
	margin-left: 1.5em;
}

div#text ul ul, div#text ol ul,  div#text ul ol, div#text ol ol{
	margin-bottom: 0;
}

div#text table{
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #edb996;
	border-bottom: 0;
}

div#text table td{
	padding: 2px 8px;
	border-bottom: 1px solid #edb996;
}

div#text table tr:hover{
	background-color: white;
}

div#text table th{
	text-align: left;
	background-color: #edb996;
	color: #963c25;
	padding: 2px 8px;
}

div#text .clanky{
	margin-bottom: 1em;
	border-bottom: 1px dotted #963c25;
}

div#text .nadpis_clanku{
	font-size: 1.3em;
	color: #963c25;
}

div#text .nadpis_clanku span{
	font-size: 0.65em;
}

div#text p.navigace{
	margin-bottom: 3em;
}

div#hlavicka div#menu ul li:hover ul.podmenu{
	display: block;
}

hr{
	clear: both;
	visibility: hidden;
}

.skryte{
	display: none !important;
}

.noborder{
	border: 0 !important;
}

/*---------------------------------------------*/
/*
.obrazek{
	background-color: white;
	border: 1px solid #ff6410;
	padding: 4px;
	margin: 3px;
}
*/
/*
#lightboxOverallView, #overlay {
	background-color: black;
	opacity: 0.7;
}
* html #lightboxOverallView, * html #overlay {
	background-color: black;
	filter: Alpha(opacity=70);
}
*/
span.a_foto a, a.a_foto{
	background-color: transparent !important;
	border: 0 !important;
}

a.a_foto img, img.obrazek{
	padding: 4px;
	margin: 3px;
	background-color: white;
	border: 1px solid #edb996;
}

a.a_foto img:hover{
	background-color: #edb996;
}

img.obrazek{
	background-color: #dddddd;
	border: 1px solid #a7a7a7;
}

.fvlevo{
	float: left;
	margin-right: 14px !important; 
	margin-left: 0;
}

.fvpravo{
	float: right;
	margin-left: 14px !important;
	margin-right: 0;
}
