﻿ .omot
 {
     width: 1000px;
 }
 
 #wrapper {
    margin: 0 auto;
    margin-top: 0px;
    margin-left: 20px;
    width: 800px;
    padding: 0;
    text-align: left;
    float: left;
}
     
 #body 
 {
    color: Blue;
    background: #000099 url(images/back.gif) top center repeat-x;
    margin: 0;
    padding: 0;
    font:  8pt/13pt verdana, arial,sans-serif;
}
 #header {
    background: url("images/bgtop.gif") top center no-repeat;
    width: 800px;
    height: 78px;
 }
 
 .foother
 {
    background: url("images/bgbottom.gif") bottom center no-repeat;
    width: 800px;
    height: 50px;
 }
 
 #content
{
    background: url("images/bgmiddle.gif") center repeat-y;
    width: 766px;
    height: 100%;
    padding: 0px 17px 0px 17px;
}

#textSadrzaj {
 padding-left: 20px;
 padding-right: 20px;
}

.textGreska 
{
    color: Red;
}

.topText
{
    color: Blue;
    font-size: small;
}

.box125
{
    width: 125px;
    float: left;
    border-color: Blue;
    border-width: 1px;
    border-style: solid;
    padding: 0px 0px 0px 4px;
    margin-right: 5px;
    margin-bottom: 1px;
    color: Black;
    font-weight: bolder;
    
}
.box125:Hover  
{
    background-color: White;
}

.logoLeft
{
    background: #000099 url(images/cirilica_logo.jpg) top center no-repeat;
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 5px;
    border-color: Blue;
    border-style: solid;
    border-width: 2px;
}

.reklama_omot_left
{
    float: left;
    clear: right;
    width:160px;
    margin: 50px 0px 0px 10px;
}

.box_left
{
    background: url("images/btn.png") top center repeat-x;
    background-color: #6699FF;
    border-style: solid;
    border-color:Black;
    border-width: 1px;
    width: 100%;
    color: White;
    overflow: auto;
    padding: 0px 2px 5px 3px;
    margin-top: 20px;
}

.navigacija
{
    font-size: small;
    color: Black;
    font-weight: bold;

    border-color: Blue;
    border-width: 1px;
    border-style: outset;
    padding: 2px 2px 2px 2px;
    margin-right: 0px;
    margin-bottom: 0px;
}

A:Link
{
    color: #330099;
}

A:Visited
{
    color: #330099;
}

A:hover
{
    background-color: White;
}

.BoldText
{
    font-weight: bold;
}

.Panel
{
    background-color: Blue;
    position: absolute;
}