/* 
Document   : public_layout
Created on : Aug 2, 2009, 9:38:59 PM
Author     : Ondrej Tatliak <ondrej.tatliak at impedia.eu>
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/* @group Margins */

p, ul, ol, dl, address, table, blockquote, pre, fieldset {
    margin-bottom: 1.4286em; /* 20px */
}
p {
    margin: 0.8571em 0 1.4286em 0;
}
form {
    margin-bottom: 1.517em; /* 18px */
}
ul ul, ol ol, ol ul, ul ol {
    margin-bottom: 0;
}
img{
    /*margin:10px;*/
}
/* @end Margins */

/* @group Lists */

.prose ul, ul.bullets, ul.bullets ul {	/* unordered lists more often DON'T require bullets except in extended bits of writing - use the .prose class or apply directly with .bullets */
    list-style-type: disc;
    margin-left: 1.385em; /* 18px */
}
.bullets li {
    margin-top: 0.5em;			/*  8px */
    margin-bottom: 1.25em;		/* 18px */
}

ol {	/* ordered lists usually DO require bullets */
    list-style-type: decimal;
    margin-left: 2.077em; /* 27px */
}

dt {
    font-weight: bold;
    margin-top: 1.385em; /* 18px */
}

/* @end Lists */

/* @group Tables */

table {
    border-bottom: 1px solid #666;
}

caption {
    font-weight: bold;
    padding-bottom: 0.643em; /* 9px */
    font-size:1.077em; /* 14px */
}

thead th {
    border-top: 1px solid #666;
    border-bottom: 3px solid #666;
    padding-top: 0;
    padding-bottom: 0.692em; /* 9px */
}

tbody {
    border-top: 3px solid #666;	/* not rendered in IE6/7 */
}

tbody tr th,
tbody tr td {
    border-top: 1px solid #ddd;
}

th,
td {
    text-align: left;
    padding: 0.385em 0.692em 0.308em 0.692em; /* 5px 9px 4px 9px */
}

/* @end Tables */

.section {
    clear: both;
}
.contents {
    text-align: left;
    width:  960px;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

/* @group Forms */

/* @group Containers */

form .container {
    margin-bottom: 1.385em; /* 18px */
}

/* @group Fieldsets */

fieldset {
    border: 1px solid #ccc;
    padding: 0 1.385em 0.692em 1.385em; /* 9px 18px 0 18px */
}

legend {
    font-weight: bold;
}

form fieldset .container {
    margin-top: 1.385em; /* 18px */
    margin-bottom:0;
    position: relative;
}

/* @end Fieldsets */

/* @end Forms */

/* @group Labels */

label {
    font-weight: bold;
    cursor: pointer;
}

.meta-label {
    font-weight: bold;
    margin-bottom: 0;
}

.multi-container label,
.radio-container label,
.checkbox-container label {
    font-weight: normal;
}

.radio-container label,
.checkbox-container label {
    display: block;
}

.compact label {
    display: inline;
}

/* @end */

/* @group Meta */

form .help {
    display: block;
    color: #777;
    font-style: normal;
    font-size: 0.846em; /* 11px */
}

/* @end Meta */

/* @group Form controls */

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: 1em;
}

textarea,
input[type='text'],
input[type='password'],
select {
    border-width: 1px;
    border-style: solid;
    border-top-color: #999;
    border-left-color: #999;
    border-bottom-color: #ccc;
    border-right-color: #ccc;
    padding: 0 1px 1px 1px;
}

textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus {
    border-color: #888;
    outline: 2px solid #ffffaa;
}

input.short {
    width: 4em;
}

input.medium,
textarea.medium {
    width: 12em;
}

input.long,
textarea.long {
    width: 30em;
}

textarea {
    width: 99%;
    display: block;
}

.button-container input {
    font-weight: bold;
}

.button-container input.cancel {
    font-weight: normal;
}

button {
    border: 0;
    padding: 0;
    cursor: pointer;
    width: auto;
    overflow: visible;
}

button.link {
    background-color: #fff;
    font-weight: normal;
}

/* accessability feature, resize check and radio inputs */
.radio-container input,
.checkbox-container input {
    width: 1em;
    height: 1em;
}

/* @end */

/* @end */

/* @group Flow */

