/* styly pro Sumavu - obecne definice */


/* ================ OBECNE ================== */
body {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	background: #EDF7F0 url('img/pozadi-body.gif') repeat-y top left;
	color: #003300;
}

table {
	font-size: 1.0em;
}

.clear {
	clear: both;
	height: 0;
	_height: 1px;
	font-size: 1px;
	overflow: hidden;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #BB0000;
}


/* ================== LAYOUT ===================== */
#page-holder-h {
	position: relative;
}
#page-content-h {
	
}
#page-footer {
	clear: both;
}

/* ============== ODSTAVCE TEXTU ================== */
.odstavec {
	position: relative;
	line-height: 1.4em;
}
.odstavec .obr {
	margin: 5px;
	padding: 2px;
	border: solid 1px #003300;
	float: right;
	
	position: relative;
}

.odstavec h3 {
	color: #003300;
	font-size: 1.1em;
	margin: 30px 0 10px 0;
	
	border-bottom: solid 5px #DAEDD7;
	padding: 0;
}


/* ================== WYSIWYG POLE ===================== */
.wysiwyg p {
	margin: 0;
	padding: 0 0 10px 0;
}
.wysiwyg h3 {
	color: #003300;
	font-size: 1.1em;
	margin: 30px 0 10px 0;
		
	border-bottom: solid 5px #DAEDD7;
	padding: 0;
}
.wysiwyg h4 {
	margin: 0;
	padding: 5px 0;
	font-size: 1.0em;
	font-weight: bold;
}
.wysiwyg table p {
	margin: 0;
	padding: 0;
}
.wysiwyg hr {
	border: none;
	background: #003300;
	color: #003300;
	height: 1px;
}
.wysiwyg ul li {
	list-style-type: square;
	margin-top: 5px;
}
.wysiwyg ol li {
	margin-top: 5px;
}
.wysiwyg blockquote {
	font-size: 0.95em;
}
.wysiwyg a {
	text-decoration: underline;
}
.wysiwyg a strong {
	padding-left: 45px;
	background: transparent url('img/sipka.prectetesi.gif') no-repeat top left;
	color: #003300;
}


/* =================== VYPIS SEZNAMU DAT (ZBOZI...) ========================= */
.vypis {
	position: relative;
}
.vypis .zaznam {
	position: relative;
}
.vypis .zaznam.sudy, .vypis .zaznam.lichy {
	
}


/* =================== OBECNE VECI K MENU ===================== */
.menu, .menu-item, .submenu {
	display: block;
	margin: 0;
	padding: 0;
}
.menu-horiz .menu-item {
	display: inline;
}
.menu-item {
	list-style-type: none;
}


/* ============== FORMULARE ================= */
.form {
	margin: 0;
	padding: 0;
}
.form .fi-text,
.form .fi-password,
.form .fi-textarea {
	font-family: Tahoma;
	font-size: 1.0em;
	border: solid 1px black;
}
.form .fi-text.kusu {
	width: 3em;
	text-align: right;
}
.form .fi-textarea {
	height: 50px;
}
.form .fi-select {
	font-family: Tahoma;
	font-size: 1.0em;
	border: solid 1px black;
}
.form .fi-submit {
	
}

.form .form-row {
	margin: 2px 0;
	clear: both;
}
.form .form-row input,
.form .form-row select,
.form .form-row textarea, {
	margin-left: 3px;
}
.form .form-row label {
	margin-right: 3px;
	text-align: right;
	display: block;
	float: left;
}
.form .form-row .form-label {
	display: inline;
	float: none;
	text-align: left;
	margin-left: 3px;
	width: auto;
}
.form .form-row .poznamka {
	padding-left: 5px;
	color: gray;
}
.form fieldset {
	padding: 5px;
}
.form fieldset legend {
	margin-bottom: 5px;
	color: #003300;
}
.form .table {
	
}
.table th {
	text-align: right;
	font-weight: bold;
}
/* ================ CHYBY VE FORMULARI ==================== */
.chyby {
	font-size: 0.9em;
	color: red;
	border: solid 1px red;
	padding: 5px;
}
.chyby ul, .chyby li {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.chyby li {
	list-style-type: square;
}
.chyba {
	color: red;
}
.msg {
	margin: 10px 0;
	padding: 3px;
	border: solid 1px gray;
	color: gray;
}
