@charset "utf-8";
#main {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	color: #FFFFFF;
}
#main #izbornik {
	float: left;
	width: 160px;
}
#main #izbornik ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	float: left;
	width: 155px;
}
#main #izbornik li a {
	display: block;
	padding: 5px;
	border : medium solid #FFFFFF;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: large;
	margin-top: 5px;
}

#main #izbornik li a:hover {
	color: #000000;
	background-color: #FFFFFF;
	border: medium solid #999999;
}
#main #top {
	margin: 0px;
	padding: 0px;
}

#main #sredina {
	float: left;
	width: 780px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: justify;
	margin-top: 5px;
}
a:visited {
	color: #0000CC;
	text-decoration: underline;
}


#main #top #topleft {
	float: left;
	height: 100px;
	width: 100px;
	background-color: #000000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main #top #topright {
	float: left;
	height: 100px;
	width: 100px;
	background-color: #000000;
}
#main #top #topmiddle {
	float: left;
	height: 100px;
	width: 780px;
	background-image: none;
}
#main #top #topmiddle object {
	height: 100px;
	width: 780px;
}
#main #top #topleft img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main #top #topright img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
