﻿body
{
    margin: 0 0 0 0;
    background-attachment: fixed;
    background-image: url('images/Poz5.jpg');
    text-align: center;
    min-width: 990px;
}
h1
{
    font-size: 16px;
    text-transform: uppercase;
}

h5
{
    font-size: 22px;
    text-transform: uppercase;
}

#Sajt
{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    max-width: 990px;
    font-family: Arial;
   
    background-image: url('images/Header.jpg');
    background-repeat: repeat-y;
    min-height: 800px;
    text-align: left;
}
#Header
{
    position: relative;
    width: 990px;
    height: 160px;
    background-image: url('images/bb.jpg');
}
#HeaderTraka
{
    position: relative;
    left: 5px;
    width: 775px;
    height: 20px;
    background-image: url('images/trakaHeader2.jpg');
    text-align: left;
    line-height: 20px;
    padding: 0px 5px;
    color: White;
    font-size: 12px;
    float: left;
}


#HeaderLeft
{
    float: left;
    position: relative;
    width: 200px;
    height: 140px;
}
#HeaderCenter
{
    float: left;
    position: relative;
    width: 590px;
    height: 140px;
}
#HeaderRight
{
    float: left;
    position: relative;
    width: 200px;
    height: 140px;
    top: 0px;
}
div.separator
{
    float: left;
    position: relative;
    width: 990px;
    height: 5px;
    background-image: url('images/Header.jpg');
}
#Content
{
    float: left;
    position: relative;
    width: 990px;
    background-image: url('images/contentBackground.jpg');
}

#LeftBox
{
    float: left;
    position: relative;
    width: 190px;
    max-width: 190px;
    min-height: 100px;
    margin: 0px 5px;
}

#LeftBoxMenu
{
    float: left;
    padding-top: 10px;
    position: relative;
    width: 190px;
    max-width: 190px;
    min-height: 50px;
}

#LeftBoxContent
{
    float: left;
    position: relative;
    width: 190px;
    max-width: 190px;
    min-height: 50px;
}

#CenterBox
{
    float: left;
    position: relative;
    text-align: justify;
    width: 580px;
    max-width: 580px;
    min-height: 640px;
    background-color: White;
    padding: 0px 5px;
    font-size: 12px;
}
#RightBox
{
    float: left;
    position: relative;
    width: 180px;
    max-width: 180px;
    height: 500px;
    margin: 0px 5px;
}

#RightBoxSlika
{
    float: left;
    position: relative;
    width: 180px;
    max-width: 180px;
    height: 600px;
    
    background-image: url('images/svetlo.jpg');
    background-repeat: no-repeat;
}
#Footer
{
    float: left;
    position: relative;
    width: 990px;
    background-image: url('images/footerBackground.jpg');
}
#LeftFooter
{
    float: left;
    position: relative;
    width: 190px;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    min-height: 25px;
}
#CenterFooter
{
    float: left;
    position: relative;
    width: 580px;
    color: White;
    font-size: 12px;
    max-width: 580px;
    min-height: 25px;
    padding: 5px;
}
#RightFooter
{
    float: left;
    position: relative;
    width: 190px;
    max-width: 190px;
    min-height: 25px;
    margin: 0px 5px;
}

