
/* PAGE LAYOUT DEFINITION */

* {
    font-family: Verdana, Tahoma, Arial, Sans-serif;
}

html, body {
    height: 100%;
    background-color: #0c0c0c;
    margin: 0px;
    padding: 0px;
}

p {
    font-size:11px;
}

#pageBox {
   position:relative;
   min-height:100%;
}

.centerBox {
    position: relative;
    width: 990px;
    left: 50%;
    margin: 0px 0px 0px -495px;
}

#themeBox {
    position: relative;
    background-color: #263549;
    width: 100%;
}

#SupportInfoBox {
    position: absolute;
    top: 55px;
    left: 650px;
    width:285px;
    height: 60px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 11px;
}

a.scURL {
    color: #db812d;
}

#contentBox {
    position: relative;
    width: 100%;
    color: #ffffff;
    padding: 0px;
    padding: 30px 0px 95px 0px;
}

/* NAVIGATION MENU */

#menuBar {
    position: absolute;
    width: 990px;
    left: 50%;
    margin: 0px 0px 0px -495px;
    padding: 0px;
    height: 43px;
    bottom: 0px;
    list-style: none;
    background-repeat: no-repeat;
}

.menuBarBg1 {
    background-image: url("images/menu-bar-01.gif");
}

.menuBarBg2 {
    background-image: url("images/menu-bar-02.gif");
}

.menuBarBg3 {
    background-image: url("images/menu-bar-03.gif");
}

.menuBarBg4 {
    background-image: url("images/menu-bar-04.gif");
}

.menuBarBg5 {
    background-image: url("images/menu-bar-05.gif");
}

li.menuItem {
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    padding: 13px 0px 14px 0px;
    margin: 0px 0px 0px 0px;
    color: #ffffff;
}

a.MenuURL {
    text-decoration: none;
    color: #ffffff;
}

a.MenuURL:visited {
    color: #ffffff;
}

/* FOOTER */

#footerBox {
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 75px;
    background-image: url("images/footer-bg.gif");
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 11px;
    color: #4a4a4a;
}

#FooterLogo {
    position: absolute;
    top: 0px;
    left: -5px;
}

#FooterNavigationBox {
    text-align: center;
    height: 40px;
    padding: 12px 0px 13px 80px;
}

#FooterFAQimg {
    position: relative;
    top: 14px;
    left: 10px;
}

a.FooterURL {
    color: #4a4a4a;    
    text-decoration: none;
}

a.FooterURL:hover {
    color: #f0f0f0;
    text-decoration: none;
}

/* CONTENT STYLE DEFINITIONS */
a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.TitleBlue {
    font-family: Arial;
    font-size: 18px;
    color: #7cb4ff;
}

.TitleOrange {
    font-family: Arial;
    font-size: 18px;
    color: #db812d;
}

.Content-List {
    font-family: Arial;
    font-size: 11px;
    color: #ffffff;
    line-height: 18px;
    font-weight: normal;
    margin: 10px 0px 0px 0px;
}


.List-Plain {
    list-style-image: none;
    list-style-type: none;
    padding: 0px;
}

.List-Blue {
    list-style-image: url("images/bullet-blue.gif");
    list-style-position: outside;
    padding: 0px 0px 0px 20px;
}

.List-Orange {
    list-style-image: url("images/bullet-orange.gif");
    list-style-position: outside;
    padding: 0px 0px 0px 20px;
}

#ColumnLeft {
    position: relative;
    width: 310px;
    padding: 0px 10px 0px 20px;
    float: left;
}

#ColumnCenter {
    position: relative;
    width: 310px;
    padding: 0px 10px 0px 0px;
    float: left;
}

#ColumnRight {
    position: relative;
    width: 283px;
    height: 31px;
    padding: 115px 10px 0px 20px;
    float: left;
    background-image: url("images/ponuka-produktov-button.gif");
    background-repeat: no-repeat;
    font-size: 11px;
}

#ColumnLeftP2 {
    position: relative;
    width: 450px;
    padding: 0px 10px 0px 20px;
    float: left;
}

#ColumnRightP2 {
    position: relative;
    width: 400px;
    padding: 0px 10px 0px 0px;
    float: left;
}

.BlueText {
    color: #7cb4ff;
}

#MapaMini {
    position: relative;
    float: left;
    margin: 0px 20px 0px 0px;
    cursor: pointer;
}

#ColumnRightP3 {
    position: relative;
    width: 300px;
    padding: 39px 10px 0px 0px;
    float: left;
}

#MapBox {
    display: none;
    margin: 15px auto 105px auto;
    width: 800px;
    height: 885px;
    /* background-image: url("images/mapka-na-vratkach-16.jpg"); */
    background-repeat: no-repeat;
    cursor: pointer;
}