/*
 * Tiskovy Styl webu Michala Brandejse
 * Autor: Jan Rezac - Filosof
 *
 */
 
a, a:link, a:visited {
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}

input, table, th, td {
  font-family: Arial, sans-serif;
  text-align: left;
}

body {
  text-align: left;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #444;
  line-height: 1.6;
}

div#main {
  font-size: 0.77em;
}

table {
  line-height: 1.6;
}

div#bread,
div.cont,
div#footer {
  display: none;
}

div#logo a, div#logo2 a, div#logo3 a {
  color: #777 !important;
  text-decoration: none;
}

div#logo, div#logo2, div#logo3 {
  padding: 0 0 16px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

div.date {
  padding: 16px 0 0 0;
  margin-top: 16px;
  border-top: 1px solid #ddd;
}

div.komentar div.date {
  padding: 0;
  margin: 0;
  border: 0 none;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 5px;
}