/* normalizacija */

html, body, p, img, form, ul, ol, table, h1, h2, h3 {
    padding: 0;
    margin: 0;
    border: none;
}

input {
    padding-left: 4px;
    padding-right: 4px;
}

th, td {
    text-align: left;
}

embed {
    display: block;
}


/* default vrednosti */

body {
    font-size: 0.7em;
    background-color: #d8dadb;
}

body, select, input {
    font-family: verdana;
    color: #313131;
}



/* header */

.headerbar {
    background: url('../img/header_background.png') repeat-x;
}

.headerbar img {
    margin-top: 17px;
    margin-bottom: 18px;
}


/* navigator */

.navbar {
    background: url('../img/subheader_background.png') repeat-x;
    height: 145px;
}

#navcontainer {
    background: url('../img/nav_top.png') no-repeat;
    width: 245px;
    padding-top: 18px;
}

#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

#navcontainer a {
    display: block;
    position: relative;
    /* min-height za IE */
    height: 16px;
    padding-left: 45px;
    padding-top: 10px;
    padding-bottom: 11px;
    color: #ffffff;
    font-size: 1.12em;
    font-weight: bold;
    text-decoration: none;
}

html>body #navcontainer a {
    /* min-height za non-IE */
    height: auto;
    min-height: 16px;;
}

#navcontainer a .bullet {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 10px;
    height: 11px;
    background: url('../img/bullet.png') no-repeat;
    left: 21px;
    top: 11px;
}

#navcontainer a:link, #navcontainer a:visited {
    background: url('../img/nav_button_background.gif') repeat-x #ea0000;
    border-top: 1px solid #e08080;
    border-bottom: 1px solid #b01010;
}

#navcontainer a:hover {
    background: url('../img/nav_button_background_hot.gif') repeat-x #b9cada;
    border-top: 1px solid #abc1d7;
    border-bottom: 1px solid #7d94ab;
}


/* language bar */

.langbar {
    border-bottom: 1px solid #979797;
    padding-bottom: 11px;
}

.langbarstrike {
    background: url('../img/langbar_spacer.gif') repeat-x center left;
}

.langbar #langlinks {
    color: #9a9a9a;
}

.langbar #langlinks a {
    text-decoration: none;
    color: #e50000;
}

.langbar #langlinks a:hover {
    text-decoration: underline;
}

.langbar .ico, .langbar #langlinks {
    background: #d8dadb;
}

.langbar .ico {
    padding-right: 12px;
    padding-left: 12px;
}

.langbar #langlinks {
    padding-right: 12px;
    padding-left: 23px;
}

.gap {
    height: 2px;
}

.separator {
    background: #E50000;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
}


/* srednji del */

#content {
    background: url('../img/content_shadow.png') repeat-y top right;
    width: 999px;
}


/* footer */

#footer {
    background: #E50000;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    font-size: 0.9em;
    padding: 4px 0 4px 0;
}

#footer p {
    margin 0;
    padding 0;
    width: 988px;
    text-align: center;
}



/* prva stran */

#callus {
    margin: 18px 36px 0 36px;
/*background: green;*/
}

#callus p {
    color: #4f4f4f;
    font-size: 1.15em;
    line-height: 1.3em;
    margin-top:17px;
    margin-bottom: 12px;
}

#callus p:first-line {
    color:#ce0000;
}


/* za partnerje */

#partnerji {
    width: 100%;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    background: #ededed;
}

#partnerji select, #partnerji input {
    font-size: 0.75em;
    color: #666666;
}


/* primeri storitev */

#storitve {
    background: #ededed;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    padding-left: 6px;
    width: 375px;
}

#storitve table {
    font-size: 0.9em;
}

#storitve td {
    /*width: 130px;*/
    padding: 0 8px 0 8px;
}

.storitve_caption {
    color: #bf0000;
    font-weight: bold;
    margin: 1px 0 6px 0;
}

.storitve_desc {
    color: #444444;
    margin-bottom: 8px;
    margin-left: 135px;
}



/* podstran */

