html { height: 100%; }

body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #F5FAFE;
    height: 100%;
    scrollbar-base-color: #2E597A; 
    scrollbar-3dlight-color: #8ba4b3; 
    scrollbar-arrow-color: #003366; 
    scrollbar-darkshadow-color: #648293; 
    scrollbar-face-color: #b5cddc; 
    scrollbar-highlight-color: #f0f4f7; 
    scrollbar-shadow-color: #b3c2d1; 
    scrollbar-track-color: #e1f0fb;
}

/* eliminate netscape margins in form tags */
form {
    margin:0px;
    padding:0px;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.clear-border {
    clear: both;
    height: 1px;
    width: 100%;
    overflow: hidden;
    background-color: #99AEC2;
}

.container-tbl {
    margin: 0px;
    padding: 0px 10px 0px 10px
}

.container-tbl-left {
    margin: 0px;
    padding: 0px 0px 0px 10px
}

.container-all {
    margin: 0px;
    padding: 10px
}

#maincolumn {
    display: block;
    width: 500px;
    border: solid 1px #004488
}

.twocolumns {
    float: left;
    width: 240px;
    border: solid 1px #990000;
    padding-right: 20px
}

.spacerSmall{
    height: 10px;
    width: 10px;
}

.spacerBig{
    height: 20px;
}

.tablesubtext
{
	font-size:90%;
}
.spacerExtraLarge{
    background-color: #CCE5F7;
    height: 130px;
}


.sort {
    background-image: url(../images/wohn2/img_estate_sort.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding:0px 0px 0px 14px;
    margin:0px;
}

.sort-up {
    background-image: url(../images/wohn2/img_estate_sort_up.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding:0px 0px 0px 14px;
    margin:0px;
}

.sort-down {
    background-image: url(../images/wohn2/img_estate_sort_down.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding:0px 0px 0px 14px;
    margin:0px;
}


div#wrap {
    height: 100%;
    position:relative
}

    div#main {
        width: 995px;
        height: 100%;
        text-align: left;
        position:relative
    }

        div#header {
            width: 969px;
            height: 62px;
            overflow: hidden;
            background-color: #CCE5F7;
        }

	*html div#header {
	    border-left: 1px solid #B3C2D1;
            border-right: 1px solid #B3C2D1;

	}
	
       /* za skrolanje Firefoxa */
       head:first-child+body #pagetop {
            background-color:#fff;
	    	height:98px;
	    	width:969px;
            border-left: 1px solid #B3C2D1;
            border-right: 1px solid #B3C2D1;
	    	position:fixed;
            z-index:100;
            top:0px
        }
        head:first-child+body #scroll {
            position: relative;
            top: 92px;
        }
        
		/* za skrolanje Opere */
		html>body #pagetop {
			background-color:#fff;
			height:98px;
			width:969px;
			border-left: 1px solid #B3C2D1;
			border-right: 1px solid #B3C2D1;
			position:fixed;
			z-index:100;
			top:0px
		}
		html>body #scroll {
			position: relative;
			top: 92px;
		}

            div#container {
                width: 969px;
                overflow: hidden;
                margin: 0px 0px 5px 0px;
                border-left: 1px solid #B3C2D1;
                border-right: 1px solid #B3C2D1;
                border-bottom: 1px solid #B3C2D1;
                background-color: #FFF;
                position:relative;
            }
            
            div#signature {
                width: 969px;
                overflow: hidden;
                margin: 10px 0px 112px 0px;
                position:relative;
                text-align: center;
                font-size: 65%;
                color: #B3C2D1;
            }

            
/* ------------------------ */
/* allgemein           */
/* ------------------------ */


/* Tools or programmed modules with tabs, see branchSearch.jsp for example */
.tabs {
    width:100%;
    margin: 0px;
    padding: 0px
}

.div-tabs {
    margin: 0px;
    padding: 0px 10px 0px 10px
}


.tabs .sep-active {
    background-color:#8099b3;
    background-image:url(../images/general/spacer.gif);
    border-top:solid 3px #E1F0FB;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #B3C2D1;
    width: 1px
}

.tabs .sep-active img {
    height:90%;
    width:1px;
    border:none;
    margin:0px;
    padding: 0px
}

