/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	text-align: center;
	background-color: white;
	}

#wrapper {
margin: 0 auto;
padding: 0px;
width: 960px;
height:269px;
text-align:center;
background-image:url(main.jpg);
background-repeat:no-repeat;
background-position:right top;
}

#header {
margin: 0px;
padding: 0px;
width: 960px;
height: 166px;
}

#header_left {
	width: 300px;
	height: 166px;
	float:left;
	background-image:url(logo.png);
	background-repeat: no-repeat;
}

#jezik {
float: right;
}

#jezik a{
text-decoration:none;
border: none;
}

#jezik a href {
text-decoration:none;
border: none;
}

#jezik img {
float: right;
text-decoration:none;
border: none;
}

#header_right {
width: 600px;
height: 166px;
float:right;
text-align:right;
}

#main {
width: 960px;
height: 500px;
float: left;
margin-top: 30px;
}


#footer{
width: 960px;
height:150px;
float: right;
}

#footer_left{
width: 291px;
height:150px;
position:absolute;
float: left;
font-size: 9px;
text-align:left;
color:gray;
z-index:-10;

}

#footer_right{
width: 909px;
height:150px;
float: right;
text-align:right;
}

#footer ul{
list-style-type:none;
margin-top: 28px;
}

/* Meni */

ul{
list-style-type:none;
margin-top: 150px;
}

li{
display:inline;
}

a{
float:none;
width:100px;
text-decoration:none;
color:#7c7c7c;
font-weight:bold;
padding:7px;
border-right:1px groove #7ac142;

}
a:hover{
color: #006f3c;
border-right:1px groove #006f3c;
}

.style1 {color: #006633}
.style2 {color: white}

h2 {
color:#2D5902;
font-family:Verdana,Arial,Sans-serif;
font-size:16px;
font-weight:bold;
letter-spacing:-1px;
line-height:27px;
margin:0 0 10px;
