* {
    margin: 0;
    padding: 0;
}


body {
    font-size: 12px;
    font-family: 'Verdana', Verdana, 'Arial CE', Arial, 'Helvetica CE', helvetica, sans-serif;
    text-align: center;
    background: url(background_line.png) repeat-x;
    background-color : #dbe4c5;*/
}



/*      NADPISY     */

h1, h2, h3, h4, h5, h6 {
    color: #6c9a2c;
}

h1 {
    margin-bottom: 8px;
    font-size: 19px;
}
h2 {
    font-size: 17px;
    color: #000000;
}
h3 {
    font-size: 15px;
    margin-bottom: 7px;
    color: #000000;
}
h4 {
    font-size: 12px;
}



/*      TEXT     */

p {
    margin-bottom: 10px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #ff0000;
}
.green {
    color: #6c9a2c;
}   
.blue {
    color: #0074ba;
}

.bigger {
    font-size: 14px;
}
   
/*      OBRAZEK     */

img {
    border: none;
}

/*      SEZNAM     */

li {
    margin-left: 15px;
}


/*      ODKAZY     */   

a {
    color: #0074ba;
}
a:hover {
    color: #0074ba;
    text-decoration: none;
}


/*      TABULKA     */


/*      FORMULARE     */





/*      ID     */

#page {
    width: 972px;
    text-align: center;
    position: relative;
    background : #dbe4c5;
    margin: auto;
}



#header {
    height: 99px;
    background: url('top_line.png') repeat-x;
}
#logo {
    text-align: left;
    float: left;
}
#search {
    float: right;
    margin-top: 60px;
}
#search .search_input {
    width: 170px;
    border: 1px solid #bbbbbb;
    height: 21px;
    float: left;
    background: url('search_input.png') repeat-x;
}
#search .search_button {
    width: 25px;
    height: 23px;
    border: none;
    float: left;
    margin-left: 2px;
    background: url('search_button.png') repeat-x;
}


#header_line {
    height: 5px;
}
#header_line_left {
    width: 5px;
    height: 5px;
    float: left;
    background: url('header_line_left.png') repeat-x;
}
#header_line_center {
    width: 962px;
    height: 5px;
    float: left;
    background: url('header_line_center.png') repeat-x;
}
#header_line_right {
    width: 5px;
    height: 5px;
    float: left;
    background: url('header_line_right.png') repeat-x;
}



#top_menu_border_left {
    width: 1px;
    height: 39px;
    float: left;
    background: url('top_menu_border.png') repeat-x;
}
#top_menu {
    width: 955px;
    height: 39px;
    padding-left: 15px;
    float: left;
    background: url('top_menu_line.png') repeat-x;
    text-align: left;
}
#top_menu_border_right {
    width: 1px;
    height: 39px;
    float: left;
    background: url('top_menu_border.png') repeat-x;
}
.top_menu_item_empty {
/*    height: 37px;*/
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 12px;
    padding-bottom: 10px;
    float: left;
    background: url('top_menu_arrow_empty.png') no-repeat;
}
.top_menu_item_empty a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.top_menu_separator {
    width: 6px;
    height: 37px;
    padding-right: 5px;
    background: url('top_menu_separator.png') no-repeat;
    float: left;
}



#picture {
    height: 237px;
    padding: 1px;
    padding-top: 2px;
    border-left: 1px solid #c3cbb4;
    border-right: 1px solid #c3cbb4;
    background-color: #ffffec;
}

#box_line {
    padding-left: 2px;
    padding-right: 2px;
    border-left: 1px solid #c3cbb4;
    border-right: 1px solid #c3cbb4;
    background-color: #ffffec;
}
#line_green {
    border-top: 3px solid #78a735;
}

#content {
    min-height: 950px;
    padding-left : 2px;
    padding-right: 2px;
    padding-top: 11px;
    border-left: 1px solid #c3cbb4;
    border-right: 1px solid #c3cbb4;
    border-bottom: 1px solid #c3cbb4;
    background-color: #ffffec;
}

#content_left {
    width: 228px;
    float: left;
}

#left_menu a {
    display: block;
    height: 31px;
    margin-bottom: 1px;
    background: url('left_menu.png') repeat-x;
    border: 1px solid #648d2d;
    text-align: left;     
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
#left_menu a:hover, #left_menu .left_menu_selected {
    display: block;
    height: 31px;
    margin-bottom: 1px;
    background: url('left_menu_selected.png') repeat-x;
    border: 1px solid #30668d;
}
.left_menu_item {
    margin-left: 10px;
    padding-top: 8px;    
    padding-left: 25px;
}

#box_select {
    height: 98px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 1px solid #30668d;
    text-align: left;
}
#box_select_title {
    height: 31px;
    margin-bottom: 1px;
    background: url('box_background.png') repeat-x;
    border-bottom: 1px solid #30668d;
}
#box_select_title .title {
    padding-top: 8px;
    padding-left: 10px;
    font-weight: bold;
    color: #ffffff;
}
#box_select select {
    margin-top: 23px;
    margin-left: 11px;
    width: 180px;
    border: 1px solid #5794bf;   
}



#box_recommend {
    height: 101px;
    margin-bottom: 5px;
    text-align: left;
    background: url('box_recommend.png') repeat-x;
}





