body {
	background: #bca588 url('../images/bg_2.jpg') top center repeat-x;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 0px;
}

a, a:visited, a:hover {
	color: #448c0f;
	text-decoration: none;
	font-weight: bold;
}

a.red, a.red:visited, a.red:hover {
	color: #b52831;
	text-decoration: none;
}

#home {
	display: block;
	width: 90px;
	height: 20px;
	background: url('images/home.jpg') center left no-repeat;
	padding: 0px 0px 0px 20px;
}

.bg_content_top {
	margin: 0px 150px 0px 0px;
	background: url('../images/bg_content_top.png') top center no-repeat;
	width: 840px;
	height: 120px;
}

.bg_content {
	text-align: justify;
	margin: 0px 0px 0px 0px;
	background: url('../images/bg_content.png') top center repeat-y;
	width: 780px;
	padding: 5px 30px 30px 30px;
	min-height: 350px;
}

.bg_content_bottom {
	margin: 0px 0px 15px 0px;
	background: url('../images/bg_content_bottom.png') top center no-repeat;
	width: 840px;
	height: 11px;
	padding-top: 180px;
	color: #fff;
	text-align: center;
	font-size: 10px;
}

.bg_content_bottom a, .bg_content_bottom a:visited, .bg_content_bottom a:hover {
	color: #fff;
}

td.content_left {
	width: 480px;
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	background-color: #fff;
}

td.content_right {
	padding: 0px 0px 10px 10px;
	border-left: 1px dotted #ccc;
	vertical-align: top;
	background-color: #fff;
}

#toolbar {
	position: absolute;
	left: 200px;
	top: 90px;
}

.toolbar_spacer {
	width: 4px;
	height: 20px;
	background: url('../images/bg_toolbar_spacer.png') center center no-repeat;
	margin: 0px 15px 0px 0px;
	float: left;
}

#logo {
	display: block;	
	background: url('../images/logo.png') top center no-repeat;
	width: 150px;
	height: 80px;
	position: absolute;
	top: 32px;
	left: 32px;
}

#logo_text_rs {
	display: block;	
	background: url('../images/logo_text_rs.png') top center no-repeat;
	width: 600px;
	height: 20px;
	position: absolute;
	top: 35px;
	right: 175px;
}

#logo_text_en {
	display: block;	
	background: url('../images/logo_text_en.png') top center no-repeat;
	width: 600px;
	height: 20px;
	position: absolute;
	top: 35px;
	right: 175px;
}

#logo_text_de {
	display: block;	
	background: url('../images/logo_text_de.png') top center no-repeat;
	width: 600px;
	height: 20px;
	position: absolute;
	top: 35px;
	right: 175px;
}

#logo_text_hu {
	display: block;	
	background: url('../images/logo_text_hu.png') top center no-repeat;
	width: 600px;
	height: 20px;
	position: absolute;
	top: 35px;
	right: 175px;
}

.lang {
	display: block;
	width: 24px;
	height: 20px;
	float: left;
	margin-right: 17px;
}

#lang_1 {
	background: url('../images/lang_1.png') center center no-repeat;
}

#lang_2 {
	background: url('../images/lang_2.png') center center no-repeat;
}

#lang_3 {
	background: url('../images/lang_3.png') center center no-repeat;
}

#lang_4 {
	background: url('../images/lang_4.png') center center no-repeat;
}

#rss {
	display: block;
	width: 64px;
	height: 15px;
	color: #d2d2d2;
	padding-left: 30px;
	padding-top: 5px;
	background: url('../images/rss.png') center left no-repeat;
	float: left;
	font-size: 11px;
	font-weight: normal;
}

#pretraga {
	width: 245px;
	height: 15px;
	font-size: 10px;
	background: #fff url('../images/bg_pretraga.png') top center no-repeat;
	border: none;
	padding: 4px 7px 1px 7px;
	float: left;
}

#btn_pretraga {
	width: 79px;
	height: 20px;
	font-size: 10px;
	background: url('../images/btn_pretraga.png') top center no-repeat;
	border: none;
	padding: 1px 7px 3px 7px;
	margin-left: 15px;
	float: left;
	color: #fff;
	font-weight: normal;
}

#btn_pretraga:hover {
	background: url('../images/btn_pretraga.png') bottom center no-repeat;
}

