/* basic style */
body {
	background-color: #FFFFFF;
	color: #606060;
	text-align: center;
	font: 75% Arial, Helvetica, sans-serif;
	background-image: url('../images/bgpage.gif');
	background-repeat: repeat-x;
	background-position: top;
	padding: 0px;
	margin: 0px;
}

h1, h2, h3, h4, p, ul, li, a, img, form, table, td {
	margin: 0;
	padding: 0;
	border: 0;
}

#page {
	color: White;
	background-color: White;
	background-image: url('../images/podkladtelo.gif');
	background-repeat: repeat-y;
	text-align: left;
	width: 820px;
	margin: 0 auto;
	padding-top: 0px;
	margin-top: 0px;
}


a, a:visited {
	color: Gray;
	text-decoration: none;
}
a:hover {
	color: #8A2136;
	text-decoration: none;
}

fieldset {
	margin: 5px 10px 5px 0px;
	padding: 10px 10px 10px 10px;
	color: #606060;

	background-repeat: repeat-x;
	text-align : justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border: 1px solid #f0f0f0;
}
legend {
	color: #B0B0B0;
	font-size: 90%;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
label {
	display: block;
	float: left;
	width: 150px;
	font-size: 90%;
}

input {
	font-size: small;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border: 1px solid #B0B0B0;
	color: #8A2136;
}
input:hover {
	border: 1px solid #8A2136;
	color: #8A2136;
}

textarea {
	font-size: small;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border: 1px solid #B0B0B0;
	color: #8A2136;
}
textarea:hover {
	border: 1px solid #8A2136;
	color: #8A2136;
}

.input-text {
	margin: 0px;
	border: 1px solid #e0e0e0;
	background: #fff url('../ico/bg-input.gif') repeat-x 0px 0px;
	width: 350px;
}
.inputtext {
	background: #ffffff url('../ico/bg-input.gif') repeat-x 0px 0px;
	margin: 0px;
	border: 1px solid #606060;
	color: #505050;
}

fieldset p {
	margin-bottom: 3px;
}
td {
	color: Gray;
	font-size: 11px;
}

/* === CONTENT ======================  */

#content {
	float: right;
	width: 610px;
}

#leftmenu {
	width: 200px;
	float: left;
}


	
#contbox {
	padding-right: 20px;
	padding-top: 20px;
	padding-left: 20px;
	color: #8A2136;
	background-image: url('../images/podklad.gif');
	background-repeat: repeat-y;
}

#contbox h1{
	font-size: 1.7em;
	margin-bottom: 18px;
	background-image: url('../images/nadpispodklad3.gif');
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Helvetica, sans-serif;

}

#contbox h2{
	color: #8A2136;
	font-size: 1.3em;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#contbox h3{
	color: #8A2136;
	font-size: 1.1em;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#inpage h1{
	font-size: 1.6em;
	margin: 16px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#contbox p span { font-size: 100%; }

#contbox ul {
	list-style: none;
	padding-left: 5px;
	margin-bottom: 20px;
}

/*#contbox ul li{
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
}*/


.bokram {
	margin-left: 25px;
	padding: 5px;
	padding-left: 7px;
	text-align: center;
	width: 160px;
}

.boknadpis {
	font-size: 12px;
	font-weight: bold;
}

#inpage {
	margin: 0;
	padding: 0;
	padding-left: 15px;
}


/* ====== LEVE MENU ====================== */

#leftb {
	background-image: url('../images/leftmenu.gif');
	background-repeat: repeat-y;
}
#leftb ul {
	margin-left: 20px;
	list-style-type: none; 
}
#leftb ul li {
	display: block;
	width: 160px;
	height: 26px;
	color: Gray;
	font-size: .9em;
	text-decoration: none;

}
#leftb ul li a {
	display: block;
	font-size: .8em;
	text-decoration: none;
	font-style: italic;
	width: 140px;
	height: 25px;
	line-height: 26px; 
}

#leftbvrch {
	background-image: url('../images/leftmenuvrch.gif');
	background-repeat: no-repeat;
	display: block;
	width: 203px;
	height: 18px;
}
#leftbspodek {
	background-image: url('../images/leftmenuspodek.gif');
	background-repeat: no-repeat;
	display: block;
	width: 203px;
	height: 18px;
}
#leftbox {
	width: 200px;
}

#leftbox ul {
	list-style-type: none;
	margin-left: 30px;
	padding-top: 20px;
}

