body {
	color: #333333;
	margin: 0;
	background-color: #A4C1FF;
	background-image: url(../slike/top/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	scrollbar-face-color: #E8F0FF;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #E8F0FF;
	scrollbar-shadow-color: #CCCCCC;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-Color: #333333;
	font-size: 12px;
	}
td#bg_tbl {
	background-color: #A4C1FF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000033;
	border-left-color: #000033;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	font-size: 16px;
	filter: Alpha(Opacity=90);
	}
td#bg_tbl:hover {
	background-color: #A4C1FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	filter: Alpha(Opacity=50);
	}
	
p {
	margin-top: 4px;
	margin-right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #000033;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #5C79B4;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
		
#footer {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	padding-top: 10px;
	}

p:first-letter {
	font-size: 150%;
	font-weight: bold;
	margin: 0px 2px 0px 0px;
	}
			
.txt {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; text-decoration: none}

a:hover img {
	filter: Invert;
}
a:visited img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
a:visited:hover img {
	filter: Invert;
}
a:link img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.flag {
!important
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link img#flag {
!important
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited img#flag {
!important
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.linkovi {
	background-color: #99CCFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCFF;
	border-right-color: #CCCCFF;
	border-bottom-color: #000066;
	border-left-color: #000066;
	color: #000033;
	font-size: 14px;

}
.naslov {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
.txttablica {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	text-decoration: none;
	font-size: 12px;
	background-color: #D9E6FF;
}
.slikarub {
	border: 1px dotted #000066;
}

/*slike*/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

hr {
	color: #000033;
	height: 1px;
}

#cse-search-box input {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000033;
	background-color: #A4C1FF;
}

#apbr {
	position:absolute;
	width:50px;
	height:10px;
	z-index:1;
	visibility: visible;
	font-size: xx-small;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