#btn_pretraga:active {
	background: url('../images/btn_pretraga.png') center center no-repeat;
}

.page_selector {
	height: 20px;
	width: 45px;
	margin: 10px 2px 0px 4px;
	float: left;
	font-size: 12px;
	font-weight: normal;
}

.btn_page {
	background: url('./../images/bg_button_page.gif') top center no-repeat;
	width: 48px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	text-align: center;
	margin: 0px 2px 5px 4px;
	color: #636467;
	border: 0px;
	font-size: 12px;
	float: left;
	font-weight: normal;
}

.btn_page:active, .btn_page_selected:active {
	color: #636467;
	background: url('./../images/bg_button_page.gif') center center no-repeat;
	font-weight: normal;
}

.btn_page:visited, .btn_page_selected:visited {
	color: #636467;
	font-weight: normal;
}

.btn_page:hover, .btn_page_selected, .btn_page_selected:hover {
	color: #000;
	width: 48px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	text-align: center;
	margin: 0px 2px 5px 4px;
	border: 0px;
	font-size: 12px;
	float: left;
	background: url('./../images/bg_button_page.gif') bottom center no-repeat;
	font-weight: normal;
}

.btn {
	background: url('./../images/bg_button.gif') top left no-repeat;
	width: 172px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	text-align: center;
	float: left;
	margin: 5px 2px 0px 2px;
	color: #636467;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
}

.btn:visited {
	color: #636467;
	font-weight: normal;
}

.btn:hover {
	background: url('./../images/bg_button.gif') bottom center no-repeat;
	color: #000;
	font-weight: normal;
}

.btn:active {
	color: #636467;
	background: url('./../images/bg_button.gif') center center no-repeat;
	font-weight: normal;
}

.btn_page_spacer {
	width: 40px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	margin: 0px 2px 5px 4px;
	text-align: center;
	float: left;
	color: #b2b2b2;
	font-size: 12px;
	font-weight: normal;
}

.btn4 {
	background: url('./../images/bg_button4.gif') top center no-repeat;
	width: 120px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	text-align: center;
	margin: 5px auto 0px auto;
	color: #636467;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
}

.btn4:visited {
	color: #636467;
}

.btn4:hover {
	color: #000;
	background: url('./../images/bg_button4.gif') bottom center no-repeat;
	font-weight: normal;
}

.btn4:active {
	color: #636467;
	background: url('./../images/bg_button4.gif') center center no-repeat;
	font-weight: normal;
}

input.btn4 {
	font-size: 12px;
	background: url('./../images/bg_button4.gif') top center no-repeat;
	width: 120px;
	height: 39px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	display: block;
	margin: 5px auto 0px auto;
	border: 0px;
	color: #636467;
	clear: both;
	cursor: pointer;
	font-weight: normal;
}

.btn3 {
	background: url('./../images/bg_button3.gif') top center no-repeat;
	width: 150px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	text-align: center;
	margin: 5px auto 0px auto;
	color: #636467;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
}

.btn3.right, .btn2.right, .btn4 .right {
	margin: 5px 0px 0px 5px;
}

.btn3:visited {
	color: #636467;
	font-weight: normal;
}

.btn3:hover {
	color: #000;
	background: url('./../images/bg_button3.gif') bottom center no-repeat;
	font-weight: normal;
}

.btn3:active {
	color: #636467;
	background: url('./../images/bg_button3.gif') center center no-repeat;
	font-weight: normal;
}

input.btn3 {
	font-size: 12px;
	background: url('./../images/bg_button3.gif') top center no-repeat;
	width: 150px;
	height: 39px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	display: block;
	margin: 5px auto 0px auto;
	border: 0px;
	color: #636467;
	clear: both;
	cursor: pointer;
	font-weight: normal;
}

input.btn2:hover {
	background: url('./../images/bg_button3.gif') bottom center no-repeat;
	color: #000;
	cursor: pointer;
	font-weight: normal;
}

input.btn2:active {
	background: url('./../images/bg_button3.gif') center center no-repeat;
	color: #000;
	cursor: pointer;
	font-weight: normal;
}

.btn2 {
	background: url('./../images/bg_button2.gif') top center no-repeat;
	width: 140px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	text-align: center;
	margin: 5px auto 0px auto;
	color: #636467;
	border: 0px;
	font-size: 12px;
	font-weight: normal;
}

