/* CSS Document */

*{
    margin: 0;
    padding: 0;
}

a {
    color: #5d9cbe;
    text-decoration: none;
}

a:hover {
    color: #5d9cbe;
    text-decoration: underline;
}

body {
    background-image: url(bg.jpg);
    font-family: "Trebuchet MS", Arial;
    font-size: 14px;
    color: #000000;
}

#box {
    width: 883px;
    height: auto;
    margin: 0 auto;
    background-image: url(bg4.jpg);
    background-repeat: repeat-x;
    background-color: #e8e8e8;
    margin-top: 10px;
}

#header{
    width: 100%;
    height: 73px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#krajina {
    width: 828px;
/*    height: 185px;*/
/*    background-image: url(krajina.jpg);*/
    position: relative;
    margin: 0 auto;
}

#paticka {
    width: 853px;
    margin: 0 auto;
    background-image: url(bg3.jpg);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    clear: both;
    text-align: center;
    font-size: 11px;
    padding-top: 15px;
    padding-bottom: 10px;
}

#obsah {
/*    width: 663px;*/
    height: auto;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

#levypanel {
    margin-right:20px; /*pridano prave odsazeni*/
    width: 150px;
    float: left;
    padding-bottom: 15px;
}

#pravypanel {
/*    width: 483px;*/
/*    float: right;*/
    width: 670px;
    margin-left: 158px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.polozka {
    color: #5d9cbe;
    border-bottom: 1px solid #5d9cbe;
    font-size: 18px;
}

menu {
    width: 100%;
    text-decoration: none;
    position: relative;
    padding-top: 5px;
}

menu li {
    list-style: none;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
}

menu a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: "Trebuchet MS", Arial;
    padding-left: 10px;
}

menu a:hover {
    text-decoration: none;
    color: #5d9cbe;
}

h1 {
    font-size: 18px;
    font-weight: normal;
}

h2 {
    font-size: 16px;
    font-weight: normal;
}

#vlajky{
    height:25px;
    padding-left: 750px;
    padding-top: 20px;
}