.flow {
    text-align: left;
    width:  960px;
    margin: 0 auto;
    position: relative;
    clear: both;
    overflow: hidden;
}

.flow .contents  {
    width: auto;
    margin: 0 10px 0 10px;
    padding-bottom: 1em;
    position: relative;
    clear: both;
    overflow: hidden;
}
.primary {
    width: 35%;
    /*margin-right: 2.33%;*/
    float: left;
    position: relative;
    overflow: hidden;


}
.secondary {
    width: 65%;
    float: left;
    position:relative;
    overflow: hidden;

}

/* @end */


.datumBox {
    position: relative;
    background: url('/assets/images/dm_datum_bg.gif');
}
.datumCorner { position: absolute;
    width: 10px;
    height: 10px;
    background: url('/assets/images/dm_datum_corners.gif') no-repeat;
    font-size: 0%;
}
.dmBox {
    position: relative;
    background: url('/assets/images/dm_bg.gif');
    width:100%;
}
.dmCorner { position: absolute;
    width: 10px;
    height: 10px;
    background: url('/assets/images/dm_corners.gif') no-repeat;
    font-size: 0%;
}
.dminBox {
    position: relative;
    background: #fff;
    width:83%;
}
.dminCorner { position: absolute;
    width: 10px;
    height: 10px;
    background: url('/assets/images/dm_in_corners.gif') no-repeat;
    font-size: 0%;
}
.addressBox {
    position: relative;
    background: url('/assets/images/denne_header_bg.gif');
}
.addressCorner { position: absolute;
    width: 10px;
    height: 10px;
    background: url('/assets/images/addres_top_bg.gif') no-repeat;
    font-size: 0%;
}

.dm_hederBox {
    position: relative;
    background: url('/assets/images/denne_header_bg.gif');
}
.dm_hederCorner { position: absolute;
    width: 10px;
    height: 10px;
    background: url('/assets/images/addres_top_bg.gif') no-repeat;
    font-size: 0%;
}
.listBox {
    position: relative;
    background: url('/assets/images/dm_bg.gif');
    width:100%;
}
.list_headerBox {
    position: relative;
    margin-right:5px;
    background: url('/assets/images/dm_list_header_bg.gif');
}
.list_headerBox h2{
    color:#fff;
    line-height:0.8;
    font-size: 1em;
}
.listCorner { position: absolute;
    width: 10px;
    height: 10px;
    background: url('/assets/images/dm_list_corners.gif') no-repeat;
    font-size: 0%;
}
.list_headerCorner { position: absolute;
    width: 10px;
    height: 10px;
    background: url('/assets/images/dm_list_heder_corners.gif') no-repeat;
    font-size: 0%;
}

.cornerBoxInner { padding: 10px; }
.TL { top: 0; left: 0; background-position: 0 0; }
.TR { top: 0; right: 0; background-position: -10px 0; }
.BL { bottom: 0; left: 0; background-position: 0 -10px; }
.BR { bottom: 0; right: 0; background-position: -10px -10px; }
.push-right {
    float: right;
    /*display: inline;*/
}
.push-left {
    float: left;
    /*display: inline;*/
}
.clr{
    clear:both;
}
.space{
    margin:0 0 10px 0;
}
.bigspace{
    margin:0 0 50px 0;
}


/* @group Contact */

#contact {
    background: url('/assets/images/header_top_bg.gif') transparent;
    color:  #fff;

}
#contact .cornerBoxInner {
    background: url('/assets/images/header_top_mobil.gif') 10px 2px no-repeat;
}
#contact strong {

    color:  #fff;
    font-size:16px;
    padding-left:27px;

}

#contact a:link,
#contact a:visited,
#contact a:hover,
#contact a:focus,
#contact a:active {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    border: none;
}


/* @end Contact */

/* @group Header */

#header {
    position: relative;
    height:111px;
    background: url('/assets/images/header_bg.gif') repeat-x;
    z-index:5;

}
#header .contents {
    overflow: visible;
}

/* @group Logo */

#logo {
    float: left;
    width: 260px;
    margin-top: 19px;
    display: inline;
}
#logo a:link,
#logo a:visited,
#logo a:hover,
#logo a:focus,
#logo a:active {
    border-bottom: none;
    background-color: transparent;
}
/* @end Logo */

/* @group Navigation */

