﻿body 
{
	background-repeat: repeat;
	background-image: url(../images/ozadjeBelo.gif);
}

#contentDiv
{
    width: 320px;
    height: 480px;
    background-color: Black;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    color: White;
}

#contentDiv h1
{
    font-family: Georgia;
    font-size: 28px;
    margin-top: 0px;
    padding-top: 0px;
    font-weight: lighter;
}

#contentDiv, p, td, a
{
    /*font-family: Helvetica, Arial;
    font-size: 11px;*/
    font-family: Verdana;
    font-size: 9px;
}



.pictureDiv
{
    width: 680px;
    height: 480px;
    float: right;
    background-color: #000000;
}


#logoContainer
{
    width: 340px;
    float: left;
    height: 28px;
    text-align: left;
}

#menuHeaderContainer
{
    width: 680px;
    float: right;
    height: 25px;
    border-top: 3px solid black;
    border-bottom: 2px solid black;
}

#menuHeaderContainer div
{
    height: 25px;
    float: left;
    text-align: left;
}

#workHeaderContainer
{
    width: 340px;
}

#newsHeaderContainer, #studioHeaderContainer
{
    width: 113px;
}

#contactHeaderContainer
{
    width: 114px;
}

#menuBackground
{
    width: 680px;
    background-image: url(../images/menuBackground.gif);
    float: right;
}

#moreContainer
{
    width: 680px;
    float: right;
}

.menuContentContainer
{
    width: 680px;
    float: right;
}

.menuContentContainer div.line-solid
{
    border-top: 1px solid black;
    height: 1px;
}

.borderBottom
{
    border-bottom: 1px solid black;
}

.menuContentContainer div
{
    float: left;
    text-align: left;
}


#workContentContainer
{
    width: 340px;
}

#newsContentContainer, #studioContentContainer
{
    width: 113px;
}

#contactContentContainer
{
    width: 114px;
}


.bottomMenuContainer
{
    color: #000000;
    font-family: Verdana;
    font-size: 9px;
    line-height: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.bottomMenuContainer a
{
    color: #000000;
    /*font-family: Helvetica, Arial;
    font-size: 11px;*/
    font-family: Verdana;
    font-size: 9px;
    line-height: 14px;
}

.bottomMenuContainer a:hover
{
    color: #5697c9;
    text-decoration: none;
}

/*.bottomMenuContainer a:visited
{
    color: #808080;
    text-decoration: none;
}*/

.bottomMenuContainer a.work-link-active
{
    color: #5697c9;
}

.line-solid
{
    border-top: 1px solid white;
    height: 1px;
}

.line-dashed
{
    border-top: 1px dashed white;
    height: 1px;
}


.mainContentContainer
{
    height: 102px;
    overflow: hidden;
    margin-top: 6px;
    line-height: 1.5;
}

.pictureText
{
    height: 154px;
    overflow: hidden;
    padding-top: 8px;
    line-height: 1.5;
}

.pictureText a
{
    color: #5697c9;
}

.pictureText a:hover
{
    color: #808080;
}

.bottomMenuContainer a.more
{
    color: #000000;
    font-family: Verdana;
    font-size: 9px;
    line-height: 14px;
}

.bottomMenuContainer a.more:hover
{
    color: #5697c9;
    text-decoration: none;
}