/* General styles */
body {
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;

    min-width:600px;    /* Minimum width of layout - remove line if not required */
    /* The min-width property does not work in old versions of Internet Explorer */
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    color: #666666;
    background-image:url('../img/world_bg.png');
    background-repeat:repeat-y;
    background-color: #A1D04A;

}

a {
    color: #A1D04A;
}

a:hover {
    color: #A1D04A;
    text-decoration:none;
}

h1, h2, h3 {

    margin:.8em 0 .2em 0;
    font-size: 11px;
    line-height: 150%;
    color: #A1D04A;
}

p {
    margin:.4em 0 .8em 0;
    padding:0;
}

img {
    /*margin:10px 0 5px;*/
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
}

#header p,
#header h1,
#header h2 {
    padding:.4em 15px 0 15px;
    margin:0;
}
#header {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}
#header {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    background:#eee;
    color:#000;
    text-decoration:none;
    position:relative;
    left:15px;
    line-height:1.3em;
}
#header a:hover {
    background:#369;
    color:#fff;
}
#header a.active,
#header a.active:hover {
    color:#fff;
    background:#000;
    font-weight:bold;
}
#header a span {
    display:block;
}
/* 'widths' sub menu */
#layoutdims {
    clear:both;
    background:#eee;
    border-top:4px solid #000;
    margin:0;
    padding:6px 15px !important;
    text-align:right;
}

#mainContainer {

    position: absolute;
    top: 10px;
    width:100%;

}

/* column container */
.colmask {
    position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
    overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
    /*background: #A1D04A;*/
}
.leftmenu .colright {
    float:left;
    width:200%;
    position:relative;
    left:225px;
    /*background:#ccc;*/
}

.leftmenu .col1wrap {
    float:right;
    width:50%;
    position:relative;
    right:175px;
    padding-bottom:1em;
}
.leftmenu .col1 {
    margin:0 15px 0 215px;
    position:relative;
    right:100%;
    overflow:hidden;
    
}
.leftmenu .col3 {
    margin:0 15px 0 215px;
    position:relative;
    right:100%;
    overflow:hidden;
}
.leftmenu .col2 {
    float:left;
    width:200px;
    position:relative;
    right:200px;
    text-align:left;
    color: #A1D04A;
}
.leftmenu .col3 {
    float:left;
    width:350px;
    position:relative;
    left:75px;
    text-align:left;
}
/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
}

#footer p {
    padding:10px;
    margin:0;
}

/* forme */

label {  
    float: left;  
    width: 20em;  
    margin-right: 1em;  
    text-align: left;
}

label strong {
    display: block;  
    color: #444444;  
    font-size: 85%;  
    font-weight: normal;  
    text-transform: uppercase;
}

fieldset {  
    float: left;  
    clear: both;  
    width: 95%;  
    margin: 1em 0 1.5em 0;  
    padding: 0;  
    border: 1px solid #636466;
    color: #000000;
    /*background-color: #F0F0F0;
    background-image: url(../img/common/fieldset_gradient.jpg);  
    background-repeat: repeat-x;*/
}

fieldset.submit {  
    float: none;  
    width: auto;  
    border-style: none;  
    padding-left: 22em;  
    background-color: transparent;  
    background-image: none;
}

legend {	  
    margin-left: 1em;    
    font-weight: bold;
    text-align: left;
}

fieldset ol {
    padding: 1em 1em 0 1em;  
    list-style: none;
}

fieldset li {
    padding-bottom: 1em;
    float: left;  
    clear: left;  
    width: 100%;   	
}

fieldset fieldset {  
    margin-bottom: -2.5em;  
    border-style: none;  
    background-color: transparent;  
    background-image: none;
}

fieldset fieldset legend {  
    margin-left: 0;  
    font-weight: normal;
    text-align: left;
}

fieldset fieldset ol {  
    position: relative;  
    top: -1.5em;  
    margin: 0 0 0 21em;  
    padding: 0;
}

fieldset fieldset label {  
    float: none;  
    width: auto;  
    margin-right: auto;
}

fieldset fieldset legend strong {
    display: block;  
    color: #CC0000;  
    font-size: 85%;  
    font-weight: normal;  
    text-transform: uppercase;
}


.checkbox {

    width: 15px;
    height: 15px;
    border: 1px solid #999999;
    padding: 3px;
    -moz-border-radius: 3px;
}

.small_input {
    font-family: Arial, Helvetica, Sans-serif;
    font-size:	12px;
    text-align: center;
    border: 1px solid #999999;
    padding: 3px;
    width: 75px;
    -moz-border-radius: 3px;
}

.oib_input {
    font-family: Arial, Helvetica, Sans-serif;
    font-size:	12px;
    border: 1px solid #999999;
    padding: 3px;
    width: 120px;
    -moz-border-radius: 3px;
}

.middle_input {
    font-family: Arial, Helvetica, Sans-serif;
    font-size:	12px;
    border: 1px solid #999999;
    padding: 3px;
    width: 250px;
    -moz-border-radius: 3px;
}

.input_helper_btn {
    font-family: Arial, Helvetica, Sans-serif;
    font-size:	12px;
    border: 1px solid #999999;
    margin-left: 5px;
    padding: 2px 5px;
    -moz-border-radius: 3px;
}

.functions_link_img {

    width: 16px;
    height: 16px;
    border: 0;
    margin: 2px 5px 2px 5px;

}

hr {

    width: 100%;
    height: 1px;

}

.kalendarNaslov {

    width: 650px;
    font-size: 26px;
    text-align: center;
    font-weight: bold;

}


.kalendarPodnaslov {

    width: 650px;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

}

.mali_podnaslov {

    font-size: 12px;    

}

.pobrinite_se {

    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;

}

.top_space {

    padding-top: 1px;

}

.bold_text {

    font-weight: bold;

}    


.border_bottom {

    border-bottom: 1px solid #444444;

}

.border_top {

    border-top: 1px solid #444444;

}

.narandzasto {

    color: #F78C19;

}

.crno {

    color: #000000;

}

.cijena_stolni {

    font-size: 14px;
    width: 650px;
    text-align:center;

}

.cijena_zidni {

    font-size: 14px;
    text-align: center;

}

.narudzbaNaslov {

    margin: 15px 0px 0px 10px;
    font-size: 26px;
    text-align: left;
    font-weight: bold;
    color: #000000;

}

.sadrzaj_container {

    width: 650px;

}

.superior_sadrzaj {

    margin: 15px 0px 0px 10px;
    font-size: 18px;
    text-align: left;
    line-height: 150%;

}

.superior_linkovi {

    font-size: 14px;
    line-height: 150%;

}

.superior_linkovi ul {

    margin-left: -15px;

}

.awbtn {
    background: #222 url(/img/common/buttons/alert-overlay.png) repeat-x;
    background-color: #636466;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #ffffff;
    font-size: 13px;
    padding: 8px 14px 9px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25); 
    position: relative;
    cursor: pointer;
}

.large.awbtn {
    font-size: 28px;
    padding: 12px 16px 12px;
}

.leftmenu .col3 .button1 {
    float:left;
    position:relative;
    left:0px;
}

.leftmenu .col3 .button2 {
    float:left;
    position:relative;
    left:10px;
}


