@charset "utf-8";
/* CSS Document */
<style type="text/css"> 

body {
	background-image: url(grafika/tlo2.jpg);
	font-family: Calibri;
	color: #009900;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #009900;
}
a:visited {
	color: #009900;
}
.linki {
	color: #D0ECB1;
	font-family: "Courier New", Courier, monospace;
	font-size: 2px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

a.a1 {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #009900;
} 
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #060;
	font-style: italic;
}

a.a3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}


a.a1:hover {
	color: #060;
	text-decoration: underline;
	font-weight: bold;
} 

a.a2 {
	font-family: verdana, sans-serif;font-size: 17px;
color: #F00;text-decoration: underline;
} 

a.a2:hover {
	color: #00F;
	
} 

a.a3:hover {
	color: #F00;
	
}
#cf {
	position:relative;
	height:260px;
	width:340px;
	margin:0 auto;
}
#cf img {
	position:absolute;
	left:0;
	-webkit-transition: opacity 0.75s ease-in-out;
	-moz-transition: opacity 0.75s ease-in-out;
	-o-transition: opacity 0.75s ease-in-out;
	transition: opacity 0.75s ease-in-out;
}

#cf img.top:hover {
	opacity:0;
}
</style> 