#subpage_left, #subpage_right {
    padding-right: 18px;
}

#subpage_right {
    padding-bottom: 1.5em;
    width: 100%;
}

/* linki v podstraneh */

#subpage_right a:link {
    color: #ce0000;
    text-decoration: none;
}

#subpage_right a:visited {
    color: #996666;
    text-decoration: none;
}

#subpage_right a:hover {
    text-decoration: underline;
}


/* naslovi podstrani */

#subpage_right h1 {
    color: #6d6d6d;
    font-size: 1.3em;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 1.5em;
}

#subpage_right h2 {
    color: #6d6d6d;
    font-size: 1.1em;
    font-weight: normal;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

#subpage_right h3 {
    line-height: 1.6em;
    margin: 0.5em 0 0.5em 0;
    font-weight: bold;

    color: #6d6d6d;
    font-size: 1em;
    /*margin-top: 1.5em;
    margin-bottom: 0.8em;*/
}


/* ostalo na podstraneh */

#subpage_right p {
    line-height: 1.6em;
    margin: 0.5em 0 0.5em 0;
}

#subpage_right p.numbered {
    text-indent: -2em;
    margin-left: 2em;
}

#subpage_right ul {
    line-height: 1.6em;
    margin: 0.5em 0 0.5em 0;
    list-style-position: inside;
}

#subpage_right form {
    line-height: 1.6em;
    margin: 0.5em 0 0.5em 0;
}

#subpage_right table {
    line-height: 1.6em;
    margin: 0.5em 0 0.5em 0;
    border-collapse: collapse;
}



/* sledenje */

.sledenjeForm {
    margin-top: 2em;
}

table.tabbedlist td {
  padding-right: 1em;
  vertical-align: top;
  border: none;
}

table.tracktable th, table.tracktable td {
  padding-right: 0.5em;
  padding-left: 0.5em;
  /*border: 1px solid black;*/
}

table.tracktable th {
    background-color: #666666;
    color: #cccccc;
}

table.tracktable .alter {
    background-color: #999999;
    color: #d8dadb;
}



/* cenik */

/*table.cenik {
}

table.cenik td, table.cenik th {
    text-align: center;
    border: 0.1em solid #666666;
    padding: 0.2em 0.5em;
}*/



/* kalkulator */

#kalkulator {
    width: 245px;
    float: left;
    font-size: 1.12em;
    color: #ffffff;
}

#kalkulator_top {
    width: 205px;
    background-color: #AFBED4;
    padding: 0 18px 0 18px;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
}

#kalkulator_bottom {
    height: 10px;
    background: url('../img/kalkulator_bottom.png');
    overflow: hidden;
}

#kalkulator table {
    margin-bottom: 7px;
}

#kalkulator p {
    margin: 2px 0 0 18px;
}

#kalkulator td, #kalkulator th {
    padding-bottom: 7px;
}

#kalkulator th {
    padding-top: 7px;
    font-weight: normal;
}

#kalkulator select, #kalkulator input {
    font-size: 0.75em;
    color: #666666;
}

#kalkulator select, #kalkulator input{
    width: 205px;
}

#kalkulator input.text {
    width: 193px;
}

/*.povprasevanjeForm label {
    display: block;
    float: left;
    margin-right: 0.5em;
    width: 12em;
    text-align: right;
}

.povprasevanjeForm br {
    clear: both;
}

.povprasevanjeForm div.rg {
    margin-left: 12em;
}
.povprasevanjeForm .rb_label {
    margin-left:2px;
    top: -1px;
    position:relative;
}
.povprasevanjeForm div.rg label {
    display: inline;
    float: none;
    margin-right: 0.5em;
    width: 12em;
    text-align: left;
}*/

.povprasevanjeForm td {
    padding-bottom: 0.3em;
    vertical-align: top;
}

td.left {
    text-align: right;
    padding-right: 0.1em;
    width: 12em;
}

td.right {
    text-align: left;
    padding-left: 0.1em;
}

.povprasevanjeForm .rb_label {
    position: relative;
    top: -2px;
}
