/* Simple container */
.c_title {
	padding: 25px 0;
}
.c_content{
}
.c_footer {
}

/* Fixed container */
.c_title_fixed {
	background-image: url(images/Naslov.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 145px;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid #009900;
	margin-top: 12px;
	padding-top: 5px;
}

/* Search container */
.c_title_fixed_search {
	background-image: url(images/NaslovSearch.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 145px;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid #009900;
	margin-top: 12px;
	padding-top: 5px;
}

/* Obavijesti container */
.c_title_fixed_obavijesti {
	background-image: url(images/NaslovObavijesti.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 145px;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid #009900;
	margin-top: 12px;
	padding-top: 5px;
}
/* Pitanja container */
.c_title_fixed_pitanja{
	background-image: url(images/NaslovPitanja.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 145px;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid #009900;
	margin-top: 12px;
	padding-top: 5px;
}
/* Anketa container */
.c_title_fixed_anketa {
	background-image: url(images/NaslovAnketa.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 145px;
	vertical-align: middle;
	height: 32px;
	line-height: 32px;
	border-top: 1px solid #009900;
	margin-top: 12px;
	padding-top: 5px;
}

.c_title_fixed .Head,
.c_title_fixed_anketa .Head,
.c_title_fixed_obavijesti .Head,
.c_title_fixed_pitanja .Head,
.c_title_fixed_search .Head
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.c_content_fixed{
	width: 145px;
}
.c_footer_fixed {
	background-image: url(images/Separator.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 145px;
	height: 15px;
}


