﻿/**
{
    margin: 0;
    padding: 0;
}*/



body
{
    color: #777;
    font-family: Arial,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    text-align: left;
}

a
{
    color: #BE0B04;
    text-decoration: none;
}

a:hover
{
    text-decoration: unerline;
}

.right
{
    float: right;
}

.clear
{
    clear: both;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: solid 0px;
}

div.Footer
{
   background-image: url("../images/footer-bg.png");
    background-repeat: repeat-x;
    border-top: 1px solid #AAAAAA;
    bottom: -2px;
    left: 0;
    padding-top: 6px;
    position: fixed;
    right: 0;
}

div.Footer div.Inner
{
    background-image: url("../images/logo_bottom.png");
    background-repeat: no-repeat;
    display: block;
    height: 35px;
    margin: 5px;
}

div.Footer li
{
    list-style: none;
    float: left;
}

div.Footer li a
{
    background-image: url("../images/icons/square_red.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #BE0B04;
    display: block;
    margin-left: 12px;
    padding-left: 19px;
    text-decoration: none;
}


div.Body
{
    margin-bottom: 54px;
    margin-top: 70px;
    overflow: auto;
    padding: 5px;
    
}

div.Body img
{
    width:100%;
    display:block;
    height:auto;
}

div.Header
{
    background-color: #F5F5F5;
    background-image: url("../images/helpVelika.png");
    background-position: right center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #CCCCCC;
    left: 0;
    min-height: 65px;
    position: fixed;
    right: 0;
    top: 0;
}


div.Header div.Inner
{
     background-image: url("../images/eOglasnikLogoMali.png");
    background-position: 15px center;
    background-repeat: no-repeat;
    height: 50px;
}


div.Header div.Inner a
{
    display: block;
    height: 65px;
    text-indent: -15454px;
    width: 153px; 
}


.HelpLogoLink
{
    display: block;
    float: left;
    height: 37px;
    width: 150px;
}