body {
	background-color: #D9DCDD;
}
#sve {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#sve #zaglavlje {
	font-weight: bold;
	color: #FFF;
	background-color: #900;
	margin-bottom: 15px;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}
#sve #naslov {
	margin-bottom: 15px;
	text-align: center;
	color: #036;
	background-image: url(slike/sivo-bela-linija.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 14px;
}
#sve #naslov .strelica_levo {
	float: left;
	width: 100px;
}

#sve #naslov .centar {
	margin-right: 100px;
	margin-left: 100px;
	padding: 10px;
}
.naziv_izlozbe {
	font-size: 18px;
	font-style: italic;
	color: #900;
	font-weight: bold;
}


#sve #sadrzaj {
	padding: 20px;
	margin-bottom: 15px;
	background-color: #FFF;
	min-height: 820px;
}
#sve #sadrzaj .slike1 {
	float: left;
	width: 170px;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #CCC;
}
#sve #sadrzaj .slike1 img {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sve #sadrzaj .tekst1 {
	margin-left: 190px;
	margin-bottom: 20px;
}
#sve #sadrzaj .slike2 {
	float: right;
	width: 170px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #CCC;
}
#sve #sadrzaj .slike2 img {
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#sve #sadrzaj .tekst2 {
	margin-right: 190px;
	clear: left;
}
.tekst_crveni_bold {
	font-weight: bold;
	color: #900;
}




.bold {
	font-weight: bold;
}
.bold_italic    {
	font-style: italic;
	font-weight: bold;
}

