/* @group Absätze */
#Content p,
#Content ul,
#Content ol,
#Content table,
#Content dl {
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
p.center,
td.center {
  text-align: center;
}
p.right,
td.right {
  text-align: right;
}
p.clear,
table.clear,
li.clear {
  clear: both;
}
/* @end */
/* @group Aufzählungen, Nummerierungen */
#Content ul,
#Content ol {
  margin-left: 2em;
}
#Content ul li {
  list-style-position: outside;
  list-style-image: url(/images/arrow_grey.gif);
}
#Content ul li.pdf {
  list-style-image: url(/images/pdf.gif);
}
/* @end */
/* @group Definitionslisten */
/* @group allgemeine Positionierung */
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;
  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: 95%;
  float: none;
}
dl.parallel dd.long_headline {
  margin-left: 140px;
  display: inline;
}
/* @end */
/* @end */
/* @group Veranstaltungen */
dl.parallel.events dt {
  width: 170px;
  margin-top: 0px;
}
dl.parallel dd {
  width: 400px;
}
/* @end */
/* @end */
/* @group Images */
img {
  border: none;
}
img a {
  border: none;
}
img.left {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
img.right {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em;
}
/* @end */
/* @group Links */
a {
  color: #ec1c23;
  text-decoration: none;
}
a:visited {
  color: #ec1c23;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
#Content a.external,
#Content a.external[href^="http://"] {
  background: transparent url(/images/external.gif) no-repeat right center;
  padding-right: 16px;
}
#Content a.secure {
  background: transparent url(/images/icons/key.png) no-repeat right center;
  padding: 1px 20px 1px 0;
}
/* @end */
/* @group Headlines */
h1 {
  font-size: 1.8em;
  color: #ec1c23;
  margin: 0;
  margin-bottom: 1em;
}
h2 {
  font-size: 1.25em;
}
h3 {
  font-size: 1.17em;
  color: black;
}
h4 {
  font-size: 1.17em;
}
/* @end */
/* @group Formulare */
#Content input,
#Content select,
#Content textarea {
  font-size: 1.15em;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  border: 1px solid #ccc;
  margin: 0;
  padding: 1px 2px;
}
#Content input:focus,
#Content select:focus,
#Content textarea:focus {
  background-color: #eee;
}
#Content input.submit {
  width: auto;
  border: none;
  padding: 0;
}
/* @end */
.date {
  width: 200px;
  color: #999;
}
.text-italian-big {
  color: #ec1c23;
  font-style: italic;
  font-weight: bold;
}
.text-italian-small {
  font-style: italic;
}
.text-rot {
  color: #ec1c23;
}
.active {
  font-weight: bold;
}
#RelatedComments h5 {
  font-size: 1em;
  font-weight: bold;
}

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


}

