html {
background-image:url(../images/koralj_bkg.jpg);
background-repeat:repeat-x;
background-color:#000004;
}

body {
color: #000000;
}

/**GLAVNI CONTANER **/
#container {
}

/** HEADER **/
#header {
overflow: hidden;
background-image:url(../images/logo1.png);
background-repeat:no-repeat;
margin-top: 5px;
margin-left: 55px;
padding-top: 125px;
}

/** TOP NAVIGATION **/
#top_nav{
background-image:url(../images/nav_top.png);
background-repeat: no-repeat;
height: 68px;
width: 940px;
}

#top_nav ul{
list-style: none;  
display: block; 
margin: 45px 0px;
text-decoration:none;
}

#top_nav ul li {  
float: right;  
margin: 0 1.5em;  
font: bold 15px Arial;
text-decoration: none;
}  

/** CONTENT PRVI DIO --slika i desni nav **/
#content_1 {
overflow: hidden;
background-image:url(../images/content1.png);
background-repeat: no-repeat;
}

#content_1_left {
overflow: hidden;
}

#img_holder1{
padding-left: 75px;
padding-top: 30px;
padding-bottom: 18px;
}

/**desni nav_prvi dio **/
#content_1_right {
padding-top: 30px;
}

#nav_right{
overflow: hidden;
background-image:url(../images/nav_right.jpg);
background-repeat:no-repeat;
height: inherit;
width:auto;
height:365px;
}

#nav_txt {
position: absolute;
width: 190px;
text-align: center;
}

#nav_txt ul{
list-style: none;
line-height: 20px;
}

#nav_txt ul li {
margin-top: 24px;
height: 40px;
}

/** CONTENT DRUGI DIO-donji dio kontenta**/
#content_2{
overflow: hidden;
background-image:url(../images/content1_repeat.png);
background-repeat:repeat-y;
}

#content_2_left{
overflow: hidden;
padding-left: 75px;
width: 530px;
margin-bottom:10px;
}

#content_2_right{
overflow: hidden;
padding-top: 20px;
}


#nav_right_slike{
overflow: hidden;
margin-top: 192px;
margin-left: 4px;
width:211px;
height: 83px;
border: 1.2px #CCCCCC;
border-bottom-style:solid;
}

#nav_right_slike1{
overflow: hidden;
margin-top: 0px;
margin-left: 4px;
width:211px;
height: 83px;
border: 1px;

}

#bottom_end {
background-image:url(../images/bottom_end.jpg);
background-repeat:no-repeat;
height:16px;
}





/** TEKST UPRAVLJANJA **/
a{
text-decoration: none;
color: #FFFFFF;
}

a.desni_nav {
font: bold 20px Arial;
display: block; 
}







/** KONTAKT.php **/
#kontakt_info{
margin-left: 75px;
margin-top: 30px;
margin-bottom: 18px;
margin-right: 210px;
list-style: none;
border: thin dashed;
}

#kontakt_info ul{
list-style: none;
list-style-type:disc;
}

#kontakt_info h4 {
padding-left: 4px;
}

#kontakt_info a {
color: #0033FF;
}
#kontakt_info_1{
margin-left: 75px;
margin-top: 30px;
margin-bottom: 18px;
margin-right: 110px;
list-style: none;
}

/** END KONTAKT.php

