/* odladeni chyby zobrazovacího enginu u ie6 a starší*/
.select-mask{
overflow:hidden;
}
.select-mask iframe
{
display:none;/*sorry for IE5*/
display/**/:block;/*sorry for IE5*/
position:absolute;/*must have*/
top:0;/*must have*/
left:0;/*must have*/
z-index:-1;/*must have*/
filter:mask();/*must have*/
width: 100%;/*must have for any big value*/
height: 1000px;/*must have for any big value*/;
}/*konec odladeni chyby zobrazovacího enginu u ie6 a starší */

a {
	color: #383c57;
}
a:visited {
color: #383c57;
}
a:hover {
	color: black;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background: white;
	color: black;
	font-family: Arial, Tahoma, Verdana;
}
.pageIn {
	text-align: left;
	width:980px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 35px;*/
border:1px solid gray;
/*	background: transparent url() top left repeat-y;*/
}
.pageOut {
	text-align: center;
	min-width: 980px;
	padding:0px 0px 0px 0px;
	margin:0px 0px;
}
.hlavicka {
	top: 0px;
	left: 0px;
	position: relative;
	height: 100px;
	width: 100%;
}

.telo {
	position: relative;
	padding:0px 0px 0px 0px;
	margin-bottom:0px;
	width: 100%;
	border-top:1px solid gray;
	border-bottom:1px solid gray;
	z-index: 3;
	min-height: 500px;
}
.levyPanel {
top:10px;
width:206px;
left:10px;
	padding: 0px 0px 0px 0px;
	margin-right: auto;
	margin-bottom: 50px;
	position: relative;
	float: left;
	border:0px solid gray;
}
.hlPanel{
position:relative;
width:530px;
padding:0px 0px;
float:left;
margin-left:20px;
}
.pravyPanel{
position:relative;
right:10px;
margin-left:auto;
top:10px;
width:206px;
border:0px solid gray;
}




.menu {
padding:0px 0px 0px 0px;
	margin-top: 0px;
	/*border:1px solid black;*/
	margin-right:auto;
	position: relative;
	/*left: 15px;*/
	width: 176px;
	z-index: 5;

/*	background:transparent url() left top  repeat-y;
*/
}
.menuin a {
/*	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;*/
	color: #494848;
	display: block;
	/*height:21px;*/
	width: 176px;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	/*font-weight: bold;*/
	z-index: 5;
	text-align:left;
}
.menuin a,span{
cursor:pointer;
}
.menuin a:visited {
/*color:???;*/
}
.menuin a:hover {
	color: black;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	background-color:rgb(254,242,11);
/*	background-image: url();
	background-repeat: no-repeat;
	background-position: left center;*/
}

.paticka {
	position: absolute;
	text-align: center;
	color: gray;
	font-size: 9px;
	font-weight: bold;
	width:980px;
/*	left: 13px;*/
	top: 35px;
/*	padding-top:10px;*/
}


.paticka a{
color:black;
}


.patickaObal {
position: relative;
margin-left: auto;
margin-right: auto;
/*background: transparent url() left top no-repeat;*/
width:100%;
height:30px;
font-size:1px;
}



.message {
	background-color: white;
	text-align: center;
	top: 10px;
	position: relative;
	padding: 5px 5px;
	color: red;
	font-weight: bold;
	border-style: solid;
	border-color: red;
	border-width: 1px;
	z-index: 15;
	margin-left: 20px;
	margin-right: 20px;
}

/* formátování nadpisů */
.postavcestu {
display:block;
width:100%;
	font-size: 15px;
	color: black;
	font-weight: normal;
	margin-top: 0px;
	padding-top:10px;

}

 /* konec formátování nadpisů */
img.ikonaStromMenu {
width:16px;
height:16px;
margin:0px;
border-width:0px;
padding:0px;
}
img {
	border: 1px solid gray;
}
h1{
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	font-weight:500;
}
h2{
	font-size: 18px;
	margin: 5px 0px 5px 0px;
	font-weight:500;
}
h3{
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	font-weight:600;
}
h4{
	font-size: 14px;
	margin: 5px 0px 5px 0px;
	font-weight:600;
}
h5{
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	font-weight:600;
}
h6{
	font-size: 10px;
	margin: 5px 0px 5px 0px;
	font-weight:600;
}
textarea{
background-color:transparent;
}
hr{
	margin: 3px 0px 3px 0px;
	font-size:1px;
	padding:0px 0px;
	width:100%;
	color:#b9b8b8;
	height:1px;
	background-color:#b9b8b8;
	border-style:solid;
	border-width:0px;
}
hr.cistic {
	clear: both;
	height: 1px;
	border: 1;
	margin: 0px 0px 0px 0px;
	width:100%;
	visibility: hidden;
}
table{
border: 1px solid rgb(204, 204, 204);
border-collapse: collapse;
}
