HTML {
    padding: 0px; margin: 0px; border: 0px;
}

BODY {
    background: url(/img/pozadi.jpg) repeat-x;
    color: #000000;
    padding: 0px; margin: 0px; border: 0px;
    font-family: verdana;
    font-size: 12px;
}

A { color: #000000;}

H1 {
    color: #000000;
    border-bottom: 1px solid #000000;
}

#wrapper {
    width:819px;
    margin: 0px auto;
}

#border {
    width: 819px;
    float: right;
    background: #ffffff;
    background: url(/img/middle.jpg);
}


#top {
    width:819px;height:151px;
    background: url(/img/top.jpg);
}

#top H1 {
    color: #ffffff;
    font-size:36px; font-weight:bold;
    padding:0px; margin:0px; border:0px;
    position: relative; left:25px; top:15px;
    text-align:center;
}

#topik {
    font-size:9px;
    position: relative; top:62px; left: 160px;
    width: 420px;
    color: #000080;
    font-style: italic;
}

#bottom {
    width:819px;height:46px;
    background: url(/img/bottom.jpg);
    clear: both;
    text-align: center;
    line-height: 46px;
    font-size: 11px;
    color: #000080;
}

#left {
    float:left;
    width:161px;
}

#right {
    float:left;
    width:628px;
    padding-left:10px;
    padding-right:20px;
    padding-bottom:20px;
}

#right H1 {
    padding:0px; margin:0px; border:0px;
    padding-left: 5px; margin-top: 5px;
    line-height:25px;
    font-size: 20px; font-weight:bold;
    color:#3f3713;
    text-align:center;
}

#right H2 {
    padding:0px; margin:0px; border:0px;
    line-height:15px;
    font-size: 11px; font-weight: normal;
    text-align:center;
    color:#ffffff;
    clear: both;
}

#right H3 {
    padding:0px; margin:0px; border:0px;
    margin-bottom: 5px;padding-left: 5px;
    line-height:20px;
    font-size: 14px; font-weight:bold;
    background:#3f3713; color:#ffffff;
    clear: both;
}

#right P {
    text-align: justify;
}

#pages IMG {
    float: right;
    border: 1px solid black;
    margin-left: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 2px;
    background: #ffffff;
    border: 1px solid #000000;
}

#menu {
    margin-bottom: 50px;
    margin-top: 50px;
    background: url(/img/menu.jpg);
    width:161px;height:260px;
}

#menu UL {
    padding-top:20px;
    position:relative; left:-15px;
}

#menu .current {
    color: #ffffff;
    font-weight:bold;
}

#menu LI {
    color: #cec86a;
    font-size:14px;
}

#menu A {
    color: #cec86a;
    font-size:14px;
    text-decoration: none;
}


