@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body  {
	font: 100% Georgia, Arial, Helvetica, sans-serif;
	background:#FFFFFF;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #92278f;
	margin: 0;
	padding: 0;
	overflow-x:hidden;
}

a, a:visited {
	text-decoration: none;
	color:#000000;
}	


a:hover {
	text-decoration: none;
	color:#336633;
}

a:active { 
	outline: none; 
}

a:focus 
{
	-moz-outline-style: none; 
}

#containerIndex{
	color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#navIndex {
	background-color: inherit;
	margin-left: -153px;
	position: absolute;
	top: -245px;
	left: 50%;
	visibility: visible;
}


#navIndex ul {
	list-style-type: none; 
	margin: 30px 0 0 105px;
	text-align: center;
}

#navIndex ul li  {
	float: left;
	margin-right: 15px;
}

#navIndex a {
	display: block;
	background-position: 0 0;
	line-height: 24px;
	height: 24px;
	background-color: #ffffff;
	position: absolute;
	top: 435px;
	font-size: 18px;
	font-weight: bold;
	color: #92278f;
}

#navIndex .zvezda {
	position: absolute;
	color: #79c7cb;
	font-size: 24px;
	font-weight: bold;
	background-color: #ffffff;
}

#navIndex #zv1 {
	top: 430px;
	left: 62px;
}

#navIndex #zv2 {
	top: 430px;
	left: 223px;
}

#navIndex #linija {
	position: absolute;
	width: 2px;
	height: 70px;
	background-color: #c6b196;
	top: 422px;
	left: 144px;
}


#navIndex a:hover {
	color: #590c57;
}

#navIndex a.serbian {
	left: 75px;
}

#navIndex a.english {
	left: 154px;
}