#nav {
    position: absolute;
    top: 0px;
    right: 0;
    float:right;
    width: 59%;
    list-style: none;
    margin: 22px 0 0 0;
}
#nav li {
    width: 140px;
    height: 100px;
    float: left;
    overflow: visible;
}

#nav li a {
    display: block;
    text-indent: -9999px;
    height: 100px;
    width: 140px;
    background-image: url('/assets/images/menu.png');
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}

/* @group Home */

#nav li.pre_vas a,
#nav li.pre_vas a:link,
#nav li.pre_vas a:visited {
    background-position: 0 -200px;
}
#nav li.pre_vas a:hover,
#nav li.pre_vas a:focus,
#nav li.pre_vas a:active {
    background-position: 0 -100px;
}
.pre_vas #nav li.pre_vas a,
.pre_vas #nav li.pre_vas a:link,
.pre_vas #nav li.pre_vas a:visited,
.pre_vas #nav li.pre_vas a:hover,
.pre_vas #nav li.pre_vas a:focus,
.pre_vas #nav li.pre_vas a:active {
    background-position: 0 0;
}

/* @end */

/* @group Who We Are */

#nav li.ponuka a,
#nav li.ponuka a:link,
#nav li.ponuka a:visited {
    background-position: -140px -200px;
}
#nav li.ponuka a:hover,
#nav li.ponuka a:focus,
#nav li.ponuka a:active {
    background-position: -140px -100px;
}
.ponuka #nav li.ponuka a,
.ponuka #nav li.ponuka a:link,
.ponuka #nav li.ponuka a:visited,
.ponuka #nav li.ponuka a:hover,
.ponuka #nav li.ponuka a:focus,
.ponuka #nav li.ponuka a:active {
    background-position: -140px 0;
}

/* @end */

/* @group What We Do */

#nav li.pre_firmy a,
#nav li.pre_firmy a:link,
#nav li.pre_firmy a:visited {
    background-position: -280px -200px;
}
#nav li.pre_firmy a:hover,
#nav li.pre_firmy a:focus,
#nav li.pre_firmy a:active {
    background-position: -280px -100px;
}
.pre_firmy #nav li.pre_firmy a,
.pre_firmy #nav li.pre_firmy a:link,
.pre_firmy #nav li.pre_firmy a:visited,
.pre_firmy #nav li.pre_firmy a:hover,
.pre_firmy #nav li.pre_firmy a:focus,
.pre_firmy #nav li.pre_firmy a:active {
    background-position: -280px 0;
}

/* @end */


/* @group Work With Us */

#nav li.kontakt a,
#nav li.kontakt a:focus,
#nav li.kontakt a:active {
    background-position: -420px -200px;
}
#nav li.kontakt a:hover,
#nav li.kontakt a:focus,
#nav li.kontakt a:active {
    background-position: -420px -100px;
}
.kontakt #nav li.kontakt a,
.kontakt #nav li.kontakt a:link,
.kontakt #nav li.kontakt a:visited,
.kontakt #nav li.kontakt a:hover,
.kontakt #nav li.kontakt a:focus,
.kontakt #nav li.kontakt a:active {
    background-position: -420px 0px;
}

/* @end */


/* @end Navigation*/

/* @end Header */
/* @group preface */
#preface{
    background: url('/assets/images/preface_bg.gif') left bottom repeat-x;
    /*padding-top:40px;*/
    margin: 0 0 0 0;
    padding:40px 0 0 0;
}
#preface p{
    font-size:1.4em;
    line-height:1.4;
    color:#563f3f;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;

    margin: 0 0 0 0;
}
#preface img{
    margin:20px 10px 20px 20px;

}
#preface h1{
    /*margin:20px 10px 20px 20px;*/

}
#page_content{
    padding-top:40px;
}
/* @end preface */

/* @group dennemenu */
#denemenu_heder {
    background: url('/assets/images/denne_header_under.gif') left top repeat-x;

}
#denemenu_heder .dm_hederBox {
    margin-left:10px;
}
#denemenu_heder h2{
    line-height: 1;
    color: #fff;
    text-transform:uppercase;
}

