/* @group Text-Formatting */
#Content p {
  line-height: 1.75em;
  margin-bottom: 1em;
}
.right {
  float: right;
  margin: 0 0em 0.5em 1em;
}
.left {
  float: left;
  margin: 0 1em 0.5em 0;
}
.pdf {
  padding-left: 1.75em;
  background: transparent url(/images/icons/pdf.png) no-repeat left top;
}
.clearall {
  clear: both;
}
hr {
  height: 1px;
  background-color: #b8b8b8;
  border: none;
}
small {
  font-size: 0.85em;
  color: #666;
}
p.center {
  text-align: center;
}
/* @end */



/* @group Meldungen */
#Content .notice {
  color: #006647;
  background-color: #e2f9e3;
  border: 1px solid #99cc99;
  padding: .5em 1em 0 1em;
  margin-bottom: 1em;
}
#Content .formError,
#Content .error {
  color: #ff4a4a;
  background-color: #ffeeee;
  border: 1px solid #ff4a4a;
  padding: .5em 1em 0 1em;
  margin-bottom: 1em;
}
/* @end */



/* @group Links */
#Content a:link,
#Content a:visited {
  text-decoration: underline;
}
#Content a:hover {
}
#Content a.external {
  background: transparent url(/images/external.gif) no-repeat right center;
  padding-right: 1.5em;
}
#Content a[href^="http://"] {
  background: transparent url(/images/external.gif) no-repeat right center;
  padding-right: 1.5em;
}
#Content a.more {
  font-size: 0.92em;
  font-weight: bold;
  color: #5c5c5c;
  background: url(/images/link-a-2.gif) no-repeat right 80%;
  padding-right: 1.5em;
}
/* @end */



/* @group Headlines */
#Content h1 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1.4em;
  color: #C00;
  padding: 0;
  display: block;
  margin-bottom: 0.75em;
}
#Content h2 {
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.4em;
  color: #C00;
  margin-bottom: 0.9em;
}
#Content h2.kicker {
  font-size: 1em;
  font-weight: normal;
  color: #888;
  margin-bottom: 0.2em;
}
#Content h3 {
  font-size: 1.17em;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
#Content h4 {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
#Content h5 {
  font-size: 1em;
}
#Content h6 {
  font-size: 0.92em;
}
/* @end */



/* @group Images */
#Content img.left {
  margin: 0 1em 0.5em 0;
  float: left;
  clear: left;
}
#Content img.right {
  margin: 0 0 0.5em 1em;
  float: right;
  clear: right;
}
#Content img.border {
  border: 1px solid #b8b8b8;
}
#Content img.yum {
  margin-bottom: 3em;
}
/* @end */



/* @group Lists */
#Content ul {
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 0;
}
#Content ul li {
  line-height: 1.75em;
  background: url(/images/bg-li-5.gif) no-repeat 0 .7em;
  margin: 0;
  width: 100%;
  padding: 0 0 0 16px;
}
/* @group Bullet-Icons */
#Content ul li.default,
#Content ul li.pdf,
#Content ul li.doc,
#Content ul li.xls,
#Content ul li.ppt,
#Content ul li.jpg,
#Content ul li.gif,
#Content ul li.txt,
#Content ul li.zip,
#Content ul li.html {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left 0.3em;
  margin-bottom: 0.3em;
  padding-left: 2em;
}
#Content ul li.default {
  background-image: url(/images/icons/default.png);
}
#Content ul li.pdf {
  background-image: url(/images/icons/pdf.png);
}
#Content ul li.doc {
  background-image: url(/images/icons/doc.png);
}
#Content ul li.xls {
  background-image: url(/images/icons/xls.png);
}
#Content ul li.ppt {
  background-image: url(/images/icons/ppt.png);
}
#Content ul li.jpg {
  background-image: url(/images/icons/jpg.png);
}
#Content ul li.gif {
  background-image: url(/images/icons/gif.png);
}
#Content ul li.txt {
  background-image: url(/images/icons/txt.png);
}
#Content ul li.zip {
  background-image: url(/images/icons/zip.png);
}
#Content ul li.html {
  background-image: url(/images/icons/html.png);
}
/* @end */
/* @end */
/* @group Tables */
#Content table {
  /*width: 100%;*/
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.75em;
  margin-bottom: 1em;
}
#Content table.small {
  font-size: 0.9em;
}
#Content table tr {
  border-bottom: 1px solid #b8b8b8;
}
#Content table th,
#Content table td {
  padding: 0.2em;
}
#Content table th {
  text-align: left;
  background-color: #d7d7d7;
}
#Content table td {
  vertical-align: top;
}
#Content table th.center,
#Content table td.center {
  text-align: center;
  float: none;
}
#Content table th.bottom,
#Content table td.bottom {
  vertical-align: bottom;
}
#Content table th.right,
#Content table td.right {
  text-align: right;
  float: none;
}
#Content table th.nowrap,
#Content table td.nowrap {
  white-space: nowrap;
}
/* @group Tables with borders */
#Content table.without_borders table.with_borders,
#Content table.with_borders {
  border-left: 1px solid #b8b8b8;
  border-top: 1px solid #b8b8b8;
}
#Content table.without_borders table.with_borders th,
#Content table.without_borders table.with_borders td,
#Content table.with_borders th,
#Content table.with_borders td {
  border-right: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
