/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background: #E3E3E3 url(../imgs/back.gif);
    background-repeat: repeat-x;
    font-family: Trebuchet MS, sans-serif;
    font-size: 12px;
    text-align: center;
}

/*GLOBALS*/
img{
    border:0;
}
a{
    font-weight: bold;
    color: #6565CB;
    text-decoration: none;
}
a:hover{
    text-decoration:underline;
}
strong{
    font-size:14px;
}

#layout {
    margin: 0 auto;
    background: white url(../imgs/layout_back.gif);
    width: 785px;
    text-align: left;
}

#header {
    background: #A9C83C url(../imgs/banner.jpg);
    height: 149px;
    text-align:right;
    color: white;
    position:relative;
}
#header img{
    float:left;
}
#header #novinky{
    text-align: left;
    width:200px;
    position:absolute;
    top:62px;
    left:580px;
}
#header #novinky form{
    margin:0;
    margin-top:10px;
    padding:0;
}
#header #novinky form .button{
    display:block;
    width:71px;
    height:24px;
    background: #B3C087 url(../imgs/button.gif);
    margin-top:4px;
    border:0;
}

#menu {
    background: #666666 url(../imgs/menu_back.gif);
    height: 31px;
    position:relative;
    padding-top:10px;
    padding-left:10px;
    top:-8px;
    _top:-4px;
}
#menu ul{
    padding:0;
    margin:0;
}
#menu ul li{
    display: inline;
    margin-left:5px;
}
#menu ul li a{
    color:#CCCCCC;
}
#menu ul li a:hover{
    color:white;
    text-decoration: underline;
}

#levysloupec{
    float:right;
    width:185px;
    margin-right:30px;
    _margin-right:15px;
    position:relative;
    top:-24px;
    _top:-9px;
}
#levysloupec h3{
    background: #92AF34 url(../imgs/h3.gif);
    background-position: right;
    background-repeat: no-repeat;
    color:white;
    font-size:12px;
    padding:3px;
    padding-left:8px;
}
#levysloupec .pad5{
    padding:0 10px;
}


#text{
    margin-left:45px;
    margin-right:250px;
    min-height:350px;
    _height:350px;
}
#text h1{
    color: #768E2A;
    font-size:20px;
}
#text .ucinkujici{
    font-size:16px;
}
#text .kapela{
    font-size:20px;
}


#image {
    background-image: url(../imgs/image.gif);
    height: 96px;
    background-position: right;
    background-repeat: no-repeat;
    position: relative;
    left:20px;
    clear:both;
}


#pata {
    background: black url(../imgs/pata.gif);
    height: 27px;
    text-align: center;
    padding-top:3px;
}
#pata a{
    color: white;
}
