/* CSS file */
/* Poseban css samo za naslovnu stranu (opis srednje kolone) */

/* Srednja kolona */
/* Sadrzaj strane */
#Middle-cont {
	position: absolute;
	top: 0px;
	left: 20%;
	width: 65%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Middle-cont p {
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 2em;
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	text-align: justify;
}
#Middle-cont img {
	margin-right: 1em;
	margin-left: 2em;
    width: 90%
}

#Middle-cont ul {
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	font-weight: normal;
	list-style-image: url(../images/inteface/bball2.gif);
	margin-top: 1em;
}
#Middle-cont ol {
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	font-weight: normal;
}
#Middle-cont li {
	margin-right: 1em;
	margin-left: 2em;

/*#Middle-cont ul {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000099;
	text-align: left;*/
}
#Middle-cont p a:link {
	color: #000099;
	text-align: center;
}
#Middle-cont p a:visited {
	color: purple;
}
/* kraj opisa srednje kolone */