.btn2_css3 {
	-moz-box-shadow: 0px 3px 5px #f2f2f2;
	-webkit-box-shadow: 0px 3px 5px #f2f2f2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 140px;
	height: 17px;
	padding: 12px 0px 10px 0px;
	display: block;
	text-align: center;
	margin: 5px auto 0px auto;
	color: #636467;
	border: 1px solid #b2b2b2;
	font-size: 12px;
	font-weight: normal;
}

.btn2:active {
	color: #636467;
	background: url('./../images/bg_button2.gif') center center no-repeat;
	font-weight: normal;
}

.btn2:visited {
	color: #636467;
	font-weight: normal;
}

input.btn2, #biracki_spisak_form #biracki_spisak_submit {
	font-size: 12px;
	background: url('./../images/bg_button2.gif') top center no-repeat;
	width: 140px;
	height: 39px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	display: block;
	margin: 5px auto 0px auto;
	border: 0px;
	color: #636467;
	clear: both;
	cursor: pointer;
	font-weight: normal;
}

input.btn2:hover, #biracki_spisak_form #biracki_spisak_submit:hover {
	background: url('./../images/bg_button2.gif') bottom center no-repeat;
	color: #000;
	cursor: pointer;
	font-weight: normal;
}

input.btn2:active, #biracki_spisak_form #biracki_spisak_submit:active {
	background: url('./../images/bg_button2.gif') center center no-repeat;
	color: #000;
	cursor: pointer;
	font-weight: normal;
}

.btn2:hover {
	color: #000;
	background: url('./../images/bg_button2.gif') bottom center no-repeat;
	font-weight: normal;
}

.btn1 {
	background: url('./../images/bg_button1.gif') top center no-repeat;
	width: 105px;
	height: 16px;
	padding: 2px 0px 2px 0px;
	display: block;
	text-align: center;
	margin: 5px auto 0px auto;
	color: #fff;
	border: 0px;
	font-size: 10px;
	font-weight: normal;
	font-weight: normal;
}

.btn1:visited {
	color: #fff;
	font-weight: normal;
}

.btn1:hover {
	background: url('./../images/bg_button1.gif') bottom center no-repeat;
	color: #fff;
	font-weight: normal;
}

.highlight {
	font-weight: bold;
	font-size: larger;
}

#home_dogadjaji li, #home_novosti li {
	padding-bottom: 10px;
}

#home_dogadjaji, #home_novosti {
	padding: 0px;
}

#dodavanje_dogadjaja label, #izmena_dogadjaja label, #newsletter_subscribe label {
	width: 132px;
	display: block;
	float: left;
	position: relative;
	top: 4px;
	margin: 0px;
	padding: 0px;
}

#newsletter_subscribe input, #dodavanje_dogadjaja input, #dodavanje_dogadjaja select, #dodavanje_dogadjaja textarea, #izmena_dogadjaja input, #izmena_dogadjaja textarea, #izmena_dogadjaja select {
	font-size: 10px;
	width: 160px;
}

#dodavanje_vesti label, #izmena_vesti label {
	width: 132px;
	display: block;
	float: left;
	position: relative;
	top: 4px;
	margin: 0px;
	padding: 0px;
}

#dodavanje_vesti input, #dodavanje_vesti textarea, #izmena_vesti input, #izmena_vesti textarea, #newsletter input, #newsletter textarea {
	font-size: 10px;
	width: 100%;
}

#menu {
	position: absolute;
	top: 125px;
	right: 8px;
}

#menu li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	height: 47px;
	overflow: hidden;
}

#menu li.sel {
	height: auto;
}

#menu li.sel ul.submenu {
	margin-bottom: 10px;
}

#menu li a {
	display: block;
	width: 136px;
	height: 29px;
	padding: 18px 10px 0px 10px;
	background: url("./../images/bg_menu_item.png") center center no-repeat;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	text-decoration: none;
	color: #fff;
}

#menu li a:hover {
	background: url("./../images/bg_menu_item.png") bottom center no-repeat;
	color: #fff;
}

#menu li.sel a {
	background: url("./../images/bg_menu_item.png") top center no-repeat;
	color: #448c0f;
}

