﻿/*
-----------------------------------------------
Default Theme
-----------------------------------------------
-----------------------------------------------
*/

body 
{
    margin: 0;
    padding: 0;
    background-image: url(body_bg.png);
    background-repeat: repeat-x;
    background-color: rgb(255,255,255);
    font-family: Arial, Sans-Serif;
    font-size: 0.8em;
    color: rgb(32,32,32);
}

h1 
{
    font-size: 140%;
    padding-left: 25px;
    font-weight: lighter;
    background-image: url(odrazka-h1.gif);
    background-repeat: no-repeat;
    background-position: left center;
    color: rgb(58,115,184);
}

h2 
{
    font-size: 110%;
    /*padding-left: 30px;*/
    color: rgb(58,115,184);
}

h2.AssortmentTitle 
{
    padding: 5px 0 10px;
    font-size: 85%;
    background-image: url(H2Bg.gif);
    background-repeat: repeat-x;
    border-top: solid 1px rgb(58,115,184);
    margin: 0;
}

h3 
{
    font-size: 100%;
    font-weight: bold;
}

h3.HyperLink 
{
    font-weight: normal;
    font-size: 85%;
    margin: 0;
}


span.HelpSpan 
{
    font-size: 85%;
}

p 
{
    line-height: 160%;
}

a 
{
    color: rgb(58,115,184);
}

a:hover
{
    color: rgb(221,55,72);
}

ul
{
    line-height: 160%;
}

div.Iso 
{
    background-image: url(Iso9001.gif);
    background-repeat: no-repeat;
    background-position: 75% 40%;
}

