/* CSS Document */

body{
  background-image: url("../imgs/body-bg.gif");
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: Trebuchet MS;
  font-size: 12px;
  }
h1{
  margin: 0; 
}


#holder{
  background-image: url("../imgs/holder-bg.gif");
  width: 726px;
  /*_width: 744px;*/
  text-align: left;
  margin: 0 auto;
  padding: 0 9px;
}

#top{
  background: url("../imgs/top.jpg") no-repeat top right;
  height: 228px;
}

#top a{
  display: block;
  width: 165px;
  height: 0px;
  /*_height: 170px;*/
  padding-top: 228px;
  overflow: hidden;

}

#menu{
	background-color: #2884C3;
	height: 35px;
	margin-bottom: 1px;
}
#menu a{
  display: block;
  float: left;
  height: 0px;
  /*_height: 35px;*/
  padding-top: 35px;
  overflow: hidden;
}
#menu a:hover{
  background-position: 0 -35px;
}
#menu a.onas{
  background-image: url("../imgs/menu1.gif");
  width: 72px;  
}
#menu a.sluzby{
  background-image: url("../imgs/menu2.gif");
  width: 152px;  
}
#menu a.spolecnosti{
  background-image: url("../imgs/menu3.gif");
  width: 119px;  
}
#menu a.kontakt{
  background-image: url("../imgs/menu4.gif");
  width: 88px;  
}

#content{
  
  padding: 15px 30px;
}
#content h1{
  color: #0E9BDD;
  font-size: 24px;
  margin-bottom: 10px;
}

#content h2{
  color:#808080;
  font-size: 16px;
  margin-bottom: 5px;
}
#content .box{
  border: 1px solid #e5e5e5;
  background-color: #f2f2f2;
  padding: 15px;
  text-align: justify;
}

#content .box span{
float: left;
width: 100px;
display: block;

}

#content a{
	font-weight:bold;
	
	color:black;	
}
#content a:hover{
	
	
	color: #cccccc;
}


#content li{

list-style-position: inside;
}
#pata{
  background: url("../imgs/pata-bg.gif") repeat-y;
  height: 33px;
  /*_height: 50px;*/
  text-align: center;
  color: white;
  padding-top: 17px;
}


