body {
	width: 868px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
	background-image: url(images/jah_pozadina.jpg);
	background-repeat: repeat-x;
	border: 1px solid #00019a;
	border-top: 0px;
}
#header {

	position: relative;
	margin: 50px 0px 0px 0px;
	padding: 0;
	width: 868px;
	height: 297px;
	background-image: url(images/jah_header.jpg);

}

.skijas {
	position: absolute;
	z-index: 1;
	width: 231px;
	height: 255px;
	margin: -50px 0px 0px -50px;
	background-image: url(images/skijas.png);
	background-repeat: no-repeat;
}

.poz-zastave {
	position: absolute;
	z-index: 1;
	width: 280px;
	height: 85px;
	margin: 236px 0px 0px 290px;
	background-image: url(images/poz_zastave.jpg);
	background-repeat: no-repeat;
}


.zastave {
	position: absolute;
	z-index: 2;
	margin: 270px 335px;
	width: 200px;
	
}

.bs {
	position: absolute;
	z-index: 3;
left: 0px;
width: 60px;
	
}


.de {
	position: absolute;
	z-index: 4;
left: 70px;
width: 60px;
		
}

.gb {
	position: absolute;
	z-index: 5;
right: 0px;
width: 60px;
	
	
}


#sadrzaj {
	
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0;	
	background: #ffffff;

}

.naslov {

	position: relative;
	text-align: center;
	padding: 12px 0px 0px 0px;
	

}

.content {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	text-align: left;
	padding: 0px 100px 15px 100px;
	

}

#footer {
	
	position: relative;
	width: 800px;
	margin: 10px auto;
	padding: 10px 15px 50px 15px;
	text-align: center;	
	border: 1px solid #cccccc;
	background: #ffffff;

}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 12px;
	color: #000000;
}

h2 {
	font-size: 16px;
	color: #00029B;
	
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 9px;
}
h6 {
	font-size: 8px;
}
.style1 {color: #B1C3D9}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #000099;
}

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 15px;
	left: -25px;
	width: 100px;
	padding: 5px;
	z-index: 100;
	text-align: center;
	background: url(images/za_span.png);
	background-repeat: no-repeat;
	color: #ffffff;
}

a:hover.tip {
	font-size: 70%; /* samo za IE */
	text-decoration: none;
}

a:hover.tip span {
	display: block;
}