.tabs .sep-inactive {
    background-color:#E1F0FB;
    background-image:url(../images/general/spacer.gif);
    margin:0px;
    padding:0px;
    border-bottom: 1px solid #B3C2D1;
    width: 1px
}

.tabs .sep-inactive img {
    height:90%;
    width:1px;
    border:none;
    margin:0px;
    padding: 0px
}

.tabs .item-active {
    background-color:#CDE6F8;
    background-image:url(../images/formular/tabs-item-active.gif);
    padding:2px 10px;
    border: 1px solid #B3C2D1
}

.tabs .item-active a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 75%;
    font-weight:bold;
    color:#003366;
    text-decoration:none
}

.tabs .item-active a:link {
    color:#003366;
}

.tabs .item-active a:visited {
    color:#003366;
}

.tabs .item-active a:hover {
    color:#C90000;
}

.tabs .item-active a:active {
    color:#003366;
}

.tabs .item-inactive {
    background-color:#E1F0FB;
    background-image:url(../images/formular/tabs-item-inactive.gif);
    padding:2px 10px;
    border-top: 1px solid #e1f0fb;
    border-right: 1px solid #E1F0FB;
    border-bottom: 1px solid #B3C2D1;
    border-left: 1px solid #E1F0FB
}

.tabs .item-inactive a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight:bold;
    color:#003366;
    text-decoration:none
}

.tabs .item-inactive a:link {
    color:#003366;
}

.tabs .item-inactive a:visited {
    color:#003366;
}

.tabs .item-inactive a:hover {
    color:#900000;
}

.tabs .item-inactive a:active {
    color:#003366;
}

/* error page */
.error-table {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}

.error-table .errorBox {
    width:450px;
    border: 1px solid #99AEC2;
    background-color:#CCE5F7;
}

.error-table .errorBox .header {
    padding:5px 0px 5px 25px;
    text-align:left;
    background-image: url(../images/general/11x11_Hinweis.gif);
    background-repeat: no-repeat;
    background-position: 5px 7px;
}

.error-table .errorBox .content {
    background-color:#E1F0FB;
    padding:15px 10px 15px 25px;
    text-align:left;
    border-top: 1px solid #ffffff;
}

.error-table .errorBox .footer {
    padding:5px 10px 5px 25px;
    border-top: 1px solid #ffffff;
    text-align:left;
}

.error-table .errorBox .action {
    padding:5px 10px 5px 25px;
    text-align:right;
    border-top: 1px solid #ffffff;
}

.b
{
font-weight:bold;
}

li {
	margin-top:3px;
}

a.big-link {
    font-size: 100%;
    text-decoration: none;
    color: /*CSS_GENERATOR.start name="CMN_COLOR_A_CONTENT"*/#036;/*CSS_GENERATOR.end*/
    background-image: url(../images/general/direktklicks_arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 3px;
    padding: 0px 0px 0px 18px;
    margin: 0px 0px 0px 0px;
}

a.big-link:hover {
    background-image: url(../images/general/direktklicks_arrow_on.gif);
    color: #C90000;
}

table.whiteTable td.posebnaPonuda { background: url(../images/dodatniPopust.jpg) 100% 50% no-repeat; padding-right: 30px; height: 30px; }

img.logoLista { margin: 5px 0px 5px 0px; }

img.tvrtkaLogo { float: left; margin: 5px 0px 10px 0px; }
img.tvrtkaBrojRata { float:right;  margin: 5px 0px 10px 0px; }

.slusamoForm { overflow: hidden; color: #003366; }
.slusamoForm label.opis { display: block; float: left; clear: left; width: 160px; height: 24px; line-height: 17px; overflow: hidden; }
.slusamoForm .formField { display: block; float: left; width: 287px; height: 20px; line-height: 13px; border: 1px solid gray; }
.slusamoForm .formDrop { display: block; float: left; width: 287px; height: 20px; line-height: 13px; border: 1px solid gray; }
.slusamoForm .formDrop2 { height: 20px; line-height: 13px; border: 1px solid gray; }
.slusamoForm .boxPolje { width: 650px; height: 200px; line-height: 13px; border: 1px solid gray; }
.slusamoForm .captchaField { width: 80px; height: 20px; line-height: 13px; border: 1px solid gray; }
.slusamoRadio { line-height: 13px; }
