@charset "utf-8";

/* 

========== Tiskovy stylopis webu filmu Alois Nebel (www.aloisnebel.cz) ========== 

Autor:        Martin Michalek, Studio Shortcat

*/

/* ===== Import Blueprintu a pravidel jej upravujich  ===== */

@import "./blueprint/print.css";

a:link:after, a:visited:after 
 { content: ""; }
 
img 
 { margin: 0; } 
 
a img 
 { float: none; } 

/* === 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; }  


/* === Styly pro tento web === */

#navigation, 
#language 
{
  display: none;
}

#content 
{
  clear: both;
  margin-top: 20px;
}

#foot em
{
  font-style: normal;
}