#leftbox ul li  { 
	display: block; 
	height: 30px;
	overflow: hidden;
}

#leftbox ul li a  {
	display: block;
	width: 140px;
	height: 25px;
	font-weight: bold;
	text-decoration: none;
	font-size: .8em;
	font-style: italic;
	text-align : right;
	color: Gray;
	padding-right: 5px;
}
#leftbox ul li a span { 
	padding-left: 15px; 
	line-height: 26px; 
}
#leftbox ul li a:hover {
	/* background-position: 0 -52px; 	
	color: White;*/
	background-color: Gray;
	color : #ffffff;
	/*background-image : url('../images/menu.gif');
	background-repeat : repeat-x;*/
}
#leftbox ul li a.aktiv {
	border-right : thin solid #EEEEEE;
}



/* === PATICKA ===================  */

#footer {
	display: block;
	position: relative;
	width: 820px;
	height: 70px;
	overflow: hidden;
	padding-top: 0px;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url('../images/footer.gif');
}

#footer span{
	display: block;
	position:    absolute;
	z-index:     1;
	top:         0;
	left:        0;
	width:       820px;
}

#footer p {
	padding: 5px;
	display: inline;
	position: relative;
}
#paticka {
width: 650px;
background-color: #FFFFFF;
float: right;
color: #a0a0a0;
}
#patickaleft {
	font-size: .8em;
	width: 300px;
	padding: 3px;
	text-align: left;
	float: left;
	margin-left: 20px;
}
#patickaright {
	font-size: .8em;
	width: 300px;
	float: right;
	text-align : right;
	margin-right: 20px;
}


#paticka a,#paticka a:visited {
	color: #a0a0a0;
	text-decoration: none;
}
#paticka a:hover {
	color: #505050;
	text-decoration: underline;
}





/* == POMOCNE === */

.cleaner {
	clear: both;
}

.tabnad {
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	background-color: #0066cc;
	color: #ffffff;
}

.tabnad2 {
	font-weight: bold;
	font-size: 11px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	background-color: #D0D0D0;
	color: #ffffff;
}

.ramemail {
	border: 2px solid #B22222;
	padding: 5px;
	background-image: url('../images/podklad2.gif');
	width: 190px;
	font-size: 11px;
}

/* ====== ERROR INFO MESSAGES ======  */