#menu li.sel a:hover {
	background: url("./../images/bg_menu_item.png") top center no-repeat;
	color: #448c0f;
}

#menu ul.submenu li {
	height: 20px;
	width: 151px;
}

#menu ul.submenu li a {
	display: block;
	width: 136px;
	height: 16px;
	padding: 4px 10px 0px 15px;
	background: transparent;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
}

#menu ul.submenu a:hover {
	background: url("./../images/bg_submenu_item.png") center left no-repeat;
	color: #fff;
}

#menu ul.submenu li.sel a {
	background: url("./../images/bg_submenu_item.png") center left no-repeat;
	color: #fff;
}

#menu ul.submenu li.sel a:hover {
	background: url("./../images/bg_submenu_item.png") center left no-repeat;
	color: #fff;
}

#menu_banners {
	margin: 10px 5px 5px 10px;
}

#header_photo_1 {
	height: 213px;
	width: 778px;
	margin: 0px auto 15px auto;
}

#header_photo_2 {
	height: 213px;
	width: 778px;
	margin: 0px auto 0px auto;
}

#header_photo div {
	padding-top: 171px;
	font-size: 13px;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
}

#form_kontakt label {
	width: 132px;
	display: block;
	float: left;
	position: relative;
	top: 4px;
	margin: 0px;
	padding: 0px 15px 0px 0px;
	text-align: right;
}

#form_kontakt input, #form_kontakt select, #form_kontakt textarea {
	width: 325px;
}

#kontakt_osoba_mail {
	margin-left: 147px;
}

#a_top {
	display: block;
	position: absolute;
	top: 300px;
	right: 0px;
	width: 140px;
	height: 20px;
	z-index: 999;
	background: url('../images/a_top.png') top center no-repeat;
}

h1 {
    padding: 54px 0 0 0;
    overflow: hidden;
    background-position: bottom left;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:54px;
}

h2 {
    padding: 36px 0 0 0;
    overflow: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:36px;
    text-align: center;
}

h3 {
	font-size: 13px;
	color: #000;
	margin-bottom: 2px;
}

h4 {
	font-size: 11px;
	font-weight: bolder;
	margin: 5px;
	text-align: center;
	color #000;
}

h5 {
    padding: 30px 0 0 0;
    overflow: hidden;
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 0px !important;
    height /**/:30px;
    text-align: center;
}

td {
	vertical-align: top;
}

p {
	margin-top: 3px;
	padding: 0px;
}

input, select {
	margin: 3px 2px 1px 0px;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0px;
}

textarea {
	border: 1px solid #ccc;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

th {
	text-align: left;
	font-size: 13px;
}

.red {
	color: #bb1d1d;
}

.red:visited {
	color: #bb1d1d;
}

.grey:visited {
	color: #b2b2b2;
	text-decoration: none;
}

.grey:hover {
	color: #b2b2b2;
	text-decoration: none;
}

.grey {
	color: #b2b2b2;
}

img {
	border: none;
}

.spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.break_swirl {
	height: 20px;
	line-height: 1px;
	padding: 0px;
	background: url('../images/bg_break_swirl.png') center center no-repeat;
	margin: 30px auto 30px auto;
}

.break_dotted {
	height: 16px;
	line-height: 1px;
	padding: 0px;
	background: url('../images/bg_break_dotted.png') center center no-repeat;
	margin: 10px auto 10px auto;
}

.break_dotted_2 {
	height: 10px;
	line-height: 1px;
	padding: 0px;
	border-bottom: 1px dotted #b2b2b2;
	margin: 0px auto 10px auto;
	width: 220px;
}

.break_dotted_small {
	height: 10px;
	line-height: 1px;
	padding: 0px;
	border-bottom: 1px dotted #b2b2b2;
	margin: 0px 0px 10px 0px;
}

.break_dotted_big {
	height: 25px;
	line-height: 1px;
	padding: 0px;
	border-bottom: 1px dotted #b2b2b2;
	margin: 0px 0px 25px 0px;
}

#container {
	width: 990px;
	margin: 10px auto;
	padding: 0px;
}

#container_1 {
	margin: 0px;
	width: 990px;
	position: absolute;
	top: 0px;
}

.row_normal {
	background: #ececec;
}

