/* 
Document   : mystyle
Created on : 18.01.2009., 16.22.27
Author     : programiranje
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

*{
    margin:0;
    padding:0;
}

div.right{
    float: right;
}
body {
    text-align: center;
}

div.container {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

div.jeziciBox {
    float: right;
    padding-top: 60px;
}
div.header{
    width: 800px;
    height: 80px;
    clear: left;
    text-align: right;
}
div.header img{
    float: left;
    margin: 20px 0 10px 10px;
}

div.header_image {
    clear: both;
    height: 264px;
    width: 800px;
}

ul.topnav{
    /*background:transparent url(/products/images/trans.gif) repeat scroll 0 0;*/
    float:left;
    width:800px;
    height:50px;
    padding:0;
    margin:0;
    list-style-type:none;
    clear: left;
}

ul.topnav li{
    display: inline;
    line-height: 50px;
}


ul.topnav a {
    float:left;
    width:200px;
    text-decoration:none;
    color:white;
    background: url(images/naslovna_dugme1.png) no-repeat scroll top left;
    height: 50px;

}
ul.topnav a:hover {
    background-position: bottom left;
}
div.img{
    height: 125px;
    width: 200px;
    float: left;
    text-align: center;
}
div.img img{
    display: inline;
}
div.img a{
    border: 0px;
}

div.img a img{
    border: 0px;
    margin-bottom: 0px;
}
/*===============================
Footer
================================*/
div.footer{
    color: gray;
    background-color: #FFFFFF;
    clear: left;
    margin: 5px 0 50px 0;
    font-family: Verdana;
    font-size: 12px;
}
div.levi_footer{
    float: left;
}
div.desni_footer{
    float: right;
    width: 165px;
}
div.desni_footer img{
    float: right;
    margin-left: 10px;
}
div.footerBox{
    background-image: url("./images/footer_box.png");
    background-repeat: no-repeat;
    width: 800px;
    height: 19px;
    text-align: center;
    color: #ffffff;
    clear: both;
    line-height: 19px;
}
div.footerBox a{
    color: #ffffff;
    font-family: Verdana;
    font-size: 11px;
    text-decoration: none;
}