#dennemenu_next_content_1 h2,
#dennemenu_next_content_2 h2,
#dennemenu_next_content_3 h2,
#dennemenu_next_content_4 h2,
#dennemenu_next_content_5 h2,
#dennemenu_content_1 h2,
#dennemenu_content_2 h2,
#dennemenu_content_3 h2,
#dennemenu_content_4 h2,
#dennemenu_content_5 h2,
#dennemenu_content h2{
    line-height: 1;
    color: #0099cc;
}
#dennemenu_next_content_1 img,
#dennemenu_next_content_2 img,
#dennemenu_next_content_3 img,
#dennemenu_next_content_4 img,
#dennemenu_next_content_5 img,
#dennemenu_content_1 img,
#dennemenu_content_2 img,
#dennemenu_content_3 img,
#dennemenu_content_4 img,
#dennemenu_content_5 img,
#dennemenu_content img{
    margin:35px 0px 20px 0px;
}
#dennemenu_next_content_1 ol,
#dennemenu_next_content_2 ol,
#dennemenu_next_content_3 ol,
#dennemenu_next_content_4 ol,
#dennemenu_next_content_5 ol,
#dennemenu_content_1 ol,
#dennemenu_content_2 ol,
#dennemenu_content_3 ol,
#dennemenu_content_4 ol,
#dennemenu_content_5 ol,
#dennemenu_content ol{
    margin-bottom:0;
    margin-left:2em;
}

#dennemenu_next_content_1 li,
#dennemenu_next_content_2 li,
#dennemenu_next_content_3 li,
#dennemenu_next_content_4 li,
#dennemenu_next_content_5 li,
#dennemenu_content_1 li,
#dennemenu_content_2 li,
#dennemenu_content_3 li,
#dennemenu_content_4 li,
#dennemenu_content_5 li,
#dennemenu_content li{
    font-size:1.5em;
    line-height: 1;
    margin-bottom:0.2em;
}
.pismena {
    list-style-type:upper-alpha;

}
.rimske {
    list-style-type:upper-roman;

}
.hl_jedlo{
    width:90px;
    height:78px;
    background: url('/assets/images/hl_jedlo.gif') no-repeat;
    margin-right: 10px;
}
.polievka{
    width:90px;
    height:78px;
    background: url('/assets/images/polievka.gif') no-repeat;
    margin-right: 10px;
}
.inline{
    display:inline;
}

/* @end dennemenu */

/* @end Tyzden Navigation*/
#tyzden_menu_navig .contents{
    background: url('/assets/images/tyzden_menu_bg.gif') top right no-repeat;
    padding-top:35px;
    margin-top:10px;
}
#tyzden_nav  {
    list-style: none;

}
#tyzden_nav li {
    width: 140px;
    height: 100px;
    float: left;
    overflow: visible;
}

#tyzden_nav li a {
    display: block;
    text-indent: -9999px;
    height: 67px;
    width: 125px;
    background-image: url('/assets/images/tyzden_navig.gif');
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}

/* @group pondelok */

#tyzden_nav li.pondelok a,
#tyzden_nav li.pondelok a:link,
#tyzden_nav li.pondelok a:visited {
    background-position: 0 -67px;
}
#tyzden_nav li.pondelok a:hover,
#tyzden_nav li.pondelok a:focus,
#tyzden_nav li.pondelok a:active {
    background-position: 0 0;
}
.pondelok #tyzden_nav li.pondelok a,
.pondelok #tyzden_nav li.pondelok a:link,
.pondelok #tyzden_nav li.pondelok a:visited,
.pondelok #tyzden_nav li.pondelok a:hover,
.pondelok #tyzden_nav li.pondelok a:focus,
.pondelok #tyzden_nav li.pondelok a:active {
    background-position: 0 0;
}

/* @end */

/* @group utorok */

#tyzden_nav li.utorok a,
#tyzden_nav li.utorok a:link,
#tyzden_nav li.utorok a:visited {
    background-position: -125px -67px;
}
#tyzden_nav li.utorok a:hover,
#tyzden_nav li.utorok a:focus,
#tyzden_nav li.utorok a:active {
    background-position: -125px 0px;
}
.utorok #tyzden_nav li.utorok a,
.utorok #tyzden_nav li.utorok a:link,
.utorok #tyzden_nav li.utorok a:visited,
.utorok #tyzden_nav li.utorok a:hover,
.utorok #tyzden_nav li.utorok a:focus,
.utorok #tyzden_nav li.utorok a:active {
    background-position: -125px 0;
}

/* @end */

