/* SUBSITES - - - LECIVE HOUBY */

h2
{
    clear: both;
}

img
{
    margin: 0 4px 10px 0;    
}

p
{
    clear: both;
    margin-bottom: 30px;
}

/* migrovano z zajimave clanky */

div.zajimave-clanky
{
    position: relative;
    width: 695px;
    margin-top: 20px;
    clear: both;
}

div.zajimave-clanky h2
{
    color: #006618;
    font-size: 130%;
    background: url(../images/list-icon.png) top left no-repeat;
    padding-left: 35px;
    margin: 0;
}

div.zajimave-clanky h2 a
{
    color: #006618;
}

div.zajimave-clanky div.zajimave-clanky-image
{
    float: left;
    width: 151px;
    height: 165px;
    background: url(../images/produkty-images-stolek.jpg) bottom left no-repeat;
}
    
div.zajimave-clanky img
{
    width: 130px;
    height: 140px;
    margin-left: 10px;
    background: #eae4d7;
    border: #e5efd9 solid 1px;
}

div.zajimave-clanky-text
{
    float: left;
    width: 521px;
    margin-left: 20px;
}

div.zajimave-clanky a.cely-clanek
{
    float: left;
    display: block;
    width: 113px;
    height: 42px;
    margin: 0 0 20px 0;
    background: url(../images/kosik-brighter-button.png) #f1f5fc center right no-repeat;
    line-height: 42px;
    text-decoration: none;
    color: #006516;
    font-weight: bold;
    font-style: italic;
    text-indent: 11px;
    border: #e8eef8 solid 1px;
    border-right: none; 
}

div.zajimave-clanky a.recepty-cely-clanek:hover
{
    background: url(../images/kosik-darker-button.png) #b4cdff right top no-repeat;
}


/*

div.zajimave-clanky
{
    position: relative;
    width: 695px;
    margin-top: 20px;
    clear: both;
}

div.zajimave-clanky h2
{
    color: #006618;
    font-size: 130%;
    background: url(../images/list-icon.png) center left no-repeat;
    padding-left: 35px;
    margin: 0;
}

div.zajimave-clanky h2 a
{
    color: #006618;
}

div.zajimave-clanky div.zajimave-clanky-image
{
    float: left;
    width: 151px;
    height: 165px;
    background: url(../images/produkty-images-stolek.jpg) bottom left no-repeat;
}
    
div.zajimave-clanky img
{
    width: 130px;
    height: 140px;
    margin-left: 10px;
    background: #eae4d7;
}

div.zajimave-clanky-text
{
    float: left;
    width: 521px;
    margin-left: 20px;
}

div.zajimave-clanky a.cely-clanek
{
    float: left;
    display: block;
    width: 113px;
    height: 42px;
    margin: 20px 0 20px 0;
    background: url(../images/kosik-brighter-button.png) #f1f5fc center right no-repeat;
    line-height: 42px;
    text-decoration: none;
    color: #006516;
    font-weight: bold;
    font-style: italic;
    text-indent: 11px;
    border: #e8eef8 solid 1px;
    border-right: none; 
}

div.zajimave-clanky a.cely-clanek:hover
{
    background: url(../images/kosik-darker-button.png) #b4cdff right top no-repeat;
}

*/