body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	background-color: #CDCDCD;
	background-image: url('./img/pozadi.png');
}
#odsazeni {
	width: 20%;
	height: 5px;
	margin: 0;
	padding: 0;
	float:left;
}
#content{
  width: 700px;
  height: 590px;
  float: left;
  border: 1px solid black;
  background-color: #E9E9E9;
}
#zahlavi{
  height:16px;
  width:700px;
  border-bottom: 1px solid black;
  background-image: url('./img/lista.png');
}
#hlavicka{
  width:700px;
  height:100px;
  padding:0;
  margin:0;
  float:left;
}
#menu{
  width:179px;
  float:left;
  height:167px;
  padding:0;
  margin:0;
}
#menu a{
	border:0;
	padding:0;
	margin:0;
	
}
#menu #o_nas{
  background-image: url('./img/menu/o_nas.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#menu #o_nas:hover{
  background-image: url('./img/menu/o_nas_a.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#menu #nabizime{
  background-image: url('./img/menu/nabizime.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#menu #nabizime:hover{
  background-image: url('./img/menu/nabizime_a.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#menu #reference{
  background-image: url('./img/menu/reference.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#menu #reference:hover{
  background-image: url('./img/menu/reference_a.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#menu #kontakt{
  background-image: url('./img/menu/kontakt.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
#menu #kontakt:hover{
  background-image: url('./img/menu/kontakt_a.png');
  padding:0;
  margin:0;
  width:179px;
  height:41px;
  border-left:0;
  border-top:0;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#menu #kontakt /* IE:hover */ {
  background-image: expression(
    this.onmouseover = function() { this.className += ' hover'; }, 
    this.onmouseout = function() { this.className = this.className.replace(' hover', ''); }
  );
}


#hlava{
  background-image: url('./img/logo.png');
  float:right;
  width:520px;
  height:167px;
  border-bottom: 1px solid black;
}

#obsah{
  width:520px;
  height: 372px;
  float:left;
  font-size:12px;
  text-align: justify;
}
#obsah #text{
  padding-left:15px;
  padding-top: 10px;
}
#obsah #text h2{
  font-size:15px;
}
#partneri{
  float:left;
  border-top: 1px dotted #B1B1B1;
  margin-left:15px;
  margin-top: 15px;
  width:500px;
  height:100px;
  _margin-left:5px;
}
#partneri h2{
  font-size:15px;
  _padding-top:10px;
}

#aktuality{
  width:172px;
  height:372px;
  border-left: 1px solid black;
  float:right;
}
#aktuality #nadpis{
  width:172px;
  height: 31px;
  text-align:center;
  background-color: #E7BA05;
  border-bottom: 1px solid black;
}
#aktuality .datum{
  color:red;
  padding-left:5px;
  padding-top:10px;
}
#aktuality .text{
  color:black;
  margin-left:5px;
  margin-right:3px;
  margin-top:5px;
  padding-bottom:15px;
  border-bottom: 1px dotted #B1B1B1;
}

#mezera{
  padding-top:10px;
  font-weight: bold;
}
#zapati{
  width:700px;
  height:31px;
  float:left;
  background-image: url('./img/lista-spod.png');
  border:0;
  border-top:1px solid #B1B1B1;
}
#paticka{
  text-align:center;
  padding-top:10px;
  width:700;
  height:30px;
  float:left;
  font-size:10px;
}



#content2{
  width: 700px;
  height: 990px;
  float: left;
  border: 1px solid black;
  background-color: #E9E9E9;
}
#obsah2{
  width:520px;
  height: 772px;
  float:left;
  font-size:12px;
  text-align: justify;
}
#obsah2 #text2{
  padding-left:15px;
  padding-top: 10px;
}
#obsah2 #text2 h2{
  font-size:15px;
}
#aktuality2{
  width:172px;
  height:772px;
  border-left: 1px solid black;
  float:right;
}
#aktuality2 #nadpis2{
  width:172px;
  height: 31px;
  text-align:center;
  background-color: #E7BA05;
  border-bottom: 1px solid black;
}
#aktuality2 .datum2{
  color:red;
  padding-left:5px;
  padding-top:10px;
}
#aktuality2 .text2{
  color:black;
  margin-left:5px;
  margin-right:3px;
  margin-top:5px;
  padding-bottom:15px;
  border-bottom: 1px dotted #B1B1B1;
}
#mezera2{
  padding-top:10px;
  font-weight: bold;
}

