@CHARSET "UTF-8";

/**
 * StyleSheet fuer die Monitorausgabe der HerrenGut Homepage
 *
 * @version $Id: herrengut.css 37 2008-12-10 19:58:18Z andy $
 */
 
/*** allgemeine Formatierungen ***/
body {
  font-size: 13px;
  padding: 2em 0em 0em 0em;
  
  background-color: white;
  color: black;
  font-family: Arial, sans-serif;
}
h1, h2, h3 {
  display: block;
  margin: 1em 0em 0em 0em;
  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 {
  display: block;
  margin: 0em;
  padding: 0em;
  
  font-style: normal;
}

a:link,
a:visited {
  color: #8a171a;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  color: #8a171a;
  text-decoration: none;
}
 
/*** Klassen ***/
.links, .rechts, .mitte {
  display: block;
  margin: 0em;
}
.links, .rechts {
  background-color: #390001;
  color: white;
  background-repeat: repeat-y;
}
.links {
  float: left;
  width: 20%;
  background-image: url( '_bilder/verlauf-rl.png' );
  background-position: right top;
}
.mitte {
  background-color: transparent;
}
.rechts {
  float: right;
  width: 25%;
  background-image: url( '_bilder/verlauf-lr.png' );
  background-position: left;
}

.halb {
  display: block;
  width: 45%;
  float: left;
}

.label {
  font-style: normal;
}

a.extern {
  padding-right: 14px;
  background: url( '_bilder/link-extern.png' ) no-repeat right center;
}

/*** Klappboxen ***/
.offen, .zu {
  cursor: pointer;
  padding-left: 18px;
}
.offen:hover, .zu:hover {
  text-decoration: underline;
}
.offen {
  background: url('_bilder/aufgeklappt.png') left no-repeat;
}
.zu {
  background: url('_bilder/zugeklappt.png') left no-repeat;
}

/** JS Galerie **/
.jsgalerie_controls {
  margin: 0em;
  padding: 0.2em;
  text-align: center;
}
.jsgalerie_next,
.jsgalerie_prev {
  display: block;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}
.jsgalerie_next img,
.jsgalerie_prev img {
  display: inline;
  padding: 0px;
  margin: 0px;
}
.jsgalerie_prev:hover,
.jsgalerie_prev:focus,
.jsgalerie_next:hover,
.jsgalerie_next:focus {
  border-bottom: 2px solid white;
}
.jsgalerie_prev {
  float: left;
}
.jsgalerie_next {
  float: right;
}
 
/*** spezielle Elemente ***/
#body2 {
  display: block;
  width: 80%;
  min-width: 790px;
  max-width: 1200px;
  margin: auto;
  padding: 0em;
 
  /* Hintergrund nach der linken Spalte beginnen */ 
  background-position: 20% top;
  background-repeat: no-repeat;
}
#kopf {
  display: block;
  margin: 0em;
  padding: 0em;
}
#kopf .links,
#kopf .mitte,
#kopf .rechts {
  padding: 0em;
  height: 120px;
}
#kopf .links {
  /* Workaround fuer vertical-align */
  height: 70px;
  padding-top: 50px;
  
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}
#kopf .rechts {
  /* Workaround fuer vertical-align */
  height: 90px;
  padding-top: 30px;
  
  text-align: center;
  line-height: 150%;
}
#kopf .mitte {
  font-size: 200%;
  color: black;
  text-align: center;
  padding: 0px;
}
  

#schlagworte {
  display: block;
  height: 1.2em;
  margin: 0em;
  padding: 0.3em 1em 0.3em 1em;
  clear: both;
  
  list-style-type: none;
  
  font-family: "Trade Gothic", sans-serif;
  text-align: center;
  text-transform: uppercase;
  
  background-color: #001722;
  color: white;
}
#schlagworte li {
  display: block;
  float: left;
  width: 12%;
  height: 1em;
  padding: 0em;
  margin: 0em;
  
  text-align: center;
}
/*
 * Hinweis:
 * Alles unter den Schlagworten soll 400 Pixel hoch sein
 */
#navigation {
  display: block;
  height: 360px;
  margin: 0px;
  padding: 20px;
  
  font-size: 110%;
  text-transform: uppercase;
  
  list-style-type: none;
  font-family: "Trade Gothic", sans-serif;
}
#navigation li {
  display: block;
  margin: 1em 0em 0em 0em;
  padding: 0em;
}
#navigation ul {
  display: block;
  
  list-style-type: none;
  
  margin: 1em 0em 0em 1em;
  padding: 0em;
}
#navigation a {
  display: block;
  margin: 0em;
  padding: 0em;
}
#navigation .aktiv {
  font-weight: bold;
}
#navigation a:link,
#navigation a:visited {
  color: white;
  text-decoration: none;
}
#navigation a:hover,
#navigation a:focus,
#navigation a:active {
  color: white;
  text-decoration: underline;
}
  
#inhalt {
  display: block;
  width: auto;
  height: 360px;
  margin: 20px 0px 0px 0px;
  padding: 0px 30px 20px 30px;
  
  line-height: 180%;
  text-align: justify;
  overflow: auto;
}
#inhalt h1 {
  display: block;
  height: 0px;
  overflow: hidden;
}

#bilder {
  overflow: hidden;
  text-align: center; /* fuer IE */
  padding: 20px 0px 0px 0px;
}
#galerie {
  display: block;
  height: 380px;
  margin: 0px;
  padding: 0px;
  
  text-align: center;
  vertical-align: middle; 
}
#galerie img {
  display: inline;
  border: none;
  padding: 0px;
  margin: 0px;
}
#galerie .jsgalerie_controls {
  display: block;
  max-width: 230px;
  height: 20px;
  margin: auto;
}