body {
  margin: 0px;
  background-color: #FAFAFA;
  background-image:url(grafic/back-site.gif);
  font-size: 15px;
  font-family: verdana, arial, helvetica, "trebuchet ms", sans-serif;
  color: #373121;
}
td {
  font: 15px verdana, arial, helvetica, sans-serif;
}
img {
  border: none;
}
h1 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #373121;
  letter-spacing: 0.5px;
}
h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 2px;
  margin-top: 10px;
  color: #373121;
  letter-spacing: 0.5px;
}
cite {
  display: block;
  padding-left: 40px;
  background-image: url(grafic/cite.gif);
  background-repeat: no-repeat;
}

.date {
  border-bottom: 1px solid #DFDFDF;
}


/* für die Navigationsüberschriften, */
.navheadline {
  color: #673401;
}

/*Fuß eines Postings*/
.footerentry, .footcomment {
  color: #373121;
  text-align: center;
}

.abschluss {
  text-align:right;
  border-top: 1pt solid #673401;
  width:375px;
}

/* CDs bekommen eine Linie darunter*/
.cds {
  border-top: 1px dotted #373121;
  margin-bottom: 20px;
/*  clear: both;*/
}

/* geFLICKr :-) */
.flickr_badge_image {
  display: inline;
  margin: 2px;
}
.flickr_badge_image img {
  border: 1px solid black !important;
  margin: 15px;
}


/*normale Links im Text*/
a:link {
  text-decoration: none;
  color: #673401;
}
a:visited {
  text-decoration: none;
  color: #673401;
}
a:hover {
  text-decoration: underline;
  color: #673401;
}
a:active {
  text-decoration: none;
  color: #673401;
}

/*Links in der navigation*/
a.other:link {
  text-decoration: none;
  color: #373121;
}
a.other:visited {
  text-decoration: none;
  color: #373121;
}
a.other:hover {
  text-decoration: underline;
  color: #373121;
}
a.other:active {
  text-decoration: none;
  color: #373121;
}

/* Links in der BlogLines - Liste */
.blogrollitem a:link {
  text-decoration: none;
  color: #373121;
}
.blogrollitem a:visited {
  text-decoration: none;
  color: #373121;
}
.blogrollitem a:hover {
  text-decoration: underline;
  color: #373121;
}
.blogrollitem a:active {
  text-decoration: none;
  color: #373121;
}


/* Formulare */
.input {
  color: #373121;
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 15px;
  border: 1px solid #373121;
  width: 250px;
  background-image: url(grafic/back_form.gif);
  padding: 2px;
}
.inputnav {
  background: none;
  color: #373121;
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 15px;
  border: 1px solid #373121;
  width: 120px;
  background-image: url(grafic/back_form.gif);
  padding: 2px;
}
.textarea {
  color: #373121;
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 15px;
  border: 1px solid #373121;
  width: 250px;
  height: 120px;
  background-image: url(grafic/back_form.gif);
  padding: 2px;
}
.button {
  background: none;
  color: #373121;
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 15px;
  border: 1px dotted #673401;
}
.buttonnav {
  background: #BFBFBF;
  color: #373121;
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 15px;
  border: 1px groove #000000;
}
.nobutton {
  background: none;
  border: 1px solid #9D9D9D;
  text-decoration: none;
  color: #673401;
  font-size: 9px;
}

/* layout mit divs */
.header {
  margin-top: 0px;
  margin-left: 0px;
}
#navi {
  margin-left: 50px;
  margin-top: 90px;
  font-size: 13px;
  width: 234px;
  float: left;
}
#outercontent {
  background-image: url(grafic/back-content.gif);
  background-repeat: repeat-y;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: 812px;
}
#content {
  margin-top: 18px;
  margin-left: 342px;
  padding-right: 48px;
  width: 375px;
  vertical-align: top;
  line-height: 25px;
  padding-left: 10px;
  text-align: justify;
  z-index: 10;
}

.box {
  border: 1px solid #DFDFDF;
  background: #FCFCFC;
  margin-bottom: 20px;
  padding: 4px;
}
.postingfuss {
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
  margin-bottom: 50px;
}
.teaser {
  position: absolute;
  top: 163px;
  left: 40px;
  width: 235px;
  font-size: 13px;
  z-index: 4;
  text-align: right;
}
