﻿/* Vzhled content stránek */
.nadpis
{
    font-size: 12px;
    color: #FFFFFF;
    background-color: #000000;
    width: 759px;
    height: 25px;
    text-align: left;
    vertical-align: middle;
    line-height:22px;
    font-family: Tahoma;
    font-weight: bold;
    padding-left: 5px;
    background-image: url('../images/web-grafika/nadpis-bck.gif');
    background-repeat: no-repeat;
}
.text_area1
{
    padding: 5px;
    font-family: Tahoma;
    font-size: small;
    color: #000000;
    background-image: url('../images/web-grafika/bck001.gif');
    background-repeat: repeat-y;
}
.titulek
{
    background-color: #333333;
    background-repeat: no-repeat;
    color: #F16D00;
    text-align: left;
    padding: 5px;
    font-size: small;
    
    background-image: url('../images/web-grafika/titulek-bck.gif');
}

/* Vzhled Mapy stránek */

.mainsitemap
{
    background-color: #292F34;
    background-image: url('../images/web-grafika/sitemap-bck.jpg');
    background-repeat:repeat-y;
    text-align: left;
    color: White;
    font-family: Tahoma;
    font-size: small;
    width:764px;
    height: auto;
}

/* Vzhled GridView u výpisu sortimentu zboží */

table.GridView
{
            border-collapse: collapse;
            width:100%;
  
}
tr.GridView0
{
    height:50px;
        
}
tr.GridView1
{
    background-color: #666666;
    height: 50px;
}
table.GridView td
{
            border: none;
            padding: 2px 10px;

}
table.GridView th
{
            background-color: black;
            color: white;
            height:50px;
            border: none;
            padding: 2px 10px;
}
