/* IMPORT SDILENYCH NASTAVENI ========================== */
@import url("/shared/css/database.css");
@import url("/shared/css/icons.css");
@import url("/shared/css/menu.css");
@import url("/shared/css/table_layout.css");
@import url("/shared/css/web.css");
/* OHK BRECLAV ========================================= */
body {
	background-color: #b1cff1;
	font-family: Verdana, "Geneva CE", lucida, sans-serif;
	margin: 0; padding: 0;	
}
body, table {
	font-size: 12px;
}
img {
	border: 0;
}
/* ZAHLAVI ============================================ */
table.layout td.top {
	background: url("../images/bg/top.gif") repeat-x;
	height: 168px;
}
table.layout td.top div.content {
	background: url("../images/bg/top_content.jpg") no-repeat left;
	height: 100%;
}
/* NAVIGACE =========================================== */
table.layout td.head {
	background: url("../images/bg/head.gif") repeat-x;
	height: 49px;
	vertical-align: top; 
}
table.layout td.head div.content {
	padding: 5 20 5 20px;
}
table.layout td.head div.content a {
	color: #34517b;
	text-decoration: none;
}
table.layout td.head div.content a:hover {
	text-decoration: underline;
}
/* LEVE MENU ========================================== */
table.layout td.left {
	background-color: #ffffff;
	border-right: 1px solid #98fffe;
	width: 182px;
}
table.layout td.left div.content {
	margin: 5 0 10 0px;
}
/* spolecne nastaveni polozek seznamu */
table.layout td.left ul.menu {
	margin: 0; padding: 0;
}
table.layout td.left ul.menu li {
	list-style-type: none;
}
table.layout td.left ul.menu li.childs {
	background: url("../images/bg/menu_item_with_childs.gif") no-repeat right;
}
table.layout td.left ul.menu li:hover,
table.layout td.left ul.menu li.over {
	background-color: #98fffe;
}
table.layout td.left ul.menu li a {
	color: #34517b;
	padding: 2.5 2.5 2.5 30px;
	text-decoration: none;
	width: 100%; height: 100%;
}
table.layout td.left ul.menu li>a {
	display: block;
	width: auto;
}
table.layout td.left ul.menu li a:hover {
	text-decoration: underline;
}
/* menu */
table.layout td.left ul.menu li ul {
	background-color: #ffffff;
	border: 1px solid #98fffe;
	top: 0; left: 182px;
	width: 270px;
}
table.layout td.left ul.menu li ul li a {
	padding: 2.5 5 2.5 5px;
}
table.layout td.left h4 {
	background: url("../images/bg/left_title.gif") repeat-x;
	color: #ffffff;
	font-size: 11px;
	padding: 1 0 0 30px;
	text-transform: uppercase;
	height: 17px;
}
/* odkazy */
table.layout td.left div#links {
	text-align: center;
}
table.layout td.left div#login {
	padding: 0 0 10 30px; margin: 0;
}
table.layout td.left div#search {
	text-align: center;
}
/* OBSAH STRANKY ====================================== */
table.layout td.main div.content {
	padding: 5 20 5 20px;
}
table.layout td.main div.content h3 {
	margin: 0 0 10 0px;
}
table.layout td.main div.content div.files div.ico a {
	padding: 2.5 0 2.5 20px;
}
/* ZAPATI ============================================= */
table.layout td.bottom {
	background-color: #5782af;
	height: 10px;
}