body { 
    background: #0171BD url(../images/body_bg.jpg) no-repeat fixed center top; 
    }
#wrapper{
}
#stred {
    background-color: white;
}
/* obsah */
#obsah_wrapper{
    background-color: white;
}
#obsah{
    margin:0px
}
/* horni menu */
#hornimenu_wrapper {
    background-color: white;
   
}
#hornimenu {
    background-image:  url(../images/path.jpg);
     text-align: center;
}
#hornimenu td {
    text-align: center;
}
div#logo a img {
    border:0px;
}
div#hornimenu table {
    aling:center;
}
div#hornimenu ul {
   
    margin:0px;
    padding:0px;
    text-align: center;
    list-style: none;
    
}
div#hornimenu li {
    
    display: inline;
}

/* leve menu */
#levy ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 150px;
}
#levy ul.menu li a {
    color: #0070BC;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding: 10px 0px 10px 26px;
    text-transform: lowercase;
    
}
#levy ul.menu li a:hover{
     background: url(../images/arrow_cur.gif) no-repeat 0% 50%;
     color:#FE0000;
}
#levy ul.menu li a {
    text-decoration: none;
    color: #0070BC;
}
 #levy ul.menu li a:visited {
    color: #0070BC; 
 }
#levy ul.menu li a:hover {
   color:#FE0000;
}
#levy ul.menu li#current {
    background: url(../images/arrow_cur.gif) no-repeat 0% 50%;
}


/* prave menu */
#pravy ul.menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: right;
}
#pravy ul.menu li a {
    color: #0070BC;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    padding: 10px 26px 10px 0px;
    text-transform: lowercase;
}
#pravy ul.menu li a:hover{
     background: url(../images/arrow_cur.gif) no-repeat 100% 50%;
     color:#FE0000;
}
#pravy ul.menu li a {
    text-decoration: none;
    color: #0070BC;
}
#pravy ul.menu li a:visited {
    color: #0070BC; 
 }
#pravy ul.menu li a:hover {
   color:#FE0000;
}
#pravy ul.menu li#current {
    background: url(../images/arrow_cur.gif) no-repeat left;
}
/* footer */
#footer {
    border:1px solid white;
    margin:15px 0px 20px 0px;
    width:100%;
    }

    
.contentheading {
    background-color:#FE0000;
}
