@charset "iso-8859-2";
/* CSS Document */

/************************************************* MAIN ARCHITECTURE ****/

html, body {
	height: 100%;
}

body {
	background: #A6D0C9 url(../imgs/body_bg.gif);
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   text-align: left;
   padding: 5px;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}

#backLayer, #premain, #main {
	height: 100%;
	min-height: 100%;
}

html[xmlns] #main {
	height: auto;
	width: 800px;
}

#backLayer {
	text-align: center; 
	background: transparent url(../imgs/premain_bg.gif) repeat-x top;
}

#premain {
	width: 806px;
	margin: auto;
	text-align: left;
}

#main {
	width: 806px;
	background: #fff url(../imgs/content_border.gif) repeat-y;
	padding: 0 3px;
}

#header {
	background: #adbdba url(../imgs/header.jpg) no-repeat;
	height: 197px;
	position: relative;
}

#mainCont {
	padding-bottom: 33px;
	background: #fff url(../imgs/content_bg_top.jpg) repeat-x top;
	height: 60px;
	min-height: 60px;
}

html[xmlns] #mainCont {
	height: auto;
}

#footer {
	height: 19px;
	margin-top: -19px;
	border-left: 2px solid #DAF7EA;
	border-right: 2px solid #DAF7EA;
	background-color: #2A9584;
	overflow: hidden;
}

#footer .border {
	border-top: 1px solid #198C77;
}

#footer .inside {
	height: 17px;
	border-top: 1px solid #fff;
	background-color: #2A9584;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 15px;
}

/************************************************* GENERAL STYLES ****/

.toRight {
	float: right;
	display: inline;
	position: relative;
}

.toLeft {
	float: left;
	display: inline;
	position: relative;
}

.clear {
	clear: both;
   	height: 1px;
   	font-size: 1px;
   	visibility: hidden;
   	margin: -1px 0 0 0;
   	padding: 0;
   	border: none;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 6px 0;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 4px 0 6px 0;
}

h1 {
	font-size: 20px;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 10px;
}

ul {
	margin: 0 0 6px 0;
	padding-left: 16px;
	list-style-type: square;
	text-align: left;
}

.brownTxt {
	color: #68462a;
}

.lightBrownTxt {
	color: #BB733E;
}

.greenTxt {
	color: #1e7766;
}

.greyTxt {
	color: #565656;
}

.imgBorder {
	border: 1px solid #169788;
}

.imgToLeft {
	margin: 3px 10px 5px 0;
	float: left;
	border: 1px solid #169788;
}

.imgToRight {
	margin: 3px 0 5px 10px;
	float: right;
	border: 1px solid #169788;
}

.text {
	text-align: justify;
}


/************************************************* MAIN SITE STYLES ****/

#header a.lang {
	position: absolute;
	top: 3px;
	left: 5px;
	font-size: 10px;
	color: #a4dfd3;
	font-weight: bold;
}

#header a.logo {
	display: block;
	position: absolute;
	top: 33px;
	left: 25px;
}

#header .motto {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	position: absolute;
	top: 85px;
	left: 30px;
}

#header .snippets {
	position: absolute;
	right: 0px;
	top: 114px;
	height: 23px;
}

#header .snippets .body {
	height: 23px;
	background: transparent url(../imgs/snippets_bg.gif) repeat-x left;
	color: #0d5247;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	padding: 0 3px 0 0;
}

#header .snippets a {
	color: #0d5247;
	margin: 0 3px;
}

#header .snippets .end {
	width: 40px;
	height: 24px;
	background: transparent url(../imgs/snippets_left.gif) no-repeat;
}

ul.mainMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 151px;
	left: 23px;
	z-index: 20;
}

ul.mainMenu li {
	float: left;
	position: relative;
}

ul.mainMenu li.normal {
	margin-top: 2px;
}

ul.mainMenu li.active {
	margin: 0 -3px 0 -4px;
	background: transparent url(../imgs/menu_item_active.gif) no-repeat;
	height: 27px;
	width: 113px;
}

ul.mainMenu li a {
	display: block;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

ul.mainMenu li.normal a {
	width: 106px;
	height: 21px;
	background: transparent url(../imgs/menu_item.gif) no-repeat;
	padding: 4px 0 0 2px;
}

html[xmlns] ul.mainMenu li.normal a {
	height: 16px;
	width: 104px;
}

ul.mainMenu li.normal a:hover {
	background-position: 0px -23px;
}

ul.mainMenu li.active a {
	width: 106px;
	height: 16px;
	padding: 0;
	margin: 6px 0 6px 4px;
}

ul.mainMenu li.overlay {
	width: 17px;
	height: 25px;
	z-index: 200;
}

ul.mainMenu.overlay li {
	float: left;
	width: 17px;
	height: 21px;
	margin-right: 100px;
	background: red;
	z-index: 200;
}

ul.subMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 180px;
	left: 28px;
	z-index: 200;
}

ul.subMenu li {
	float: left;
	margin-right: 20px;
	color: #0ea78b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 14px;
	line-height: 14px;
	font-weight: bold;
}

ul.subMenu li a, ul.subMenu li span {
	padding-left: 10px;
}

ul.subMenu li span.active{
	background: transparent url(../imgs/submenu_bullet.gif) no-repeat left center;
}

ul.subMenu li a {
	color: #146556;
}

ul.subMenu li.active a {
	
}

#header .menuLine {
	position: absolute;
	top: 175px;
	left: 19px;
	background: url(../imgs/menu_line.gif) repeat-x;
	height: 3px;
	z-index: 10;
}

.mainColumn {
	width: 590px;
	padding-top: 15px;
	z-index: 100;
}

.rightColumn {
	width: 200px;
	padding: 20px 10px 0 0;
}

html[xmlns] .rightColumn {
	width: 190px;
}

h4.sTitle {
	margin: 0;
	color: #159788;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	border-bottom: 2px dotted #159788;
	margin-bottom: 15px;
}

/*** stránkování ***/

table.basicPaging {
	margin: auto;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #159788;
	line-height: 16px;
	border-collapse: collapse;
}

table.basicPaging td.arrow {
	padding: 0 3px;
}

table.basicPaging td.arrow a {
	display: block;
	width: 11px;
	margin-top: 1px;
	text-align: right;
}

table.basicPaging td.arrow a:hover {
	background-position: 0px -19px;
}

table.basicPaging a.prev {
	background: url(../imgs/prev_btn.gif) no-repeat top;
}

table.basicPaging a.next{
	background: url(../imgs/next_btn.gif) no-repeat top;
}

table.basicPaging td {
	vertical-align: middle;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2px;
}

table.basicPaging td.nums a {
	color: #159788;
	text-decoration: none;
	padding: 0 3px;
}

table.basicPaging td.nums a:hover {
	color: #2ed2b3;
}

table.basicPaging td.nums span.active {
	border: 1px solid #159788;
	padding: 0 2px;
}