.row_grey {
	background-color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bold {
	font-weight: bold;
}

table {
	padding: 0px;
	margin: 0px;
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
}

#popup {
	overflow: hidden;
	width: 660px;
	position: absolute;
	z-index: 99999;
}

#popup_handle {
	width: 582px;
	height: 18px;
	padding: 5px 5px 5px 15px;
	margin: 24px auto 0px auto;
	overflow: hidden;
	color: #fff;
}

#popup_handle {
	cursor: move;
}

#popup_header {
	width: 660px;
	height: 55px;
	overflow: hidden;
	background: url('./../images/bg_popup_header.png') top center no-repeat;
	color: #fff;
}

#popup_title {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

#popup_footer {
	width: 660px;
	height: 40px;
	overflow: hidden;
	background: url('./../images/bg_popup_footer.png') bottom center no-repeat;
}

#popup_container {
	overflow: auto;
}

#popup_container_holder {
	overflow: auto;
	padding: 5px 40px 0px 40px;
	width: 580px;
	min-height: 60px;
	background: url('./../images/bg_popup.png') top center repeat-y;
}

#popup_close {
	background: url('./../images/popup_close.png') top center no-repeat;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 12px;
	display: block;
	z-index: 1000000;
}

.scroll_link {
	text-decoration: none;
	padding: 7px;
	border: 1px solid #b4ec8b;
	background-color: #f9f9f9;
	margin: 2px 5px 10px 0px;
	display: block;
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 11px;
}

.scroll_link:hover {
	text-decoration: none;
	border: 1px solid #448c0f;
	color: #448c0f;
}

.scroll_link_holder {
	text-align: center;
	padding-bottom: 30px;
}

.album_link {
	float: right;
	display: block;
	height: 60px;
	width: 120px;
	line-height: 40px;
	background: url('./../images/album_link.gif') top center no-repeat;
	padding-top: 45px;
	font-size: 10px;
	margin: 0px 0px 10px 15px;
	text-align: center;
}

.album_link_small {
	float: right;
	display: block;
	height: 10px;
	width: 120px;
	line-height: 20px;
	background: url('./../images/album_link.gif') top center no-repeat;
	padding-top: 45px;
	font-size: 10px;
	margin: 0px 0px 5px 15px;
	text-align: center;
}

a.thumb_float_l {
	float: left;
	margin: 0px 10px 0px 0px;
	color: #000;
	text-decoration: none;
}

a.thumb_float_l img{
	padding: 0px;
	margin: 6px 5px 5px 5px;
}

a.thumb_float_r {
	float: right;
	margin: 0px 0 0 10px;
	color: #000;
	text-decoration: none;
}

a.thumb_float_r img{
	padding: 0px;
	margin: 6px 5px 5px 5px;
}

.info {
	background: url() center left no-repeat;
	padding-left: 33px;
	padding-top: 5px;
	height: 25px;
	font-size: 10px;
	color: #b2b2b2;
	vertical-align: top;
}

ul.message, ul.error, ul.warning {
   padding: 0px 5px 0px 25px;
   font-size: 11px;
   color: #b2b2b2;
   margin: 0px;
}

ul.message li, ul.error li, ul.warning li {
    display: block;
    margin: 0 0 6px 0;
    padding: 0;
    list-style: none;
}

ul.error {
    background: url('https://secure.skype.com/i/images/icons/error_icon.png') center left no-repeat;
}

ul.warning {
    background: url('https://secure.skype.com/i/images/icons/warning_icon.png') center left no-repeat;
}

ul.message {
    background: url('./../images/bg_info.gif') center left no-repeat;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: disc;
	margin-left: 0px;
	padding: 0px;
}

li {
	margin-top: 2px;
	margin-bottom: 2px;
}

div.user_info_message {
	text-align: center;
	background: url('./../images/notify_icons/info.gif') center left no-repeat;
	padding: 5px 5px 10px 40px;
	width: 400px;
	min-height: 30px;
	margin: 0px auto 10px auto;
	border-bottom: 1px dotted #ccc;
}

div.user_info_message a, div.user_error_message a {
	font-weight: bold;
}

div.user_error_message {
	text-align: center;
	background: url('./../images/notify_icons/error.gif') center left no-repeat;
	padding: 5px 5px 10px 40px;
	width: 400px;
	min-height: 30px;
	margin: 0px auto 10px auto;
	border-bottom: 1px dotted #ccc;
}

