/* CSS Document */
*{
  margin: 0; padding: 0;
}

/*body{
  min-width: 1000px;
  background-color: white;
  margin: 10px;
  text-align: center;
  font: normal normal normal 9pt normal Arial, sans-serif;
}*/
BODY {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: "Verdana", "Geneva CE", "Arial CE", "Helvetica CE", "Arial", Sans-Serif;
	background-color: #FFFFFF;
}

DIV, P, SPAN, TD, TH, UL, A {
	font-family: "Verdana", "Geneva CE", "Arial CE", "Helvetica CE", "Arial", Sans-Serif;
	font-size: 11px;
	color: #393536;
}

A { text-decoration: underline; }
A:HOVER { color: #F26722; text-decoration: underline; }

FORM {
	margin: 0px;
}
/*		    <input type="submit" name="Submit" value="Hledat" class="formBtn">*/
INPUT.formItem {
	height: 16px;
	font-size: 11px;
	border: 1px solid #B5B5B5;
}
INPUT.formBtn {
	vertical-align: top;
}
INPUT.formItem-check {
	vertical-align: middle;
	margin-right: 1px;
}
INPUT.formItem-radio {
	vertical-align: middle;
	margin-right: 3px;
}
SELECT.formItem {
	font-size: 11px;
}

/* --- menu --- */

#menubox	{
	position:relative; /* ie5mac - disappering inner divs fix */
	width:100%;
	text-align:center;
	padding-top:0px;
	padding-bottom:13px;
}

#menu	{
	position:relative;
	width:42em;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

#menu .sma	{
	width:65em;
	position:absolute;
	left:-12em;
/*	top:2.5em;*/
	color: #C1308E;
	visibility:visible;
	border: 1px solid #C1308E;
	background-color: #FBF4F9;
	height: 25px;
    line-height: 2em;
}
#menu .sma A	{
	font-weight: normal;
}
#menu .sma A:hover	{
	text-decoration:underline;
}
/* --- konec menu --- */

/* --- images --- */

.item {
	float: left;
	width: 190px;
	padding:1px;
	height: 245px;
}
.item .photo {
	padding: 0px 10px;
	height: 175px;
}
.item .label {
/*	padding: 5px 10px 20px 10px;*/
}

.item .label .links {
	color: #1B689E;
	padding: 2px 2px 5px 0px;
}


/* konec images --- */


#body	{
	padding:13px;
}

#main { 
	position:relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#search {
	float: right;
	width: 181px;
}

.cont {
	padding: 6px 10px 0px 10px;
	border: 1px solid #C1308E;
	background-color: #FBF4F9;
}

#search .cont P {
	margin: 0px 0px 4px 0px;
}

#search A {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #4D4D4D;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px 10px 5px 10px;
	border: 1px solid #393536;
	border-bottom: none;
	background-color: #F8F8F8;
}

/*-----------------------------------------------*/
#pruh{
  _width: 990px;
  min-width: 990px;
  background-color: #FBF4F9; color: #C1308E;
  border: 1px #C1308E solid;
  height: 25px;
  margin-bottom: 10px;
}
#pruh p{
  line-height: 1.9em;
}
.open {
	display: block;
}

.close {
	display: none;
} 

.level2 {
	margin: 3px 0px 3px 10px
} 

.pruhTop {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	} 
