@charset "utf-8";

/* ===== Tiskove CSS pro web Agentury VIA, Shortcat 2009 ===== */

/* ===== Import Blueprintu a pravidel jej upravujich  ===== */

@import "./blueprint/print.css";

a:link:after, a:visited:after 
 { content: ""; }
 
img 
 { margin: 5px 0; }

/* === Obecne - mozna presuneme do Blueprint-extra === */

body, 
table 
  { font-size: 10pt; line-height: 1.3em; }
  
body a, 
body a:active, 
body a:focus, 
body a:visited
  { color: #000; text-decoration: underline; }  

/* Nezobrazovat */

input[type=submit]
  { display: none; }  

#navigation, 
#second_level_navigation,
#detail-pager,
#foot_navigation,
.pagination,
#filter-box,
#event-ads,
#event-calendar,
#catalogue-category,
#catalogue-same-address,
#catalogue-opening {
  display: none;
}

#content,
#content img,
#project-content,
#catalogue-content {
  clear: both;
}

#head img {
  margin-bottom: 30px;
}

#foot {
    padding-top:20px;
    clear:both;
}

table tr td, table tr th {
    border-bottom:1px solid #CCC;
}

/* Trik, kterym prebijeme vysku elementu pridavanou inline pomoci JS */
.box[style],
.column[style] {
  height: auto !important;
}
