﻿body 
{
    background-image: url(slike/bg.jpg);
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: White;
}

h2
{
    font-size: 16px;
    padding-left: 15px;
    color: Orange;
}

h3
{
    font-size: 12px;
    padding-left: 15px;
    color: Orange;
}

img.vet
{
    width: 160px;
    height: 120px;
    border: 1px solid white;
    margin-left: 15px;
    margin-top: 10px;
}

img.mat
{
    width: 100px;
    height: 80px;
    border: 1px solid white;
    margin-left: 15px;
    margin-top: 10px;
}

p
{
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 10px;
}

.sredina
{
    width: 800px;
    margin: 0px auto 0px auto;
}

.header
{
    width: 800px;
    height: 205px;
    padding: 0px;
    background-image: url(slike/header.jpg);
}

.pisanije
{
    width: 575px;
    height: 470px;
    margin-top: -7px;
    background-color: #161616;
    border: 1px solid #333;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}

.pisanijePresvlake
{
    width: 575px;
    height: 570px;
    margin-top: -7px;
    background-color: #161616;
    border: 1px solid #333;
    float: left;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}

.desnibar
{
    width: 200px;
    height: 400px;
    margin-top: -7px;
    padding: 7px;
    float: right;
    border: solid 1px #333;
    background-color: #161616;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
}

.desnibar h2
{
    color: orange;
    font-size: 12px;
    padding: 0px 0px 0px 0px;
}

.desnibar p
{
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 1px dotted #555;
    color: #F7EFEF; 
}

#datum
{
    font-size: 9px;
    color: #555;
    padding: 0px;
}

.footer
{
    width: 798px;
    padding-top: 3px;
    border: 1px solid #333;
    background-color: #161616;
    margin-top: 487px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    clear: both;
}

.footer a
{ 
    color: #ACA6A6;
    text-decoration: none;
}

.footer a:hover
{
    text-decoration: underline;
}

.footerPresvlake
{
    width: 798px;
    padding-top: 3px;
    border: 1px solid #333;
    background-color: #161616;
    margin-top: 587px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius:5px;
    clear: both;
}

.footerPresvlake a
{ 
    color: #ACA6A6;
    text-decoration: none;
}

.footerPresvlake a:hover
{
    text-decoration: underline;
}

.meni
{
    margin-top: 179px;
    padding-left: 1px;
    float: left;
    font: bold 13px Arial;
    overflow: hidden;
    height: 28px;

}

.meni li
{
    display: inline;
    background-color: #333;
}

.meni li a
{
    float: left;
    color: white;
    padding: 4px 7px;
    text-decoration: none;
    background-color: #333;
    border-right: 1px solid #222;
    border-top: 1px solid #222;
    border-left: 1px solid #222;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
    -webkit-border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
}

.meni li a:hover
{
    background-color: #555;
    border-right: 1px solid White;
    border-top: 1px solid White;
    border-left: 1px solid White;
}
