html, body {
	color: #006699;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(imgs/pozadina.jpg);
	background-repeat: repeat;
	background-position: center;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #FF9900;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0033CC;
}

h2 {
	display: block;
	background-color: #FFCC00;
	border: 1px solid #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	padding: 2px;
}

span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #006699;
}

.istaknuto {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;
	padding: 2px;
}

.napomena {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
	padding: 2px;
	color: #000099;
	text-align: right;
	margin-top: 4px;
}

.osnovni {
	clear: both;
	width: 900px;
	min-height: 100%; 
	overflow:hidden;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #FFFFFF;
	width: 800px;
	margin: 0 auto;
	color: #000000;
	
}

.osnovni_head {
	clear: both;
	background: #FFFFFF;
	width: 800px;
	height: 100px;
	margin: 0 auto;
	color: #000000;
	
}

.naslovna_foot {
	clear: both;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background: #CCCCCC url(imgs/naslovna_dole.jpg) repeat-x bottom center;
	width: 800px;
	height: 15px;
	margin: 0 auto;
	color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

#lijevo {
	float: left;
	width: 195px;
	height: 330px;
	background-image: url(imgs/ispod_menija.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 50px;
}

#lijevilinkovi {
	margin: 5px;
	padding: 3px;

}

#lijevilinkovi a {
	display: block;
	background: transparent url(imgs/strelica.gif) no-repeat center left;
	color: #00468C;
	padding: 5px 5px 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F4F4F4;
	border-right-color: #F4F4F4;
	border-bottom-color: #F4F4F4;
	border-left-color: #F4F4F4;
	text-transform: uppercase;
}

#lijevilinkovi a:hover {
	display: block;
	color: #990000;
	padding: 5px 5px 5px 19px;
	margin: 0 0 1px 0;
	text-decoration: none;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	background-color: #FFCC00;
	background-image: url(imgs/strelica_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.sadrzaj {
	color: #006699;
	float: right;
	width: 590px;
	height: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(imgs/donji_rub.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}