/*
Glavni CSS stranice Obiteljskog Centra SMZ
*/
body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../img/sidebar.jpg);
	background-position: 1003px 0;
	background-repeat: repeat;	
}

/*id-jevi elemenata stranice*/

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	
}
#header_wrapper {
	height: 420px;
	width: 100%;
		
}
#content_wrapper {
	width: 100%;
	
}
#footer_wrapper {
	width: 100%;
	height: 112px;
}
#header {
	height: 420px;
	width: 1003px;
	background-image: url(../img/header.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#content {
	width: 1003px;
	background-image: url(../img/body_gradient.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f1f1f1;
}
#footer {
	height: 49px;
	width: 473px;
	padding-left: 530px;
	padding-top: 63px;
	background-image: url(../img/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#main_content {
	float: left;
	width: 523px;
	
	
}
#left_content {
	float: left;
	padding-top: 150px;
	width: 250px;


}
#right_content {
	float: right;
	width: 230px;
	padding-top: 40px;
}
#links {
	list-style-type: none;
	padding-left: 15px;
	
}
#announces {
	list-style-type: none;
	margin-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6d6d6d;
}
#announces li {
	margin-bottom: 5px;
}

#menu {
	float: left;
	padding: 0;
	width: 753px;
	position: absolute;
	left: 250px;
	top: 359px;
	list-style: none;
	background: #ffffff;	
}
#menu li {
	float: left;
	
}
#menu a {
	display: block;
	text-indent: -9999px;
	height: 53px;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	outline: none;
}

#menu li {
	display: inline;
}
#left_content #poll {
	margin-left: 15px;
}
#righ_content #poll {
	
}
#poll {
	background-image: url(../img/poll_back.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #eaeaea;
	width: 187px;
}
#poll label {
	display: block;
	clear: both;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	color: #7b7b7b;
	margin-left: 10px;
}
#poll label input {
	margin-right: 2px;
	
}
#poll div.bar {
	background-color: #FFFFFF;
	width: 160px;
	margin-bottom: 6px;
	margin-top: 2px;
	padding: 1px;
}
#poll div.buttons {
	background-image: url(../img/poll_foot.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 49px;
	width: 187px;
}
#poll div.buttons input {
	border: 0px none;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	margin-left: 10px;
	float: left;
	background-image: url(../img/poll_vote.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 67px;
	height: 25px;
	
}
#poll div.buttons a {
	float: right;
	display: block;
	margin-right: 15px;
	text-indent: -9999px;
	font-weight: bold;
	background-image: url(../img/poll_result.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 67px;
	height: 25px;
}
/*
Paginacija
*/
#pagination {
	font-size: 12px;
	color: #000000;
	height: 24px;
	float: right;
	margin-top: 10px;
	padding-right: 25px;
	list-style: none;
}
#pagination li {
	display: inline;
	float:left;
	padding: 4px;
}
#pagination li.prev {
	padding-top: 0px;
	padding-right: 10px;
}
#pagination li.next {
	padding-top: 0px;
	padding-left: 10px;
}
#pagination a.selected {
	font-weight: bold;
}

* {
	margin: 0px;
	padding: 0px;
}
#docs {
	list-style-type: none;
}

#docs li {
	margin-bottom: 15px;
}



