body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:white;
	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,td,li,ol,ul,input,button,body,div,select{
	font-size: 11px;
	}

p,td,li,ol,ul,body,div,span{
	color: rgb(103,103,103);
	}

p,h1,h2,h3,h4,h5,h6,div {
	margin: 0px; 
	padding: 0px
	}

p {
	margin-bottom: 8px
	}

h1 {
	font-size: 13px;
	font-weight: bold;
	color: black;
	margin-bottom:2px;
	margin-right:0px;
	text-align:right;
	}

h2 {
	font-size: 13px;
	font-weight:normal;
	color: black;
	margin-right:0px;
	margin-bottom:15px;
	text-align:right;
	}

h3 {
	font-size: 11px;
	font-weight: bold;
	}

h4 {
	font-size: 11px;
	font-weight: bold;
	}

h5{
	font-size: 9px;
	font-weight:normal;
	}

h6{
	font-size: 9px;
	font-weight:normal;
	}

li {
	margin-top: 0px; 
	margin-bottom: 2px;
	}

ol, ul {
	margin-top: 10px; 
	margin-bottom: 35px;
	}

a, a:visited,a:hover,a:active {
	color: rgb(62,43,199);
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.bold {
  font-weight: bold;
	}

.italic {
	font-style: italic;
	}

.small, .small * {
	font-size: 10px;
	}

.smaller {
	font-size: 9px;
	}

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}

.obr {
	border: 1px solid black;
	}

.obr-r {
	float: right;
	border: 1px solid black;
	margin-left: 10px;
	margin-bottom: 5px;
	}

.obr-l {
	float: left;
	border: 1px solid black;
	margin-right: 10px;
	margin-bottom: 5px;
	}

.r {
	float: right;
	}

.l {
	float: left;
	}

.foto {
	border: 1px solid black;
	}

/* tabulky ------------------------------------------------------- */
td.tabulka, .tabulka td {
	background-color: rgb(245,245,245);
	padding-left:5px;
	padding-right:5px;
	}

td.tabulka1, .tabulka1 td {
	background-color: rgb(222,222,222);
	padding-left:5px;
	padding-right:5px;
	}
	
td.tabulka-sloupec, .tabulka-sloupec td {
	background-color: rgb(202,202,202);
	padding-left:5px;
	padding-right:5px;
	}

td.tabulka-zahlavi, .tabulka-zahlavi td {
	background-color: rgb(152,152,152);
	color:rgb(255,255,255);
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	}

td.tabulka-polozka, .tabulka-polozka td {
	font-weight: bold;
	padding-right:5px;
	text-align: right;
	}

td.tabulka-vyrazna, .tabulka-vyrazna td {
	font-weight: bold;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-top: 2px solid rgb(182,182,182);
	border-bottom: 2px solid rgb(182,182,182);
	}

.gray {
	padding:5px;
	background-color: rgb(245,245,245);
	}

.sloupec1-2 {
	float:left;
	width:47%;
	}

.sloupec2-2 {
	float:right;
	width:47%;
	}

ol.abcd, ul.abcd{
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0px;
}

.abcd li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
}

.navigace{
	padding-top: 20px;
	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;
	}

/* stránka ------------------------------------------------------- */
#page {
  width:750px;
  margin-left:-375px;
  margin-top:60px;
  text-align:left;
  position:absolute;
  left: 50%;
  }

#page-core {
  }


/* hlavička ------------------------------------------------------- */
#hlavicka {
  width:100%;
  }

#hlavicka .ikona {
  position:absolute;
  top:1px;
  right:0px;
  }

#lista {
  background-color:rgb(40,32,200);
	background-image:url('pics/elements/back-lista.png');
  margin-top:1px;
  margin-bottom:2px;
  width:100%;
  height:22px;
  }

#lista img{
  border-right:1px solid white;
  }

/* menu ------------------------------------------------------- */
#menu {
  width:175px;
  float:left;
  }

#menu-core {
  padding-left:15px;
  }

#menu .fotka {
  margin-bottom:20px;
  }

#menu .img {
  margin-top:5px;
  float:left;
  }

#menu ul {
	font-size: 10px;
	margin:0px;
	margin-left:35px;
	padding:0px;
	list-style: none;
	}

#menu li {
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	border-top: 1px solid silver;
  }

#menu a, #menu a:visited, #menu a:hover, #menu a:active {
	color: black;
	text-decoration: none;
	}

#menu a:hover {
	color: red;
	}

#menu a:active {
	color: rgb(21,0,204);
	}

