html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    overflow-y: scroll;
}
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #ebf0f7 url(images/body_back.jpg) top repeat-x;
    font-family: Arial, Helvetica, san-serif;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}
a,
a:visited {
    color: #3d5571;
    text-decoration: none;
}
a:hover {
    color: #db8d13;
}

#container {
    min-height: 100%;
    position: relative;
}
#wrapper {
    width: 970px;
    margin: 0px auto;
    padding-bottom: 65px;
}
#header {
    display: block;
    clear: both;
    width: 970px;
    height: 132px;
    margin: 0px auto;
}
#logo {
    display: block;
    width: 314px;
    height: 37px;
    margin: 42px 0px 18px 0px;
    float: left;
}
#navig {
    display: block; /*width: 300px;*/
    height: 20px;
    margin: 58px 0px 0px 0px;
    float: right;
    text-align: right;
}
.home {
    display: inline-block;
    width: 60px;
    height: 20px;
    background: url(images/home.gif) top no-repeat;
    border-right: 1px solid #c3c6c9;
    vertical-align: middle;
}
.home:hover {
    background: url(images/home_hover.gif) top no-repeat;
}
.email {
    display: inline-block;
    width: 60px;
    height: 20px;
    background: url(images/email.gif) top no-repeat;
    border-right: 1px solid #c3c6c9;
    vertical-align: middle;
}
.email:hover {
    background: url(images/email_hover.gif) top no-repeat;
}
.sitemap {
    display: inline-block;
    width: 60px;
    height: 20px;
    background: url(images/sitemap.gif) top no-repeat;
    border-right: 1px solid #c3c6c9;
    margin-right: 20px;
    vertical-align: middle;
}
.sitemap:hover {
    background: url(images/sitemap_hover.gif) top no-repeat;
}
#menu {
    display: block;
    clear: both;
    width: 970px;
    height: 35px;
    margin: 0px auto;
    background: url(images/menu_back.jpg) repeat-x;
    line-height: 34px;
    overflow: hidden;
}
#menu ul {
    margin: 0px;
    padding: 0px;
}
#menu li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background: url(images/menu_divider.jpg) right no-repeat;
}
#menu li a.men,
a.men:visited {
    display: block;
    float: left;
    height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    color: #cfd6df;
}
#menu li a.men:hover {
    color: #fff;
}
#menu li a.active,
a.active:visited {
    display: block;
    float: left;
    height: 35px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff;
    text-decoration: none;
    color: #fff;
}
#mainindex {
    display: block;
    clear: both;
    width: 500px;
    height: 190px;
    margin: 0px auto;
    padding: 110px 240px 0px 230px;
    text-align: left;
}
#main {
    display: block;
    clear: both;
    width: 440px;
    height: 210px;
    margin: 0px auto;
    padding: 90px 60px 0px 470px;
    text-align: left;
}
.intro {
    color: #666666;
    line-height: 22px;
    margin-top: 10px;
    margin-left: 3px;
}
#panels {
    display: block;
    clear: both;
    width: 970px;
    height: 150px;
    margin: 0px auto;
}
#mainshadow {
    display: block;
    clear: both;
    width: 970px;
    height: 40px;
    margin: 0px auto;
    background: url(images/main_shadow.jpg) top left no-repeat;
}
.left {
    float: left;
    margin: 0px;
}
#contentindex {
    display: block;
    clear: both;
    width: 970px;
    min-height: 245px;
    margin: 0px auto;
    text-align: left;
}
#content {
    display: block;
    clear: both;
    width: 970px; /*min-height: 245px;*/
    overflow: auto;
    margin: 0px auto;
    text-align: left;
    background: #ebf0f7 url(images/content_back.jpg) top repeat-x;
}
.text3 {
    display: inline;
    float: left;
    width: 284px;
    margin-left: 30px;
}
.text2 {
    display: inline;
    float: left;
    width: 600px;
    margin-left: 30px;
}
.left1 {
    display: inline;
    float: left;
    width: 270px;
    margin-left: 60px;
}
.left2 {
    display: inline;
    float: left;
    width: 580px;
    margin-left: 60px;
}
.right1 {
    display: inline;
    float: left;
    width: 270px;
    margin-left: 30px;
}
.right2 {
    display: inline;
    float: left;
    width: 580px;
    margin-left: 30px;
}
.top10px {
    margin-top: 10px;
}
.more,
.more:visited {
    display: inline-block;
    font-weight: bold;
    color: #3d5571;
    text-decoration: none;
    padding-left: 13px;
    background: url(images/arrow_blue.gif) 0px 4px no-repeat;
}
.more:hover {
    color: #db8d13;
    background: url(images/arrow_orange.gif) 0px 4px no-repeat;
}
.back,
.back:visited {
    font-weight: bold;
    color: #3d5571;
    text-decoration: none;
    padding-left: 13px;
    background: url(images/back_blue.gif) left no-repeat;
}
.back:hover {
    color: #db8d13;
    background: url(images/back_orange.gif) left no-repeat;
}
#footerspace {
    display: block;
    clear: both;
    width: 970px;
    height: 30px;
    margin: 0px auto;
}
#footer {
    width: 100%;
    height: 50px;
    margin: 0px;
    padding-top: 15px;
    background-color: #f4f7fa;
    font-size: 11px;
    line-height: 20px;
    color: #999;
    border-top: 1px solid #c3c6c9;
    position: absolute;
    bottom: 0px;
}
#footerwrap {
    display: block;
    clear: both;
    width: 970px;
    margin: 0px auto;
}
#footerleft {
    display: block;
    float: left;
    text-align: left;
}
#footerright {
    display: block;
    float: right;
    text-align: right;
}
#footer a.foot,
a.foot:visited {
    padding-left: 10px;
    padding-right: 10px;
    color: #999;
    text-decoration: none;
}
#footer a.foot:hover {
    color: #db8d13;
}