/* @group streda */

#tyzden_nav li.streda a,
#tyzden_nav li.streda a:link,
#tyzden_nav li.streda a:visited {
    background-position: -250px -67px;
}
#tyzden_nav li.streda a:hover,
#tyzden_nav li.streda a:focus,
#tyzden_nav li.streda a:active {
    background-position: -250px 0px;
}
.streda #tyzden_nav li.streda a,
.streda #tyzden_nav li.streda a:link,
.streda #tyzden_nav li.streda a:visited,
.streda #tyzden_nav li.streda a:hover,
.streda #tyzden_nav li.streda a:focus,
.streda #tyzden_nav li.streda a:active {
    background-position: -250px 0;
}

/* @end */


/* @group stvrtok */

#tyzden_nav li.stvrtok a,
#tyzden_nav li.stvrtok a:focus,
#tyzden_nav li.stvrtok a:active {
    background-position: -375px -67px;
}
#tyzden_nav li.stvrtok a:hover,
#tyzden_nav li.stvrtok a:focus,
#tyzden_nav li.stvrtok a:active {
    background-position: -375px 0;
}
.stvrtok #tyzden_nav li.stvrtok a,
.stvrtok #tyzden_nav li.stvrtok a:link,
.stvrtok #tyzden_nav li.stvrtok a:visited,
.stvrtok #tyzden_nav li.stvrtok a:hover,
.stvrtok #tyzden_nav li.stvrtok a:focus,
.stvrtok #tyzden_nav li.stvrtok a:active {
    background-position: -375px 0px;
}

/* @end */
/* @group piatok */

#tyzden_nav li.piatok a,
#tyzden_nav li.piatok a:focus,
#tyzden_nav li.piatok a:active {
    background-position: -500px -67px;
}
#tyzden_nav li.piatok a:hover,
#tyzden_nav li.piatok a:focus,
#tyzden_nav li.piatok a:active {
    background-position: -500px 0;
}
.piatok #tyzden_nav li.piatok a,
.piatok #tyzden_nav li.piatok a:link,
.piatok #tyzden_nav li.piatok a:visited,
.piatok #tyzden_nav li.piatok a:hover,
.piatok #tyzden_nav li.piatok a:focus,
.piatok #tyzden_nav li.piatok a:active {
    background-position: -500px 0px;
}

/* @end */
/* @group piatok */
#tyzden_nav li.tyzden a{
    /*text-indent: 0px;

    text-align:center;
    font-size:10px;
    color: #fff;*/
    width:195px;
}
#tyzden_nav li.tyzden a,
#tyzden_nav li.tyzden a:focus,
#tyzden_nav li.tyzden a:active {
    background-position: -625px -67px;
    /*padding:27px 0 0 0;*/
}
#tyzden_nav li.tyzden a:hover,
#tyzden_nav li.tyzden a:focus,
#tyzden_nav li.tyzden a:active {
    background-position: -625px 0;
    /*padding:7px 0 0 0;*/
}
.tyzden #tyzden_nav li.tyzden a,
.tyzden #tyzden_nav li.tyzden a:link,
.tyzden #tyzden_nav li.tyzden a:visited,
.tyzden #tyzden_nav li.tyzden a:hover,
.tyzden #tyzden_nav li.tyzden a:focus,
.tyzden #tyzden_nav li.tyzden a:active {
    background-position: -625px 0px;
    padding:7px 0 0 0;
}

/* @end */

/* @end Tyzden Navigation*/
/* @group footer */
#footer {
    background:#FFF url('/assets/images/footer_bg.gif') left top repeat-x;
    padding-top:20px;
    /*border-top:solid 1px #BA1A1A;*/

}
#footer .primary {
    width: 41.4%;
}
#kontakt_foot {
    display: block;
    text-indent: -9999px;
    height: 200px;
    width: 380px;
    background-image: url('/assets/images/najdete_nas.jpg');
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
}
#footer .secondary {
    width: 58.6%;
}

.specBox {

    background: url('/assets/images/spec_ponuka_bg.gif');
    }.specBox ul{
    margin:0 0 2em 1.2em;
}

.specBox li{
    font-size:1.5em;
    list-style:disc;
    line-height: 1;
    margin:0 0 0.2em 0;
}
.specTop {
    text-indent: -9999px;

    background: url('/assets/images/spec_ponuka_top.gif') top left no-repeat;

}

