@charset "utf-8";
/* CSS Document */

@import url("tabs.css");

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align:justify;
}
img {
	padding:3px;
	border: solid 1px #DBDBDB;
	margin:4px;
}
h1 {
 	margin:25px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
h2 {
 font-size:18px;
 color:#000000;
}
h3 {
	font-size: 16px;
	font-weight: lighter;
	color: #000000;
 }
h4 {
  font-size:14px;
  margin:1px 0 6px 0 ;
}
a {
	color:#06C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* classes */
.bck_pravna {
	background-color:#13225b;
}
.bck_fizicka {
	background-color:#13225b ;
}
.bck_body_fizicka {
	background:#ffd9d6 url(../img/bck_fizicka.png) top repeat-x;
}
.bck_body_pravna {
	background:#b8d0e8 url(../img/bck_pravna.png) top repeat-x;
}
.okvir {
	border:solid 1px #000ß; 
	padding-left:4px;
}
.flash_commercial_container {
	margin:5px 0 10px 0;
}.middle_body {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.menu_header_title {
	margin-top:20px;
	font-weight:bold;
	font-size:15px;
	color:#666666;
}

/* simple vertical menu */
.menu {
	height: auto;
	width: 220px;
	background-color: #fff;
	color:#000;
	
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	font-family: 'Helvetica', 'segoe ui', 'Tahoma', 'Verdana', 'lucida grande', sans-serif;
	font-size: 13px;
}

.menu .menu_list li a {
	display:block;
	padding-top: 7px;
	padding-bottom: 5px;
	padding-left: 14px;
	text-decoration:none;
	color: #000;
	border-bottom: 1px solid #000;
}
.menu .menu_list .menu_sub{
	padding-top:4px;
	font-size:12px;
}
/* FORMS */
.textbox_small {
	font-size:13px;
	width:80px;
	margin:4px 0 4px 0;
	padding:4px 0 2px 4px;
}
.textbox {
	font-size:13px;
	width:350px;
	margin:4px 0 4px 0;
	padding:4px 0 2px 4px;
}
.menubox_small {
	height:18px;
	margin:1px 0 4px 0;
	width:88px;
	font-size:11px;
}
.meni_pod {
	color:#000;	
}
.meni_obelezena_pravna {
	background-color:#13225b;
	color:#fff;
	/*border:solid 1px #CCCCCC;*/
	border-bottom:none;
}
.meni_obelezena_fizicka {
	background-color:#13225b;
	/*border:solid 1px #CCCCCC;*/
	border-bottom:none;
	color:#fff;
}
/* TABS */
.tabbox_left {
	width:200px;
	padding:15px;
	height:160px;
	margin-left:5px;
	border: solid 1px #999999;
	border-top:none;
}

.tabbox_right {
	width:270px;
	padding:15px;
	height:160px;
	margin-left:5px;
	border: solid 1px #999999;
	border-top:none;
	background-color:#FFFFFF;
}
.textbox_calculator {
	width:150px;
	margin-bottom:5px;
}
.js_hp_button {
	border: solid 1px #999999;
	background-color:#000;
	color:#fff;
	cursor:pointer;
	float:right;
}
/* PAKET PRETRAGA */
.result_labels {
	width:150px;
	float:left;
}
#pronadji_paket_div div {
	font-size:12px;
	padding:2px 0 5px 0;
}
.labeltextbold {
 font-size:12px;
 font-weight:bold;
}
.labeltext {
 font-size:12px;
 font-weight:normal;
}
/* CALENDAR */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../img/calendar.png) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
input.dp-applied {
	width: 100px;
	float: left;
}
/* OSTALO */
.put_border {
	margin:4px;
	padding:2px;
	border: solid 1px #DBDBDB;
}
.clear_format {
	margin:0;
	padding:0;
	border:none;
}