body
{
margin-top:5;
background:#000000;
background-image:url(../_images/bg.jpg);
background-repeat:no-repeat;
background-position:center top;
color:white;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
}
 a:link {color:#d2d3d5;}      /* unvisited link */
a:visited {color:#D2D3D5;}  /* visited link */
a:hover {color:#CB3438;}  /* mouse over link */
a:active {color:#D2D3D5;}  /* selected link */
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
a:active {text-decoration:none;}

.wraper
{
width:1000px;
margin-left:auto;
margin-right:auto;
position:relative;
}
.meni_wraper
{
height:65px;
background-image:url(../_images/meni_bg.png);
}

.dugme
{
float:left;
}
.dugme:hover { background-image:url(../_images/bg_dg.png);background-repeat:repeat-x;}

/*slideshow*/
#slideshow {
    position:relative;
    height:260px;
	padding:0px
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	padding:0px
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	padding:0px
}

#slideshow IMG.last-active {
    z-index:9;
	padding:0px
}

ul li { display: inline; }
.slicice
{
/*width:350px;*/
float:left;
}
.paragraf
{
/*width:630px;*/
float:left;
margin-top:10px;
padding:10px;
}
.wraper2
{
padding-top:25px;
padding-left:10px;
background-image:url(../_images/meni_bg.png);
clear:both;
}
.kraj
{
clear:both;
}
/*form*/
.ime
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
color:#ffffff;
padding:10px 10px;
width:200px;
background:#333333;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}
.ime2
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
color:#ffffff;
padding:10px 10px;
width:400px;
background:#333333;
border-bottom: 1px double #171717;
border-top: 1px double #171717;
border-left:1px double #333333;
border-right:1px double #333333;
}
.button
{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-style:normal;
margin:0 0 10px 0;
padding:4px 7px;
background:#4D4D4D;
border:0px;
top:10px;
left:382px;
width:100px;
border-bottom: 1px double #4D4D4D;
border-top: 1px double #4D4D4D;
border-left:1px double #4D4D4D;
border-right:1px double #4D4D4D;
}






