/** Matrix, autor: Ji�� Praus **/

@import url("basic.css");
@import url("menu.css");
@import url("modules.css");

a.vice {
    padding-right: 10px;
    background: transparent url('../images/vice_cervene.gif') no-repeat right 60%; }
    
a.vice:hover,
a.vice:focus { 
    background: transparent url('../images/vice_sede.gif') no-repeat right 60%; }
    
a.vice_sede {
    padding-right: 10px;
    background: transparent url('../images/vice_sede.gif') no-repeat right 60%;
    color: #494949; }
    
a.vice_sede:hover,
a.vice_sede:focus { 
    background: transparent url('../images/vice_cervene.gif') no-repeat right 60%;
    color: #cc0000; }
    
.center {
    width: 940px;
    margin: 0 auto;
    text-align: left;
    font-size: 90%; }

/***** HLAVICKA *****/
    
#top_block {
    padding-top: 34px;
    padding-bottom: 10px;
    background: #ffffff url('../images/top_block.gif') repeat-x left top; }

#header {
    height: 66px;
    background: #cc0000 url('../images/header.gif') no-repeat left top;
    border-top: 1px solid #ffffff;
    overflow: hidden; }

#header img.logo {
    margin: 22px 0 0 8px; }
    
#hledat {
    padding: 10px 0; }
    
#hledat input.text {
    width: 138px;
    padding: 3px 4px;
    margin-right: -3px;
    border: 1px solid #d4d4d4;
    border-right: 0; }

/***** OBSAH *****/

#middle_block {
    background: #ffffff; }
    
#page {
    border-bottom: 10px solid #ffffff;
    background: transparent url('../images/obsah_obal.gif') repeat-y left top;
    clear: both; }
    
#obsah_obal {
    background: transparent url('../images/obsah_konec.gif') no-repeat left bottom; }
    
#content {
    width: 680px;
    float: left; }
    
.box {
    padding: 0 1px 10px 1px;
    border-top: 1px solid #d4d4d4; }
    
.box_spacer {
    padding: 0 1px 21px 1px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    background: transparent url('../images/box_spacer.gif') repeat-x left bottom; }
    
.box_spacer_nonlast {
    padding: 0 1px 21px 1px;
    background: transparent url('../images/box_spacer.gif') repeat-x left bottom; }
    
.box .nadpis {
    padding: 4px 13px 5px 13px;
    margin: 0;
    border-bottom: 1px solid #d4d4d4;
    background: #f1f1f1 url('../images/box_nadpis.gif') repeat-x left top;
    color: #494949;
    font-size: 105%; }
    
.box .box_items {
    padding: 10px 15px 0 15px; }

.box .box_item {
    margin-bottom: 8px;
    border-bottom: 1px solid #d4d4d4; }
    
.box .box_text {
    padding: 10px 15px 0 15px; }

/***** FOOTER & DOLNI BLOK *****/

#footer_block {
    clear: both;
    background: transparent url('../images/bottom_block.gif') repeat-x left top;
    font-size: 90%; }
    
#links {
    background: #cc0000 url('../images/links.gif') no-repeat left bottom;
    height: 36px; }
    
#links ul {
    padding: 13px 0 0 0;
    list-style: none; }
    
#links ul li {
    padding: 0 8px 0 8px;
    float: left;
    background: transparent url('../images/links_separator.gif') no-repeat right 70%; }

#links ul li.last {
    background: none; }

#links ul li.nahoru {
    float: right;
    background: none; }
    
#links a {
    color: #ffffff; }
    
#links a:hover,
#links a:focus {
    text-decoration: none; }

#footer {
    padding: 12px 0 25px 0;
    clear: both;
    color: #797979; }

#footer a {
    color: #797979; }

#footer a:hover,
#footer a:focus {
    color: #cc0000; }
    
#footer ul.copy {
    list-style: none;
    float: left; }
    
#footer ul.copy li {
    padding-right: 8px;
    margin-right: 8px;
    float: left;
    background: transparent url('../images/footer_separator.gif') no-repeat right 70%; }

#footer ul.copy li.last {
    background: none; }
    
#footer a.webdesign {
    float: right; }


#drobky {
	font-size: 90%;
	padding: 10px 10px 10px 15px;
}
#drobky  li{
	display: inline;
	padding: 2px 13px 2px 5px;
	background: url(../images/vice_cervene.gif) no-repeat right center;
}

#drobky  li a:hover{
	text-decoration: none;
}
#drobky li.prvni_drobek{
	background: url(../images/vice_cervene.gif) no-repeat right center;
	padding-left: 0;
}
#drobky li.posledni_drobek
{
	background: none;
}
