*{
	padding: 0;
	margin: 0;
}
a img{ border: 0; }

hr{
	display: none;
}
body{
	text-align: center;
	background: #e2dfc7 url('../layout/bodybg.gif') repeat-x 50% 0%;
	font-family: tahoma;
	font-size: 11px;
}
.clear{
	clear: both;
}
a{
	color: #b70000;
}
a:hover{
	color: #444444;
}
#content{
	margin: 0 auto;
	width: 992px;
	padding: 226px 0 0 0;
	text-align: left;
	background: url('../layout/contentbg.gif') repeat-y 0% 50%;
  position: relative;
}

#ilu{
  width: 185px;
  height: 273px;
  position: absolute;
  left: 27px;
  top: 49px;
  background: url('../layout/krizovniciilu.jpg') 0% 0% no-repeat;
}


#top{
  position: absolute;
  left: 0;
  top: 0;
  height: 226px;
  width: 100%;
  background: url('../layout/topbg.jpg') 0% 0% no-repeat;
}
	#logo{
		position: absolute;
		left: 230px ;
		top: 100px;
		display: block;
		width: 701px;
		height: 39px;
		overflow: hidden;
	}
	#logo span{
    position: absolute;
    left: 0;
    top: 0;
    width: 701px;
    height: 39px;
    background: url('../layout/logo.jpg') 0% 0% no-repeat;
  }
  
  #topnav{
    position: absolute;
    left: 231px;
    top: 143px;
    width: 738px;
    
  }
	
	#menu{
    height: 41px;
    background: url('../layout/topmenubg.gif') 0% 0% repeat-x;
  }
  
  #menu ul{
    float: right;
    height: 41px;
    list-style: none;
  }
  #menu ul li{
    display: block;
    float: left;
    height: 41px;
    padding: 0 0 0 1px;
    background: url('../layout/menusep.gif') 0% 0% no-repeat;
  }
  #menu ul li a{
    display: block;
    float: left;
    height: 29px;
    padding: 12px 10px 0;
    color: #ededed;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
  }
  #menu ul li a:hover{
    color: #fff;
    text-decoration: underline;
    background: url('../layout/topmenuactive.gif') 0% 0% repeat-x;
  }
  #menu ul li a.active{
    background: url('../layout/topmenuactive.gif') 0% 0% repeat-x;
  }
  
  
  .navbar{
    background: #f1e6dd;
    padding: 8px 10px;
    width: 718px;
  }
  
  .navbar h2{
    font-size: 11px;
    font-weight: normal;
    display: inline;
    color: #703c1e;
  }
  .navbar a{
    color: #703c1e;
    text-decoration: none;
  }
  .navbar a:hover{
    color: #333;
    text-decoration: underline;
  }  
  
  

#obsah{
  width: 100%;
}

  #obsahleft{
    float: left;
    padding: 110px 0 0 35px;
    position: relative;
    width: 190px;
  }
  #zapodpory{
    position: relative;
    display: block;
    height: 23px;
    width: 104px;
    overflow: hidden;
  }
  #zapodpory span{
    height: 23px;
    width: 104px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../layout/sign_zapodpory.gif') 0% 0% no-repeat;
  }
  
  #obsahmain{
    float: right;
    width: 710px;
    padding:  0 40px 0 0;
    font-size: 13px;
    font-family: georgia;
    color: #444;


  }
  #obsahmain h1{
    font-weight: normal;
    font-size: 28px;
    font-family: georgia;
    color: #333;
    margin: 0 0 5px 0;
  }
  #obsahmain h2{
    font-weight: normal;
    font-size: 22px;
    font-family: georgia;
    color: #333;
    margin: 10px 0 5px 0;
  }
  #obsahmain p{
    line-height: 160%;
    padding: 0 0 10px 0;
    text-align: justify;
  }
  

#footer{
  height: 122px;
  width: 100%;
  background: url('../layout/footerbg.jpg') 0% 0% no-repeat;
}

#footer p{
  color: #fff;
  padding: 44px 0 0 37px;
  line-height: 150%;
}

blockquote{
  padding: 10px;
  font-style: italic;
  text-align: center;
  background: #f1e6dd;
  margin: 10px 0;
}

div.news strong{
  font-size: 17px;
  color: #703c1e;
}
div.news span.time{
  font-size: 11px;
  color: #666;
}
div.news {
  padding: 0 0 10px 0;
}

.left{
  float: left;
}
.right{
  float: right;
}

.photo{
  display: block;
  float: left;
  padding: 5px;
  border: 1px solid #f0f0f0;
  background: #f6f6f6;
  margin: 3px;
  height: 80px;
}

blockquote.big{
  border: 1px solid #ccc;
  font-size: 29px;
}
blockquote.big span.small{
  font-size: 12px;
  text-align: left;

}

.centered{
  text-align: center;
}

