/* ----- DEFINICE HLAVNICH ELEMENTU ---------------------------------------------------------------------------------- */

body, html {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
}
body {
	font-family: Palatino, "palatino linotype", serif;
	font-size: 12px!important;
	text-align: center;
	color:#000000;
	background-color: #ffffff;
}
p {margin-bottom:10px;}

#strana {text-align:left;}

#titul, #menu, #webdesign {display:none;}
#obsah {}
#pata {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	color:#000000;
	font-size:10px;
	clear:both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	margin-top:20px;
}
#pata a {
	color:#000099 !important;
	text-decoration:none;
}
#pata a:hover {
	color:#E67817 !important;
}
h1, h2, h3, h4 {
	color: #000000;
	font-weight:normal;
	padding:0;
	margin:0;
}

.odsazeni {
	background-color: #FFF5B3;
	padding: 10px;
	font-style: italic;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #b9380b;
}

.obrazek_vpravo {
	float: right;
	margin-left:20px;
}
.obrazek_vlevo {
	float: left;
	margin-right:20px;
}


/* ---- TABULKY --------------------- */
.tabulka {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-top-color: #666666;
	margin-bottom:20px;
}
.tabulka th {
	color: #FFFFFF;
	text-align: left;
	padding: 3px 3px 3px 6px;
	font-weight: bold;
	background-color: #FF6600;
	background-image: url(bg_header.jpg);
	background-repeat: repeat;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

.tabulka td {
	padding: 3px 3px 3px 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}

.tabulka tr {	background-color: #F4F4F4;}

tr.sudy {
	background-color: #D8F49D;
}


.banner img {padding: 10px;}

/* ----- VSEOBECNE -------------------------------------------------------------------------------------------- */
hr.cistic {
	clear: both;
	height: 1px;
	border: none;
	visibility: hidden;
	margin-top: -1px;
}

.bezramu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ram {
	padding: 3px;
	border: 1px solid #666666;
}

.stin {
	background-image: url(input_stin.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #000000;
	text-indent: 2px;
}
.poznamka {font-size:11px; color:#999999}
.cara {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #76A5DE;
	display:block;
}
.chyba {
	color: #FF0000;
	background-image: url(error.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	line-height: 16px;
	margin-top:20px;
}


form {margin: 0px; padding: 0px;}

.poznamka {
	color:#999999;
	font-size:11px;
}

