li, p {
  font-family: Georgia,"Bitstream Charter",serif;
}

a {
  text-decoration: none;
  color: #D17226;
}

a:visited {
  color: #c16216;
}

a:hover {
  text-decoration: underline;
}

#body {
  background-image: url(images/bg-repeat.jpg);
  background-repeat: repeat-y;
  background-position: center top;
}

#subbody {
  background-image: url(images/bg-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  height: 922px;  /* nicht IE6 kompatibel */  
  text-align: center;
}

#centerbody {
  position: relative;
  top: 86px;
  width: 959px;
  display: inline-block;
  position: relative;
  text-align: left;
}

#logo {
  position: absolute;
  left: 689px;
  top: -64px;
}

#leftcol {
  width: 632px;
}

#rightcol {
  width: 315px;
  background-color: #DEDED0;
  background-image: url(images/sidebar-bg.jpg);
}

#rightcol .topimg {
  width: 315px;
  height: 191px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(images/sidebar-top.jpg);
  background-position: top;
  background-repeat: no-repeat;
}

#rightcolcontainer {
  position: absolute;
  top: 0px;
  left: 0px;
}

#rightcolcontainer .text {
  padding: 5px 20px;
  position: relative;
}

#teaser {
  background-image: url(images/first-post-body.jpg);
  width: 632px;
}


/* Breite, die ein Post auf keinen Fall überschreiten darf, damit das Design
nicht zerstört wird: */
#teaser .post, #lowerpost .post {
  width: 550px;
  overflow: hidden;
}

#teaser h1 {
  margin: 0 0;
  position: relative;
  top: -15px;
  font-family: arial, serif;
}

#lowerpost h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: arial, serif;
} 

#teasercontent {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
}

#lowerpost {
  background-image: url(images/lowerpost-body.jpg);
  position: relative;
}

#lowerposttop {
  width: 640px;
  height: 236px;
  background-image: url(images/lowerpost-top.jpg);
  position: absolute;
  top: 0px;
  left: 0px;
}

#lowerpost .margin {
  padding: 25px 40px;
}

#lowerpost .text {
  position: relative;
  font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
}

#footer {
  width: 938px;
  height: 102px;
  background-image: url(images/footer.jpg);  
}

#footer .text {
  padding: 30px;
  font-family: arial, serif;
  color: #eeeeee;
  font-size: 12px;
}

#rightcol h1 {
  font-family: arial, serif;
  font-size: 18px;
  font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
}

.datestamp {
  position: absolute;
  width: 72px;
  height: 44px;
  left: -85px;  
  background-image: url(images/datestamp.jpg);
}

.datestamp .datestamptext {
  padding-right: 15px;
  text-align: center;
  color: #737852;
}

h1 a, h1 a:visited {
  text-decoration: none;
  color: black;
}

#rightcolcontainer ul {
  margin: 0;
  list-style-type: none;
  -moz-padding-start:0;
}

#rightcolcontainer li {
  padding:5px 0;
}

.post-footer {
  font-family: Arial;
  font-size: 12px;
  padding-bottom: 20px;
  color: #666666;
}

a:visited.more-link, a:link.more-link {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
  background-color: #A00808;
  color: white; 
  padding: 7px 13px;
  font-size: 12px;
}