.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link:hover {
	background-color: #5b78ad;
	color: #fff;
}

.suggest_box {
      position:absolute;
      width:250px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      color: #000;
      z-index: 99999;
    }
.suggest_box ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
    }
.suggest_box ul li.selected { background-color: #4d8ee7; color: #fff;}
.suggest_box ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
      cursor:pointer;
    }

div.user_info_message {
	text-align: center;
	background: #fff;
	padding: 5px;
	width: 400px;
	margin: 0px auto 0px auto;
	border-bottom: 1px dotted #ccc;
}

div.user_info_message a, div.user_error_message a {
	font-weight: bold;
}

div.user_error_message {
	text-align: center;
	padding: 5px;
	width: 400px;
	margin: 0px auto 0px auto;
	border-bottom: 1px dotted #ccc;
}

ul {
	padding-left: 0px;
	margin-left: 13px;
}

.small {
	font-size: 9px;
}

a.icon_small_add, a.icon_small_delete, a.icon_small_quote, a.icon_small_edit {
	width: 20px;
	height: 20px;
	float: left;
	display: block;
}

a.text_small_add, a.text_small_delete, a.text_small_quote, a.text_small_edit {
	display: block;
	padding: 3px 0px 0px 25px;
	height: 17px;
	text-align: left;
	margin: 0px;
}

.icon_small_add, .text_small_add {
	background: url('./../images/icons/add.gif') top left no-repeat;
}

.icon_small_add:hover, .text_small_add:hover {
	background: url('./../images/icons/add.gif') bottom left no-repeat;
}

.icon_small_add:active, .text_small_add:active {
	background: url('./../images/icons/add.gif') center left no-repeat;
}

a.icon_small_delete, .text_small_delete {
	background: url('./../images/icons/delete.gif') top left no-repeat;
}

a.icon_small_delete:hover, .text_small_delete:hover {
	background: url('./../images/icons/delete.gif') bottom left no-repeat;
}

a.icon_small_delete:active, .text_small_delete:active {
	background: url('./../images/icons/delete.gif') center left no-repeat;
}

a.icon_small_quote, .text_small_quote {
	background: url('./../images/icons/quote.gif') top left no-repeat;
}

a.icon_small_quote:hover, .text_small_quote:hover {
	background: url('./../images/icons/quote.gif') bottom left no-repeat;
}

a.icon_small_quote:active, .text_small_quote:active {
	background: url('./../images/icons/quote.gif') center left no-repeat;
}

a.icon_small_edit, .text_small_edit {
	background: url('./../images/icons/edit.gif') top left no-repeat;
}

a.icon_small_edit:hover, .text_small_edit:hover {
	background: url('./../images/icons/edit.gif') bottom left no-repeat;
}

a.icon_small_edit:active, .text_small_edit:active {
	background: url('./../images/icons/edit.gif') center left no-repeat;
}

a.thumb_float_l {
	float: left;
	margin: 0px 10px 0px 0px;
	color: #000;
	text-decoration: none;
}

a.thumb_float_l img{
	padding: 0px;
	margin: 6px 5px 5px 5px;
}

a.thumb_float_r {
	float: right;
	margin: 0px 0 0 10px;
	color: #000;
	text-decoration: none;
}

a.thumb_float_r img{
	padding: 0px;
	margin: 6px 5px 5px 5px;
}

a.text_foto_thumb {
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
	text-align: center;
}

a.album_foto_thumb {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

a.album_foto_thumb_right {
	width: 80px;
	height: 80px;
	display: block;
	float: right;
	margin: 0px 0px 10px 10px;
	text-align: center;
}

a.album_thumb {
	width: 120px;
	height: 120px;
	margin: 0px 0px 10px 0px;
	display: block;
	text-align: center;
}

div.foto_preview {
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.popup_pretraga_input {
	width: 400px;
	font-size: 10px;
}

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	z-index: 99999;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #808080;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

/* simulates padding-left inside .lv_Data */
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; }

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #b8b8b8;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #efefef;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99998;
}

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.navbarHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

#login_form label {
	width: 100px;
	display: block;
	float: left;
	position: relative;
	top: 4px;
	margin: 0px;
	padding: 0px;
}

