/* Literatur-Projekt G.Gossmann & F.Wackermann - Unna, den 12.01.2008 */

body {
  background-color: #AAA59A;
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#kopfleiste {
  margin:           15px;
  height:           175px;
}

#hauptinhalt {
  background-color:  #FAF8F1;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  width:            420px;
  float:            left;
}

#seitenleiste {
  background:       #FAF8F1;
  font-size:        105%;
  font-style: italic;
  padding:          15px;
  margin:           0px 10px 10px 470px;
}

ul {
font-style: normal;
}

#fussleiste {
  background-color: #565656;
  color:            #FAF8F1;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
}

h1 {
  font-size:        120%;
  color:            #1f1f1f;
}

h2 { font-size: 110%; }

a:link {
  color:            #797979;
  text-decoration:  none;
  border-bottom:    thin dotted #b76666;
}
a:visited {
  color:            #797979;
  text-decoration:  none;
  border-bottom:    thin dotted #675c47;
}

#inhalt {
  width:            820px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #565656;
  margin-left:      auto;
  margin-right:     auto;
}

.bild {
font-size:        75%;
}
