/* @group Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
}
h2.no-top-margin {
  margin-top: 0;
}
h1 {
  font-size: 2.1em;
  font-weight: normal;
  line-height: 1.23em;
}
h2 {
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.23em;
  color: #E30003;
}
h3 {
  font-size: 1.5em;
  font-weight: normal;
}
h4 {
  font-size: 0.9em;
  text-transform: uppercase;
  margin-bottom: 1em;
}
h5 {
  font-size: 1.3em;
  margin-bottom: 0.7em;
}
/* @end */



/* @group Fieldsets */
fieldset {
  background: none;
  border: none;
}
fieldset legend {
  margin-left: 0;
}
fieldset legend span {
  left: 0;
  font-size: 1.1em;
}
fieldset ol {
  padding-left: 0;
}
fieldset table {
  margin-bottom: 0;
}
/* @end */



/* @group Forms */
input[type="text"],
input[type="password"],
input[type="file"],
textarea,
select {
  font-size: 1em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #444444;
  padding: 0;
}
input[type="text"],
input[type="password"],
input[type="file"] {
  padding: 2px;
}
input:focus,
textarea:focus,
select:focus {
  background: #fff7c9;
}
.formError {
  color: #ff4a4a;
  background-color: #ffeeee;
  border: 1px solid #ff4a4a;
  padding: .5em 1em;
  margin-bottom: 1em;
}
/* @end */



/* @group Articles */
#Content ul.articles {
  margin: 0 0 1em 0;
  padding: 0;
}
#Content ul.articles h1 {
  font-size: 1.2em;
}
#Content ul.articles a {
  color: #ed1c24;
}
#Content ul.articles a:hover {
  text-decoration: underline;
}
#Content ul.articles>li {
  margin-bottom: 1em;
  padding-left: 0;
  list-style: none;
}
#Content ul.articles li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.articles .picture {
  width: 125px;
  line-height: 1em;
}
#Content ul.articles .picture.right {
  float: right;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #DEDEDE;
}
#Content ul.articles .picture.left {
  float: left;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #DEDEDE;
}
#Content ul.articles .picture small {
  font-size: 0.78em;
}
#Content .news_picture {
  width: 180px;
  margin: 0 0 1em 1em;
  display: block;
  float: right;
}
#Content .news_picture.big {
  width: 465px;
  margin: 0 0 1em 0;
  float: none;
}
#Content .news_picture a {
  background: none;
  padding: 0;
}
#Content .news_picture img {
  width: 180px;
  display: block;
}
#Content .news_picture.big img {
  width: 465px;
}
#Content .news_picture small {
  width: 174px;
  background-color: #ededed;
  padding: 2px 3px;
  display: block;
}
#Content .news_picture.big small {
  width: 459px;
}
#NewsSpinner {
  text-align: right;
}
/* @end */



/* @group Accordion */
#Content ul.accordion {
  list-style: none;
  list-style-image: none;
  margin: 0;
  margin-bottom: 1em;
}
#Content ul.accordion li {
  margin-bottom: 0;
}
#Content ul.accordion li h2.toggler {
  font-size: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
  clear: both;
}
#Content ul.accordion li h2.toggler a {
  text-decoration: none;
  background: url(/images/navigation/accordion/toggler.gif) no-repeat right;
  display: block;
  height: 19px;
  padding: 8px 50px 8px 20px;
  color: #555;
}
#Content ul.accordion li h2.toggler a:hover {
  color: #111;
}
#Content ul.accordion li h2.toggler.selected a {
  color: #111;
  background: url(/images/navigation/accordion/toggler_active.gif) no-repeat right;  
}
#Content ul.accordion .element {
  margin: 0;
  overflow: hidden;
  background: #eee;
  padding: 20px;
}
#Content ul.accordion .element ul,
#Content ul.accordion .element ol {
  margin-bottom: 1em;
  margin-left: 2.5em;
}
#Content ul.accordion .element ul {
  list-style-type: square;
}
#Content ul.accordion .element ol {
  list-style-type: decimal;
}
#Content ul.accordion .element ul li,
#Content ul.accordion .element ol li {
  width: auto;
  line-height: 1.75em;
  margin: 0;
}
#Content ul.accordion .element h3 {
  color: #111;
  font-size: 1em;
  line-height: 1.3em;
}
#Content ul.accordion .element p {
  margin-bottom: 1em;
}
/* @end */



/* @group Bildergalerie */
#Content .gallery_albums {
  margin: 0;
  padding: 0;
}
#Content .gallery_albums li {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}
#Content .gallery_albums li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content .gallery_albums li img {
  width: 120px;
  border: 1px solid #b8b8b8;
  margin: 0 0.5em 0.5em 0;
  padding: 1px;
  float: left;
}
#Content .gallery_albums li h2 {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: 0.2em;
}
#Content .gallery_albums li h2 a {
  text-decoration: none;
}
#Content .gallery_albums li h2 a:hover {
  text-decoration: underline;
}
/* @end */



