body
{
	background: #000 url("images/bg_1.jpg") repeat-x;

	color: #333;
	font-size: 11px;

}

.map{
	filter:alpha(opacity=90);
    opacity:0.9;
    margin-left: 20px;
    margin-top: 30px;
    float: left;
	}

#centr {
	width: 960px;
	margin: 0 auto;
	height: 700px;
	position:absolute; 
	top:50%;
	left: 50%;
	margin-top:-280px;
	margin-left:-480px;
}


.left {
	width: 200px;
	float: left;
	background-color: #45372D;
	overflow: hidden;
	height: 550px;
	}
	
.left img{
	margin: 3px 0 0 5px;
	margin-bottom: 35px;
	}
	
.left p{
	margin-left: 24px;
	color: #C6B8B5;
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	}
	
.right p{
	margin: 10px;
	color: #C6B8B5;
	font-size: 14px;
	line-height: 20px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	}
	
.right {
	width: 760px;
	height: 550px;
	float: right;
	background-color: #000;
	filter:alpha(opacity=80);
    opacity:0.8;
	}

.right img{
	float: left;
	filter:alpha(opacity=100);
    opacity:1.0;
    margin:22px 0 0 19px;
    border: 2px solid #45372D;
    filter:alpha(opacity=100);
    opacity:1.0;
	}
	
.right a:hover img {
	border: 2px solid green;
	}

	
/*#meni ul{
	display: inline;
	}*/
	
	
#meni{
width: 100%;
overflow: hidden;
}

#meni ul{
float: right;
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
list-style-type: none;
letter-spacing: 2px;
}

#meni li{
display: inline;
margin: 0;
}

#meni li a{
float: right;
display: block;
text-decoration: none;
padding: 7px 8px; /*padding inside each tab*/
color: white;
background: none; /*background of tabs (default state)*/
margin-left:30px;
margin-bottom: 10px;
}

#meni li a:visited{
color: white;
}

#meni li a:hover, #meni li.selected a{
background: black; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: green;
filter:alpha(opacity=60);
opacity:0.6;
}

.forma {
	float: right;
	color: #fff;
	margin-top: 30px;
	margin-right: 15px;
	}
	
/*.forma textarea{
	height: 100px;
	}
	
.forma input, .forma textarea {
	width: 150px;
	margin-top: 20px;
	}*/
	
#forma input, #forma textarea {
border:0 none;
margin:2px 0;
padding:2px;
width:300px;
}
#forma textarea {
height:100px;
overflow:auto;
}
#forma .batn {
background-color:#FFFFFF;
color:#850502;
float:left;
width:100px;
}
#forma #loading {
border:0 none;
float:left;
margin-left:8px;
padding-top:2px;
visibility:hidden;
}

#naslov{
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: "Arial Black";
	color: #764C22;
	}