/* @end */
/* @group Tables without borders */
#Content table.without_borders {
  border: none;
}
#Content table.without_borders tr,
#Content table.without_borders th,
#Content table.without_borders td {
  border: none;
}
/* @end */
/* @end */







/* @group Forms */
input,
textarea,
select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 0.2em;
}



/* @group Fieldset */
#Content fieldset {
  position: relative;
  width: 100%;
  background-color: #dedede;
  border-top: 1px solid #BFBAB0;
  margin: 0 0 -1em 0;
  padding: 0 0 1em 0;
  float: left;
  clear: left;
}
#Content legend {
  font-size: 0.85em;
  line-height: 1.4em;
  margin-left: 1em;
  padding: 0;
}
#Content legend span {
  position: absolute;
  top: 0;
  left: 0.74em;
  font-size: 1.3em;
  line-height: 1.4em;
  margin-top: 0.5em;
}
#Content fieldset ol {
  margin: 0;
  padding: 3.5em 1em 0 1em;
}
#Content fieldset li {
  width: 100%;
  list-style: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  float: left;
  clear: left;
}
#Content fieldset label {
  width: 10em;
  margin-right: 1em;
  margin-top: 0.4em;
  display: block;
  float: left;
}
/* @end */



/* @group verschachtelte Fieldsets */
#Content fieldset fieldset {
  background: none;
  border-style: none;
  margin-bottom: -2.5em;
}
#Content fieldset fieldset legend {
  font-weight: normal;
  margin-left: 0;
}
#Content fieldset fieldset ol {
  position: relative;
  top: -1.5em;
  margin: 0 0 0 11em;
  padding: 0;
}
#Content fieldset fieldset label {
  width: auto;
  margin-right: auto;
  float: none;
  display: inline;
}
/* @end */



/* @group Fieldset Submit */
#Content fieldset.submit {
  width: auto;
  background: #dedede;
  border-top: none;
  border-bottom: 1px solid #BFBAB0;
  padding-top: 0;
  padding-left: 12em;
  float: none;
}
/* @end */
/* @end */



/* @group Banner */
#Page div.banner {
  margin: 1em 0 2em 0;
  text-align: center;
}
#Page div.banner h6 {
  display: none;
}
/* @end */



/* @group Meldungen */
#Content .article .photo {
  /*width: 200px;
  height: 145px;*/
  width: 280px;
  height: 210px;
  border: 3px solid #ccc;
}
#Content .article .photo.left {
  margin: 5px 10px 12px 0;
  float: left;
}
#Content .article .photo.right {
  margin: 5px 0 12px 10px;
  float: right;
}
#Content .article .photo img {
  /*width: 200px;
  height: 145px;*/
  width: 280px;
  height: 210px;
}
#Content .article .photo.old,
#Content .article .photo.old img {
  height: auto;
}



/* @group Archiv */
#Content ul.articles {
  margin: 0;
  padding: 0;
}
#Content ul.articles li {
  list-style: none;
  background: none;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  float: left;
}
#Content ul.articles img {
  width: 140px;
  height: 105px;
  border: 3px solid #ccc;
  margin-right: 14px;
  float: left;
}
#Content ul.articles img.old {
  width: 140px;
  height: auto;
}
#Content ul.articles div.teaser {
  width: 340px;
  line-height: 20px;
  float: left;
}
#Content ul.articles div.teaser h2 {
  font-size: 1em;
  margin-bottom: 0.25em;
}
#Content ul.articles div.teaser a {
  position: relative;
  font-size: 0.92em;
  font-weight: bold;
  color: #5c5c5c;
  background: url(/images/link-a-2.gif) no-repeat 100% 80%;
  padding: 0 17px 0 0;
}
#Content ul.articles div.teaser h2 a {
  font-size: 1em;
  font-style: normal;
  text-decoration: none;
  color: #c00;
  background: none;
  padding: 0;
}
#Content ul.articles div.teaser a:hover {
  text-decoration: underline;
}
/* @end */



/* @group Seitennavigation */
#Content .articles_page_navigation {
  font-size: 0.9em;
  text-align: left;
  padding: 5px 0;
  clear: left;
}
#Content .articles_page_navigation .page_nav,
#Content .articles_page_navigation .page_nav_current {
  border: 1px solid #ccc;
  margin: 0 3px;
  padding: 5px;
}
#Content .articles_page_navigation .page_link {
  border: 1px solid #c00;
  color: #c00 !important;
  margin: 0 3px;
  padding: 5px;
}
#Content .articles_page_navigation .page_link:hover {
  border: 1px solid #666;
  background-color: #CCC;
  color: #666 !important;
}
/* @end */
/* @end */



/* @group Quiz */
#Quiz {
  background: url(/media/quiz/background.jpg) repeat-y 0 0;
  height: 640px;
  width: 480px;
}
#Quiz .text {
  padding: 0 20px;
}
/* @end */