.error {
	color: Red;
	background-color: White;
	background-image: url('../ico/script_alert.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	border: 1px solid Red;
	margin-right: 50px;
	padding: 5px;
	padding-left: 40px;
	margin-bottom: 5px;
}
.okmsg {
	color: #339933;
	background-color: White;
	background-image: url('../ico/okm.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
	border: 1px solid #339933;
	margin-right: 50px;
	padding: 3px;
	padding-left: 40px;
	margin-bottom: 5px;
}
.infomsg {
	color: #3366FF;
	background-color: White;
	background-image: url('../ico/40.gif');
	background-position: 3px 3px;
	background-repeat: no-repeat;
	border: 1px solid #3366FF;
	margin-right: 50px;
	padding: 3px;
	padding-left: 40px;
	margin-bottom: 5px;
}


.ram {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	color: #505050;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 5px 10px 5px 0px;
	padding: 5px 10px 5px 10px;
	text-align: justify;
}

.ram2 {
	width: 499px;
	background-image: url('../images/ram2body.gif');
	background-repeat: repeat-y;
	color: Black;
}

.ram2 p {
	margin-left: 13px;
	margin-right: 13px;
	font-style: normal;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.ram a,.ram a:visited {
	text-decoration: none;
}
.ram a:hover {
	text-decoration: underline;
}

.ram2vrch {
	height: 13px;
	width: 499px;
	display: block;
	background-image: url('../images/ram2vrch.gif');
	background-repeat: no-repeat;
	margin: 0;
}
.ram2spodek {
	height: 13px;
	width: 499px;
	display: block;
	background-image: url('../images/ram2spodek.gif');
	background-repeat: no-repeat;
}

#cenacelk{
	background-color: Red; 
	font-weight: bold; 
	color: White; 
	border: none; 
	text-align: right; 
	font-size: 18px;
}

.detail A {
	width: 50px;
	height: 11px;
	background-image: url('../images/detail.gif');
	display: block;
	font-size: 1px;
	margin-left: 5px;
	float: right;
	margin: 10px;
}
.detail A:hover{
	width: 50px;
	height: 11px;
	background-image: url('../images/detail2.gif');
}

.zpet A {
	width: 46px;
	height: 11px;
	background-image: url('../images/zpet.gif');
	display: block;
	font-size: 1px;
	margin-left: 5px;
	float: left;
	margin: 10px;
	
}
.zpet A:hover{
	width: 46px;
	height: 11px;
	background-image: url('../images/zpet2.gif');
}
.poptavka A {
	width: 153px;
	height: 11px;
	background-image: url('../images/poptavka.gif');
	display: block;
	font-size: 1px;
	margin-left: 5px;
	float: right;
	margin: 10px;
	
}
.poptavka A:hover{
	width: 153px;
	height: 11px;
	background-image: url('../images/poptavka2.gif');
}

.pagenumber{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
	padding: 1px 5px 1px 5px;
	background-color: #F2F2F2;
	border: 1px solid Silver;
	margin: 1px 1px 1px 1px;
	font-weight: bold;
}
A.pagenumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #112369;
	padding: 1px 5px 1px 5px;
	background-color: #F2F2F2;
	border: 1px solid Silver;
	margin: 1px 1px 1px 1px;
	text-decoration: none;
}
A.pagenumber:hover {
	border: 1px solid #C24204;
	background-color: #FFA500;
	color: White;
}


.zbcena {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: White;
	background-color: Red;
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	float : right;
}
.zbcena1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #98F30D;
	background-color: red;
	padding-left: 3px;
	padding-right: 3px;
	text-align: right;
	border-left: 3px solid #98F30D;
}
.zbcenadet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: red;
	text-align: right;
}
.zbobr {
	padding: 3px;
	text-align: center;
	float: left;
	margin-right: 20px;
	width: 150px;
}
.tlacitko {
	background-image: url('../images/butpodklad.gif');
	/*color: #3399FF;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.zbfotoram {
	width: 150px; 
	height: 100px; 
	text-align: center;
	float: left;
}
.zbneniobr {
	background-image: url('../images/neniobr.gif'); 
	border: 1px solid #EDEDED; 
	width: 150px; 
	height: 99px; 
}
.zbtextram {
	width: 340px;
	float: right;
	text-align: justify;
	margin-right: 10px;
}

.zbcont {
/*border: 1px solid #E9E9E9;*/
margin: 2px;
width: 538px;
background-color: #F0F0F0;
color: #999999;
margin-bottom: 10px;

}
.vcetnedph{
font-size: 10px; 
font-style: italic; 
float: right; 
margin-bottom: 10px;
}
.cislastranek {
	margin: 10px;
	float: right;
}




/* == HEAD =========== */

#head {
	display:  block;
	position: relative;
	width:    820px;
	height:   250px;
	overflow: hidden ;
	float: right;
	margin: 0px;
	padding: 0;
	background: url('../images/head.gif') no-repeat left top;
}

#head span  {

	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 820px;
	height: 250px ;
	padding: 0;
	padding: 0;
	text-align: right;
}

#headsite {
	float: right;
	margin-right: 30px;
	margin-top: 235px;
	font-size: .8em;
}

#headsgs a, #headsgs a:visited {

	display: block;
	height: 80px;
	margin-top: 10px;
	margin-left: 720px;
	position: absolute;
	width: 80px;
}


#headprovozy a, #headprovozy a:visited {
	position: absolute;
	margin-top: 95px;
	margin-left: 650px;
	width: 155px;
	height: 100px;
	display: block;
}

#headwww a, #headwww a:visited {
	position: absolute;
	margin-top: 175px;
	margin-left: 65px;
	width: 290px;
	height: 30px;
	display: block;


}


/* === AKTUALITY ===================== */

.aktram{
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	color: #a0a0a0;
	width: 500px;
	margin-left: 5px;
	margin-bottom: 3px;	
	padding: 5px 10px 5px 10px;
}


.aktramin{
	
}
.aktramvrch{
	
}
.aktramspodek{
	
}

.akttext {
	text-align: justify;
 	color: #909090;
	position: relative; /* IE chyba*/
}
.aktboktext {
	text-align: justify;
 	color: #909090;
	position: relative; /* IE chyba*/
	font-size: .8em;
}
.aktboknadpis{
	font-size: 12px;
	font-weight: bold;
	color: #8A2136;
	margin-left: 20px;
	font-style: italic;
}


