/* CSS Document */
html,body{
  width:100%;
  height:100%;
  text-align:center; 
  margin:0;padding:0; 
  font-family: Trebuchet MS, sans-serif;
  font-size:0.9em;
  background:#E4E4E4;
}
p{
  margin: 1em 0;
}
img {
	border: 0px;
}
.indexImg {
	margin: 0px 5px 0px 5px;
}
#page{
  margin:0 auto;
  min-height:100%;
  width:1026px;
  _height:100%;
  background:url(../images/pageBg.jpg) repeat-y top center;
  position:relative;
}
#header{
  height:269px;
  background:url(../images/headerBg.jpg) no-repeat top center;
  position:relative; 
}
#middle{
  margin: 0 70px 0 69px;
  padding: 0 0 40px 0;
  text-align:left;  
}
#footer{
  width:1026px;
  height:44px;                                                           
  position:absolute;
  bottom:0;
  left:0;
  background:url(../images/footerBg.jpg) no-repeat top center;
  color:#FFFFFF;
  font-size:0.8em;
}
#leftColumn{
  float:left;
  width:217px;
  _margin-right:-3px;    
}
#content{
  margin-left: 217px;
  padding: 10px 20px;
	color: #5B5B5B;
}

/*Levy sloupec                */
.leftMenuElement{
  background:#FFFFFF;
}
#produktyTop{
  height:36px;
  background:url(../images/produktyBg.jpg) no-repeat top left;
}
#ostatniTop{
  height:36px;
  background:url(../images/ostatniBg.jpg) no-repeat top left;
}
#odkazyTop{
  height:36px;
  background:url(../images/odkazyBg.jpg) no-repeat top left;
}
#leftMenuContact{
  min-height:158px;
  _height:158px;
  background:url(../images/bgContact.jpg) no-repeat top left #E5E5E5;
  padding: 14px 0 0 10px;
}
.leftMenuMiddle{
  background: url(../images/leftMenuMiddle.jpg) no-repeat top left #D5EA83;
  min-height:55px;
  _height:55px;
}
.leftMenuBottom{
  height:12px;
  background: url(../images/leftMenuBottom.jpg) no-repeat top left #000000;
  _margin-bottom:-6px;
}

/*Leve menu       */
.leftMenuUl{
  padding:0; 
  margin:0 0 0 10px;
  list-style-type:none;
  line-height:2em;
}
.leftMenuUl a{
  text-decoration:none;
  color:#3D6326;
}
.leftMenuUl a:hover{
  font-weight:bold;
}

/* Horni menu          */
#topMenu{
  position:absolute;
  bottom:5px;
  left:90px;
}
#topMenu a{
  float:left;
}
#topMenu img{
  border:0;
}

.cleaner{
  visibility:hidden;
  height:0;
  clear:left; 
}
.noDisplay{
  display:none;
}
#webmaster{
  margin:14px 0 0 90px;
  float:left;
}
#webmaster a{
  color: #FFFFFF;
  text-decoration: none;
}
#copyright{
  float:right;
  margin:14px 90px 0 0;
}



h1 {
	color: Gray;
	font-size: 25px;
	margin-bottom: 15px;
}
a {
	color: #054585;
}
a:hover {
	text-decoration: none;
}
/* 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;
}