@charset "UTF-8";

body
    {
    background-color: #009900;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    scrollbar-face-color: #009900;
    scrollbar-base-color: #00AA00;
    scrollbar-arrow-color: black;
    scrollbar-track-color: #669966;
    scrollbar-shadow-color: #009900;
    scrollbar-highlight-color: #009900;
    scrollbar-3dlight-color: #009900;
    scrollbar-darkshadow-Color: #009900;
    scrollbar-width: 8px;
    }

.top1
    {
    padding: 0px;
    border: 0px;
    height: 156px;
    background: url(../pic/top1.jpg) center no-repeat;
    background-color: #006600;
    vertical-align: bottom;
    }

.top2
    {
    vertical-align: bottom;
    padding: 0px;
    border:  0px;
    margin:  0px;
    height:  36px;
    background: url(../pic/top2.jpg);
    background-repeat: no-repeat;
    background-color: #009900;
    }

.nadpis
    {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 0px;
    color:  #CCCCCC;
    position: relative;
    }

.main
    {
    height:           380px;
    background-image: url(../pic/back_main.jpg);
    background-repeat: no-repeat;
    vertical-align:   top;
    }

.flagdiv
    {
    float: right;
    }

.backleft
    {
    width:  180px;
    height: 380px;
    background-image: url(../pic/back_left.jpg);
    background-repeat: no-repeat;
    vertical-align: top;
    }

table.list tr td.list_content
    {
    padding: 5px 5px 5px 0px;
    border: solid rgb( 232, 15, 0 );
    border-width: 1px 0px 0px 0px;
    margin: 0px;
    }

td.list_content a
	{
	color: #000000;
	}
	
table.list
    {
    border-collapse: collapse;
    padding: 0px;
    margin:  0px 25px;
    border:  0px;
    width:   495px;
    }

table.list td
    {
    padding:        3px;
    vertical-align: top;
    }

table.list tr td.list_top_left
    {
    background: url(../pic/list_top_left.gif) left top no-repeat;
    }

table.list tr td.list_top
    {
    background: url(../pic/list_top.gif) top repeat-x;
    padding: 0px 0px 10px 0px;
    }

table.list tr td.list_top_right
    {
    background: url(../pic/list_top_right.gif) right top no-repeat;
    }

table.list tr td.list_left
    {
    background: url(../pic/list_left.gif) left repeat-y;
    }

table.list tr td.list_right
    {
    background: url(../pic/list_right.gif) right repeat-y;
    }

table.list tr td.list_bottom_left
    {
    background: url(../pic/list_bottom_left.gif) left bottom no-repeat;
    }

table.list tr td.list_bottom
    {
    background: url(../pic/list_bottom.gif) bottom repeat-x;
    }

table.list tr td.list_bottom_right
    {
    text-align:     right;
    vertical-align: bottom;
    background:     url(../pic/list_bottom_right.gif) right bottom no-repeat;
    }

.caption
    {
    display: block;
    color: #FFFFFF;
    float: none;
    margin: 10px 0 5px 0;
    background: rgb( 0, 120, 0 );
    border: 1px solid rgb( 0, 120, 0 );
    }

.list_caption
    {
    display: block;
    float: left;
    color: rgb( 255, 255, 255 );
    background: rgb( 232, 15, 0 );
    letter-spacing: 0.1em;
    border: 1px solid rgb( 232, 15, 0 );
    margin: 0;
    padding: 2px 8px;
    }

.Menu
    {
    display:         block;
    text-decoration: none;
    font-size:       9px;
    margin:          3px 0px;
    padding:         2px 15px 2px 0px;
    color:           #00FF00;
    text-align:      right;
    width:           160px;
    cursor:          pointer;
    border:          none;
    background:      url(../pic/button_d.png) right no-repeat;
    }

.Menu:hover
    {
    background: transparent url(../pic/button_d_hover.png) right no-repeat;
    color: yellow;
    }

.Menu:select
    {
    color: #FF0000;
    }

.MenuStatic
    {
    display:         block;
    text-decoration: none;
    font-size:       9px;
    margin:          3px 0px;
    padding:         2px 15px 2px 0px;
    color:           yellow;
    text-align:      right;
    width:           160px;
    cursor:          pointer;
    border:          none;
    background:      url(../pic/button_d.png) right no-repeat;
    }

.MenuStatic:hover
    {
    background: transparent url(../pic/button_d_hover.png) right no-repeat;
    color: red;
    }

.Menu:select
    {
    color: #FF0000;
    }

form
    {
    margin: 0px;
    }

.SubMenuNadpis
    {
    font-size:        12px;
    margin:           2px 0px 5px 5px;
    padding:          1px 0px 1px 20px;
    color:            #000000;
    text-align:       left;
    width:            130px;
    background-color: #FFFFAA;
    }
    
.SubMenuDiv
    {
    left: inherit;
    float:  left;
    height: 360px;
    background: transparent;
    overflow: auto;
    padding: 8px;
    width:  220px;
    }
    
.SubMenu
    {
    display:         block;
    text-decoration: none;
    font-size:       9px;
    margin:          0px 0px 0px 15px;
    padding:         2px 0px 2px 15px;
    color:           #000000;
    text-align:      left;
    width:           170px;
    cursor:          pointer;
    background:      transparent url(../pic/button_sub.png) left no-repeat;
    }

.SubMenu:hover
    {
    background: transparent url(../pic/button_sub_hover.png) left no-repeat;
    color: red;
    }

.RightDiv
    {
    position: inherit;
    float:  right;
    height: 375px;
    background: transparent;
    overflow: auto;
    padding: 0px 8px;
    width:  50%;
    }

.ImgBack
    {
    display: table-cell;
    background-color: rgb( 184, 218, 107 );
    width:  270px;
    height: 370px;
    }

img.ProduktImg
    {
    display:     block;
    margin-left: auto;
    margin-right: auto;
    height:      75%;
    }

.ItemNadpis
    {
    color:      red;
    text-align: center;
    }

.popisek
    {
    padding-left: 5px;
    margin-left: 5px;
    }