body {
  background:       #A9B182;
  background-image: url(pics_lyrik/bg_green_leaves_b.jpg);
  font-family:      Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px;
}

#kopfleiste {
  background-color: black;
  margin:           10px;
  height:           100px;
  
}

#inhalt {           
  background-color: black;
  width:            720px;
  padding-top:      5px;
  padding-bottom:   5px;  
  margin-left:      auto;
  margin-right:     auto;
}

#hauptinhalt {
  background:       #070D01;
  font-size:        105%;
  padding:          15px;
  margin:           0px 300px 10px 10px;
}

#seitenleiste {
  background:       #070D01;
  font-size:        105%;
  width:            240px;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  float:            right;  
}

#fussleiste {
  background-color: #070D01;
  color:            #A9B182;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            right;
}

p {
  
  color:            #A9B182;
}

p.seite {
  text-align:      center;
  font-family:     "Courier New", Courier, monospace;
}
.lyrik {
  letter-spacing:  0.1em;
  font-family:     "Monotype Corsiva", "Times New Roman", serif;
}
.lyrik p:first-letter { font-size:500%; 
                        float: left;
						margin: 10px 10px 50px;
						}
.lyrik p:first-line {font-family: "Monotype Corsiva", "Times New Roman", serif; font-size: 150%;}
.lyrik h1 {
  text-align:       left;
  font-family:      "Monotype Corsiva", "Times New Roman", serif;
  color:            #365310;
  font-size:        300%;
  margin:           50px;
  
}


img.mini {
  margin:           10px;
  border:           none;
}



h1 {
  color:            #365310;
  font-size:        300%;
  margin:           50px;
  
}

h2 { 
  color:            #365310;
  font-size:        110%;
}

h3 {
  font-family:     "Courier New", Courier, monospace;
  color:            #365310;
  font-size:        120%;
  text-align:       center;
}


a:link {
  color:            yellow;
  text-decoration:  none;
  border-bottom:    thin dotted yellow;
}
a:visited {
  color:            yellow;
  text-decoration:  none;
  border-bottom:    thin dotted yellow;
}


  
  
  