p {
    padding: 0px;
    margin: 5px 0px 0px 0px;
}
h2 {
    color: #3d5571;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}
h3 {
    color: #000;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px;
}
h4 {
    display: block;
    width: 185px;
    padding-bottom: 2px;
    border-bottom: 1px solid #c3c6c9;
    color: #000;
    font-family: Arial, Helvetica;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0px;
}
h5 {
    color: #3d5571;
    font-size: 18px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 15px;
}
ul {
    margin: 5px 0px 0px 0px;
    padding: 0px;
}
li {
    margin-left: 20px;
    padding: 0px;
}

.frame {
    display: block;
    float: left;
    width: 275px;
    margin-top: 30px;
    background: url(images/frame_back.png) top no-repeat;
}

table {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
td {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}
.head {
    border-top: 2px solid #c3c6c9;
    border-bottom: 2px solid #c3c6c9;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}
.row {
    border-bottom: 1px solid #c3c6c9;
    padding-top: 5px;
    padding-bottom: 5px;
}

form table textarea {
    background: #f5f5f5;
    border: #cecece 1px solid;
    width: 350px;
    color: #333333;
    margin: 3px 0px 3px 0px;
    font-size: 12px;
    overflow: auto;
    font-family: Arial, Helvetica, san-serif;
}
form table input {
    background: #f5f5f5;
    border: #cecece 1px solid;
    width: 350px;
    color: #333333;
    margin: 3px 0px 3px 0px;
}
.check {
    border: 0px;
    width: auto;
    background: none;
}
.button {
    display: block;
    clear: both;
    width: 100px;
    height: 25px;
    margin: 10px auto 0px auto;
    background: url(images/btnback.jpg) top repeat-x;
    border: 1px solid #b6b6b6;
    padding: 2px 14px 0px 14px;
    font-size: 11px;
    text-align: center;
    color: #333;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.button:hover {
    background: url(images/btnback_hover.jpg) top repeat-x;
}

.gall {
    float: left;
    width: 116px;
    height: 87px;
    margin-right: 26px;
    margin-bottom: 26px;
}

/*AKCIJE - Polona*/
.columns {
    display: block;
    margin: 0px 0px 0px 40px;
    overflow: auto;
    text-align: left;
}
.columns div {
    float: left;
    width: 190px;
    padding: 10px;
    margin-right: 14px;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    background-color: #fff;
}

/* Facebook link */
.fb_link {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(images/facebook.png) no-repeat;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -3px;
}

/*"blog-akcije-html datum styling - ToTheMoon-Miha Cuznar*/
.datum-output {
    font-size: 18px;
    color: #000000;
    width: 30% !important;
    text-align: center;
    margin: auto !important;
    width: 93.6% !important;
    margin-bottom: 20px !important;
}

/*styling datumov akcije.html posamezni div - ToTheMoon-MihaCuznar*/
.datumi-b {
    text-align: right !important;
}