﻿body
{
    background:url( Images/background.gif ) repeat-x;
    text-align: center;
}
#layout
{
    text-align:left;
    width: 990px;
    display: block;
}

#header
{
    background: url(Images/dokumenti.png) no-repeat 100% -30px;
}
#header h1
{
    margin: 50px 0px 0px 240px;
    font-family: 'Times New Roman' , Times, serif;
    font-size: 40px;
    font-style: italic;
    line-height: 45px;
    color: #666565;
    font-weight: lighter;
}
#header h1 .large
{    
    font-size: 60px;
}

#logo
{
    margin-top: -147px;
    background:url(Images/logo.png) no-repeat;
}
#logo a
{
    border:none;
    display:block;
    height:159px;
    width:168px;
}
#contentWrapper
{
    margin-top: 15px;    
    width: 770px;
    margin-left: 110px;
}
#contentHeader
{
    height: 9px;
    background: transparent url(Images/contentHeader.png) no-repeat;
    display: block;
}
#content
{
    padding: 15px;
    background-color: #ffffff;
}
#menu
{   
    padding: 0px;
    padding-bottom: 10px;
    background: url(Images/contentTitle.gif);
    color: #890000;
    height: 39px;
    line-height: 29px;
    font-size: 19px;
    border-bottom: 1px solid #7C7C7A
}
#menu ul
{
    padding: 0px;
    margin: 0px;
    padding-top: 10px;
}
#menu ul li
{
    list-style-type: none;
    display: inline-block;
    float: left;
    width: 335px;
    text-align: center;
    padding-left: 35px;
    
}
#menu ul li span
{
    background: url(images/MenuItemSelected.png) no-repeat 0px 0;
    width: 300px;
    display: block;
    position: relative;
    float: left;
    height: 40px;
}
#menu ul li a
{
    font-size: 15px;
    text-decoration: none;
    width: 300px;
    display: block;
    position: relative;
    float: left;    
    line-height: 30px;    
    background: url(images/MenuItem.png) no-repeat 0px 0;
}
#menu ul li a:hover
{
    font-size: 17px;
}
#content .Sjednice ul
{
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}
#content .Sjednice ul li
{
    padding: 3px;
}
#content .Sjednice ul li, #content .Sjednice ul li a
{
    color: #890000;
}
#content .Sjednice ul li ul
{
    padding: 5px 20px;
    list-style-type: disc;
}
#content .Sjednice ul li ul, #content .Sjednice ul li ul li, #content .Sjednice ul li ul li a
{
    color: #000000;
}
#contentFooter
{
    height: 9px;
    background: transparent url(Images/contentFooter.png) no-repeat;
    display: block;
}