@charset "utf-8";
body  {
	background: #FFFFFF;
	text-align: center; /* ovo centrira container na browser-u int. explorer 5. na containeru je tekst pomaknut ponovo u lijevo */
	color: #CCCCCC; /* osnovna boja teksta */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* osnovna velicina teksta na stranici */
	padding: 0;
	margin: 0px;
}
.thrColFixHdr #container {
	width: 940px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0px;
	margin-left: auto; /* auto margine lijevo i desno centriraju container u sredinu browser-a (stim da mora biti naveden width) */
	margin-right: auto;
	background-color: #333333;
	border: 1px solid #000000;
	background-image: url(../slike/background_glavni.gif);
} 
.thrColFixHdr #header {
	height: 175px;
	background-color: #FFFFFF;
	position: relative;
	padding: 0;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #0065BD;
	background-image: url(../slike/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColFixHdr #sidebar1 {
	float: left; /* element koji pluta lijevo unutar containera */
	width: 180px; /* padding odvaja sadržaj od rubova */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #0065BD;
}
.thrColFixHdr #sidebar1 h4 {
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
}
.thrColFixHdr #sidebar1 p {
	padding-right: 6px;
	padding-left: 6px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* element koji pluta desno unutar containera */
	width: 130px; /* padding odvaja sadržaj od rubova */
	padding-top: 60px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	background-color: #000000;
	height: 800px;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
} 
.thrColFixHdr #mainContent h4 {
	padding-right: 6px;
	padding-left: 6px;
	font-size: 12px;
}
.thrColFixHdr #mainContent li {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #footer {
	position: relative;
	background-color: #333333;
	height: 100px;
	padding: 0;
	background-image: url(../slike/background_glavni.gif);
	background-repeat: repeat;
} 
.thrColFixHdr #footer p {
	margin: 0; /* nulira se padding ovoga elementa da se ne dogadja sazimanje istih */
	padding: 0px; /* padding dodaje razmak ovome elemetu kao i margin ali bez sazimanja istih */
}
.fltrt { /* pripremljena klasa za float-anje desno */
	float: right;
	margin-left: 8px;
}
.fltlft { /* pripremljena klasa za float-anje lijevo */
	float: left;
	margin-right: 12px;
	margin-bottom: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#logo {
	position:absolute;
	z-index:20;
	top: 20px;
	right: 20px;
}


#banner_head {
	position:absolute;
	width:468px;
	height:60px;
	z-index:0;
	border: 1px solid #EEEEEE;
	left: 200px;
	top: 40px;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	color: #CCCCCC;
}
#hr_en {
	list-style-type: none;
	color: #0065BD;
	display: block;
	z-index: 20;
	bottom: 0px;
	left: 20px;
	position: absolute;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 11px;
	padding: 0px;
}
#hr_en a {
	color: #000000; /* zadavanjem visine reda linkovi su okomito centrirani */
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	margin: 0px;
	display: inline-block; /* sa ovim IE-ovi prihvacaju pading sa gornje strane tako da se vidi slikica skakaca */
	padding: 0px;
}
#hr_en a:hover {
	color: #0065BD;
}
#hr_en .aktivan {
	font-size: 11px;
	font-weight: bold;
}
#glavni_izbornik {
	list-style-type: none;
	color: #0065BD;
	display: block;
	z-index: 20;
	bottom: 0px;
	left: 200px;
	position: absolute;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 14px;
	padding: 0px;
}
#glavni_izbornik li {
	float: left;
}
#glavni_izbornik a {
	color: #000000; /* zadavanjem visine reda linkovi su okomito centrirani */
	text-align: center;
	text-decoration: none;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
	margin: 0px;
	display: inline-block; /* sa ovim IE-ovi prihvacaju pading sa gornje strane tako da se vidi slikica skakaca */
}
#glavni_izbornik a:hover {
	color: #0065BD; /* negativna margina jemzato da se zboh vecega higt-a od <a> taga, element ne spusta dolje nego se diže gore */
	background-image: url(../slike/skakac_16x16.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: underline;
}
#glavni_izbornik .aktivan {
	color: #0065BD; /* negativna margina jemzato da se zboh vecega higt-a od <a> taga, element ne spusta dolje nego se diže gore */
	background-image: url(../slike/skakac_16x16.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.sporedni_izbornik {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.sporedni_izbornik li {
	margin: 0px;
	padding: 0px;
	display: inline; /* uklanja višak prostora u IE 6 za win */
}
.sporedni_izbornik   a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	text-transform: lowercase;
	margin: 0px;
}
.sporedni_izbornik a:hover {
	color: #000000;
	background-color: #4791DA;
	text-decoration: underline;
}
.sporedni_izbornik    .aktivan  {
	color: #000000;
	background-color: #4791DA;
}

.button120x90 {
	background-color: #0065BD;
	height: 90px;
	width: 120px;
	margin-bottom: 30px;
	border: 1px solid #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 62px;
	overflow: hidden;
}
.button120x60 {
	background-color: #0065BD;
	height: 60px;
	width: 120px;
	margin-bottom: 30px;
	border: 1px solid #FFFFFF;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 62px;
	overflow: hidden;
}
h1 {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	color: #CCCCCC;
	font-size: 18px;
	margin-right: 0px;
	font-weight: normal;
	padding: 0px;
}
h3 {
	margin-top: 15px;
	margin-bottom: 12px;
	margin-left: 0px;
	font-size: 16px;
	margin-right: 0px;
	color: #6699CC;
	font-weight: normal;
	padding: 0px;
}

p {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #CCCCCC;
	line-height: 18px;
}
a {
	color: #6699CC;
}
ul {
	line-height: 18px;
}
.fotolft {
	float: left;
	width: 155px;
	margin-right: 5px;
	overflow: hidden;
	/* border: 1px dotted #777777; */
	font-size: 10px;
	height: 160px;
	border: 1px solid #444444;
	position: relative;
	margin-bottom: 5px;
}
.fotolft img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	margin-top: 5px;
}
.fotolft p {
	font-size: 10px;
	color: #999999;
	margin-top: 5px;
	line-height: 13px;
	text-align: center;
	position: absolute;
	margin-bottom: 0px;
	top: 125px;
	width: 100%;
	padding: 0px;
	left: -2px;
}

