@import "calendar.css";

/* CSS Document */
body,html{
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  background:url(../images/bodyBg.gif) top center no-repeat #FFDF5E;
  font-family: Trebuchet MS;
  font-size:0.88em;
  text-align:center;
}
img {
	border: none;
}
#centerPage{
  position:relative;  
  width:1078px;
  margin: 0 auto;  
  _height:100%;
  min-height:100%;     
  background:url(../images/centerPageBg.jpg) top center repeat-y #FFDF5E;
  text-align:center;
}
#poledni_menu {
	position:absolute;
	right:117px;
	top:255px;
}
#poledni_menu img {
	border: 0px;
}

#header{
  position:relative;
  width:1078px;
  height:331px;
  background:url(../images/headerBg.jpg) top center no-repeat #FFDF5E;
}
#header #flags{
  position:absolute;
  top:5px;
  left:35px;
}
#header #flags img{
  border:0;
  margin: 0 3px;
}
#header #icons{
  position:absolute;
  top:5px;
  right:18px;
}
#header #icons img{
  margin:-1px;
}


#middle{
  margin:0 auto;
  width:902px;    
  text-align:left;
  padding:0;
}


#content{
  padding:3px 50px 60px 222px;
  _padding:3px 50px 40px 222px;
  font-size: 13px;
}
#content p {
	text-align: justify;
}
#content a {
	color: black;
	text-decoration: underline;
}
#content a:hover {
	color: #7A7A7A;
	text-decoration: none;
}

#footer{
  position:absolute;
  left:0;
  bottom:0;
  width:1078px;
  height:75px;  
  background:url(../images/footerBgBez_loga.jpg) no-repeat #FFDF5E;
  text-align:center;
}
#footer img {
	border: 0px;
}
#footerMenu{
  margin:22px auto;
  line-height:1.1em;
  width:900px;
  position:relative;
  font-size:9px;
}
#footerMenu a{
  text-decoration:none;
  color:#592124;
}


#menu{
  float:left;
  width:192px;
  background:url(../images/menuBg.gif) repeat-y #FFDF5E;
  padding:0;
  margin:0;
}
#menu ul{
 list-style-type:none; 
 padding:0 0 10px 10px; 
 margin:0;   
}
#menu a{
  text-decoration:none;
  color:#FFFFFF;
  font-size: 13px;
}
#menu a:hover{
  color:#FFDF5E;
}
#menuBottomImg{
  width:192px;
  background:url(../images/menuBottomImg.gif) no-repeat #FFDF5E;
  height:20px;
}
h1 {
	margin: -27px 0px 10px 10px;
	z-index: 2;
	position:relative;
	font-size: 25px;
	color: #616161;
}
#web-seo, #web-seo a {
	color:#592124;
	text-decoration: none;
	font-size: 10px;
}
#web-seo {
	float: right;
	padding-right: 65px;
}

.cleaner{
  visibility:hidden;
  clear:both;
  padding:0;
  margin:0;
  height:0;
  border:1px solid #000000;
}
legend {
	font-size: 15px;
	color: #484848;
}
/* REPORTS */
.reportImage {
	padding-right: 10px;
	vertical-align: middle;
}
.reportBox {
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	width: 400px;
	margin: 0px auto;
}
#ok {
	border: 1px dashed green;
	background-color: #D7FFD8;
}
#err {
	border: 1px dashed red;
	background-color: #FFD7D7;
}
fieldset dl {
	margin: 0 10px;
	overflow: hidden;
	padding: 4px 0;
}

fieldset dt {
	padding-top: 2px;
	display: block;
	float: left;
	text-align: left;
	width: 100px;
}
fieldset dd {
	margin-top: 2px;
	font-weight: bold;
}
fieldset {
	margin-bottom: 10px;
}
.aktualniDen {
	background-color: #FFFB9C;
}