@media screen,projection {
* {
  margin: 0px;
  padding: 0px;
}
body 	{
	font-family: Verdana, 'Arial CE', Arial, sans-serif; 
	font-size: 75%;
  text-align : center;
  color: #333;
	background : #FFFFFF;
}
/*--- login page ---*/
#stranka-log {
  width: 450px;
  margin: 80px auto 0 auto;
  border: 1px solid #CCCCCC; 
  text-align: left;
  background : transparent url("publikator.jpg") no-repeat right top;  
}
#login {
  margin: 1em;
}
#login h1 {
  border-bottom: 0 none;
}
/*--- page ---*/   
#page {
  width: 769px;
  margin: 0 auto 0 auto;
  padding: 0px;
  border: 1px solid #CCCCCC; 
  text-align: left;
  background : transparent url("publikator.jpg") no-repeat right top;  
}	   
/*--- header ---*/
.mini { 
  position: relative;
  left: 30px;
  font-size: 0.8em;
  color: #808080; 
}
#logo {
  height: 95px;
  background : transparent;
}
#logo a {
  position: relative;
  left: 30px;
  top: 20px;
  font-size: 1.8em;
  text-decoration: none;  
  color: #EEA027;
}
#logo a span {
  font-size: 80%;
  color: #000000;
}
#logo h2 a:hover {
  text-decoration: none;
}
/*--- menu ---*/	
#menu {
  height: 1.8em;
  font-size: 1em;
  background: #EFEFEF;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#menu ul {
  list-style-type: none;
  padding-left: 25px;
}
#menu li {
  float: left;
}  
#menu a {
  padding: 0.3em 0.6em 0.4em 0.6em; 
  display: block; 
  white-space: nowrap; 
  text-decoration: none;
  font-weight: bold; 
  color: #000000;
  background-color: #EFEFEF;
  border-left: 1px solid #CCCCCC;
}
#menu li.active a {
  padding: 0.3em 0.6em 0.45em 0.6em;
  background-color: #FFF;
}
unknown {
	width: auto
}
#menu a:hover {
  background-color: #d3dedc; 
}
#menu-end {
  border-right: 1px solid #CCCCCC;
}
/*--- text ---*/ 
#text {
  width: 500px;
  _width: 560px;
  background: transparent;
  float: right;
  padding: 30px;
}
#text p, #text ul, #text address {
  margin: 0 0 1em 0;
  line-height: 1.6em;
  text-align: justify; 
}
#text p {
  text-align: justify; 
}
#text li {
  list-style-type: none;
}
#text table {
  border-collapse: collapse;
  border: 1px solid #CCCCCC;
  margin: 0 0 1em 0;
  width: 100%;
  font-size: 1em;    
}
#text th {
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  padding: 0.2em 1em;
}
#text td {
  border: 1px solid #CCCCCC;
  padding: 0.2em 1em;    
}
.short {
  width: 50px;
}
h1.h1-clanek {
  margin-bottom: 0.7em;
  font-size: 1.6em;
  color: #000;
  border-bottom: 0 none;  
}
/*upload formulare*/
#text fieldset {
  background-color: #ffffcc;
}
#text fieldset legend {
  font-weight: bold;
  color: #CCC;
}
#text fieldset p {
  clear: both;
  margin: 0 0 0.5em 0;
  text-align: left; 
}
#text fieldset label {
  font-size: 0.85em;
  color: #555; 
}
/*--- submenu ---*/ 
#submenu {
  float: left;
  width: 170px;  
  margin: 30px 0 30px 30px;
  background: transparent;
}
*html #submenu {
  margin: 30px 0 30px 15px;
}
#submenu h3 {
  margin-bottom: 0.5em;
  color: #99cc00;  
}
#submenu ul, #submenu p {
  margin-bottom: 1em;
}
#submenu ul {
  list-style-type: square;
  list-style-position: inside;
  line-height: 1.6;
} 
#submenu li a {
  color: #000000;
  text-decoration: underline;
}
#submenu li.active a {
  text-decoration: none;
}
#submenu li a:hover {
  text-decoration: none;
}
/*--- footer ---*/
#footer {
  clear: both;
  padding: 5px 30px;
  font-size: 0.9em;
  font-style: italic;  
}
#footer a {
  color: #EEA027;
}
/*--- obecne tagy ---*/
hr  {
  display: none;
}
h1, h2, h3, h4, h5, h6  {
  margin: 0 0 0.2em 0;
  line-height: 1.3em;
  font-weight: normal;
}
h1 {
  margin-bottom: 0.7em;
  font-size: 1.6em;
  color: #EEA027;
  border-bottom: 2px dotted #CCC;  
}
h2 {
  font-size: 1.5em;
  color: #000;  
}
h3 {
  font-size: 1.4em;
  color: #99cc00;  
}
h4 {
  color: #808080;
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
a {
  color: #009999;
}
a:hover {
  text-decoration: none;
}
caption, dfn, cite, q, em {
	font-style: italic;
}
dfn, abbr, acronym {
  border-bottom: 1px dotted;
	cursor: help;
	font-variant: normal;
	font-style: normal;
}
code {
	font-family: monospace;
	font-size: 1.2em;
}
strong {
	font-weight: bold;
}
fieldset {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
legend {
	margin: 0 .5em;
	padding: .5em 0;	
}
label span {
	display: block;
	float: left;
	width: 120px;
	clear: inherit;
}
dt {
  float: left;
  width: 13em;
  margin-bottom: 2px;
  font-weight : bold;
}
dd {
  margin-bottom: 2px;
}
/*--- tridy ---*/
.tip {
  padding: 10px;
  font-weight: bold;
  color: #808080;
  background: #EFEFEF;
}
.tip strong {
  color: #000;
}
.error {
  margin-bottom: 1em;
  padding: 10px;
  background: #ffcccc;
}
.error strong {
  padding-left: 20px;
  font-size: 1.1em;
  color: #FF0000;
  background: url("error.gif") no-repeat 0 50%;
}
.box {
  margin-bottom: 1em;
  border-bottom: 2px solid #EFEFEF;
}
img.bezramu, a img.bezramu {
  border: none;
}
div.ukonceniobtekani {
  clear: both; 
  font-size:1px; 
  height: 1px;
}
.clear {
  clear: both;
  margin: 1em 0 0.2em 0;
}
li.blokhead {
  list-style-type: none;
  margin-top: 15px;
  padding-left: 10px;
  color: #808080;
  background: #F5F5F5;
  
}
.skryt {
  display: none;
}
.w50p {
  width: 35%;
}
.pager {
  margin-bottom: 1em;
  text-align: right;
  font-size: 0.9em;
  font-weight: bold;
  color: #AAA;
}
div.pager a {
  font-weight: normal;
  color: #666;
}
}