/*ovo je izbornik - menu*/
.home {
	width: 95px;
	height: 53px;
	background: url(../img/nav_home.jpg) no-repeat left top;
}
.home2 {
	width: 95px;
	height: 53px;
	background: url(../img/nav_home.jpg) no-repeat right top;
}
.act {
	width: 93px;
	height: 53px;
	background: url(../img/nav_actual.jpg) no-repeat left top;
}
.act2 {
	width: 93px;
	height: 53px;
	background: url(../img/nav_actual.jpg) no-repeat right top;
}
.ann {
	width: 80px;
	height: 53px;
	background: url(../img/nav_announce.jpg) no-repeat left top;
}
.ann2 {
	width: 80px;
	height: 53px;
	background: url(../img/nav_announce.jpg) no-repeat right top;
}
.who {
	width: 87px;
	height: 53px;
	background: url(../img/nav_who.jpg) no-repeat left top;
}
.who2 {
	width: 87px;
	height: 53px;
	background: url(../img/nav_who.jpg) no-repeat right top;
}
.pro {
	width: 94px;
	height: 53px;
	background: url(../img/nav_prog.jpg) no-repeat left top;
}
.pro2 {
	width: 94px;
	height: 53px;
	background: url(../img/nav_prog.jpg) no-repeat right top;
}
.que {
	width: 115px;
	height: 53px;
	background: url(../img/nav_quest.jpg) no-repeat left top;
}
.que2 {
	width: 115px;
	height: 53px;
	background: url(../img/nav_quest.jpg) no-repeat right top;
}
.pub {
	width: 81px;
	height: 53px;
	background: url(../img/nav_pub.jpg) no-repeat left top;
}
.pub2 {
	width: 81px;
	height: 53px;
	background: url(../img/nav_pub.jpg) no-repeat right top;
}
.gal {
	width: 108px;
	height: 53px;
	background: url(../img/nav_gal.jpg) no-repeat left top;
}
.gal2 {
	width: 108px;
	height: 53px;
	background: url(../img/nav_gal.jpg) no-repeat right top;
}
/*kraj izbornika*/
.res {
	
	
}
.results {
	margin-top: 10px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	margin-left: 20px;
	font-size: 12px;
	color: #7b7b7b;
	font-weight: normal;
}

.poll_foot {	
	height: 49px;
	width: 187px;
}
.doc1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px;
	height: 52px;
	width: 185px;
	background-image: url(../img/doc1.jpg);	
	background-position: left top;
	background-repeat: no-repeat;
}
.doc1 a {
	display: block;
	padding-top: 20px;
	padding-left: 65px;
	height: 53px;
	text-decoration: none;
}
.doc2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff7e00;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 2px;
	height: 52px;
	width: 185px;
	background-image: url(../img/doc2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.doc2 a {
	display: block;
	padding-top: 20px;
	padding-left: 65px;
	height: 53px;
	text-decoration: none;
}
.main_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6d6d6d;
	padding-top: 40px;
	padding-left: 10px;	
}
.article {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #7b7b7b;
}
.img {
	padding-left: 10px;
	padding-bottom: 10px;
}
.img1 {
	padding-right: 10px;
	padding-bottom: 10px;
}
.logo {
	float: none;
	margin-top: 34px;
}
.worktime {
	position: absolute;
	top: 272px;
	left: 13px;
	border:none;
}
.actuals {
	float: left;	
}
.act_title {
	margin-left: 20px;
}
.act_title1 {
	margin-left: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #7ba200;
}
.act_title2 {
	margin-left: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ff7e00;
}
.date {
	margin-left: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.date1 {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff7e00;
}
.news_archive {
	margin-top: -5px;
	margin-left: 55px;
	margin-bottom: 5px;
}
.links {
	padding-left: 15px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/arrow.jpg);
	background-position: left center;
	background-repeat: no-repeat;
}
.button {
	margin-left: 20px;
	margin-bottom: -10px;
}
.announce {
	float: right;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.poll_q {
	font-family: Arial, Helvetica, sans-serif;
	width: 140px;
	margin-left: 20px;
	font-size: 12px;
	color: #7b7b7b;
	font-weight: normal;
	text-align: center;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	color: #7ba200;
	margin-bottom: 10px;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	width: 400px;
	color: #009cff;
	padding-top: 40px;
	margin-left: 0;
}
.gallery {
	float: left;	
}
.gallery img {
	margin: 5px;
}
.more {
	margin-bottom: -1px;
	margin-left: 4px;
}
.print {
	position:absolute;
	top: 255px;
	left: 30px;
}
.fav {
	position:absolute;
	top: 255px;
	left: 100px;
}
.image1 {
	margin-right: 5px;
}

/*
format linkova
*/

a img {
	border: none 0;
	overflow: hidden;
}

a:link, a:visited {
	text-decoration: none;
	color: #6d6d6d;
}
a:hover, a:active {
	text-decoration: underline;
	color: #6d6d6d;
}
