body,html
{
	height: 100%;
}

body
{
	margin : 0;
	font-family: verdana;
	font-size: 12px;
}

a
{
	color : #406C2D;
}

a:hover
{
	text-decoration : none;
}

img
{
	border :0;
}

#wrapper
{
	margin : 0 auto;
	width : 997px;
	background: url('images/content_bg1.jpg') 0 236px no-repeat;
	min-height: 940px;
	height: auto !important;
	height: 940px;
	padding-bottom: 40px;
	position : relative;
}

#wrapper #produkcija
{
	position : absolute;
	width : 500px;
	height : 450px;

	right : 20px;
	top: 250px;
}

#header
{
	height : 236px;
	background: url('images/header.jpg') no-repeat;
	position : relative;
}

#header .languages
{
	position : absolute;
	top: 30px;
	right : 50px;
	width : 130px;
	text-align : right;
}

#header .logo
{
	display: block;
	position: absolute;
	width: 280px;
	height: 150px;
	top: 30px;
	left: 30px;
}

#header .menu a:hover
{
	text-decoration : underline;
}

#header .menu a.active
{
	text-decoration: underline;
	color : #55872B;
}

#header .menu a
{
	text-decoration : none;
	color : #535F77;
	font-size: 11px;
	font-weight: bold;
	line-height: 65px;
	padding : 0 5px;
}
#header .menu
{
	position: absolute;
	top: 85px;
	right : 22px;
	height: 65px;
	width: 607px;
	text-align: center;
}




#content h1
{
	font-size: 12px;
	font-weight: bold;
	padding:0;
	margin: 0 0 28px 0;
}

#content
{
	width: 382px;
	margin: 13px 0 0 20px;
	background: url('images/content_bg.png');
	padding: 29px;
	color : #36622d;
	border: 1px solid #DADEDC;
}


