/* CSS OBECNÉ_______________________________________________________________ */
*{
    margin:0;
}
body{
     text-align: center;
     font-family: Tahoma,Geneva,Kalimati,sans-serif;
     background:url('img/benas_background.jpg') #000000;
}
img{
    margin:0;
    padding:0;
    border:0;
}
a{
     text-decoration:none;
     font-size:14px;
     color:#8e8e8e;
}
a:hover{
     color:#c25d2f;
     text-decoration:underline;
}
p{
     font-size:13px;
     text-align:justify;
     margin:0 0 10px 0;
     color:#FFFFFF;
}
h1{
     font-size:20px;
     margin:0 0px 10px 10px;
     color:#F0F0F0;
}
h2{
     font-size:18px;
     margin:0 0px 10px 10px;
     color:#F0F0F0;
}
h3{
     font-size:16px;
     margin:0 0px 10px 10px;
     color:#F0F0F0;
}
h4{
     font-size:14px;
     margin:0 0px 10px 10px;
     color:#F0F0F0;
}
li{
     color:#FFFFFF;
     font-size:13px;
}

/* CSS STRUKTURA WEBU - DIV's_______________________________________________ */
#div_body{
     width:1024px;
     margin:auto auto;
     background:#000000;
     text-align:left;
}
#div_left{
     width:127px;
     height:768px;
     background:url(img/benas_left.jpg);
     float:left;
}
#div_right{
     width:127px;
     height:768px;
     background:url(img/benas_right.jpg);
     float:left;
}
#div_center{
     width:770px;
     height:768px;
     background:#000000;
     float:left;
}

#div_upper{
     width:770px;
     height:152px;
     background:url(img/benas_upper.jpg);
     
}
#div_head{
     width:770px;
     height:35px;
}
#div_logo{
     width:158px;
     height:35px;
     float:left;
}
#div_horizontal_menu{
     width:612px;
     height:35px;
     background:url(img/benas_horizontal_menu.jpg);
     float:left;
}
#div_clear1{
     width:770px;
     height:15px;
     font-size:1px;
     clear:both;
     background:url(img/benas_clear1.jpg);
     margin:0 0 0 0;
}
#div_content{
     width:770px;
     height:498px;
     background:url(img/benas_content.jpg);
     margin:0 0 0 0;
     overflow:auto;
}
#div_upper_content{
     width:770px;
     height:300px;
     margin:0 0 0 0;
}
#div_lower_content{
     width:770px;
     height:198px;
     margin:0 0 0 0;
}
#div_signature{
     width:770px;
     height:48px;
     clear:both;
     background:url(img/benas_signature.jpg);
}
#div_upper_signature{
     width:770px;
     height:24px;
     font-size:1px;
}
#div_lower_signature{
     width:770px;
     height:24px;
}

#div_down{
     width:770px;
     height:20px;
     background:url(img/benas_down.jpg);
}


/* CSS HORIZONTÁLNÍ MENU____________________________________________________ */
#div_horizontal_menu ul{
     list-style-type:none;
     margin:12px 0 0 100px;
     padding:0 0 0 0;
}
#div_horizontal_menu li{
     margin: 0 0 0 25px;
     float:left;
     
}
#div_horizontal_menu a{
     text-decoration:none;
     font-size:16px;
     color:#FFFFFF;
}
#div_horizontal_menu a:hover{
     text-decoration:underline;
}
#div_horizontal_menu p{
     font-size:16px;
     margin:0 0 0 0;
     color:#FFFFFF;
}


/* CSS VERTIKÁLNÍ MENU______________________________________________________ */


/* CSS OBSAH________________________________________________________________ */
#div_content p{
     margin:0 10px 10px 0;
}
td{
     color:#FFFFFF;
     font-size:13px;
}

/* CSS hydraDESIGN SIGNATURE________________________________________________ */
#div_signature p{
     text-align:right;
     margin:0px 10px 0px 0px;
     color:#4c4e51;
}
#div_signature a{
     color:#AAAAAA;
}
#div_signature a:hover{
     color:#c25d2f;
}