@charset "utf-8";
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	font-size: 100%;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
#glavni_okvir {
	width:800px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#veliki {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#futer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: center;
}
#div1 {
	position: relative;
	visibility: visible;
	z-index: auto;
	top: 0px;
	right: 0px;
	width: 250px;
	margin-left: 35px;
}
#div1_desno {
	width: 400px;
	position: relative;
	height: 400px;
	top: -130px;
	left: 400px;
	z-index: 1;
}
#div1_desno2 {
	position: relative;
	visibility: visible;
	height: 300px;
	width: 80px;
	top: -130px;
	left: 700px;
	z-index: 2;
}

