body { font-family: Garamond, Georgia, serif;
       background-color: #b5a789;
       color: white;  
       margin: 0px; }

#kopfleiste {
  background-color: #675c47;
  margin:           10px;
  height:           80px;
}

#hauptinhalt {
  background:       rgb(160,160,160) url(bilder/hintergrund.gif) top left;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 10px;
  width:            420px;
  float:            left;
}

#seitenleiste {
  background:       rgb(160,160,160) url(bilder/hintergrund.gif) bottom right;
  font-size:        105%;
  padding:          15px;
  margin:           0px 10px 10px 470px;
}

#fussleiste {
  background-color: #675c47;
  color:            #efe5d0;
  text-align:       center;
  padding:          15px;
  margin:           10px;
  font-size:        90%;
  clear:            left;
}

.beitrag { border:0px outset gray; 
           padding:.5pt; 
           background-color: rgb(160,160,160);}

img { border: 1px solid #000000; }

h1 { font-family: Arial, sans-serif;
     color: rgb(160,160,160);
     font-size: 20pt; 
     text-align: center; }

h2 { font-family: Arial, sans-serif;
     font-size: 18pt; 
     text-align: center; }

h3 { font-family: Arial, sans-serif;
     font-size: 16pt; 
     text-align: center; }

h4 { font-family: Arial, sans-serif;
     font-size: 14pt; 
     text-align: center; }

h5 { font-family: Arial, sans-serif;
     font-size: 12pt; 
     text-align: center; }

p,li { font-size: 12pt; }

p.note { text-align: center; }

A:link { color: rgb(103, 92, 71);
         text-decoration: none; }

A:visited { color: rgb(103, 92, 71);
         text-decoration: none; }

A:focus { color: rgb(103, 92, 71); 
          text-decoration: overline; }

A:hover { color: rgb(103, 92, 71); 
          text-decoration: underline; }

A:active { color: rgb(103, 92, 71); 
           text-decoration: none; }

#inhalt {
  width:            800px;
  padding-top:      5px;
  padding-bottom:   5px;
  background-color: #675c47;
  margin-left:      auto;
  margin-right:     auto;
}