#vyhledavac {
  padding-top:15px;
	margin-top:0px;
	margin-bottom:50px;
	margin-left:15px;
	text-align:right;
	border-top: 1px solid silver;
	}

.pole {
	width: 160px;
	}

.button {
	font-size: 10px;
	font-weight:bold;
	color: rgb(152,152,152);
	text-decoration: none;
	background-color:white;
	border:1px solid white;
	padding:0px;
	margin:0px;
	cursor: pointer;
	}

/* jádro ------------------------------------------------------- */
#jadro {
	padding-top:100px;
	float:right;
	width:535px;
  }


/* text ------------------------------------------------------- */
#text {
  }

#text p{
	text-align:justify;
  }

#text h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top:50px;
	margin-bottom:8px;
	}



/* publikace ------------------------------------------------------- */
#publikace {
  }

#publikace h4{
	font-size: 11px;
	font-weight: bold;
	margin-bottom:2px;
  }

#publikace p{
	margin-bottom:10px;
  }

#publikace h5{
	font-size: 9px;
	font-weight:normal;
	color:rgb(153,153,153);
  }

#publikace img.ikona{
	float:left;
	margin-right:20px;
	margin-top:10px;
	margin-bottom:10px;
	border: 1px solid silver;
  }

#publikace hr{
	clear:left;
	color:rgb(72,77,109);
	background-color:rgb(72,77,109);
	height:1px;
	border-width:0px;
	margin-left:89px;
  }

/* rubrika ------------------------------------------------------- */
#rubrika {
  }

#rubrika h6{
	font-size: 9px;
	font-family:Tahoma;
	font-weight:normal;
	text-align:right;
	color:white;
	background-color: rgb(153,153,153);
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:5px;
	clear:right;
  }

#rubrika h4{
	font-size: 11px;
	font-weight: bold;
	margin-bottom:2px;
  }

#rubrika p{
	margin-bottom:10px;
  }

#rubrika h5{
	font-size: 10px;
	font-weight: normal;
	color:rgb(153,153,153);
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: 1px solid rgb(153,153,153);
  }

#rubrika h5 a{
	font-weight: bold;
	color:rgb(39,31,199);
  }

#rubrika img.ikona{
	float:right;
	margin-left:20px;
  }

#rubrika hr{
	clear:right;
	color:rgb(153,153,153);
	background-color:rgb(153,153,153);
	height:1px;
	border-width:0px;
  }

 
/* fotogalerie ------------------------------------------------------- */
#fotogalerie {
  }

#fotogalerie h4{
	font-size: 11px;
	font-weight: normal;
	margin-bottom:2px;
  }

#fotogalerie img.ikona{
	float:right;
	margin-left:5px;
  border: 1px solid rgb(72,77,109);
  }

#fotogalerie p{
	font-size: 10px;
	margin-bottom:5px;
  }

#fotogalerie h5{
	font-size: 9px;
	font-weight:normal;
	color:rgb(153,153,153);
  }

#fotogalerie div.mezera{
	clear:right;
	height:25px;
  }


.report {
	font-family:Tahoma;
	color:rgb(153,153,153);
	margin-left:2px;
	margin-bottom:10px;
	}

#razeni {
	font-size: 10px;
	border: 1px solid silver;
	text-align:right;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:10px;
	}

#razeni a {
	color:rgb(103,103,103);
	}

/* foto ------------------------------------------------------- */
#foto {
  }

#foto h3{
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	color: rgb(103,103,103);
	border: 1px solid silver;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:10px;
	margin-bottom:25px;
  }

#foto h2{
	font-size: 11px;
	text-align: justify;
	color: rgb(103,103,103);
	margin-top:5px;
  }


/* paticka ------------------------------------------------------- */
.help {
  clear:both;
  }

#paticka {
  background-color:rgb(40,32,200);
	background-image:url('pics/elements/back-lista.png');
  padding:0px;
  margin-top:5px;
  margin-bottom:10px;
  clear:both;
  width:100%;
  height:5px;
  }

/* vyhledávač ------------------------------------------------------- */
#hledani h3 {
	font-size:11px;
	color: rgb(153,152,153);
	padding-top:5px;
	margin-top:25px;
	margin-bottom:10px;
	border-top: 1px dotted rgb(193,193,193);
	}

#hledani h3 a{
	color: rgb(153,152,153);
	}

#hledani h4 {
	font-size:11px;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:2px;
	}

#hledani h5 {
	font-size:10px;
	color:rgb(153,153,153);
	margin-left:20px;
	margin-bottom:20px;
	}
  
