/* some defaults */
html, body {
    margin: 0px 0px 6px 0px;
    font-family: Arial;
    font-size: 12pt;
    color: #ebebeb;
    background-color: #363636;
}

/* headings */
.heading {
	border: 1px solid #595959;
	background: url(/images/misc/title_bg.gif) repeat;
	padding: 0px 0px;
	margin-bottom: 2px;
}
.heading div {
    margin: 15px 0px 10px 10px;
}
.heading div a {
    font-weight: bold;
    color: #ebebeb;
}
h1 {
    font-weight: bold;
	font-size: 12pt;
	font-family: Arial;
	padding-left: 25px;
	margin: 15px 0px 10px 10px;
}
h1.about {
	background: url(/images/misc/icon_info.gif) no-repeat;
	color: #ffffff;
}
h1.search {
    background: url(/images/misc/icon_search.gif) no-repeat;
	color: #ffffff;
}
h1.izdvojeno {
	background: url(/images/misc/icon_usklicnik.gif) no-repeat;
	color: #d91a20;
}
h1.objects {
	background: url(/images/misc/icon_object.gif) no-repeat;
	color: #ffffff;
}

h1.top {
	display: none;
}

/* links */
a {
    font-weight: bold;
    font-size: 10px
    font-family: Arial;
    color: #d91a20;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a.white {
    font-weight: normal;
    font-size: 10px
    font-family: Arial;
    color: #ffffff;
    text-decoration: none;
}
a.white:hover {
    text-decoration: underline;
}

/* forms */
form {
    margin: 0;
    padding: 0;
}
input.submit {
    font: normal 10px Arial;
    color: #d91a20;
    border: 1px solid #595959;
    background-color: #363636;
    margin-top: 3px;
    padding-top: 3px;
    cursor: hand;
    cursor: pointer;
}
input.input-search, select.input-search {
    border: 1px solid #595959;
    font: normal 8pt Arial;
    color: #ebebeb;
    width: 220px;
    background: url(/images/misc/search_bg.gif) no-repeat;
    background-position: 1px 1px;
    background-color: #464646;
    padding-bottom: 1px;
    padding-left: 7px;
}
label.kontakt {
    text-align: right;
    width: 130px;
    padding-right: 10px;
    float: left;
    color: #fff;
}
input.kontakt {
    border: 1px solid #595959;
    font: normal 8pt Arial;
    color: #ebebeb;
    width: 220px;
    background: url(/images/misc/search_bg.gif) no-repeat;
    background-position: 1px 1px;
    background-color: #464646;
    padding-bottom: 1px;
    padding-left: 7px;
}
select.kontakt {
    border: 1px solid #595959;
    font: normal 8pt Arial;
    color: #ebebeb;
    background-color: #464646;
    width: 230px;
}
textarea.kontakt {
    border: 1px solid #595959;
    font: normal 8pt Arial;
    color: #ebebeb;
    width: 220px;
    height: 100px;
    background: url(/images/misc/search_bg.gif) repeat-y;
    background-position: 1px 1px;
    padding: 0px 0px 1px 7px;
    background-color: #464646;
    /* overflow: hidden; */
    /* FIXME!!!: why doesn't padding work in opera? */
    /* FIXME!!!: scrollbars in IE and opera - can we hide them and show them only if needed? */
}
/* definition lists (errors an dconfirmations for now) */
dl.error {
    border: 1px solid #656565;
    background-color: #2e2e2e;
    color: #f00;
    padding: 5px;
    margin: 10px 0px;
}
dt.error {
    color: #ebebeb;
    font-weight: bold;
    margin-bottom: 0.5em;
}
dd {
    margin-bottom: 10px;
    margin-left: 0px;
    font-weight: normal;
    color: #ebebeb;
}
dd.error {
    margin-bottom: 0px;
    margin-left: 2em;
    font-weight: bold;
    color: #d91a20;
}


/* MAIN MENU */
ul.custom {
    list-style-type: square;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px;
	font-family: Verdana;
    font-size: 12px;
}
ul.submenu {
    background-color: #3d3d3d;
    border: 1px solid #656565;
    margin: 0;
    padding: 0;
	list-style: none;
}
ul.menu li {
	position: relative;
}
li ul.submenu {
	position: absolute;
	left: 220px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}
/* Styles for Menu Items */
ul.menu li a {
    font-size: 10px;
    font-weight: normal;
    color: #c2c2c2;
    text-decoration: none;
    padding: 5px 0px;
    padding-left: 8px;
    background: url(/images/menu/submenu_trokutic.gif) no-repeat;
    background-position: right bottom;
    background-color: #666666;
    border-style: none;
    margin: 1px 0px 0px 7px;
    display: block;
}
ul.menu li.menu-item a {
    font-size: 12px;
    font-weight: bold;
    color: #ebebeb;
    padding: 3px 0px;
    padding-left: 20px;
    margin: 0;
    background: url(/images/menu/trokutic.gif) no-repeat;
    background-position: 9px 8px;
    background-color: #808080;
    border-style: none none solid none;
    border-color: #6d6d6d;
    border-width: 1px;
    display: block;
}
ul.menu li.menu-item a:hover {
    text-decoration: none;
}
ul.menu li.menu-item-active a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 0px 5px 0px;
    padding-left: 20px;
    margin: 0; /* reset the margin */
    margin-bottom: -1px;
    background: url(/images/menu/trokutic_active.gif) no-repeat;
    background-position: 9px 9px;
    background-color: #2e2e2e;
    border-style: solid none;
    border-color: #4a4a4a;
    border-width: 1px;
    display: block;
}
ul.menu li.menu-item-active a:hover {
    text-decoration: none;
    background: url(/images/menu/trokutic_active.gif) no-repeat;
    background-position: 9px 9px;
    background-color: #2e2e2e;
}