.specBoxInner { 
    padding: 60px 110px 10px 60px;
    text-indent: 0px;
    background:url('/assets/images/spec_ponuka_bottom.gif')  left bottom no-repeat;

}
#specPonuka {
    position: absolute;
    bottom:5px;
    right:15px;
    width:108px;
    height:108px;

    background: url('/assets/images/spec_ponuka_badge.png') center center no-repeat;
}

/* @group Contact form */

.hasJS #contact-form .flow {
    position: relative;
}
.hasJS #contact-form .hidden {
    display: none;
}
.hasJS #contact-form.active .flow {
    display: block;
}
.hasJS #contact-form .flow .contents {
    position: absolute;
    bottom: 0;
}
#contact-form {
    background-color: #F3FED8;
    color: #fff;
    clear: both;
    overflow: hidden;


}
#contact-form .flow {
    background-color: #F8870D;
    color:  #fff;
    padding: 1px 0;
}
#contact-form .flow .contents {
    margin-left: 0;
    left: 20px;
    width: 90%;
}
#contact-form h2 {
    color: #fff;
    font-size: 3.5714em;		/* 50px */
    line-height: 1;				/* 50px */
    margin-top: 1em;			/* 50px */
    margin-bottom: 1em;			/* 50px */
}
#contact-form .snailmail {
    width: 22.22%;
    float: left;
}
#contact-form .snailmail p {
    margin-right: 20%;
    color: #fdffe1;
    font-size:1em;
}
#contact-form form {
    font-size: 1.2857em;		/* 18px */
    line-height: 1.3889;		/* 25px */
    margin-bottom: 2.7778em;	/* 50px */
}
#contact-form label {
    display:  block;
}
#contact-form label em,#contact-form em{
    color: #BA1A1A;
    background:transparent;
}
#contact-form input{
    width: 90%;
}
#contact-form textarea{
    height: 9em;
}

#contact-form input,
#contact-form textarea{
    margin-bottom: 0.7222em;	/* 13px */
    border:  none;
    border-bottom: 3px solid #fdffe1;
    padding: 0.1667em;			/* 3px */
}

#contact-form fieldset{
    width:  37.5%;
    padding: 0;
    margin: 0;
    border: none;
}

#contact-form fieldset .container{
    /*background-image: url('/img/bg/form-shadow.jpg');*/
    background-repeat: no-repeat;
    /*background-position: 2px bottom;*/
    margin: 0;
    padding: 1px;
}

#contact-form .button-container{
    text-align: right;
    margin: 0;
}
#contact-form .button-container button{
    border: none;
    color: #fff;
    padding:  0.2em 1em;
    margin-right: 2.2%;
    background-color: #84B03D;
}
#contact-form button[type="submit"]{
    margin-right: 2.8%;
}

#contact-form button[type="reset"]{
    background: #BA1A1A;
    color: #fff;
}
#foot p{
    font-size:0.85em;
    text-align:center;
}
/* @end Contact form */

/*@group Sunscribe for Newsletter */
.hasJS #subscribe_form .flow {
    position: relative;
}
.hasJS #subscribe_form .hidden {
    display: none;
}
.hasJS #subscribe_form.active .flow {
    display: block;
}
.hasJS #subscribe_form .flow .contents {
    position: absolute;
    bottom: 0;
}
#subscribe_form {

    color: #fff;
    clear: both;
    overflow: hidden;


}

#subscribe_form .flow {
    background-color: #F8870D;
    color:  #fff;
    padding: 15px 0;
}
#subscribe_form .flow .contents {
    margin-left: 0;
    left: 20px;
    width: 95%;
}
#subscribe_form h2 {
    color: #fff;
    font-size: 2em;		/* 50px */
    line-height: 1;				/* 50px */
    margin-top: 1em;			/* 50px */
    margin-bottom: 1em;			/* 50px */
}

#subscribe_form form {
    font-size: 1.2857em;		/* 18px */
    line-height: 1.3889;		/* 25px */
    margin-bottom: 1em;
}
#subscribe_form label {
    display:  block;
}

#subscribe_form input{
    width: 90%;
}


#subscribe_form input{
    margin-bottom: 0.7222em;	/* 13px */
    border:  none;
    border-bottom: 3px solid #fdffe1;
    padding: 0.1667em;			/* 3px */
}