.aktobr {
	float: right; 
	margin-left: 10px; 
	border: 0;
}
.aktdatum {
	color: #d0d0d0;
	font-size: 10px;
	text-align: left;
	background-image: url('../ico/date-icon.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
}
.aktbokdatum {
	color: #d0d0d0;
	font-size: 10px;
	text-align: left;
}
.aktvice {
	font-weight: bold;
	font-size: 11px;
	float: right;
	background-color: #f0f0f0;
	border: 1px solid #d0d0d0;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 4px;
}
#aktrambok {
	margin-left: 20px;
	/*background-color: #f0f0f0;
	border: 1px solid #505050;*/
	padding: 5px;
	width: 160px;
	margin-bottom: 20px;
}
#aktrambok h3 {
	color: #a0a0a0;
	font-size: 1.3em;
	font-style: italic;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
#aktrambok h4 {
	color: #8A2136;
	margin-top: 5px;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 3px;

	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#aktmejlyram legend {
	font-size: 13px;
}
#aktmejlyram {
	background-color: #f8f8f8;
	/*border: 1px solid #e0e0e0;*/
	font-size: 80%;
	width: 160px; 
	padding: 5px; 
	margin-left: 20px;
	margin-bottom: 15px;
	margin-top: 10px;
 	color: #505050;
}
#aktmejlyinput {
	margin: 0px;
	border: 1px solid #505050;
	background: #a0a0a0 url('../ico/bg-input.gif') repeat-x 0px 0px;
	width: 140px;
	color: #505050;

}
#aktmejlyselect{
	font-size: 9px;
}


/* == PARTNERI =============== */


#partneriram {
	margin-left: 35px;
	margin-top: 20px;	
}
#partneriram h3{
	font-size: 14px;

}


/* == DOWNLOAD =============== */

.downloadkategorie a {
	background-image: url('../ico/79.gif');
	background-repeat: no-repeat;
	border: 0px;
	color: #8A2136;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
}

.downloadkategorie a:hover{
	padding-left: 20px;
	background-image: url('../ico/77.gif');
	background-repeat: no-repeat;
}
.downloadkatpopis{
	color: #C0C0C0;
	font-size: 11px;
	margin: 5px;
}
.downloadram {
	background-color: #f8f8f8;
	border: 1px solid #f0f0f0;
	color: white;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 5px 10px 5px 0px;
	padding: 3px 5px 0px 5px;
	text-align: justify;
}
.downloadnadpis {
	color: #8A2136;
	font-size: 12px;
	margin: 5px;
	font-weight: bold;
}
.downloadpopis{
	color: #C0C0C0;
	font-size: 11px;
	margin: 5px;
}


/* == VYSLEDKY =============== */

.vysledkykategorie a {
	background-image: url('../ico/79.gif');
	background-repeat: no-repeat;
	border: 0px;
	color: #FFCC33;
	font-size: 15px;
	font-weight: bold;
	padding-left: 20px;
}

.vysledkykategorie a:hover{
	padding-left: 20px;
	background-image: url('../ico/77.gif');
	background-repeat: no-repeat;
}
.vysledkykatpopis{
	color: #C0C0C0;
	font-size: 11px;
	margin: 5px;
}
.vysledkyram {
	background-color: #202020;
	border: 1px solid #505050;
	color: white;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 5px 10px 5px 0px;
	padding: 3px 5px 0px 5px;
	text-align: justify;
}
.vysledkynadpis {
	color: #3399FF;
	font-size: 12px;
	margin: 5px;
	font-weight: bold;
}
.vysledkypopis{
	color: #C0C0C0;
	font-size: 11px;
	margin: 5px;
}


/* === BAZAR ================ */

.bazardatum {
	background-color: #353535;
	text-align: right;
	color: #e0e0e0;
}
.bazarnadpis {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.bazartext{
	position: relative;
	width: 250px;
}
.bazarodkaz{
	position: relative;
	width: 250px;
}
.bazarudaje {
	position: relative;
	width: 250px;
}
.bazarinforam {
	margin: 3px 3px 3px 3px;
	padding: 5px 5px 5px 5px;
	background-color: #000000;
	border: 1px solid #202020;
	color: #505050;
	background-position: top;
	background-repeat: repeat-x;
}
.bazarram {
	margin: 3px 3px 3px 3px;
	padding: 5px 5px 5px 5px;
	background-color: #202020;
	border: 1px solid #505050;
	color: White;
	background-position: top;
	background-repeat: repeat-x;
}
.bazarobr{
	float: right;
	position: relative;
	display: block;
}
.bazarobrram {
	float: right; 
	text-align: right; 
	width: 230px;
}


/* === FOTOGALERIE ================ */

.galsquare {
	border: 1px solid #f0f0f0;
	width: 170px;
	margin: 4px;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	background-color: #f8f8f8;
}

.fotgskpopis { 
	color: #808080;
	font-size: 11px;
}

.fotogskdatum {
	color: #FFCC33;
	font-size: 11px;
	font-weight: normal;
}
.fotogdetdatum {
	color: #FFCC33;
	font-size: 11px;
	font-weight: normal;
}
.fotorandomnadpis {
	color: #505050;
}

/* === RANDOM FOTOGALERIE ================ */

#randomfotogalerie {
	border: 1px solid #505050;
	padding: 5px;
	/*width: 700px;*/
	text-align: center;
	margin: 15px;
/*	background-color: #000000;*/
}
.rndgalsquare {
	border: 1px solid #505050;
	width: 200px;
	margin: 4px;
	text-align: center;
	font-size: 70%;
	font-weight: bold;
	background-color: #202020;
}


