body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(250,250,250);
	background-repeat: repeat-x;
	background-position: top;
	background-image:url('pics/elements/back-page.png');
	scrollbar-arrow-color: rgb(152,152,152);
	scrollbar-face-color: rgb(255,255,255);
	scrollbar-highlight-color: rgb(255,255,255);
	scrollbar-shadow-color: rgb(255,255,255);
	scrollbar-3dlight-color: rgb(152,152,152);
	scrollbar-darkshadow-color: rgb(152,152,152);
	scrollbar-track-color: rgb(255,255,255);
	}

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

p,h1,h2,h3,h4,h5,h6,td,input,li,div,span {
	font-size: 11px;
	}

p,h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: rgb(0,0,0);
	margin: 0px; 
	padding: 0px;
	}

p {
	margin-bottom: 8px
	}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,102);
	padding-bottom: 20px;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	color:  #666666;
	padding-top: 20px;
	}

h3 {
	font-weight: bold;
	}

h4,h5 {
	}

h6 {
	font-size: 10px;
	font-weight: bold; 
	padding-bottom:2px;
	margin-top: 35px;
	margin-bottom: 5px;
	clear:right;
	}

li {
	margin-top: 0px; 
	margin-bottom: 2px;
	}

ol, ul {
	margin-top: 10px; 
	margin-bottom: 35px;
	}

form {
	margin: 0px; 
	padding: 0px;
	}

a, a:visited,a:hover,a:active {
	color: rgb(52,1,205);
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.bold {
  font-weight: bold;
	}

.italic {
	font-style: italic;
	}

.small {
	font-size: 10px;
	}

.small * {
	font-size: 10px;
	}

.smaller {
	font-size: 9px;
	}

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}

.left {
	text-align: left;
	}

.odsz-h {
	margin-left: 65px;
	}

.odsz {
	padding: 50px 0px 20px 0px;
	}

.podpis {
	font-size: 10px;
	font-style: italic;
	text-align:center;
	margin: 40px 10px 0px 400px;
	}

.obr {
	border: 1px solid rgb(0,0,0);
	}

.obr-r {
	float: right;
	border: 1px solid rgb(0,0,0);
	margin: 0px 0px 5px 10px;
	}

.obr-l {
	float: left;
	border: 1px solid rgb(0,0,0);
	margin: 0px 10px 5px 0px;
	}

.big-r {
	margin-left: 50px;
	}

.big-l {
	margin-right: 50px;
	}

.obj-r {
	float: right;
	margin: 0px 0px 5px 10px;
	}

.obj-l {
	float: left;
	margin: 0px 10px 5px 0px;
	}

.r {
	float: right;
	}

.l {
	float: left;
	}

.foto {
	border: 1px solid rgb(182,182,182);
	}

img.icoClanky, img.ikona {
	border: 1px solid rgb(152,152,152);
	}

.button {
	font-size:10px;
	color:white;
	background-color: rgb(0,51,153);
	border:none;
	width:100px;
	padding:2px 0px 2px 0px;
	margin-top:10px;
	}
 	
.nobutton {
	font-size: 10px;
	font-weight:bold;
	color: rgb(152,152,152);
	text-decoration: none;
	background-color:transparent;
	border:none;
	padding:0px;
	margin:0px;
	cursor: pointer;
	}


/* tabulky ------------------------------------------------------- */
td.tabulka, .tabulka td{
	background-color: rgb(245,245,245);
	padding:2px 5px;
	}

td.tabulka1, .tabulka1 td{
	background-color: rgb(202,202,202);
	padding:2px 5px;
	}
	
td.tabulka2, .tabulka2 td{
	background-color: rgb(225,225,225);
	padding:2px 5px;
	}

td.tabulka-sloupec, .tabulka-sloupec td {
	background-color: rgb(182,182,182);
	padding:2px 5px;
	}

td.tabulka-zahlavi, .tabulka-zahlavi td {
	font-weight: bold;
	color: rgb(255,255,255);
	background-color: rgb(152,152,152);
	padding:2px 5px;
	}