#subscribe_form fieldset{
    width:  40%;
    padding: 0;
    margin: 0;
    border: none;
}
#subscribe_form .secondary{
    width:  60%;
    padding:  1.3889em 0 0 0;
    margin: 0;
    border: none;
    text-align:justify;
}

#subscribe_form fieldset .container{
    /*background-image: url('/img/bg/form-shadow.jpg');*/
    background-repeat: no-repeat;
    /*background-position: 2px bottom;*/
    margin: 0;
    padding: 1px;
}

#subscribe_form .button-container{
    text-align: right;
    margin: 0;
}
#subscribe_form .button-container button{
    border: none;
    color: #fff;
    padding:  0.2em 1em;
    margin-right: 2.2%;
    background-color: #84B03D;
}
#subscribe_form button[type="submit"]{
    margin-right: 2.8%;
}
#subscribe_form button[type="reset"]{
    background: #BA1A1A;
    color: #fff;
}

.subscribe-link-container{
     margin-bottom:5px;
}
.subscribe-link-container a,
.subscribe-link-container a:link,
.subscribe-link-container a:visited,
.subscribe-link-container a:focus,
.subscribe-link-container a:active {
    display: block;
    text-indent: -9999px;
    height: 35px;
    width: 250px;
    text-decoration: none;
    border:none;
    background:url('/assets/images/newsletter_link.gif') top left no-repeat;
    background-color: transparent;
    color:#C4EAF6;

}
.subscribe-link-container a:hover{
    background-color: transparent;
    background-position:bottom left;
    color:#0099CC;
}
/*@end Sunscribe for Newsletter*/



/* @group Ponuka */

.menu_list a,
.menu_list a:link,
.menu_list a:visited,
.menu_list a:hover,
.menu_list a:focus,
.menu_list a:active {
    background-color: transparent;
    color: #fff;
    border: none;
    text-decoration: none;
    border: none;
    cursor:pointer;
    font-weight:bold;
}
.menu_list a.inactive{
    color: #ffc664;

}
.menu_list dt{
    position:relative;
    background:url(/assets/images/dot.gif) bottom left repeat-x;

}
.menu_list {
    font-size:1.4em;
    font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
.menu_list dd{
    padding-top: 0.5em;
    font-size:.6em;

}
.menu_list dt strong{
    background:#F3FED8;
    font-weight:bold;
    padding:0.1em 0.3em 0.2em 0;
}
.menu_list dt span{
    position:absolute;
    right:0;
    background:#F3FED8;
    padding:0.1em 0 0.2em 0.3em;
}
/**************************************/
/*       Front Flash Status            */
/**************************************/

.status_box {
    padding:5px;
    margin-bottom: 25px;
    margin-top: 5px;
    white-space:normal;
    border:5px solid;
}
.status_box h6 {
    text-align:left;
    font-size:3em;
    font-weight:bold;
    margin: 5px auto 5px 5px;
}
.status_box ul {
    text-align:left;
    margin: 0 0 15px 0;
    padding-left: 30px;
    color: #563f3f;
}
.status_box ul li { list-style:none;font-size:2em; }

.status_box.info h6 { color: #0099CC; /*background: url(../icons/information.png) no-repeat 0px 50%;*/ padding-left: 25px; }
.status_box.info {
    border-color: #0099CC;
    /*background-image:url('../images/status/bg_info.gif');*/
}

.status_box.success h6 { color: #84B03D; /*background: url(../icons/accept.png) no-repeat 0px 50%;*/ padding-left: 25px; }
.status_box.success {
    border-color: #84B03D;
    /*background-image:url('../images/status/bg_success.gif');*/
}
.status_box.warning h6 { color: #F8870D; /*background: url(../icons/error.png) no-repeat 0px 50%;*/ padding-left: 25px; }
.status_box.warning {
    border-color: #F8870D;
    /*background-image:url('../images/status/bg_warning.gif');*/
}
.status_box.error h6 { color: #BA1A1A;/*background: url(../icons/exclamation.png) no-repeat 0px 50%;*/padding-left: 25px; }
.status_box.error {
    border-color: #BA1A1A;
    /*background-image:url('../images/status/bg_error.gif');*/
}
/* end Flash Status */