/* === KALENDAR ===========================  */

#pristiakcebokram {
	margin-left: 20px;
	background-color: #202020;
	border: 1px solid #505050;
	padding: 5px;
	width: 170px;
	margin-bottom: 20px;
}
.kalendarbokdatum {
	color: #f0f0f0;
	font-size: 11px;

}
.kalendarbokakce {
	font-size: 14px;
	font-weight: bold;
/*	color: #FFCC33;*/
}

.kalendarboknadpis {
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
	margin-left: 20px;
	font-style: italic;
}
.kalendardatum{
	font-weight: bold;
}
.kalendardatum span {
	color: #FFCC33;
	font-weight: normal;
}
.kalendarmisto{
	font-weight: bold;
}
.kalendarmisto span {
	color: #FFCC33;
	font-weight: normal;
}
.kalendartext{
	color: #B0B0B0;
	font-size: 90%;
}



/* === SEO LINKS ==================== */


#seolinks {
	color: #C0C0C0;
	display: block;
	font-size: .7em;
	margin: auto;
	position: relative;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
	
}

#seolinks a, #seolinks a:visited {
	font-size: 10px;
	color: #C0C0C0;
}
#seolinks a:hover {
	font-size: 10px;
	color: #606060;
	text-decoration: underline;
}







/* ================= */


.buton A{
	text-decoration: none;
	color: White;
	text-align: center;
	background-color: #009CDD;
	border: 1px solid Silver;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 20px;
	margin-left: 2px;
}
.buton A:hover {
	border: 1px solid Black;
	color: Black;
	background-color: #B7DBFF;
}
.buton2 A{
	color: White;
	text-align: center;
	background-color: Red;
	border: 1px solid red;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	line-height: 20px;
	margin-left: 2px;
}
.buton2 A:hover {
	border: 1px solid red;
	color: yellow;
	background-color: #FF5015;
}


/* ========================================= */

.homepage {
	background-image: url('../images/ico_home.gif');
	padding-left: 15px;
	background-repeat: no-repeat;
}
.sitemap{
	background-image: url('../images/ico_sitemap.gif');
	padding-left: 15px;
	background-repeat: no-repeat;
}
.hledani {
	background-image: url('../images/ico_hledej.gif');
	padding-left: 15px;
	background-repeat: no-repeat;
}




/* ========================================= */

.zbkat a{
	font-weight: normal;
	font-size: .8em;
	color: Black;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


/* ====== LEVE MENU ====================== */

#leftb { 

}
#leftb ul { 
	list-style-type: none; 
}
#leftb ul li {
	display: block;
	width: 160px;
	height: 26px;
	color: Gray;
	font-size: 1.4em;
	text-decoration: none;
}








/* ====== MENU ======== */

#menu {
margin-top: 3px;
	background-image: url('../images/menubg.gif');
	background-repeat: no-repeat;
	height: 36px;
	text-align: center;
	margin-bottom: 20px;
}	

#menu ul {
	list-style-type: none;

}

#menu ul li {
	float: left; /* zde upravit width */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border-right: 1px solid #353535;
	border-left: 1px solid #656565;	
}
	
#menu ul li a {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	width: 134px;
	height: 36px;
}
	
#menu ul li a:hover {
	/*color: #ffCC33; */
	font-weight: bold;	
	background-color: #3399FF;
	display: block;
	width: 134px;
	height: 36px;	
}
	
#menu ul li.aktiv {
	background-image: url('../images/menuarrow.gif');
	background-repeat: no-repeat;
	background-position: center 0;	 
}
	
