/*
 * sheep-style von September 2010
 * sheep-aussehen.css - Enthält alle "designmäßigen" Definitionen
 */
/*
 * Menü-/Seiten-Hintergrundfarben
 * Menu Menulink :visited :hover Inhalt,html,body
 * #CDC673 #EEE685 #FFF68F #FFFFB0 #FFFFEE
   #F4F6D4 #306905 #628D29 #C5D572 #FFFFB9
 *   -"-   #FF0000 #FF3600 #FFA100 #FFD700
 *   -"-   #7BC618 #A9DA55 #DEF19B #FFFFC6
 *   -"-   #94D639 #B4E263 #DFF39C #FFFFC6 
 */
/* Inhalt */
html {
  background-color: #FFFFAA;
}
body, #Inhalt {
  background-color: #FFFFCC;
}
body {
  font-family: Verdana, Calibri, Georgia, serif;
  font-size: 11pt;
}
#Inhalt {
  font-size: 105%;
  /* color: #474747; */
  color: #605546;
}
#Inhalt p {
  line-height: 1.4em;
}
#Inhalt h2 {
  clear: both;
}
#Inhalt h1 {
  background-color: #FFFFB9;
  /* border: 1px dotted #FDD; */
}
#Inhalt h1, #Inhalt h2, #Inhalt h3 {
  color: black;
}

/* Menu */
#Menu {
  background: #F4F6D4 url(farbverlauf_gruen_2.gif) repeat-x fixed;
  color: black;
  font-family: Calibri, Georgia, serif;
  font-size: 12pt;
}
#Menu a {
  font-weight: bold;
  font-style: italic;
  background-color: #628D29;
  color: black;
  text-decoration: none;
}
#Menu a.aktuelleSeite {
  background-color: #306905;
  font-style: normal;
  color: #DDDDDD;
}
#Menu a:hover {
  background-color: #C5D572;
  color: inherit;
}
#Seitentitel {
  margin-left: 1ex;
  font-variant: small-caps;
  visibility: hidden;
}

/* Sonderklassen */
.ListeEllipse {
  list-style: none outside url(ellipse.gif);
}
.BilderQuad, .BilderTrio {
  border: 2px solid #306905;
}
.EinzelBild img, .BilderDuo img, .BilderTrio img, .BilderQuad img {
  border: none;
  cursor: url("ZoomIn_3.cur"), cell;	
}
.E-Mail {
  white-space: nowrap;
}
.TelefonNummer {
  letter-spacing: 0.2ex;
  font-style: italic;
}
