/*  styly k sumava.drosera.cz - vnitrni stranky  */

#page-holder {
}

#page-header {
	position: relative;
	padding-top: 5px;
	background: #EDF7F0;
}
#page-header #logo {
	margin: 5px;
	position: relative;
}

/* ====================== HORNI MENU ==========================  */

#menu-top {
	background: #003300;
	color: #009900;
	font-size: 0.8em;
	position: relative;
	padding: 2px;
}
#menu-top .menu {
	padding: 2px;
	clear: both;
	white-space: nobreak;
}
#menu-top .menu#druhy a {
	text-transform: uppercase;
}
#menu-top .menu .menu-item {
	font-weight: bold;
	background: #003300;
}
#menu-top .menu .menu-item a {
	color: #EDF7F0;
}
#menu-top .menu .menu-item a:hover {
	color: white;
}

/* ==================== LEVE MENU ====================== */
#menu-left-h {
	float: left;
	width: 200px;
	padding-top: 10px;
}
#menu-left {
	
}
#menu-left .menu-item {
	padding: 5px 0 5px 2.0em;
	font-weight: bold;
	font-size: 0.95em;
	text-indent: -1.3em;
}
#menu-left .menu-item a {
	color: white;
	color: #003300;
}
#menu-left .menu-item a:hover {
	background:  #009900;
	color: #EDF7F0;
}

#menu-left .menu-item.top {
	color: #006600;
}
#menu-left .menu-item.top a {
	font-size: 0.8em;
	font-weight: normal;
	color: #006600;
}


#menu-left-h .pf-left {
	float: none;
	
	margin: 20px 0 0 0;
	padding: 3px 10px;
	
	font-weight: normal;
	font-size: 0.8em;
	text-align: center;
}
#menu-left-h .pf-left a:hover {
	background: none;
}

/* ================= OBSAH STRANKY ===================== */
#page-content-h {
	padding: 0;
	position: relative;
}
#page-content {
	position: relative;
	min-height: 300px;
	_height: 300px;
	margin-left: 200px;
	
	padding: 20px 20px 10px 10px;
}

#page-content h2 {
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 30px 0;
}


/* =================== FORMULARE ====================== */
.form {
	margin: 10px 0;
}
.form fieldset {
	border: solid 5px #DAEDD7;
}

.form .form-row label {
	width: 18em;
}

.form .fi-text,
.form .fi-textarea {
	width: 300px;
	border: inset 1px #029A02;
	background: #F8FCF9;
}
.form .fi-submit {
	font-family: Tahoma;
	font-weight: bold;
	text-align: center;
	
	background: #029A02;
	border: solid 1px #003300;
	color: #EDF7F0;
	
	padding: 2px 5px; 
}



/* ==================== TABULKY ======================= */
.table {
	border-collapse: collapse;
	border: solid 1px #003300;
}
.table td,
.table th {
	border: solid 1px #003300;
	padding: 3px;
}
.table thead th {
	background: #029A02;
	color: #EDF7F0;
	text-align: center;
}

.table tbody th {
	text-align: left;
}