.vijestdiv {
	width: 98%;
	margin-bottom: 40px;
}
.vijestdiv p {
}
#content_col1 {
	width: 180px;
	float: left;
}
#content_col2 {
	width: 290px;
	float: right;
}
.boja_izlozba {
	color: #AA72C4;
}
.boja_natjecaj {
	color: #ff6666;
}
.boja_predavanje {
	color: #FB9727;
}
.boja_ostalo {
	color: #99CC66;
}

.footcopy {
	background-color: #FFFFFF;
	position: absolute;
	height: 40px;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0065BD;
	text-align: center;
	bottom: 0px;
	font-size: 10px;
	color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.zgsalon_pregled {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-spacing: 0px;
}
.zgsalon_pregled th {
	text-align: center;
	font-weight: bold;
	background-color: #444444;
}
.zgsalon_pregled thead tr:hover {
	background-color: transparent;
}
.zgsalon_pregled  td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	margin: 0px;
	padding: 8px;
}
.zgsalon_pregled   tr:hover {
	background-color: #222222;
}
.thrColFixHdr #admin_sidebar2 {
	float: right; /* element koji pluta desno unutar containera */
	width: 140px; /* padding odvaja sadržaj od rubova */
	padding-top: 80px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-color: #000000;
	height: 400px;
	position: relative;
}

#admin_head_tekst {
	list-style-type: none;
	color: #0065BD;
	display: block;
	z-index: 10;
	bottom: 0px;
	left: 200px;
	position: absolute;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 24px;
	padding: 0px;
	font-weight: bold;
}
#admin_odjava_profil {
	background-color: #000000;
	height: 50px;
	width: 100px;
	border: 4px solid #0065BD;
	z-index: 20;
	position: absolute;
	top: -4px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}




#admin_prijava {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0px;
}
#admin_prijava legend {
	font-weight: bold;
}
#admin_prijava label {
	display: block;
	padding-bottom: 5px;
}
#admin_prijava input {
	width: 200px;
}
.admin_upozorenje {
	color: #FF0000;
	background-image: url(../slike/ikone/aupozorenje.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	padding-left: 60px;
	height: 60px;
}
.admin_potvrda {
	background-image: url(../slike/ikone/apotvrda.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 60px;
	padding-top: 0px;
	height: 60px;
}

.admin_izlist {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 500px;
	border-spacing: 0px;
}
.admin_izlist th {
	text-align: center;
	font-weight: bold;
	background-color: #444444;
}
.admin_izlist tr:hover {
	background-color: transparent;
}
.admin_izlist td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	margin: 0px;
	padding: 8px;
}
.admin_izlist tr:hover {
	background-color: #222222;
}

