/** Dominik centrum, autor: Ji�� Praus **/

@import url("basic.css");
@import url("menu.css");
@import url("modules.css");
@import url("topimage.css");

a.vice {
    padding-right: 10px;
    background: transparent url('../images/vice_red.gif') no-repeat right 60%; }
    
a.vice:hover,
a.vice:focus { 
    background: transparent url('../images/vice_black.gif') no-repeat right 60%; }
    
a.vice_black {
    padding-right: 10px;
    background: transparent url('../images/vice_black.gif') no-repeat right 60%;
    color: #191919; }
    
a.vice_black:hover,
a.vice_black:focus {
    background: transparent url('../images/vice_red.gif') no-repeat right 60%;
    color: #eb1b24; }
    
a.invert {
    color: #191919; }
    
a.invert:hover,
a.invert:focus { 
    color: #eb1b24; }
    
#middle {
    padding-top: 7px;
    border-top: 1px solid #ffffff;
    background: #f2f2f2;
    font-size: 90%;
    color: #191919;
}
    
div.center {
    width: 970px;
    margin: 0 auto;
    text-align: left;
}

/***** HLAVICKA *****/
    
#header {
    height: 87px; }

#header div.logo {
    height: 87px;
    float: left;
    overflow: hidden; }

#topimage {
    height: 199px;
    overflow: hidden; }

#topimage div.overbox {
    width: 380px;
    padding-bottom: 15px;
    margin-top: 30px;
    position: relative;
    background: transparent url('../images/overbox.png') repeat left top;
    color: #ffffff;}

#topimage div.overbox h2 {
    padding: 17px 18px 10px 15px;
    color: #ffffff;
    font-size: 140%; }

#topimage div.overbox p {
    padding: 0 18px 5px 15px; }

#topimage div.overbox a.vicebut {
    position: absolute;
    left: 270px; }

#search {
    padding-bottom: 30px; }

#search input.text {
    width: 170px;
    padding: 4px 3px;
    margin-right: -4px;
    border: 1px solid #cecece;
    border-right: 0; }
    
#search {
    margin-top: 22px;
    float: right;
    text-align: right; }

#search h3 {
    padding: 12px 9px 0 0;
    float: left;
    font-size: 100%;
    font-weight: normal; }

#search div {
    float: left;
    background: #dfdfdf;
    border: 4px solid #dfdfdf; }

/***** OBSAH *****/

#body {
    border: 5px solid #dfdfdf;
    background: #dfdfdf; }

#main {
    padding-bottom: 20px;
    border: 1px solid #cecece;
    background: #ffffff url('../images/main.gif') repeat-y left top; }

#content_column {
    width: 698px;
    float: left; }

#side_column {
    width: 259px;
    float: right; }
    
ul#drobky {
    padding-left: 9px;
    list-style: none;
    font-size: 90%; }

ul#drobky li {
    padding: 7px 0 0 6px;
    display: block;
    float: left; }

ul#drobky li a {
    padding-right: 11px;
    background: transparent url('../images/vice_black.gif') no-repeat right center; }
    
.nadpis {
    height: 30px;
    background: #f2f2f2; }
    
.nadpis h1,
.nadpis h2,
.nadpis h3,
.nadpis h4,
.nadpis h5,
.nadpis h6 {
    padding: 7px 0 0 14px;
    font-size: 100%;
    color: #191919;
    font-weight: bolder; }
    
.box {
    padding: 14px 15px 3px 15px; }
    
#bannery {
    padding: 10px 0 5px 0;
    text-align: center; }
    
#bannery img {
    padding: 0 3px; }

/***** FOOTER & DOLNI BLOK *****/

#footer {
    height: 180px;
    font-size: 90%; }
    
#footer ul {
    padding-top: 11px;
    list-style: none; }
    
#footer ul li {
    padding: 9px 8px 0 8px;
    float: left;
    background: transparent url('../images/footer_separator.gif') no-repeat right 11px; }

#footer ul li.last {
    background: none; }

#footer ul li.right {
    float: right;
    background: none; }

#footer ul li.image {
    padding: 4px 0 0 0;
    background: none; }

#links {
    height: 58px;
    border-bottom: 1px solid #464646; }

#links div.mini_logo {
    padding-top: 14px;
    float: left; }

#links ul {
    padding-top: 22px;
    float: right; }

#links ul li {
    padding-top: 0;
    background: transparent url('../images/footer_separator.gif') no-repeat right 70%; }
    
#links a {
    color: #ffffff; }
    
#links a:hover,
#links a:focus {
    color: #eb1b24;
    text-decoration: none; }
    
#copy {
    font-size: 90%; }
    
#copy a:hover,
#copy a:focus {
    color: #ffffff; }
    
/*** Dalsi ***/

cite {
    border: 1px solid #cecece;
    display: block;
    background: #f2f2f2;
    font-style: normal; }

cite span.cite_start {
    margin: -2px 0 0 -1px;
    display: block;
    background: transparent url('../images/cite_start.gif') no-repeat left top; }

cite span.cite_end {
    margin: 0 -1px -1px 0;
    padding: 20px 15px;
    display: block;
    background: transparent url('../images/cite_end.gif') no-repeat right bottom; }

cite strong.autor {
    padding-top: 6px;
    display: block;
    color: #eb1b24;
    text-align: right;
    font-weight: normal; }
