body {
	margin: 0;
	font: 11px Tahoma, Arial, Verdana;
	color: #666666;
	background-color: white;
}

td {
	font: 11px Tahoma, Arial, Verdana;
	color: #666666;
}

.ram {
	border: 1px solid #ccc;
	padding: 5px;
	
}

.pad {

	padding: 5px;
	}

a, a:active, a:visited {
	color: #787B7F;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a.m, a.m:active, a.m:visited {
	color: #787B7F;
	text-decoration: none;
}

a.m:hover {
	color: #000000;
	text-decoration: underline;
}


.vis {
	margin: 5px 10px 5px 10px;
	color: #999;
	font-size: 11px;
	font-family: Tahoma, Arial, Verdana;
	text-align: center;
	line-height: 150%;
}

.vis a, .vis a:active, .vis a:visited {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

.vis a:hover {
	color: #999;
	text-decoration: underline;
	font-weight: normal;
	background: none;
}

hr {
	border:0;
	height:1px;
	color:#dfdfdf;
	background:#dfdfdf;
}


select, textarea {
	font: 11px Tahoma, Arial, Verdana;
	color: #666;
	background-color : #efefef;
	border: 1px solid #ccc;
	margin: 1px;
}

input {
	font: 11px Tahoma, Arial, Verdana;
	color: #666;
	background-color : none;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 1px;
	padding: 2px;
}

form {
	margin: 0;
}

.check {
	border: 0;
	background: none;
}


h1 {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Tahoma, Calibri;
	color: #30617F;
}

h2 {
	float:left;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, Calibri;
	color: #30617F;
}

h3 {
	float:left;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, Calibri;
	color: #666666;
}

.novinky {
	padding: 0px 10px 20px 20px;
}

.novinky p {
	font-weight: bold;
	margin: 20px 0 0 0;
	color: #666;
}

.uvod {
	padding: 20px 20px 5px 20px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0;
border: 0;
text-decoration: none;
color: #fff;
font-weight: bold;
margin: 0;
font-family: Tahoma, Arial;
}

.suckertreemenu ul li a img {
border: 0;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
border-top: 1px solid #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a, .suckertreemenu ul li ul li a:active, .suckertreemenu ul li ul li a:visited {
display: block;
width: 160px; /*width of sub menu levels*/
color: #ffffff;
font-weight: normal;
text-decoration: none;
padding: 5px 5px 5px 10px;
background-color: #E86D07;
border-bottom: 1px solid #fff;
font-family: Tahoma, Arial;
}

.suckertreemenu ul li a:hover, .suckertreemenu ul li ul li a:hover {
background-color: #A11B24;
color: #ffffff;
font-family: Tahoma, Arial;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #ffffff url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #CB3F0D url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


div.zvyrazni {
	padding: 15px;
	border: 1px dotted #AD4823;
	background-color: #F9E4DD;
	color: #444;
}
