.pozadina {
	background-attachment: fixed;
	background-image: url(images/pozadina.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.pozadinaMedicTurizam {	
	background-image: url(images/design_cut_22.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pozadinaCentarGradient {
	background-image: url(images/design_cut_13.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.pozadinaGradientLevo {
	background-image: url(images/design_cut_21.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.naslovVnatre {
	font-size: 12px;
	font-weight: bold;
	color: #64B7E7;
}

.copyright {
	font-family: Tahoma;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.meniPozadina {
	text-align: left;
	background-image: url(images/meni_cut.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
}

a:hover {
	text-decoration: none;
	color: #006699;
}
a:active {
	text-decoration: none;
	color: #006699;
}
a:link {
	color: #006699;	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006699;
}
#meni a:link, #meni a:visited, #meni a:active  {
	color: #64b7e7;	
	text-decoration: none;
	font-weight: 100;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
#meni a:hover{
	text-decoration: none;	
	color: #ea848b;
}
.naslov {
	font-size: 16px;
	font-weight: normal;
	color: #64b7e7;
}

#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;
}