#menu ul li.aktiv a {
	color: #FFFFFF;
}




/* ===== BAREVNE ROZDELENI =====================  */

.podmenu a, .podmenu a:visited  {
	font-weight: bold;
	color: #8A2136;	
	padding-left: 7px;
	width: 200px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu a:hover {
	color: #FFFFFF;
	background-color: #8A2136;
	border-left: 2px solid #E9E9E9;
}
/* ==== rozdělení ==== */

.podmenu1 a, .podmenu1 a:visited  {
	font-weight: bold;
	color: Gray;	
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu1 a:hover {
	color: #009CDD;
	border-left: 2px solid #E9E9E9;
}
.podmenu2 a, .podmenu2 a:visited  {
	font-weight: bold;
	color: Gray;	
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu2 a:hover {
	color: #DD00CC;
	border-left : 2px solid #E9E9E9;
}
.podmenu3 a, .podmenu3 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu3 a:hover {
	color: #FFCC33;
	border-left: 2px solid #E9E9E9;
}
.podmenu4 a, .podmenu4 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu4 a:hover {
	color: #000066;
	border-left: 2px solid #E9E9E9;
}
.podmenu5 a, .podmenu5 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu5 a:hover {
	color: #CC0000;
	border-left : 2px solid #E9E9E9;
}
.podmenu6 a, .podmenu6 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left : 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left : 2px solid White;
}
.podmenu6 a:hover {
	color: #009933;
	border-left : 2px solid #E9E9E9;
}
.podmenu7 a, .podmenu7 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu7 a:hover {
	color: #3300FF;
	border-left: 2px solid #E9E9E9;
}

.podmenu8 a, .podmenu8 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu8 a:hover {
	color: #FF0000;
	border-left: 2px solid #E9E9E9;
}

.podmenu9 a, .podmenu9 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}
.podmenu9 a:hover {
	color: #009999;
	border-left: 2px solid #E9E9E9;
}

.podmenu10 a, .podmenu10 a:visited  {
	font-weight: bold;
	color: Gray;
	padding-left: 7px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	border-left: 2px solid White;
}

.podmenu10 a:hover {
	color: #33FF00;
	border-left : 2px solid #E9E9E9;
}

.nadpis{
	color: #8A2136;
}
.nadpis1{
	color: #009CDD;
}
.nadpis2{
	color: #DD00CC;
}
.nadpis3{
	color: #FFCC33;
}
.nadpis4{
	color: #000066;
}
.nadpis5{
	color: #CC0000;
}
.nadpis6{
	color: #009933;
}
.nadpis7{
	color: #3300FF;
}
.nadpis8{
	color: #FF0000;
}
.nadpis9{
	color: #009999;
}
.nadpis10{
	color: #33FF00;
}

.zbkat a{
	font-weight: normal;
	font-size: .8em;
	color: Black;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}






.zbnadpis1 a,.zbnadpis1 a:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #009CDD;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis1 a:hover {
	color: #55BCFF;
	text-decoration: none;
}

.zbnadpis2 a,.zbnadpis2 a:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #DD00CC;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis2 A:hover {
	color: #FF55DD;
	text-decoration: none;
}

.zbnadpis3 A,.zbnadpis3 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis3 A:hover {
	color: #FFEE88;
	text-decoration: none;
}
.zbnadpis4 A,.zbnadpis4 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis4 A:hover {
	color: #4444FF;
	text-decoration: none;
}
.zbnadpis5 A,.zbnadpis5 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis5 A:hover {
	color: #FF3300;
	text-decoration: none;
}
.zbnadpis6 A,.zbnadpis6 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #009933;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis6 A:hover {
	color: #33CC00;
	text-decoration: none;
}

.zbnadpis7 A,.zbnadpis7 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis7 A:hover {
	color: #4411FF;
	text-decoration: none;
}

.zbnadpis8 A,.zbnadpis8 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis8 A:hover {
	color: #FF1111;
	text-decoration: none;
}

.zbnadpis9 A,.zbnadpis9 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis9 A:hover {
	color: #11aaaa;
	text-decoration: none;
}

.zbnadpis10 A,.zbnadpis10 A:visited{
	margin: 0;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-weight: bold;
	color: #33FF00;
	text-decoration: none;
	padding: 4px;
	margin-bottom: 4px;
}
.zbnadpis10 A:hover {
	color: #44FF11;
	text-decoration: none;
}

