/* CSS Document */

html {
  background: none;
}

body {
  	background: none;

}



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, #Main, #Content, #Container {
  margin: 0;
  padding: 5px;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	vertical-align: baseline;
  /*list-style-type:disc;*/

}

#printlogo {
	display: block;
	height: 94px;
	background: url(/images/print_logo.gif);

}



#Header,#MainNavi,#ContentBannerTop,#Left,#Right,#BannerContentZone,#RelatedComments,#Footer,.top-news-box-comment,.news-box-comment, #BannerContentZone, .banner-content, .links, .comments {
	display: none;
}

#Content {
  	margin-bottom: 1em;
}

h1 {
  	color: #ec1c23;
  	font-size: 16px;
 
}

h2,h3,h4,h5 {
  	color: black;
  	 font-weight: bold;
}

.date{
	color: #999;
}

#Content a {
  	color: #ec1c23;
	text-decoration: none;
}

img.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
img.left {
  float: left;
  margin-left: 1em;
  margin-bottom: 1em;
}

#Content ul.articles {
  margin: 0;
  padding: 0;
}
#Content ul.articles li {
  list-style: none;
  margin: 0;
  margin-bottom: 2em;
  padding: 0;

}


dl {
  margin-bottom: 1em;
}
dt {
  margin: 0;
  margin-bottom: .5em;
}
dd {
  margin: 0;
  margin-bottom: .5em;
}
/* @end */
/* @group nebeneinander ausgerichtete Listen */
dl.parallel {
  position: relative;
  width: 100%;
}
dl.parallel:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
dl.parallel dt {
  width: 140px;
  text-align: left;
  margin-top: 4px;
  float: left;
}
dl.parallel dd {
  width: 430px;
  float: left;
}
dl.parallel dd.without-title {
  width: 390px;
}
/* @group Lange Überschrift */
dl.parallel dt.long_headline {
  width: 100%;
  float: none;
}
dl.parallel dd.long_headline {
  margin-left: 140px;
  display: inline;
}

dl.parallel.events dt {
  width: 170px;
  margin-top: 0px;
}
dl.parallel dd {
  width: 400px;
}

.editorial_image {
	float:right;
	width: 13.85em;
	margin-left: 1em;
 	line-height: 1em;


}