﻿/*
---------------------------------------
www.drumel.cz
media: screen
---------------------------------------
zelená světlá:      #E5FFE5;
zelená tmavá:       #108340;
oranžová světlá:    #FF9900;
oranžová tmavá:     #FF6600;
šedá text:          #666666;
šedá obrys:         #999999;
žlutá světlá:       #FFFFBB;
žlutá tmavá:        #FFF500;
---------------------------------------
*/

body 
{   
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 80%;
}

h1 
{
    font-size: 160%;
    font-weight: lighter;
    color: #FF6600;
}

h2 
{
    font-size: 130%;
    color: #108340;
    font-weight: lighter;
}

h3
{
    font-size: 105%;
    color: #108340;
}

p 
{
    line-height: 160%;
}

p.HighLight 
{
    padding: 10px 15px;
    color: #000000;   
    background-color: #FFFFBB;
}

p.FormErrorMessage 
{
    padding: 10px 15px;
    color: #FFFFFF;
    background-color: #FF6600;
}

a 
{
    color: #108340;
    text-decoration: undertline;
}

a:hover 
{
    color: #FF6600;
    text-decoration: underline;
}

img.InTextFloatRight 
{
    float: right;
    margin: 5px 0 10px 20px;
}

ul 
{
    line-height: 160%;
}

ul.ItemsFloatLeft 
{
    margin: 20px 0;
    padding: 0;
}

