/* CSS Document www.kamp-skriveni.hr */
* {
	border: 0;
}

body {
	background: url(../images/bg_main.jpg) center;
	margin: 0px;
	padding: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #3b2a14;
}

div.main_container {
	margin: 0 auto;
	width: 1005px;
	background: url(../images/bg_site.jpg);
}

div.site_container {
	width: 685px;
	margin: 0 160px;
}

div.top_shadow {
	background-image: url(../images/shadow_top.jpg);
	height: 50px;
}

div.content {
	padding: 30px 50px;
	line-height: 16px;
}

div.content a {
	font-weight: bold;
	text-decoration:none;
	color: #000000;
}

div.content a:hover {
	font-weight: bold;
	text-decoration:none;
	color: #697760;
}

div.footer {
	height: 15px;
	padding-top: 30px;
	padding-left: 5px;
	background-image: url(../images/bg_footer.jpg);
	font-size: 10px;
	font-weight: bold;
	color: #697760;
}

div.footer a {
	color: #697760;
	text-decoration:none;
}

div.footer a:hover {
	color: #000000;
	text-decoration:none;
}

div.bott_shadow {
	background-image: url(../images/shadow_bott.jpg);
	height: 70px;
}

table.bottom_menu a {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

table.bottom_menu a:hover {
	color: #baccb1;
}

table.galerija td {
	padding-bottom: 30px;
}

/* INPUTS ---------------------------------------------------------------------------------------------*/

input.mali {
	border: 1px solid #8c9880;
	font-size: 11px;
	color: #000;
	background: #fbfffa;
	padding: 5px;
	width: 270px;
}

textarea.veliki {
	border: 1px solid #8c9880;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background: #fbfffa;
	padding: 5px;
	width: 560px;
	height: 200px;
}

input.posalji {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	border: 0;
	background: none;
	padding: 0;
	margin: 0;
}

/* MODIFICATORS -------------------------------------------------------------------------------------- */
.bmarg_30px {
	margin-bottom: 30px;
}