@import "style.css";
body
{
      text-align: center;
}
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.float-left
{
    float: left;
    margin-right: 0.5em;
}
.float-right
{
    float: right;
    margin-left: 0.5em;
}
.clear
{
    clear:both;
    font-size:1px;
    margin-top:-1px;
    visibility: hidden;
    }
    
#web
{
    width: 797px;
    margin: 0 auto;
    text-align:left;
    background: url(../img/stin-vertikal.gif) repeat-y;
}
#web-inside
{
    position:relative;
    margin: 0 8px;
    background: #fff;
}
#head
{
    
    height:132px;
    background: url(../img/hlavicka.jpg) no-repeat top right;

}
#head #logo
{
    position:absolute;
    width: 229px;
    height: 124px;
    top: 0px;
    left:0;
    background: url(../img/logo.jpg);
}
#head #logo a
{
    display: block;
    height: 100%;
    
}
#head h3
{
    position:absolute;
    width: 189px;
    height: 24px;
    top: 105px;
    left:575px;
	font-size: 100%;
}
#head h3 a
{
	display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
#head h3 a span
{
	display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
	background: url(../img/stranky-o-zdrave-strave.gif) no-repeat;
	cursor: pointer;
}
#head h4
{
    position:absolute;
    width: 150px;
    height: 28px;
    top: 105px;
    left:95px;
	font-size: 100%;
}
#head h4 a
{
	display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
}
#head h4 a span
{
	display: block;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left:0;
	background: url(../img/ziskejzdravi.gif) no-repeat;
	cursor: pointer;
}
#head h2
{
    position:absolute;
    width: 189px;
    height: 24px;
    top: 104px;
    right:10px;
    
}

#content
{
    background: #fff;
    padding: 0 10px;
    background: url(../img/rajce.jpg) no-repeat left bottom;
}
#podmenu{
    border: 1px solid #c1c1c1;
    padding: 0.2em 0 0.7em 10px;
    background: #e9e7e7;
    margin-bottom: 1em;
}
#podmenu h4
{
    color: #000;
    text-decoration: none;
    text-align: left;
	margin: 0;

    /*background: #e4c95e;*/

    position: relative;
    top: 0;
    left: 0px;
	font-size: 105%;
	line-height: 1.6em;
}
#podmenu h4 a
{
    color: #333333;
}
#podmenu h4 a:hover
{
    color: #39a731;
}
#text
{
    width:645px;
    background: url(../img/obsah-pozadi.gif) repeat-x;
    float: right;
    position: relative;
    top: 0;
    left: 0;
    min-height: 400px;
    _height: 400px;
    /*min-height vidi vsechnz prohliyece krome IE6
        -height vidi jen jeden ostatni ho prehlizeji
        = nastavuje minimalni vysku */
    }
#text-inside
{
    margin: 10px;
    margin-bottom: 10px;
    
    }
#text h1 a
{
    float: right;
    font-weight: normal;
    font-size:80%;
    text-decoration: none;
    background: url(../img/tisk.gif) no-repeat left center;
    padding-left:15px;
}
#text h1 a:hover
{
       color: #000;
       text-decoration: underline;
}
#menu
{
    position: relative;
    top: 0;
    left: 0;
    background: url(../img/obsah-pozadi.gif) repeat-x;
    width: 110px;
    float: left;
    padding-top: 8px;
    padding-bottom: 100px;
    
}
#menu ul
{
    
    list-style:none;
    margin: 0;
    padding: 0;
}
#menu ul li
{
    line-height: 2em;
}
#menu ul li a
{
    color: #000;
    text-decoration: none;
    display: block;
    /*kvuli aktivni cele plose*/
    padding-left:11px;
    position: relative;
    top: 0;
    left: 0;
    
}
#menu ul li a:hover
{
    color: #5bb256;
    text-decoration: none;
    background: url(../img/menu-sipka.gif) no-repeat left center;
}
#foot
{
    background: #fff url(../img/stin-pata2.gif) no-repeat top;
    width: 797px;
    height: 29px;
    margin: 0 auto;
    text-align: right;
}
#foot a
{
    color: #c1c1c1;
    padding-right:20px;
    text-decoration: none;
}
#foot a strong
{
    color: #ddbc36;
    font-weight: normal;
}
#foot a em
{
    color: #1a9911;
    font-weight: normal;
    font-style:normal;
}
