
/* Pocetak Pinky-jevog css-a*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	margin: 0;
	background-image: url(http://www.fungiplanet.com/templates/public/base/images//site_bg.jpg);
	background-repeat:repeat;
}
.main_table {
	border: 3px solid #000000;
}
.top_bar{
	background-image:url(http://www.fungiplanet.com/templates/public/base/images//top_cent.jpg);
	background-repeat:repeat-x;
}
.left_bar {
	background-image:url(http://www.fungiplanet.com/templates/public/base/images//left.jpg);
	background-repeat:repeat-y;
}
.right_bar {
	background-image:url(http://www.fungiplanet.com/templates/public/base/images//right.jpg);
	background-repeat:repeat-y;
}
.bottom_bar{
	background-image:url(http://www.fungiplanet.com/templates/public/base/images//bottom_cent.jpg);
	background-repeat:repeat-x;
}
.central_part {
	background-color: #E0E0E0;
	background-image: url(http://www.fungiplanet.com/templates/public/base/images//pecurkice.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.footer_bg{
	background-image:url(http://www.fungiplanet.com/templates/public/base/images//footer_bg.jpg);
	background-repeat:repeat-x;
}
.prijetelji{
	color:#FFFFFF;
	font-weight:bold;
	padding-left:10px;
}
.prijatelji_img {
 	border:2px solid #364621;
}
/* kraj Pinky-jevog css-a*/
td.img {
	text-align: justify;
	vertical-align: top;
	height: 120px;
	width: 120px;
}

div.text {
	color: #000000;
	font-size: 12px;
	text-align: justify;
	vertical-align: top;
	height: 120px;
	margin-right: 4px;
}

div.img {
	width: 330px;
	border: 1px solid black;
}

div.guest {
	width: 460;
	border: 1px solid black;
	margin-bottom: 20px;
}

.paging {
	color: #000000;
	font-size: 13px;
	
}

.contact_caption {
	font-size: 13px;
	font-weight: bold;
}

.contact_data {
	font-size: 13px;
}

.slika_kuvar {
   float: left;
   border-left: 5px solid #E0E0E0;
   margin-right: 20px;
   margin-bottom: 6px;
}


/* validate form scc */
input.error, select.error {
	padding-right: 16px; 
	border: 1px solid red; 
	background-color: #FFFCE2;
}

