@import url(./../_main/reset.css);
@import url(./../_main/oim.css);

body
{
/*62.5*/
  font: 76%/1.5 "Trebuchet MS", tahoma, verdana, sans-serif;
  background:#EFCA90;
}


/* GLOBALNE */
select,
input,
textarea
{
  font: 76%/1.0 "Trebuchet MS", tahoma, verdana, sans-serif;
  font-size: 99%;
}
h1{ font-size: 2.2em; font-weight: normal; padding:.5em 0 .5em 0em; font-family:Georgia;}
h2{ font-weight: bold; font-size: 1.6em; line-height: 1.7em; padding:.5em 0em; }
h3{ font-size:1.2em;}
h4{ font-size:1.091em;}


a{color:#3E0101;text-decoration:none;padding:0 .5em;}
a:hover{color:#3E0101;text-decoration:underline;}

/* END GLOBALNE */



#mainmenu {
background:#538BC3 url(images/tbar_bg.png) repeat-x scroll left top;
height:26px;
width:100%;
}


#wrap-body{
  margin:0 auto;
  text-align:center;
  background: url('bg_header.jpg') no-repeat top left;
  width:974px;
}

#nav-top, #header{
    margin:0 auto;
    text-align:left;
    width: 931px;
}
#nav-top{
    text-align:right;
    height:24px;
    line-height:24px;
}
#nav-top a{
    font-weight:bold;
    font-size:1.1em;
    letter-spacing:.05em;
    padding:0 0.4em 0 1em;
    border-left:1px solid #F9EBD6;
}
#nav-top a:first-child{
border:0;
}

#header{
    width: 906px;
    padding:12px;
    padding-bottom:0px;
}
#menu{
    height:145px;
}
#footer{
    width:974px;
    height:113px;
    background: url('bg_footer.jpg') no-repeat top left;
    text-align:right;
}
#footer-box{
    padding:44px 30px 0 0;
}


#content{
    width: 877px;
    padding:0px 25px 12px 25px;
    background-color:#FAE0B7;
    margin-left:23px;
    text-align:left;
/*    background-color:white;*/
}

#flashcontent{
    width:907px;
    height:136px;
    background-color:#3E0101;
}

#lft
{
        float:left;
    width: 25%;

}
#rgt
{
	width: auto;
        margin: 0 0 0 30%;
}



/*A27861*/

#content{
    line-height:1.7em;
    color:#3E0101;
}

#content h1{ font-size: 2em; font-weight: normal; padding:0 0 .5em 0;}
#content h2{ font-weight: bold; font-size: 1.6em; line-height: 1.7em; padding:.5em 0em; }
#content h3{ font-size:1.2em;}
#content h4{ font-size:1.091em;}

#content p{
    margin-bottom:1em;
}
#content  table{
    border:1px solid #eee;
    margin:1em 0;
}
#content  table th{
    font-weight:bold;
    padding:.5em;
    background-color:#fcfcfc;
}
#content  table td{
        border:1px solid #eee;
    padding:.5em;
}
#content  ol{
    list-style-type:decimal;
}
#content  ul{
    list-style-type:disc;
}
#content  ol, #content ul{
    margin-left:2em;
    padding:1em 0;
}
#content  ol li, #content  ul li{
    margin-left:1em;
}
#content pre{
    color:gray;
    padding-left:1em;
}
#content  blockquote{
    border-left:3px solid gray;
    padding:.5em 1em .5em 1em;
    margin-left:2em;
    background-color:#fafafa;
    margin:1em 2em;
}

#content  blockquote:before {
    color:green;
    font-weight:bold;
    content: "Cite: ";
}
#content  blockquote:after {
    content: "end ...";
    color:red;
}
#content  hr{
    margin:0;
    padding:0;
    border:0;
    margin:2em 0 0 0;
    border-top:1px solid #EFCA90;
}
#content  address{
    display:block;
    padding:2em;
}
#content  address:before{
    content: "Address: ";
    clear:both;
    color:red;
}

/*
#content h2{
   counter-reset:kod2;
}
#content  h2:before{
    content: counter(kod) ". " ;
    counter-increment: kod;
    counter-reset:kod2;
    color:red;
}
#content  h3:before{
    content: counter(kod) "." counter(kod2) ". " ;
    counter-increment: kod2;
    color:red;
}
*/


#menu{

}

#content-left{
    width:350px;
    margin-right:20px;
    float:left;
}
#content-right{
    float:left;
    width:500px;
}
.small{
    color:red;
    font-weight:bold;
}
.item{
    border-bottom:1px solid #EDC68A;
    padding-bottom:1em;
    margin-bottom:1em;
}


#img img{
    padding:0 1em 1em 0;
}



.faq-item-header{
    font-weight:bold;
    font-size:1.1em;
    padding:0;
    margin-bottom:.7em;
}


.listBox{
    border:1px solid #EDC68A;
    width:276px;
    height:106px;
    overflow:auto;
    overflow-x:hidden;
}
.listBox a{
    display:block;
    padding:.2em .5em;
    border-bottom:1px solid #F5EEE2;
}
.listBox a.active{
    font-weight:bold
}

#content-faq-path{
    clear:both;
    float:left;
    padding:.5em 0;
    margin-top:1em;
    border-bottom:1px dotted maroon;
}

#content-faq-answer{
    clear:both;
    float:left;
    padding:.5em 2em .5em 0;
}
#content-faq-answer ol li a, #content-faq-popular ol li a{padding:0;}


#footer-copyright{
    margin-top:4em;
    border-top:1px solid #E0BA7C;
    color:#CDA463;
    font-size:.85em;
    margin:5em 2em 1em;
}
#footer-copyright a{
    color:#CDA463;
}
