html {
  height: 100%;
}
body {
/*  background: #aaa url(img/hintergrund.gif) fixed center bottom repeat-x; */
  background: #fff;
  text-align: center;
  font: 13px verdana, arial, sans-serif; 
  margin: 0;
  padding: 0 0 0 0;
  height: 100.01%;
}
pre, code, samp {
  font: 1em 'courier new', courier, monospace;
  color: #c60;
}
acronym, abbr, dfn {
  border-bottom: 1px dashed #999;
  font-style: normal;
  cursor: help;
}
blockquote {
  padding: 0 15px 0 10px;
  margin: 15px 0 15px 5px;
  text-align: justify;
  color: #666;
  line-height: 1.35;
  font-size: 11px;
  border-left: 5px solid #aaa;
}
a {
  color: #666;
  text-decoration: none;
}
a:hover {
  background:#953f23;
  color: #fff;
}
img {
  border: none;
}
#clearer {
  clear: both;
}
.center {
  text-align: center;
}


/* small */
.klein {
  font-size: .9em;
}
/* smaller */
.kleiner {
  font-size: .8em; 
}

/* imgages */
.bild-links {
  float: left;
  margin: 2px 10px 5px 0;
}
.bild-rechts {
  float: right;
  margin: 2px 0 5px 10px;
}

/* Container */
#container {
  width: 100%; 
  margin: 1em 0.5em;
  text-align: left;
  position: relative;
  padding: 0;
  border: 0px solid #8d8d8d;
}

/* Header */
#header {
  height: 142px;
  color: #999;
  margin: 0 0 40px 0;
}

#header img {
  border:none;
}

#header_text {
  display: none;
}

#countdown {
  display: none;
}

/* content_box */
#content_box {
  position:relative;
  background: #fff;
  padding: 0;
}

/* Sidebar :: Menu*/
#sidebar {
  display: none;
}


/* Content */
#content {
  float: left;
  width: 95%;
  padding-bottom: 0;
  line-height: 1.35;

}
#content p {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
#content a {
  border-bottom: 2px solid #953F23;
}
#content h1 a:hover {
  color: #fff;
  border-bottom: 2px solid #953F23;
}
#content a:hover {
  color: #fff;
  background: #953F23;
  border-bottom: 2px solid #953F23;
}
#content h1, h2 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: .5em;
  padding: 0;
  color: #953F23;
}
#content h1 a {
  color: #953F23;
}
#content h3 {
  font-size: 1.0em;
  margin: 17px 0 0 0;
  padding: 0;
  color: #953F23;
}
#content h4 {
  font-size: 0.9em;
  font-weight: bold;
  color: #6f6f6f;
  margin: 17px 0 0 0;
}
#content h5, h6 {
  font-size: 0.9em;
  font-weight: bold;
  color: #6f6f6f;
  margin: 0.3em 0 0 0;
  border-bottom: 2px solid #8d8d8d;
}
#content h1 a, #content h2 a:hover {
  border-bottom: none;
}
#content img {
  border: 0px solid #666;
  margin-right: 10px;
}
.beitrags-titel {
  border-bottom: 2px solid #953F23;
}
#content .beitrags-info, #content .beitrags-info2 {
  font-size: 11px;
  color: #555;
  line-height: 1.2;
  text-transform: lowercase;
}
#content .beitrags-info2 {
  border-top: 1px solid #e1e1e1;
  margin-bottom: 30px;
  padding: 2px 0;
}
#content #beitrag-info-box {
  font-size: 11px;
  margin: 20px 0;
  padding: 10px;
  background: #eee;
  border-top: 1px dotted #ddd;
  border-bottom: 1px dotted #ddd;
}
#content .beitrag a {
  padding: 0;
  margin: 0;
}
#content .wp-caption-text, .date 
{
  font-size: 0.8em;
  color: #666666;
}
.beitrag {
  margin-bottom: 2em;
}
/* Footer */
#footer {
  display: none;
}