#footer {
    height: 62px;
    margin-bottom: 39px;
    text-align: left;
    font-size: 11px;
}
#footer_left {
    width: 6px;
    height: 62px;
    float: left;
    background: url('footer_left.png') repeat-x;
}
#footer_center {
    width: 960px;
    height: 62px;
    float: left;
    background: url('footer_center.png') repeat-x;
}
#footer_right {
    width: 6px;
    height: 62px;
    float: left;
    background: url('footer_right.png') repeat-x;
}
.footer_row1 {
    margin-left: 15px;
    margin-top: 15px;
    color: #474946;
}
.footer_row2 {
    margin-left: 15px;
    margin-top: 5px;
    color: #474946;
}
.footer_row2_left {
    float: left;
}
.footer_row2_right {
    margin-right: 10px;
    float: right;
}





#content_right {
    width: 738px;
    float: left;
    text-align: left;
}
#content_right .site img {
    margin: 15px;
}

#main_content {
/*    height: 600px;*/
    margin-left: 20px;
}

#uvod_left {
    width: 470px;
    height: 400px;
    margin-right: 20px;
    padding-top: 9px;
    float: left;
}
#uvod_right {
    width: 228px;
    height: 400px;
    float: left;
}         


#box_news {
    height: 300px;
    margin-top: 8px;
    margin-bottom: 8px;
    text-align: left;
}

#box_news_title {
    height: 31px;
    margin-bottom: 1px;
    background: url('box_background.png') repeat-x;
    border: 1px solid #30668d;
}
#box_news_title .title {
    padding-top: 8px;
    padding-left: 10px;
    font-weight: bold;
    color: #ffffff;
}

#news {
    min-width: 208px;
    min-height: 80px;
    margin-top: 2px;
    padding: 10px;
    background: url('news.png') repeat-x;
}
#news_title {   
    margin-bottom: 8px;
}
#news_more {   
    margin-bottom: 10px;
    margin-right: 5px;
    font-size: 11px;
    text-align: right;
}
#news strong, #news p {
    font-size: 11px;
    margin: 0px;
}


.navi_path {
    margin-top: 5px;
    margin-bottom: 5px;
}


#product {
    width: 230px;
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
    border: 1px solid #b2c483;
    background-color: #ffffff;
}
.product_top {
    height: 60px;
    padding-left: 8px;
    padding-right: 35px;
    padding-top: 10px;
    background: url('product_top.png') repeat-x;
    background-color: #ffffff;
}
.product_title {
    width: 190px;
}
.product_action {
    position: relative;
    width: 30px;
    left: 202px;
    top: -64px;
}
.product_center {
    width: 230px;
    text-align: center;
}
.product_bottom {
    height: 20px;
    padding-right: 10px;
    padding-top: 10px;
    background: url('product_bottom.png') repeat-x;
    text-align: right;
    vertical-align: text-bottom;
}



#detail_left {
    width: 390px;
    margin-right: 10px;
    float: left;
}
#detail_left td {
    width: 195px;
    height: 25px;
    padding-left: 7px;
}
#detail_left .analysis table {
    border-collapse: collapse;
}
#detail_left .analysis th, #detail_left .analysis td {
    width: 195px;
    height: 25px;
    padding-left: 7px;
    border: 1px solid #6c9a2c;
}
#detail_left .analysis th {
    background-color: #ebf1dd;
}

#detail_right {
    width: 310px;
    float: left;
}
#detail_right .img_box {
    width: 300px;
    height: 300px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #78a735;
    background-color: #ffffff;
}
#detail_right img {
}
#detail_right .description {
    margin-left: 10px;
    margin-bottom: 10px;
}

#content_uvod_left {
    width: 220px;
    height: 300px;
    margin-right: 10px;
    float: left;
}

#content_uvod_right {
    width: 230px;
    float: left;
    border: 1px solid #b5c687;
}
#uvod_top {
    width: 230px;
    height: 35px;
    background: url('uvod_box_top.png') no-repeat;
}
#uvod_center {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 5px;
    background-color: #ffffff;
}
#uvod_center img {
    margin-bottom: 5px;
}
#uvod_bottom {
    width: 230px;
    height: 40px;
    background: url('uvod_box_bottom.png') no-repeat;
}
#uvod_bottom a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#uvod_bottom_link {
    width: 110px;
    height: 22px;
    margin-left: 15px;
    margin-top: 4px;
    padding-top: 5px;
    padding-left: 15px;
    border: 1px solid #6d9a2d;
}
.uvod_box_text {
    padding-left: 10px;
    padding-top: 2px;
    margin-bottom: 7px;
    background: url('submenu_arrow.png') no-repeat;
}











.submenu {
    visibility: hidden;
    width: 200px;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
    border: 1px solid #5a8e2c;
    background-color: #f1f8e1;
    position: absolute;
    top: 142px;
}

.submenu .submenu_link {
    height: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    margin-bottom: 7px;
    background: url('submenu_arrow.png') no-repeat;
}
.submenu .submenu_link a {
    color: #6c9a2c;
}
.submenu a:hover {
    text-decoration: none;
}





.site_news {
    padding: 5px;
    margin-bottom: 10px;
}


#sitemap {
    margin-bottom: 10px;
}
.subsite {
    margin-left: 20px;
}
.subsite3 {
    margin-left: 40px;
}

.site {
    width: 670px;
}

.orderby {
     float: right;
     margin-right: 15px;
}



