.obj {
	z-index: 50;
	position: absolute;
	width: 500px;
	height: 480px;
	top: 0px;
	left: 50%;
	margin-left: -250px;
}

body {
	margin: 0px;
	padding: 0px;
}

.lang {
	font: 10px Tahoma, Verdana, Arial;
	color: #333333;
}

.lang a, .lang a:hover {
	font: 10px Tahoma, Verdana, Arial;
	color: #797979;
	text-decoration: none;
}

.main {
	width: 500px;
	height: 380px;
	margin: 0;
	padding: 0;
}

.main1 {
	background-color: white;
	opacity: .45;
	filter: alpha(opacity=45);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 380px;
}

.main2 {
	font: 12px Tahoma, Verdana, Arial;
	line-height: 14px;
	color: #424242;
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 30px;
	width: 440px;
	text-align: justify;
}
.main2 a {
	font: 12px Tahoma, Verdana, Arial;
	line-height: 14px;
	color: black;
	text-decoration: underline;
}
.main2 a:hover {
	font: 12px Tahoma, Verdana, Arial;
	line-height: 14px;
	color: #797979;
}

.links {
	width: 500px;
	height: 22px;
	margin: 0;
	padding: 0;
}

.links1 {
	background-color: black;
	opacity: .16;
	filter: alpha(opacity=16);
	height: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 22px;
}

.links2 {
	position: absolute;
	top: 0px;
	width: 500px;
	height: 22px;
}

.link_on {
	font: 11px Tahoma, Verdana, Arial;
	color: #424242;
	background-color: white;
	height: 22px;
	line-height: 22px;
	border-left: 5px white solid;
	border-right: 5px white solid;
}

.link_off {
	font: 11px Tahoma, Verdana, Arial;
	color: white;
	height: 22px;
	line-height: 22px;
	margin-left: 5px; 
	margin-right: 5px;
}
.link_off a {
	font: 11px Tahoma, Verdana, Arial;
	color: white;
	text-decoration: none;
	height: 22px;
	line-height: 22px;
}

.link_off a:hover {
	font: 11px Tahoma, Verdana, Arial;
	color: #424242;
	height: 22px;
	line-height: 22px;
}

.pitanje {
	font-weight: bold;
	margin-right: 8px;
	text-indent:-15px;
	margin-left: 15px;
	text-align: left;
}

.odgovor {
	margin: 2px 8px 10px 15px;
}

.footer {
	font: 10px Tahoma, Verdana, Arial;
	color: #424242;
	margin-left: 20px;
}
.footer a {
	font: 10px Tahoma, Verdana, Arial;
	color: #424242;
}
.footer a:hover {
	font: 10px Tahoma, Verdana, Arial;
	color: black;
}