ul.menu li.menu-item-expanded {
    font-weight: bold;
    padding: 3px 0px;
    padding-left: 20px;
    margin-top: 1px;
    background: url(/images/menu/trokutic_expanded.gif) no-repeat;
    background-position: 8px 8px;
    background-color: #808080;
    border-style: none none solid none;
    border-color: #6d6d6d;
    border-width: 1px;
    display: block;
}
ul.menu li.menu-item-expanded-active {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 4px 0px 5px 0px;
    margin: 0; /* reset the margin */
    margin-bottom: -1px;
    padding-left: 20px;
    background: url(/images/menu/trokutic_active_down.gif) no-repeat;
    background-position: 9px 10px;
    background-color: #2e2e2e;
    border-style: solid none;
    border-color: #4a4a4a;
    border-width: 1px;
    display: block;
}
ul.menu li.menu-item-expanded-active a:hover {
    text-decoration: none;
    background: url(/images/menu/trokutic_active_down.gif) no-repeat;
    background-position: 9px 9px;
    background-color: #2e2e2e;
}
/* Fix IE. Hide from IE Mac \*/
* html ul.menu li { float: left; height: 1%; }
* html ul.menu li.menu-item-expanded { float: none; }
* html ul.menu li.menu-item-expanded-active { float: none; }
* html ul.menu li a { height: 1%; }
* html ul.menu li ul.submenu li { height: 1%; }
* html ul.menu li ul.submenu li a { height: 1%; }
/* End */
/* Hover Styles */
ul.menu li a:hover {
    color: #ffffff;
    background-color: #a6a6a6;
    text-decoration: none;
}
ul.menu li a span {
    padding-right: 6px;
    font-weight: bold;
    font-size: 11px;
}
ul.menu li a:hover span {
    color: #d91a20;
}
 /* Sub Menu Styles */
li ul.submenu li a {
    margin: 0px;
    background: none;
    border-style: none none solid none;
    border-color: #464646;
    border-width: 1px;
    display: block;
}
li:hover ul.submenu { 
    position: absolute;
	left: 220px; /* Set 1px less than menu width */
	top: 0;
    display: block; 
    width: 100px; } /* The magic */
li.over ul.submenu { 
    display: block; padding: 0; width: 100px; 
    } /* The magic for IE */


/* boxes */
.mainbox {
	background-color: #464646;
	font-size: 8pt;
	font-family: Arial;
	color: #ebebeb;
}
.contentcontainer {
    background-color: #464646;
	font-size: 8pt;
	font-family: Arial;
	color: #ebebeb;
	margin-left: 10px;
    padding: 2px;
}
.contentbox {
    border: 1px solid #595959;
    background-color: #363636;
    padding: 10px;
    margin-bottom: 2px;
}
.address, .searchbox {
    border: 1px solid #595959;
    background-color: #363636;
    margin: -1px 0px 0px 0px;
    padding: 10px 5px 10px 18px;
    font-family: Verdana;
    font-style: normal;
    font-size: 10px;
    color: #ffffff;
    display: block;
}
.address div {
    margin: 10px 0px;
}

.menu-item-extra {
    border: 1px solid #595959;
    background-color: #363636;
    padding: 1px;
    margin: 1px 0px 0px 0px;
}
.contentlightbox {
    border: 1px solid #595959;
    background-color: #464646;
}
.gallerybox {
    border-style: none solid solid solid;
    border-width: 2px;
    border-color: #464646;
    background-color: #464646;
}

/* imagebox */
.imagebox {
    border: 1px solid #595959;
    background-color: #363636;
    padding: 2px;
    margin: 5px;
}
.imagebox img {
    display: block;
}
.imagebox .label {
    color: #acacac;
    font-size: 10px;
    font-family: Arial;
}
.imagebox .object-details {
    margin: 10px 0px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 10px;
}
.imagebox .object-more, .object-more {
    float: right;
    padding-right: 8px;
}

.label {
    color: #acacac;
    font-size: 10px;
    font-family: Arial;
}
.label-large {
    color: #acacac;
    font-size: 10px;
    font-family: Arial;
    background-color: #464646;
    padding: 3px 3px 3px 10px;
    clear: both;
}
.label-large-details {
    padding: 7px 10px 7px 10px;
    background-color: #363636;
    color: #fff;
}
.object-details .label {
    margin-bottom: 10px;
}
.object-details .label span {
    font-size: 10px;
    color: #fff;
}

/* misc stuff */
hr, .hr {
    border: none;
    height: 1px;
    color: #d9d9d9;
    background-color: #d9d9d9;
    width: 100%;
}


/* footer stuff */
.footerbox {
    background-color: #464646;
	padding: 2px;
	margin-left: 10px;
}
.footerbox div {
    border: 1px solid #595959;
	background-color: #464646;
	font-size: 8pt;
	font-family: Arial;
	color: #ebebeb;
	padding: 10px;
}
.footer {
    font: normal 10px Verdana;
}