/* CSS file */
/* CSS koji opisuje srednju kolonu za sve strane osim naslovne  */

/* Naslov */ 
#Middle-title {
	width: 65%;
	height: 3em;
	position: absolute;
	top: 0px;
	left: 20%;
	text-align: center;
	padding-top: 1em; 
}
#Middle-title h1 {
/*	height: 100%;  */
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	/*color: #000000;*/
	font-size: 120%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
/* Horizontalni meni */ 
#Middle-menu {
	margin: 0px;
	padding: 0px;
	width: 65%;
	height: 1em;
	position: absolute;
	top: 3.5em;
	left: 20%;
	background-image: url(../images/inteface/blue_line.gif);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #EBEBEB;
}
#Middle-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	white-space: nowrap;
}
#Middle-menu li {
	margin: 0px;
	padding: 0px;
	text-align: center;
	float: left;
	width: 20%;
	height: 100%;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #3366CC;
}
#Middle-menu a {
    display:block
}
#Middle-menu a:link {
	color:#000099;
	background: none;
}
#Middle-menu a:visited {
	color: #000099;
	background: none;
} 
#Middle-menu a:hover {
	color: #FFFFFF;
	/*background-color: #666666;*/
	background-color: #007abf;
	text-decoration: none;
}
/* Sadrzaj strane */
#Middle-cont {
	position: absolute;
	top: 4.5em;
	left: 20%;
	width: 65%;
	margin: 0px;
	padding: 0px;
}
#Middle-cont h2 {
	margin-right: 1em;
	margin-left: 2em;
	font-size: 120%;
	font-weight: bold;
	color: #000099;
}
#Middle-cont h3 {
	margin-right: 1em;
	margin-left: 2em;
	font-size: 100%;
	font-weight: bold;
	color: #000099;
}
#Middle-cont h4 {
	margin-right: 8em;
	margin-left: 17em;
	font-size: 100%;
	font-weight: bold;
	color: #000099;
}
#Middle-cont h5 {
	margin-right: 5em;
	margin-left: 10em;
	font-size: 110%;
	font-weight: bold;
	color: #000099;
}
#Middle-cont h6 {
	margin-right: 8em;
	margin-left: 11em;
	font-size: 120%;
	font-weight: bold;
	color: #000099;
}
#Middle-cont p {
	margin-right: 1em;
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	text-align: justify;
}
#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 a:link {
	color:#000099;
	background: none;
}
#Middle-cont a:visited {
	color: purple;
	background: none;
}
#Middle-cont table {
	margin-right: 2em;
	margin-left: 1em;
	border: 0px outset #666666;
	font-family: "Times New Roman", Times, serif;
	color: #000099;
}
#Middle-cont tr {
}
#Middle-cont th {
	background-color: #C5E2E9;
	text-align: center;
	font-weight: bold;
	color: #000099;
	border: 1px solid #999999;
}
#Middle-cont td {
	border: 1px solid #999999;
}
/* U slucaju registra sertifikata ukida se desna kolona i srednja se proteze do desne ivice */
#Middle-reg {
	position: absolute;
	top: 4.5em;
	left: 20%;
	width: 80%;
	margin: 0px;
	padding: 0px;
}
#Middle-reg h2 {
	margin-right: 1em;
	margin-left: 2em;
	font-size: 120%;
	font-weight: bold;
	color: #000099;
}
#Middle-reg h3 {
	margin-right: 1em;
	margin-left: 2em;
	font-size: 100%;
	font-weight: bold;
	color: #000099;
}
#Middle-reg p {
	margin-right: 1em;
	margin-left: 2em;
	font-family: "Times New Roman", Times, serif;
	text-align: justify;
	color: #000099;
}
#Middle-reg table {
	margin-right: 1em;
	margin-left: 2em;
	border: 4px outset #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #000099;
}
#Middle-reg th {
	background-color: #C5E2E9;
	font-weight: bold;
	color: #000099;
	border: 1px solid #999999;
}
#Middle-reg td {
	border: 1px solid #999999;
	text-align: center;
}
/* kraj opisa srednje kolone */

