@charset "utf-8";
/* CSS Document */
body {
	color: #333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
}
img 
{
	border:none;
	
}
select, input, textarea {
	font-size:11px;
	color:#666;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#2E2E2E;
}
a,button{
	cursor:pointer;
	
	}
#content_main h1 {
	color:#804000 !important;
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-left:3px;
	border-bottom:1px dashed #CCC;
	width:100%;
	font-size:22px;
	font-weight:normal;
}
h2 {
	font-weight:normal;
	font-size:18px;
}
h3 {
	font-weight:normal;
	font-size:16px;
}
h4 {
	font-weight:normal;
	font-size:14px;
}
a {
	color: #2255aa;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline
}
.cell_type_1, .cell_type_2 {/*Tamnija*/
	margin-top:15px;
	width: 223px;
	padding:6px;
	padding-top:0px;
	color:#333333;
	font-size: 11px;
}
.cell_type_1 h2, .cell_type_2 h2 {
	padding:6px 0px 6px 0px;
	margin:0px;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}
.cell_type_1 {
	background:url(/img/title.gif) no-repeat top #E2D8C6;
}
.cell_type_2 {
	background:transparent;
}
.cell_type_2 h2 {
	color:#804000;
	border-bottom:dashed 1px #CCC;
	font-size:22px;
	padding-bottom:3px !important;
	display:block;
}
#korisni_linkovi ul {
	width: 210px;
	margin:0px;
	padding:0px 10px 0 13px;
	list-style:none;
	background: #E2D8C6;
}
#korisni_linkovi ul li {
	border-bottom: 1px solid #F6F0E7;
	line-height: 25px;
	list-style: none;
}
#korisni_linkovi ul li a {
	display: block;
	color: #666;
	text-decoration: none;
}
#korisni_linkovi ul li a:hover {
	color:#993300;
}
#sadrzaj table {
}
#sadrzaj table tr td, #sadrzaj table tr th {
	padding:5px;
	border-bottom:dotted #ccc 1px;
	text-align:left;
}
#sadrzaj table tr th {
	border:none !important;
	color:#804000;
	background:#E2D8C6;
	border-bottom:dotted #ccc 1px;
	font-weight:normal;
}
.boxed_comment {
	float:left;
	padding:10px;
	margin-right:10px;
	border:1px #D8C6B1 solid;
}
.obrazac {
	background-color:#E2D8C6;
	color:#333333;
	width:96%;
	padding:10px;
}
.obrazac table tr th 
{
	text-align:right;
	width:150px;
	vertical-align:top;
}
.obrazac table tr th,.obrazac table tr td
{
	padding:5px;
	vertical-align:top;
}
.obrazac table tr td
{
	text-align:left;	
}
.obrazac textarea {
	height: 180px;
	width:100%;
}
.obrazac input{
	height:14px;
	width:240px;
	font-size:10px;
}
.obrazac input, .obrazac select, .obrazac textarea {
	border-left:1px #AB9C8B solid;
	border-top:1px #AB9C8B solid;
	border-right:1px #D8D1C9 solid;
	border-bottom:1px #D8D1C9 solid;
}
.obrazac input:hover, .obrazac select:active, .obrazac textarea:active {
	border-left:1px #FFF solid;
	border-top:1px #FFF solid;
	border-right:1px #FFF solid;
	border-bottom:1px #FFF solid;
}
.form_required
{
	background:#FFD;
}
.form_error
{
	background:#F1DDDD;
}
.post_info
{
	margin-top:10px;
	width:100%;
}
.post_info span
{
	display:block;
	margin-bottom:4px;
	font-size:11px;
	font-weight:bold;
	padding:4px;
	height:15px;
}
.post_info .error
{
	padding-left:35px;
	background:url(/img/warning.png) no-repeat #990000;
	color:white;
}
.post_info .success
{
	padding-left:35px;
	color:white;
	background:#090;
}
.submit {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	border:none;
	float:right;
	margin-top:5px;
	width:89px;
	height:21px;
	background:url(/img/form_button.gif);
}
.submit:hover
{
	color:#d2d2d2;
	
}
.clear {
	clear:both;
	overflow:hidden;
	height:4px;
}