ul.ItemsFloatLeft li 
{
    margin-right: 10px;
    list-style-type: none;
    padding-left: 25px;
    background-image: url(Graphics/GreenOk.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

table 
{
    font-size: 85%;
    border-collapse: separate;
    margin-bottom: 20px;
}

table td 
{
    padding: 3px 6px;
}

table td.Property 
{
    background-color: #E5FFE5;
    padding-right: 12px;
}

table th 
{
    padding: 6px 6px;
}

table.Gray 
{
    border-collapse: collapse;
}

table.Gray th 
{
    color: #108340;
    border: solid 1px #108340;
    background-color: #E5FFE5;
}

table.Gray td 
{
    border: solid 1px #999999;
}


table.LightGray 
{
    width: 60%;
    border-collapse: collapse;
    margin: 20px auto;
}

table.LightGray th 
{
    color: #666666;
    border: solid 1px #999999;
    background-color: #F5F5F5;
}

table.LightGray td 
{
    border: solid 1px #999999;
}

input.TextBox 
{
    border: solid 1px #108340;
}

textarea 
{
    border: solid 1px #108340;
}

div.PageTop
{
    width: 930px;
    height: 25px;
    margin: 0 auto;
    background-image: url(Graphics/PageTopBg.gif);
    background-repeat: no-repeat;
}

div.PageBody
{
    width: 900px;
    padding: 0 15px;
    margin: 0 auto;
    background-image: url(Graphics/PageBodyBg.gif);
    background-repeat: repeat-y;
}

div.PageBottom
{
    width: 930px;
    height: 25px;
    margin: 0 auto;
    background-image: url(Graphics/PageBottomBg.gif);
    background-repeat: no-repeat;
}

div.HeaderTop 
{
    width: 904px;
    height: 20px;
    padding-left: 20px;
    background-color: #E5FFE5;
}

div.HeaderTop a 
{
    color: #108340;
    text-decoration: none;
    padding-left: 20px;
    margin-right: 20px;
    background-image: url(Graphics/GreenLinkBg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.HeaderTop a:hover 
{
    color: #FF9900;
    background-image: url(Graphics/OrangeLinkBg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.HeaderBodyLeft 
{
    width: 471px;
    height: 120px;
    float: left;
}

div.HeaderLogo 
{
    width: 459px;
    height: 85px;
    padding-left: 20px;
    background-color: #108340;
    background-image: url('Graphics/HeaderLogoBg.gif');
    background-repeat: repeat-x;
}

div.HorizontalMenu 
{
    width: 550px;
    height: 35px;
    padding-left: 20px;
    background-color: #E5FFE5;
    background-image: url(Graphics/HorizontalMenuBg.gif);
    background-repeat: repeat-x;
}

div.HorizontalMenu div 
{
    height: 23px;
    padding: 10px 7px 0;
    margin-right: 15px;
}

div.HorizontalMenu div.Selected
{
    background-color: #FFFFBB;
} 

div.HorizontalMenu div.Selected a
{
    color: #FF6600;
} 

div.HorizontalMenu a 
{
    color: #108340;
    text-decoration: none;
    font-weight: bold;
}

div.HorizontalMenu a:hover 
{
    color: #FF6600;
}    

div.HeaderBodyRight 
{
    width: 411px;
    height: 120px;
    position: relative;
    float: right;
    background-color: #108340;
    background-image: url('Graphics/HeaderBodyRightBg.gif');
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}

div.HeaderBodyRight img.HeaderImage1 
{
    width: 104px;
    height: 98px;
    display: block;
    position: absolute;
    left: 104px;
    top: 11px;
    right: 203px;
}

div.HeaderBodyRight img.HeaderImage2 
{
    width: 98px;
    height: 98px;
    display: block;
    position: absolute;
    left: 220px;
    top: 12px;
}

div.HorizontalSubmenu 
{
    width: 880px;
    height: 23px;
    padding-top: 7px;
    padding-right: 20px;
    clear: both;
    color: #FFFFFF;
    text-align: right;
    font-size: 85%;
    background-color: #108340;
    background-image: url(Graphics/HorizontalSubmenuBg.gif);
    background-repeat: repeat-x;
}

div.HorizontalSubmenu a 
{
    color: #FFFFFF;
}

div.ContentBody 
{
    width: 916px;
    padding: 20px 20px 0;
    color: #666666;
    position: relative;
}

div.ContentBody a.LinkInPanel 
{
    display: block;
    padding-left: 20px;
    margin-left: 10px;
    line-height: 160%;
    font-weight: normal;
    text-decoration: none;
    background-image: url(Graphics/GreenLinkBg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.ContentBody a.LinkInPanel:hover 
{
    text-decoration: underline;
}

div.ContentBody h1.H1InPanel 
{
    color: #108340;
    font-size: 105%;
    font-weight: bolder;
    line-height: 160%;
    padding-left: 30px;
    margin: 20px 0 10px;
    background-image: url('Graphics/H1Bg.gif');
    background-position: left center;
    background-repeat: no-repeat;
    width: 153px;
}

div.ContentBody h1.H1Orange 
{
    line-height: 180%;
    padding-left: 30px;
    margin: 0;
    background-image: url(Graphics/H1OrangeBg.gif);
    background-position: left center;
    background-repeat: no-repeat;
}

div.ContentLeftPanel 
{
    width: 280px;
    height: 400px;
    padding: 0 10px;
    background-image: url(Graphics/ContentPanelBg.gif);
    background-position: top right;
    background-repeat: repeat-y;
}

div.ContentLeftPanel img  
{
    width: 280px;
    display: block;
    height: 210px;
} 


div.ContentCenterPanel 
{
    width: 515px;
    height: 344px;
    padding: 40px 30px 0;
    position: absolute;
    left: 329px;
    top: 25px;
    background-image: url('Graphics/ContentPanelBg.gif');
    background-position: right top;
    background-repeat: repeat-y;
}

div.ContentCenterPanel img  
{
    width: 280px;
    height: 105px;
    display: block;
} 

div.ContentRightPanel 
{
    width: 250px;
    height: 400px;
    position: absolute;
    left: 630px;
    top: 20px;
}

div.ContentRightPanel img 
{
    display: block; 
    width: 250px;
    height: 400px;
}

div.LeftContentBody 
{
    width: 590px;
    padding-right: 10px;
    float: left;
    background-image: url(Graphics/ContentPanelBg.gif);
    background-position: top right;
    background-repeat: repeat-y;
}

div.ProductHead
{
    width: 590px;
    height: 280px;
}

div.ProductHead img 
{
    display: block;
    width: 340px;
    height: 255px;
    padding: 20px 0 0 0;
    float: left;
}

div.ProductHead ul 
{
    width: 220px;
    margin: 30px 0 20px;
    padding: 0;
    float: right;
}

div.ProductHead ul li 
{
    list-style-type: none;
    padding-left: 25px;
    background-image: url(Graphics/GreenOk.gif);
    background-repeat: no-repeat;
    background-position: left center;
}



div.RightContentBody 
{
    width: 230px;
    padding: 0 10px 15px;
    float: right;
    background-color: #E5FFE5;
}

div.RightContentBody a 
{
    display: block;
    font-size: 85%;
    padding-left: 20px;
    line-height: 160%;
    background-image: url(Graphics/GreenLinkBg.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

div.RightContentBody a.BackLink 
{
    margin-top: 20px;
    line-height: 220%;
    padding-bottom: 2px;
    background-color: #108340;
    color: #FFFFFF;
    font-weight: bolder;
    background-image: url(Graphics/DarkGreenBackLinkBg.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
}

div.RightContentBody a.BackLink:hover 
{
    color: #FF6600;
}

div.RightContentBody h3 
{
    margin: 0;
    padding: 15px 0;
}

div.RightContentBody p 
{
    font-size: 85%;
}

div.RightContentBody p a 
{
    font-size: 100%;
    display: inline;
    background-image: none;
    padding: 0;
} 









div.Footer 
{
    width: 880px;
    height: 30px;
    padding-top: 30px;
    padding-left: 20px;
    clear: both;
    color: #108340;
    font-size: 85%;
    line-height: 160%;
    background-image: url(Graphics/FooterBg.gif);
    background-repeat: repeat-x;
}

div.Footer a 
{
    color: #108340;
}

div.Footer a:hover 
{
    color: #FF9900;
}
