﻿body {
    color:darkblue;
}

#all {
    width: 960px;
    background-color: white;
    position: relative;
    margin: 0px auto;
}

#top {
    width: 960px; height: 140px;
    position: relative;
    margin: 0px auto;
    background-image: url(images/headerlogo.jpg);
    background-repeat: no-repeat;
    background-color: white;
}

#menu {
    text-align: right;
    margin-top: 10px;
}

    #menu a {
        color: lightblue;
        font-weight: bold;
        text-decoration: none;
        transition: all 0.3s ease;
        padding: 2px 10px 2px 10px;
    }
        #menu a:hover {
            cursor: pointer;
            color: darkblue;            
        }

#main {
}

#footer {
}

#divPronajem {
    width: 900px;
    margin-top:50px;
    color:red;
}

table.morespacing tr td {
padding: 6px 10px 4px 10px;
}

.BgcolorBright
{
	background-color: #bed8f3;		
}

.BgcolorNormal
{
background-color: #ddeaf9;		
}