td.tabulka-polozka, .tabulka-polozka td {
	font-weight: bold;
	text-align: right;
	padding:0px 5px;
	}

td.tabulka-vyrazna, .tabulka-vyrazna td {
	font-weight: bold;
	padding:2px 5px;
	border-top: 2px solid rgb(182,182,182);
	border-bottom: 2px solid rgb(182,182,182);
	}

td.tabulka-none, .tabulka-none td{
	background-color: transparent;
	}

.tabulka-blue {
	font-size: 10px;
	color: rgb(255,255,255);
	background-color: rgb(52,1,205);
	padding:2px 5px;
	margin-bottom:10px;
	}

.tabulka-blue * {
	color: rgb(255,255,255);
	}

.tabulka-blue a:hover, .tabulka-blue a:visited {
	color: rgb(255,255,255);
	}

.tabulka-black {
	font-size: 10px;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	padding:1px 5px;
	}

.tabulka-black * {
	color: rgb(122,122,122);
	}

.tabulka-black a, .tabulka-black a:visited, .tabulka-black a:hover {
	font-weight:bold;
	text-decoration:none;
	color: rgb(255,255,255);
	}

.tabulka-black a:hover {
	color:yellow;
	}

.tabulka-whitesmoke {
	background-color: rgb(245,245,245);
	padding:2px 5px;
	}

td.podtrh, .podtrh td {
	border-bottom: 1px solid rgb(182,182,182);
	padding:2px 5px;
	}

td.nadtrh, .nadtrh td {
	border-top: 1px solid rgb(182,182,182);
	padding:2px 5px;
	}

tr.sekce td{
	font-size: 13px;
	font-weight: bold;
	color:  rgb(0,0,102);
	background-color: white;
	padding-top: 50px;
	border-bottom: 2px solid rgb(152,152,152);
	}

tr.oddeleni td{
	padding-top: 15px;
	border-bottom: 1px solid rgb(220,220,220);
	}

td.oddeleni{
	padding-left: 20px;
	}

ul.seznam li, ol.seznam li {
	margin-top: 0px; 
	margin-bottom: 10px;
	}  
  	
ol.abcd {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 25px;
	}

ol.abcd li{
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	}





.gray, a.gray, a:visited.gray, a:hover.gray, a:active.gray {
	color: rgb(122,122,122);
	text-decoration: none
	}

a:hover.gray {
	color: blue;
	}

a.black, a:visited.black, a:hover.black, a:active.black {
	color: rgb(0,0,0);
	text-decoration: none
	}

a:hover.black {
	text-decoration: underline;
	}




.clear {
	clear:both;
	}

.clear-left {
	clear:left;
	}

.clear-right {
	clear:right;
	}

p.dalsi {
	font-size: 10px;
	text-align:right;
	font-weight:bold;
	margin: 10px 0px 30px 0px;
	}

.dalsi a,.dalsi a:hover,.dalsi a:visited,.dalsi a:active {
	color: rgb(0,0,0);
	}

.navigace{
	padding-top: 50px;
	padding-bottom: 20px;
	color: rgb(202,202,202);
	}

.navigace, .navigace *{
	font-size: 10px;
	}

.navigace a,.navigace a:visited,.navigace a:hover,.navigace a:active {
	text-decoration: none;
	color: rgb(102,102,102);
	}

.navigace a:hover {
	color: rgb(52,1,205);
	}

.navigace .red {
	color: red;
	}



















.nadpis1 {
	font-size: 13px;
	font-weight: bold; 
	margin-top: 80px; 
	margin-bottom: 10px;
	}

.nadpis2 {
	font-size: 12px;
	font-weight: bold; 
	margin-top: 50px; 
	margin-bottom: 10px;
	}
  
.nadpis3 {
	font-size: 12px;
	font-weight: bold; 
	margin-top: 30px; 
	margin-bottom: 10px;
	}

.nadpis4 {
	font-size: 11px;
	font-weight: bold; 
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 2px;
	}

.r-small {
	border:1px solid red;
	margin-left: 5px;
	}

.l-small {
	border:1px solid red;
	margin-right: 5px;
	}

