/* ---------------------------------------------------------------------------------------------------- body */
/********** BACKGROUND ***************/
body {
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	margin: 0px;
	}
#ADMIN {
	position: relative;
	width: 760px;
	height: 250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(slike/logo_header.png);
	background-repeat: no-repeat;
	background-position: center top;
	}
.ADMIN_line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	}
.ADMIN_txt {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #183b72;
	text-decoration: none;
	text-align: left;
	}
.classADMIN a:link {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #00A4E4;
	text-decoration: none;
	text-align: left;
	}
.classADMIN a:visited {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #00A4E4;
	text-decoration: none;
	text-align: left;
	}
.classADMIN a:active {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #00A4E4;
	text-decoration: none;
	text-align: left;
	}
.classADMIN a:hover {
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #183b72;
	text-decoration: none;
	text-align: left;
	}