body{
	font-family: Tahoma, Geneva, Helvetica, Arial, Trebuchet, Sans-Serif;
	font-size: 11px;
	margin: 0px;
	margin:0px;
}

img {
	border: none;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
#page{
  margin:auto;
  min-height:600px;
  _height:600px;
  width:818px;
  background:url('img/page_bg.gif') 0 0 repeat-y;
}
  .logo_hlavicka{
  margin:10px 0 0 20px;
  
  }
  #header{
    margin:auto;
    width:800px;
    height:80px;
    background:rgb(197,3,3) url('img/header_bottom.gif') 0 100% no-repeat;
    color:#FFFFFF;
  }
  #header H1{
    margin:20px 0 0 30px;
    padding:0px;
    font-size:22px;
  }
  #header .popisek{
    font-size:16px;
    font-weight:bold;
    margin:25px 0 0 20px;
  }
  #menu{
  padding-top:10px;
  width:191px;
  margin-left:9px;
  _width:191px;
  _margin-left:4px;
  _border-left:1px solid red;
  
  
  }
  #content{
  width:600px;
  margin-right:9px;
  min-height:500px;
  _height:500px;
  
  }
#footer{
  margin:auto;
  height:25px;
  width:818px;
  background:url('img/footer_bg.gif') 0 0 no-repeat;
}