th {
  text-align: left;
  vertical-align: top;
}

/* switch off the following (not needed) */
#logo,
#footer,
#midend_top span { display: none; }

/* top navigation matters */
#nav_topnavigation {
  margin-bottom: 10px;
}

#nav_topnavigation ul {
  background: url(wuerfel2.gif) left -1px no-repeat;
  text-align: right;
  height: 18px;
  line-height: 18px;
  border: 1px solid #CE2714;
  padding: 0 0 0 21px;
  float: right;
}

#nav_topnavigation li a,
#nav_topnavigation li {
  display: inline;
  float: none;
}

#nav_topnavigation li a {
  padding: 0 3px;
}

/* columns */
#fullmidcolumn,
#midcolumn {
  border-left: 1px dotted #666;
  border-right: 1px dotted #666;
  margin-right: 5px;
}

#fullmidcolumn {
  margin-right: -1px;
}

#leftcolumn {
  margin-right: 5px;
}


/* main navigation stuff */
.nav.mainnavigation {
  border-bottom: 1px solid #666666;
  margin-bottom: 30px;
}

.nav.mainnavigation li a {
  background-position: 3px center;
}

.nav.mainnavigation li a.sel {
  background-position: 3px center;
}

.nav.mainnavigation li li a {
  background-position: 13px center;
}

.nav.mainnavigation li li a.sel {
  background-position: 13px center;
}

.nav.mainnavigation li li li a,
.nav.mainnavigation li li li a.sel {
  background-image: url();
  padding-left: 35px;
}


/* Indexpage Header */
.indexhead h1,
h1.indexhead,
.article_title { 
  background: url(pfeil_headl.gif) 3px center no-repeat;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  padding-left: 20px;
}
.indexhead h1 {
  font-size: 1.08em;
  margin: 0;
}
h1.indexhead,
h1.article_title {
  font-size: 1.2em;
  margin: 0 0 10px;
}

/* end of content bar */
#midend {
  margin: -10px 182px 0 180px;
  border-left: 1px dotted #666666;
  border-right: 1px dotted #666666;
  width: 491px;
}

#midend a {
  float: left;
  margin-left: 5px;
}

#midend_top {
}

#midend em {
  color: #666666;
  font-style: normal;
  font-size: 0.85em;
}


/* infobox */
.infocontainer h2 {
  margin: 0;
  padding: 0 0 0 30px;
  background: #5E91AE url(wuerfel.gif) top left no-repeat;
  border-bottom: 1px solid white;
  height: 21px;
  line-height: 21px;
  color: white;
  font-size: 1em;
}

.infocontainer ul,
.infocontainer li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.infocontainer li a {
  background: #ffffff;
  border-bottom: 1px solid #5E91AE;
  font-weight: bold;
  display: block;
  height: 21px;
  line-height: 21px;
  padding-left: 10px;
}

.infocontainer li.printPreview a {
  background: #666666 url(printer.gif) left center no-repeat;
  border-bottom: 1px solid #CE2714;
  color: #CE2714;
  padding-left: 30px;
}

div#info1 a {
  text-decoration: none;
}


/* articles */
.article_abstract {
  color: #CE2714;
}
