body {
    color: #ffa500;
    font-family: verdana;
    font-size: 12px;
    background: black;
}

h1, h2, h3 {
    font-family: Tahoma;
    color: #df0000; 
    margin: 0px 0px 5px 0px;
}

img {
    border:none;
}

h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

div.novice h1 {
    width: 100%;
    border-bottom: 1px solid #df0000;
    padding-bottom: 5px;
}

div.newslist {
    border-bottom: 1px solid #df0000;
    padding-bottom: 5px;;
    margin-bottom: 25px;
}
div.newslist h1, h2, h3 {
    color:  #ffa500;
}

a:link,
a:visited {
    color: #df0000;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#page {
    width: 900px;
    border: 1px solid #df0000;
}

#header {
    display: block;
    height: 250px;     
    width: 900px;
    border-bottom: 1px solid #df0000;
    background: url(images/header.jpg) top left no-repeat;
    
}

#logo {
    width: 250px;
    height: 250px;
    background:url(images/logo.png) top left no-repeat;
    float: left;
}

#header a {
    width: 100%; 
    height: 100%; 
    display: block;
}


#meniji {
    height: 33px;
    width: 220px;
}



#content {
    width: 640px;
    min-height: 400px;
    padding: 20px;
    background: black;
    text-align: left;
}

#content img {
    background: #ffa500;
    padding: 10px;
    margin: 0px 10px 10px 0px;
}

#footer {
    background: #ffa500;
    height: 15px;
    padding-top: 2px;;
    width: 900px;
    color: #df0000;
    border-top: 1px solid #df0000; 
    text-align: center;
    font-size: 10px;
}

#footer a {
    color: #df0000;
    text-decoration: none;
    font-family: Tahoma;
    font-size: 11px;  
}

#home_left {
    width: 350px;
    padding-right: 9px;               
    float: left;
    
}

#home_right {
    float: left;        
    
}

a.gumb {
    width: 70px;
    height: 14px;
    padding-top: 1px;
    background: url(images/gumb_rdec.png) top left no-repeat;
    display: block;
    clear: none;
    
    color: #ffa500;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 10px;;
}
a.gumb:hover {
    color: white;
}

table.galerija_table {
    width: 100%;
}
table.galerija_table th {
    text-align: left;
    padding-bottom: 10px;
    font-family: Tahoma;
    color: #7f2725; 
    font-size: 14px;
    font-weight: bold;
}

table.galerija_table a {
    color: #ffa500;
    text-decoration: none;
}

table.galerija_table img {
    width: 150px;
}

.back_button {
    width:70px;
    height:15px;
    display:block;
    background:url(images/gumb_rdec.png) top left no-repeat;
}

.back_button a:link, 
.back_button a:visited{
    width: 70px;
    height: 14px;
    padding-top: 1px;
    background: url(images/gumb_rdec.png) top left no-repeat;
    display: block;
    clear: none;
    
    color: #f3fdd1;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 10px;;
}
.back_button a:hover {
    color: #ffa500;
}

.back_button_long {
    width:150px;
    height:15px;
    display:block;
    background:url(images/gumb_rdec_dolg.png) top left no-repeat;
}

.back_button_long a:link, 
.back_button_long a:visited{
    width: 150px;
    height: 14px;
    padding-top: 1px;
    display: block;
    clear: none;
    
    color: #f3fdd1;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    font-size: 10px;;
}
.back_button_long a:hover {
    color: #ffa500;

