body{

}
#wrapper
{
    min-width:1300px;
	position:absolute;
    overflow:visible;
	width:100%;
	top:0;
    bottom:0;
    left:0;
    right:0;
}
/*Navigator*/
#navigator{
    background-color: #666666;
    height:70px;
    width:100%;
}


.izbor > ul{
    list-style-type:none;
    font-family: "Arial";
    color:#ffffff;
    font-size:18pt;
 
    overflow:hidden;
}
.izbor > ul li
{
    margin-left:20px;
    float:left;
}


#navigator > .logo{
    width: 300px;
    height: 70px;
    float: left;
}



#navigator > .menu{
    position: absolute;
    right:0px;
    width: 900px;
    height: 70px;

}

.menu > .izbor{
    margin-left: 10px;
    margin-top: 10px;
	width:600px;
	float:left;
}



/*----------------------*/



/*Header*/
#header{
background-image:url("zupcanici.jpg");
height: 280px;
width: 100%;
background-size:cover;
}



#header > img{
    width: 100%;
    background-size: cover;
}
/*---------------------*/


#wrapper2
{
	margin-left:auto;
	margin-right:auto;
	width: 1320px;
}

/*Sadrzaj*/

#content
{   

    width: 1000px;
    float:left;
}

#content > h2{
    font-size:28px;
    font-family: "Arial";
    color:#9b9b9b;
    text-align: center;
    margin-bottom: 40px;
    background: url("div-line.png") repeat-x center center;
}
h2 span
{
    padding:0 20px;
    margin-left:20px;
    margin-right:20px;
    background-color:white;
}
p
{
    font-family: "Arial";
    color:#9b9b9b;
}

#content > h3{
    font-size:24px;
    font-family: "Arial";
    color:#9b9b9b;
    text-align: center;
    margin-bottom: 40px;
    background: repeat-x center center;
    
}
h3 span
{
    padding:0 20px;
    margin-left:20px;
    margin-right:20px;
    background-color:white;
}
p
{
    font-family: "Arial";
    color:#9b9b9b;
}
#content > p
{
	margin-left:15px;
	margin-right:15px;
}
/*--------------------------------*/


/*SideContent*/

#sideleft
{

	margin-top:60px;
	margin-left:5px;
	margin-right:13px;
	width:140px;
	height:400px;
	float:left;
	background-color:red;
}
#sideright
{
	margin-top:60px;
	margin-left:10px;
	width:140px;
	height:400px;
	float:left;
	background-color:red;
}

/*------*/

/*Footer*/
#footer{
margin-top:20px;
width:100%;
height:150px;
background-color: #666666;
font-family: "Arial";

color:white;
clear:both;
float:left;
line-height:30px;
text-align: center;
font-size:16px;
}
/*--------------------*/

/*HyperLink i search*/

a{
	color:white;
	text-decoration:none;
}
a:hover
{
	color:#ff9400;
}

.search
{
	margin-left:40px;
	margin-top:35px;
	color:white;
	font-family: "Arial";
}
/*-----*/

table
{
	font-family: "Arial";
    color:#9b9b9b;
}
button
{
	font-family: "Arial";
    color:#9b9b9b;
    font-size:18px;
}


