body, html{
	margin:0;
	padding:0;
	height:auto;
	width:100%;
}

body{
	background-image:url(../img/back.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #f5edde;
}

p{
	margin:0;
}

img{
	border:none;
}

.wrap{
	width: 1024px;
	margin:0 auto;
}

.language{
	background-color:#660000;
	height: 35px;
}

.lang_picker{
	margin: 0;
	padding: 9px 0 0 0;
	float: right;
}

.lang_picker li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}

.logo {
	margin-top: 50px;
	margin-bottom:80px;
	text-align: center;
}

.item1 {
	height: 310px;
	margin-bottom: 75px;
}

.item1 img {
	float: left;
}

.text {
	background-color: #660000;
	float: left;
	width: 555px;
	margin-left: -11px;
	margin-top: 55px;
	color: #ffffff;
	padding: 25px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	
}

.right_align img{
	float:right !important;
}

.right_align .text{
	float: right !important;
}

.footer {
	height: 150px;
	background-color: #660000;
}

.logo1 {
	text-align: center;
	position: relative;
	top: -25px;
}

.logo2 {
	float: left;
}

.logo3 {
	float: right;
	margin-top: 40px;
}
.logo3 a img {
	opacity: 0.6 !important;
	-khtml-opacity: 0.6!important;
	-moz-opacity: 0.6!important;
	filter: alpha(opacity=60)!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)" !important;
}
.logo3 a img:hover {
	opacity: 1 !important;
	-khtml-opacity: 1 !important;
	-moz-opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
}


.item1 .text img {
	float: left !important;
}

.naslov {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