.calcontainer {*height:1%;} /* IE */
.calcontainer:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */

.calbordered {
}

.calbordered .title {
	font-size: 8px;
	color:#000;
	margin-bottom:5px;
	height:auto;
}

.title .close-icon {
	position:absolute;
	right:0;
	top:0;
	border:none;
}

.cal2up {
	float:left;
}

.calnavleft, .arrow_1_left {
	margin-right: 10px;
	left:2px;
	background: url('./../images/arrow_1_left.gif') top left no-repeat;
	display: block;
	height: 15px;
	width: 15px;
}

.calnavleft:hover, .arrow_1_left:hover {
	background: url('./../images/arrow_1_left.gif') bottom left no-repeat;
}

.calnavleft:active, .arrow_1_left:active {
	background: url('./../images/arrow_1_left.gif') center left no-repeat;
}

.calnavright, .arrow_1_right {
	margin-left: 10px;
	right:2px;
	background: url('./../images/arrow_1_right.gif') top left no-repeat;
	display: block;
	height: 15px;
	width: 15px;
}

.calnavright:hover, .arrow_1_right:hover {
	background: url('./../images/arrow_1_right.gif') bottom left no-repeat;
}

.calnavright:active, .arrow_1_right:active {
	background: url('./../images/arrow_1_right.gif') center left no-repeat;
}

/* Calendar element styles */

#container1, #container2, #kalendar {
	width: 100%;
}

#kalendar_today_ul {
	text-align: left;
}

#kalendar_today_ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}


#kalendar_dogadjaji_ul {
	text-align: left;
}

#kalendar_dogadjaji_ul li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #b2b2b2;
}

.calendar {
	color:#b2b2b2;
	text-align:center;
	border-spacing:0;
}

td.calcell {
	width:40px;
	height:30px;
	border:1px solid #f3f3f3;
	background-color:#FFF;
	vertical-align: middle;
	padding: 0px;
}

.calendar.wait td.calcell {
	color:#5b78ad;
	background-color:#CCC;
}

.calendar.wait td.calcell a {
	color:#5b78ad;
	font-style:italic;
}

td.calcell a {
	color:#000;
	text-decoration:none;
}


td.calcell.selected a {
	color:#fff;
	text-decoration:none;
}

td.calcell.selected a:visited {
	color:#fff;
}

td.calcell.today {
	border:1px solid #b2b2b2;
	background-color: #b2b2b2;
	color: #fff;
}

td.calcell.today a {
	color:#fff;
	text-decoration:none;
}

td.calcell.today a:visited {
	color:#fff;
	text-decoration:none;
}

td.calcell.oom {
	cursor:default;
	color:#b2b2b2;
	background-color:#fff;
	border:0px solid #ededed;
}

td.calcell.selected {
	color:#fff;
	background-color:#448c0f;
	border:1px solid #448c0f;
}

td.calcell.calcellhover {
	cursor:pointer;
	color:#FFF;
	background-color:#448c0f;
	border:1px solid #448c0f;
}

td.calcell.calcellhover a:visited {
	color:#FFF;
}

/* Added to perform some correction for Opera 8.5
   hover redraw bug */
container1 table:hover {
	background-color:#FFF;
}

container2 table:hover {
	background-color:#FFF;
}

td.calcell.calcellhover a {
	color:#FFF;
}

td.calcell.restricted {
	text-decoration:line-through;
}

td.calcell.previous {
	color:#CCC;
}

td.calcell.highlight1 { background-color:#CCFF99; }
td.calcell.highlight2 { background-color:#99CCFF; }
td.calcell.highlight3 { background-color:#FFCCCC; }
td.calcell.highlight4 { background-color:#CCFF99; }


.calhead {
	vertical-align:middle;
	background-color:#FFF;
}

.calheader {
	text-align: left;
	font-weight: normal;
	font-size: 17px;
	color:#000;
}

.calheader img {
	border:none;
}

.calweekdaycell {
	color:#b2b2b2;
	font-weight:normal;
	background-color: #fff;
	text-align: center;
}

.calfoot {
	background-color:#EEE;
}

.calrowhead, .calrowfoot {
	color: #b2b2b2;
	font-size: 9px;
	font-weight: normal;
}

.calrowhead {
	border-right-width:2px;
}