@CHARSET "UTF-8";

/**
 * Drucklayout fuer Herrengut.de
 *
 * @author [bsp] Andy Pillip
 * @version $Id: print.css 15 2008-05-18 18:07:48Z andy $
 */

body {
  color: black;
  background-color: white;
  
  font-family: Arial, sans-serif;
  font-size: 100%;
}

h1, h2, h3 {
  display: block;
  color: #8a171a;
  text-transform: uppercase;
}

h1 {
  font-size: 200%;
  font-weight: bold;
}
h2 {
  font-size: 180%;
  font-weight: normal;
}

strong {
  font-weight: bold;
  color: #8a171a;
}

address {
  font-style: italic;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
  color: #8a171a;
  text-decoration: underline;
}
a.extern:after {
  content: " " attr(href);
}


#schlagworte {
  display: block;
  width: auto;
  
  clear: both;
  
  margin: 0em 0em 1em 0em;
  padding: 0em;
  
  font-size: 80%;
  font-family: "Trade Gothic", sans-serif;
  text-align: justify;
  
  border-bottom: 1px solid #8a171a;
}
#schlagworte li {
  display: inline;
}

#kopf .rechts {
  display: block;
  float: right;
  font-size: 80%;
  text-align: right;
}

#inhalt {
  display: block;
}

#bilder {
  display: block;
  float: right;
  width: 230px;
  margin: 10px;
}

/** im Druck nicht benoetigte Elemente **/
#navigation {
  display: none;
}
#body2 {
  background-image: none !important;
}