div.FirmaDefaultText 
{
    background-image: url(FirmaDefaultBg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

div.FirmaHlavniOboryText 
{
    background-image: url(HlavniOboryBg.jpg);
    background-repeat: no-repeat;
    background-position: center 20%;
}

div.FirmaReferenceText 
{
    background-image: url(ReferenceBg.jpg);
    background-repeat: no-repeat;
    background-position: center 20%;
}

div.LinkPanel
{
    padding: 10px 0;
    text-align: center;
}


/*
-----------------------------------------------
CoverPanel
-----------------------------------------------
*/

div.CoverPanel 
{
    width: 100%;
    background-image: url(CoverBg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}


/*
-----------------------------------------------
PagePanel
-----------------------------------------------
*/

div.PagePanel 
{
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding-top: 202px;
}


/*
-----------------------------------------------
BodyPanel
-----------------------------------------------
*/

div.BodyPanel 
{
    width: 100%;
    background-image: url(BodyRightPanelBg.gif);
    background-repeat: repeat-y;
    background-position: 220px 0;
}


/*
-----------------------------------------------
BodyRightPanel
-----------------------------------------------
*/

div.BodyRightPanel 
{
    width: 630px;
    padding: 20px 70px 10px 30px;
    float: right;
}

/*
---------------------------------------------------------
BreakingNews
---------------------------------------------------------
*/

div.BreakingNewsPanel 
{
    width: 230px;
    padding-top: 55px;
    background-image: url(VerticalMenuBg.gif);
    background-repeat: no-repeat;
    background-position: 0 25px;
}

div.BreakingNewsBodyPanel 
{
    width: 190px;
    padding: 0 10px 0 30px;
    background-image: url(VerticalMenuBodyBg.gif);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}


div.BreakingNewsFooterPanel 
{
    width: 100%;
    height: 30px;
    background-image: url(VerticalMenuFooterBg.gif);
    background-repeat: no-repeat;
}

span.BreakingNewsLabel 
{
    display: block;
    font-weight: bold;
    font-size: 85%;
    margin-bottom: 10px;
}

a.BreakingNewsTitle 
{
    display: block;
    font-size: 85%;
    margin-bottom: 10px;
    padding-left: 10px;
    color: #000000;
    text-decoration: underline;
    background-image: url(VerticalMenuItemBullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

a.BreakingNewsTitle:hover 
{
    color: rgb(221,55,72);
}

div.BreakingNewsAllPanel
{
    text-align: right;
    font-size: 85%;
    padding-right: 10px;
}

div.BreakingNewsAllPanel a
{
    text-decoration: none;
}

div.BreakingNewsItemPanel
{
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: dotted 1px #909298;
}

div.BreakingNewsItemPanel img
{
    float: left;
    margin: 0 20px 10px 0;
}

div.BreakingNewsItemPanel a.ItemLink
{
    font-size: 120%;
}



/*
-----------------------------------------------
LoginControl
-----------------------------------------------
*/

input.LoginButton 
{
    width: 80px;
    margin-right: 62px;
}


/*
-----------------------------------------------
ProductsTable
-----------------------------------------------
*/

table.ProductsTable 
{
    font-size: 85%;
    clear: both;
    margin: 20px 0 30px;
    width: 100%;
    border-collapse: collapse;
}


table.ProductsTable td.ProductNameCell a
{
    display: block;
    padding: 5px 0 5px 25px;
    font-size: 120%;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    /*background-image: url(VerticalMenuItemBullet.gif);*/
    background-image: url(pdf.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

table.ProductsTable td.ProductNameCell a:hover 
{
    text-decoration: underline;
    color: rgb(221,55,72);
}


table.ProductsTable th 
{
    color: rgb(58,115,184);
    text-align: left;
    border-top: solid 1px rgb(58,115,184);
    border-bottom: solid 1px rgb(200,200,200);
    padding: 3px 5px;
    background-image: url(H2Bg.gif);
    background-repeat: repeat-x;
}


table.ProductsTable tr.TopLink td 
{
    padding: 10px 5px;
    font-weight: bold;
    border-bottom: solid 1px rgb(58,115,184);
    background-image: url(VerticalMenuItemBg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}


table.ProductsTable tr.Top td 
{
    padding: 3px 5px;
    font-weight: bold;
}

table.ProductsTable tr.Bottom td 
{
    padding: 3px 5px;
    border-bottom: solid 1px rgb(200,200,200);
}

/*
-----------------------------------------------
BodyLeftPanel
-----------------------------------------------
*/

div.BodyLeftPanel 
{
    width: 230px;
    /*padding-left: 50px;*/
    float: left;
}

table.ShortContactsTable 
{
    font-size: 85%;
    border-collapse: collapse;
    margin: 20px auto 10px;
}

table.ShortContactsTable td 
{
    padding: 2px;
} 


/*
-----------------------------------------------
HeaderPanel
-----------------------------------------------
*/

div.HeaderPanel 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
}

img.HeaderImage 
{
    position: absolute;
    left: 0;
    display: block;
    width: 960px;
    height: 160px;
}

div.FlagsPanel 
{
    position: absolute;
    left: 620px;
    top: 10px;
}


/*
-----------------------------------------------
HorizontalMenuPanel
-----------------------------------------------
*/

div.HorizontalMenuPanel 
{
    position: absolute;
    left: 0;
    top: 160px;
    width: 920px;
    height: 40px;
    background-color: #c0c0c0;
    border: solid 1px #ffffff;
    padding: 10px 20px 0;
}

/* Nezobrazuje se */
div.HorizontalMenuLeftPanel 
{
    width: 85px;
    height: 100%;
    float: left;
    background-image: url(HorizontalMenuLeftPanelBg.gif);
    background-repeat: no-repeat;
}

div.HorizontalMenuItem
{
    width: 90px;
    margin-right: 2px;
    height: 40px;
    float: left;
    background-image: url(HorizontalMenuItemBg.gif);
    background-repeat: repeat-x;
}

div.ItemSelected 
{
    background-image: url(HorizontalMenuItemSelectedBg.gif);
}

a.HorizontalMenuItemHyperLink
{
    color: #FFFFFF;
    font-size: 95%;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    height: 35px;
    padding-top: 5px;
}

a.HorizontalMenuItemHyperLink:hover 
{
    color: rgb(255,255,255);
    text-decoration: underline;
}

a.HorizontalMenuItemSelected
{
    color: #3A73B8;
}

a.HorizontalMenuItemSelected:hover
{
    color: rgb(221,55,72);
}


/* Nezobrazuje se */
div.HorizontalMenuRightPanel 
{
    width: 153px;
    height: 46px;
    padding-top: 34px;
    float: right;
    background-image: url(HorizontalMenuRightPanelBg.gif);
    background-repeat: repeat-x;
}

div.HorizontalMenuRightPanel img 
{
    display: block;
    float: left;
} 

/*
-----------------------------------------------
VerticalMenuPanel
-----------------------------------------------
*/

div.VerticalMenuPanel 
{
    width: 230px;
    /*padding-top: 68px;*/
    padding-top: 38px;
    background-image: url(VerticalMenuBg.gif);
    background-repeat: no-repeat;
    /*background-position: 0 38px;*/
    background-position: 0 8px;
}

div.VerticalMenuBodyPanel 
{
    width: 200px;
    padding: 0 10px 10px 20px;
    background-image: url(VerticalMenuBodyBg.gif);
    background-repeat: repeat-y;
    background-color: #FFFFFF;
}

div.VerticalMenuItemPanel 
{
    width: 190px;
    height: 22px;
    padding: 3px 0 0 10px;
    border-bottom: solid 1px #909298;
    background-image: url(VerticalMenuItemBg.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
}

div.VerticalMenuItemPanel a 
{
    padding-left: 10px;
    font-size: 85%;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    background-image: url(VerticalMenuItemBullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.VerticalMenuItemPanel a:hover
{
    text-decoration: underline;
}

div.VerticalMenuFooterPanel 
{
    width: 100%;
    height: 30px;
    background-image: url(VerticalMenuFooterBg.gif);
    background-repeat: no-repeat;
}

/*
-----------------------------------------------
FooterPanel
-----------------------------------------------
*/

div.FooterPanel 
{
    width: 550px;
    padding: 65px 0 0 460px;
    height: 125px;
    background-image: url(FooterBg.jpg);
    background-repeat: no-repeat;
    background-color: Green;
}

div.FooterPanel span 
{
    font-size: 85%;
}

/*
-----------------------------------------------
Clear
-----------------------------------------------
*/

div.BodyClearPanel 
{
    height: 70px;
    padding: 10px 70px 20px 260px;
    clear: both;
    background-image: url(BodyPanelBg.jpg);
    background-repeat: no-repeat;
}
