/* @group Text-Formatting */
#Content {
  font-size: 1.3em;
  line-height: 1.5em;
}
#Content p {
  margin-bottom: 1em;
}
#Content p.right {
  text-align: right;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
big {
  font-size: 1.6em;
}
small {
  font-size: 0.85em;
  color: #999;
}
span.notice {
  background: #FEA;
  color: #C30;
  display: block;
  padding: 0.5em;
  border: 1px dotted #FC9;
}
#Content .formError,
#Content div.notice {
  background: #FEA;
  color: #C30;
  border: 1px dotted #FC9;
  padding: 1em;
  margin-bottom: 1em;
}
#Content div.notice {
  padding-bottom: 0;
}
#Content em.startseite {
  color: #b7284d;
  font-style: normal;
}
#Content em.praxis {
  color: #f46c22;
  font-style: normal;
}
#Content em.themen {
  color: #6d2a8f;
  font-style: normal;
}
#Content em.aktion {
  color: #00abb4;
  font-style: normal;
}
#Content em.standards {
  color: #949073;
  font-style: normal;
}
#Content p.box {
  background-color: #EEEBDD;
  border: 1px solid #949073;
  padding: 0.5em;
}
cite {
  font-size: 1.31em;
}
.clearall {
  clear: both;
}
sup {
  font-size: 0.85em;
  vertical-align: super;
}
sub {
  font-size: 0.85em;
  vertical-align: sub;
}
/* @end */



/* @group Headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 0.75em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h2.no-top-margin {
  margin-top: 0;
}
h1 {
  font-size: 2.1em;
  font-weight: normal;
}
h2 {
  font-size: 1.3em;
}
h3 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #949073;
  margin-bottom: 1em;
  color: #949073;
}
h3 strong {
  font-weight: normal;
  color: #333;
}
h4 {
  font-style: italic;
  line-height: 1.3em;
}
h5 {
  font-size: 1em;
  line-height: 1.3em;
}
h6 {
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: normal;
  margin-bottom: 0;
  color: #666;
}
/* @end */



/* @group Links */
a {
  color: #949073;
  text-decoration: none;
}
a:hover {
  color: #333;
}
#Content a[href^="http://"] {
  background: transparent url(/images/external.gif) no-repeat right center;
  padding-right: 1.3em;
}
#Content a[href$=".xls"],
#Content a.xls {
  background: transparent url(/images/icons/xls.png) no-repeat left center;
  padding: 0.1em 0 0.1em 1.5em;
}
#Content a[href$=".pdf"] {
  background: transparent url(/images/icons/pdf.png) no-repeat left center;
  padding: 0.1em 0 0.1em 1.5em;
}
/* @end */



/* @group Lists */
#Content ul,
#Content ol {
  margin-left: 2em;
  margin-bottom: 1em;
}
#Content ul li {
  list-style-type: square;
  list-style-image: url(/images/li.gif);
  margin-bottom: 0.3em;
}
#Content ol li {
  list-style-type: decimal;
  margin-bottom: 0.3em;
}
#Content ul ul,
#Content ul ol,
#Content ol ul,
#Content ol ol {
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
#Content ul.mediadaten li {
  list-style-type: square;
  list-style-image: url(/images/icons/pdf.png);
}
#Content ul.mediadaten li a {
  background: none;
  padding: 0;
}
/* @end */



/* @group Pictures */
img.left {
  margin-right: 1em;
  margin-bottom: 0.5em;
  float: left;
}
img.right {
  margin-left: 1em;
  margin-bottom: 0.5em;
  float: right;
}
/* @end */



/* @group Tables */
#Content table {
  margin-bottom: 1em;
}
#Content table th {
  font-weight: bold;
  text-align: left;
  color: #666;
  background-color: #e2e2e2;
  border-bottom: 1px solid #929292;
}
#Content th,
#Content td {
  padding: 2px 5px;
  vertical-align: top;
}
/* @end */



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



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



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



/* @group Fieldset Submit */
#Sidebar fieldset.submit,
#Content fieldset.submit {
  width: auto;
  padding-top: 1em;
  padding-left: 12em;
  float: none;
}
/* @end */



/* @group Login-Box */
#Sidebar .box fieldset {
  color: #888;
  padding-bottom: 0.5em;
}
#Sidebar .box fieldset ol {
  padding: 0 0 0 0;
}
#Sidebar .box fieldset ol input.textfield {
  width: 150px;
  border: 1px solid #ccc;
  padding: 3px 2px;
}
#Sidebar .box fieldset label {
  width: 7.5em;
}
#Sidebar .box fieldset fieldset ol {
  margin: 0 0 0 8.5em;
}
#Sidebar .box fieldset.submit {
  padding: 0;
  margin-bottom: 0.5em;
}
#Sidebar .box fieldset.submit input.submit {
  display: block;
  padding: 0;
}
/* @end */
/* @end */
/* @group News */
#Content ul.news {
  margin: 0 0 2em 0;
  padding: 0;
  float: left;
}
#Content ul.news:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.news li {
  width: 610px;
  list-style: none;
  list-style-image: none;
  background: none;
  margin-bottom: 1em;
  padding: 0;
  display: block;
  float: left;
  clear: both;
}
#Content ul.news li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.news li img {
  border: 1px solid #999;
  display: block;
  height: 96px;
  margin-bottom: 1em;
  width: 134px;
}
#Content ul.news li h6 {
  margin-left: 150px;
}
#Content ul.news li h2 {
  margin-bottom: 0.2em;
  margin-left: 150px;
}
#Content ul.news li p {
  margin-left: 150px;
}
#Content ul.news li h6.secured {
  background: transparent url(/images/icons/lock.gif) no-repeat right center;
  padding: 1px 0;
}
/* @group Topmeldung */
#Content ul.news li.top {
  background: #eeebdd;
}
#Content ul.news li.top a img {
  display: block;
  border: none;
  height: 232px;
  margin: 0;
  padding: 0;
  float: none;
  width: 610px;
}
#Content ul.news li.top h2 {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #FFF;
  background: #c55371;
  text-transform: uppercase;
  display: block;
  margin-left: 0;
  padding: 7px 14px;
}
#Content ul.news li.top h1 {
  font-size: 1.6em;
  padding: 7px 14px 0 14px;
  margin-bottom: 0.5em;
  margin-left: 0;
}
#Content ul.news li.top p {
  padding: 0 14px 14px 14px;
  margin-bottom: 0;
  margin-left: 0;
}
/* @end */



/* @group Detailmeldung */
#Content p.news_picture.small {
  width: 305px;
  margin-left: 1em;
  margin-bottom: 0.5em;
  float: right;
}
#Content p.news_picture.tiny {
  width: 250px;
  margin-left: 1em;
  margin-bottom: 0.5em;
  float: right;
}
#Content p.news_picture img {
  display: block;
  margin-left: 0;
}
#Content p.news_picture cite {
  font-size: 0.85em;
  font-style: normal;
  color: #666;
  background-color: #e2e2e2;
  padding: 0.25em 0.5em;
  text-align: right;
  display: block;
}
/* @end */



/* @group Bookmarks */
#Content ul.bookmarks {
  margin: 0;
  padding: 0;
}
#Content ul.bookmarks li {
  list-style: none;
  list-style-image: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#Content ul.bookmarks li.title {
  font-weight: bold;
  margin-right: 1em;
}
#Content ul.bookmarks li a {
  background: none;
  margin: 0 0.3em;
  padding: 0;
}
/* @end */



/* @group Archiv */
#Content fieldset.news_search {
  border-bottom: none;
  margin-bottom: 0;
}
#Content fieldset.news_search ol {
  padding-top: 2.5em;
}
#Content fieldset.news_search li {
  margin-bottom: 0.4em;
}
#Content fieldset.news_search.submit {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #949073;
  margin-bottom: 2em;
}
/* @end */



/* @group Fortbildung Online */
#Content ul.current_training {
  margin: 0 0 2em 0;
  clear: both;
}
#Content ul.current_training li {
  list-style: none;
  list-style-image: none;
}
#Content ul.current_training li h2 {
  font-size: 1em;
  text-transform: uppercase;
  color: white;
  background-color: #b7b28e;
  margin: 0;
  padding: 0.3em 1.2em;
}
#Content ul.current_training li ul {
  width: auto;
  background-color: #eeebdd;
  margin: 0;
  padding: 0;
  float: none;
}
#Content ul.current_training li ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.current_training li ul li {
  width: 279px;
  background-color: #eeebdd;
  margin: 0;
  padding: 13px;
  float: left;
}
#Content ul.current_training li ul li.first {
  width: 278px;
  border-right: 1px solid #dddac5;
}
#Content ul.current_training li ul img {
  border: 1px solid #cdcdcd;
  margin-right: 1em;
  float: left;
}
#Content ul.current_training li ul h3 {
  font-size: 1em;
  font-weight: normal;
  text-transform: none;
  border-bottom: none;
  margin-bottom: 0;
}
#Content ul.current_training li ul h6 {
  color: #333;
  margin-top: 1em;
}
/* @end */
/* @end */



/* @group Zeitschriften */
/* @group Ältere Ausgaben */
#Content ul.journal_archive {
  margin: 0;
  padding: 0;
}
#Content ul.journal_archive li {
  list-style: none;
  list-style-image: none;
  display: block;
  clear: both;
}
#Content ul.journal_archive ul {
  margin: 0;
}
#Content ul.journal_archive ul li {
  width: 145px;
  margin-right: 10px;
  margin-bottom: 1em;
  float: left;
  display: block;
  clear: none;
}
#Content ul.journal_archive ul li.last {
  margin-right: 0;
}
#Content ul.journal_archive ul li h3 {
  font-weight: bold;
  text-transform: none;
  color: #949073;
  border-bottom: none;
  margin-bottom: 0.5em;
}
#Content ul.journal_archive ul li img {
  width: 145px;
  height: 204px;
}
/* @end */
/* @group Inhaltsverzeichnis */
#Content .journal_articles {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#Content .journal_articles li {
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
}
#Content .journal_articles li h3 {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: none;
  color: black;
  border-bottom: none;
  margin-bottom: 0.5em;
}
#Content .journal_articles li.praxis h3 {
  color: #f46c22;
}
#Content .journal_articles li.themen h3 {
  color: #6d2a8f;
}
#Content .journal_articles li.aktion h3 {
  color: #00abb4;
}
#Content .journal_articles li.standards h3 {
  color: #949073;
}
#Content .journal_articles ul {
  margin: 0;
  margin-left: 2em;
  margin-bottom: 2em;
  padding: 0;
}
#Content .journal_articles ul li {
  list-style-image: url(/images/li.gif);
  margin-bottom: 0.8em;
}
#Content .journal_articles ul li.secured {
  list-style-image: url(/images/icons/lock.gif);
  margin-bottom: 0.8em;
}
#Content .journal_articles ul li span {
  margin-bottom: 0.2em;
  display: block;
}
#Content .journal_articles ul li a {
  display: block;
}
/* @end */


/* @group Editorial */
#Content .editorial {
  margin-bottom: 2em;
}
#Content .editorial:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* @end */


/* @group Accordion */
#Content ul.journal_accordion {
  margin-left: 0;
  margin-bottom: 1.5em;
}
#Content ul.journal_accordion:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.journal_accordion li {
  list-style: none;
  list-style-image: none;
  background-color: #EEEBDD;
  margin: 0;
  padding: 0;
  clear: both;
}
#Content ul.journal_accordion li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.journal_accordion li h2 {
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  color: white;
  background-color: #b7284d;
  margin: 0;
  padding: 0.4em 1em;
}
#Content ul.journal_accordion li.headline h2 {
  margin-bottom: 0;
}
#Content ul.journal_accordion li h2 a {
  color: white;
}


#Content .journal_accordion li.praxis h2 {
  background-color: #f46c22;
}
#Content .journal_accordion li.themen h2 {
  background-color: #6d2a8f;
}
#Content .journal_accordion li.aktion h2 {
  background-color: #00abb4;
}



/* @group Toggler */
#Content ul.journal_accordion li h2.toggler {
  clear: both;
}
#Content ul.journal_accordion li h2.toggler a {
  background: url(/images/arrows/right_white.gif) no-repeat 2px center;
  padding-left: 1em;
  display: block;
}
#Content ul.journal_accordion li h2.toggler a:hover {
  color: white;
  background: url(/images/arrows/down_white.gif) no-repeat left center;
}
#Content ul.journal_accordion li h2.toggler.selected a {
  color: white;
  background: url(/images/arrows/down_white.gif) no-repeat left center;  
}
/* @end */



/* @group Element */
#Content ul.journal_accordion ul.element {
  margin: 1em 1em 0 1em;
  overflow: hidden;
}
#Content ul.journal_accordion ul.element li {
  width: 100%;
  margin-bottom: 1em;
  padding: 0;
  display: block;
  float: left;
  clear: both;
}
#Content ul.journal_accordion ul.element li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.journal_accordion ul.element li h3 {
  text-transform: none;
  font-size: 1em;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 0.5em;
}
#Content ul.journal_accordion ul.element li.praxis ul h3 a,
#Content ul.journal_accordion ul.element li.praxis ul a {
  color: #f46c22;
}
#Content ul.journal_accordion ul.element li.themen ul h3 a,
#Content ul.journal_accordion ul.element li.themen ul a {
  color: #6d2a8f;
}
#Content ul.journal_accordion ul.element li.aktion ul h3 a,
#Content ul.journal_accordion ul.element li.aktion ul a {
  color: #00abb4;
}
#Content ul.journal_accordion ul.element li img {
  float: right;
  margin: 0 0 0 1em;
}
/* @end */



/* @end */
/* @end */



/* @group Termine */
#Content .events {
  margin: 0;
  padding: 0;
}
#Content .events li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 1.5em;
}
#Content .events li h2 {
  font-size: 1.1em;
}
#Content .events ul {
}
#Content .events ul li {
  list-style-type: square;
  list-style-image: url(/images/li.gif);
  margin: 0;
  margin-bottom: 0.7em;
  clear: both;
}
#Content .events ul li h6.date {
  width: 140px;
  display: block;
}
#Content .events ul li h3 {
  position: relative;
  font-size: 1em;
  font-weight: bold;
  text-transform: none;
  color: #333;
  border-bottom: none;
  margin: 0;
  margin-top: -1.4em;
  padding-left: 140px;
  display: block;
}
#Content .events ul li h4 {
  font-size: 1em;
  font-weight: normal;
  color: #929292;
  margin: 0;
  padding-left: 140px;
  display: block;
  clear: left;
}
/* @end */



/* @group Tags */
#Sidebar ul.tags li {
  background: none;
  display: inline;
}
#Sidebar ul.tags li a {
  padding: 0.5em;
  line-height: 1.5em;
}
#Sidebar ul.tags li.cloud20 {
  font-size: 1em;
}
#Sidebar ul.tags li.cloud30 {
  font-size: 1.2em;
}
#Sidebar ul.tags li.cloud40 {
  font-size: 1.4em;
}
#Sidebar ul.tags li.cloud50 {
  font-size: 1.6em;
}
#Sidebar ul.tags li.cloud60 {
  font-size: 1.8em;
}
/* @end */



/* @group Ansprechpartner */
#Content ul.people {
  margin-left: 0;
}
#Content ul.people li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 1em;
  display: block;
  clear: left;
}
#Content ul.people li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.people li h3 {
  margin-bottom: 0.2em;
  margin-left: 130px;
}
#Content ul.people li img {
  float: left;
  margin: 0 1em 1em 0;
}
/* @end */



/* @group Sitemap */
#Content .sitemap {
  
}
/* @end */



/* @group GoogleMaps */
#GoogleMap {
  width: 100%;
  height: 650px;
  margin-bottom: 1em;
}
.tooltip {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  min-height: 120px;
}
/* @end */
/* @group Deutschlandkarte */
#GermanyStatesAddress ul {
  position: relative;
}
#GermanyStatesAddress li.tooltip {
  position: absolute;
  width: 300px;
  list-style: none;
  list-style-image: none;
  background-color: #EEEBDD;
  border: 1px solid #949073;
  margin: -290px 0 0 420px;
  padding: 0.5em;
  z-index: 99999;
}
/* @end */



/* @group Pagination */
#Content .page_navigation {
  width: 100%;
  font-size: 0.9em;
  text-align: right;
  padding: 5px 0;
  clear: both;
}
#Content .page_navigation .page_nav,
#Content .page_navigation .page_nav_current {
  border: 1px solid #b7b28e;
  margin: 0 3px;
  padding: 5px;
}
#Content .page_navigation .page_nav_current {
  font-weight: bold;
}
#Content .page_navigation .page_link {
  border: 1px solid #949073;
  /*color: #6e7b81 !important;*/
  margin: 0 3px;
  padding: 5px;
}
#Content .page_navigation .page_link:hover {
  border: 1px solid #949073;
  background-color: #b7b28e;
  color: white !important;
}
/* @end */



/* @group Bücher */
#Content ul.books {
  margin: 0;
  padding: 0;
}
#Content ul.books li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 1em;
  clear: both;
}
#Content ul.books li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.books div.picture {
  float: left;
  width: 115px;
}
#Content ul.books div.teaser {
  float: left;
  width: 495px;
  line-height: 20px;
}
#Content ul.books div.teaser h2 {
  font-size: 1.17em;
  margin-bottom: 0.25em;
}
#Content ul.books div.teaser h2 a {
  font-style: normal;
}
#Content ul.books div.teaser a {
  text-decoration: none;
  font-style: italic;
  font-weight: bold;
}
#Content .book_specials {
  width: 300px;
  margin-left: 1em;
  float: right;
}
#Content .book_specials .price {
  width: 288px;
  height: 45px;
  font-weight: bold;
  font-size: 1.6em;
  color: #949073;
  background: transparent url(/images/button_buch_preis.png) no-repeat top left;
  margin-top: 10px;
  padding: 12px 0 0 12px;
  display: block;
  float: left;
}
#Content .book_specials .price.order_now {
  background: transparent url(/images/button_buch_bestellen.png) no-repeat top left;
}
#Content .book_specials .price a {
  width: 261px;
  height: 45px;
  color: #949073;
  background: none;
  display: block;
}
#Content .book_specials .price a:hover {
  color: #949073;
}
/* @end */
/* @group Medientipps */
#Content ul.media {
  margin: 0;
  margin-bottom: 1em;
}
#Content ul.media li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 0;
}
/* @group Toggler */
#Content ul.media li h2.toggler {
  font-size: 1.1em;
  font-weight: bold;
  line-height: auto;
  text-transform: uppercase;
  margin-bottom: 0;
  clear: both;
}
#Content ul.media li h2.toggler a {
  text-decoration: none;
  color: white;
  background: #b7b28e url(/images/arrows/right.gif) no-repeat 5px 7px;
  border-bottom: 1px solid #FFF;
  padding: 0.3em 2em;
  display: block;
}
#Content ul.media li h2.toggler a:hover {
  color: white;
  background: #949073 url(/images/arrows/down.gif) no-repeat 5px 7px;
}
#Content ul.media li h2.toggler.selected a {
  color: white;
  background: #949073 url(/images/arrows/down.gif) no-repeat 5px 7px;  
}
/* @end */
/* @group Element */
#Content ul.media ul.element {
  margin-left: 0;
  margin-top: 1em;
  overflow: hidden;
}
/* @group Produkt-Vorstellung */
#Content ul.media ul.element li.product {
  width: 100%;
  background: none;
  display: block;
  margin-bottom: 1em;
  float: left;
  clear: both;
}
#Content ul.media ul.element li.product img {
  display: block;
  border: 1px solid #999;
  margin: 0 1em 1em 0;
  float: left;
}
#Content ul.media ul.element li.product h3 {
  text-transform: none;
  color: #333;
  border-bottom: none;
  margin-bottom: 0.2em;
}
/* @end */
/* @group TV-Sendungen */
#Content ul.media ul.element li.tvshows ul {
  margin-left: 0;
}
#Content ul.media ul.element li.tvshows ul li {
  width: 100%;
  margin-bottom: 1em;
  display: block;
  clear: both;
}
#Content ul.media ul.element li.tvshows ul li .time {
  width: 80px;
  display: block;
}
#Content ul.media ul.element li.tvshows ul li .channel {
  position: relative;
  margin-top: -26px;
  padding-left: 80px;
  display: block;
}
#Content ul.media ul.element li.tvshows ul li .title {
  position: relative;
  font-weight: bold;
  color: #222;
  margin-top: -32px;
  padding-left: 130px;
  display: block;
}
#Content ul.media ul.element li.tvshows ul li .description {
  color: #999;
  line-height: 1.6em;
  padding-left: 130px;
  display: block;
  clear: left;
}
/* @end */
/* @end */
/* @end */
/* @group FAQ */
#Content ul.faq {
  margin: 0;
  margin-bottom: 1em;
}
#Content ul.faq li {
  list-style: none;
  list-style-image: none;
  margin-bottom: 0;
}
#Content ul.faq ul {
  margin-bottom: 1.5em;
}
#Content ul.faq ul li {
  list-style-type: square;
  list-style-image: url(/images/li.gif);
}
/* @group Toggler */
#Content ul.faq ul h3.toggler {
  font-size: 1em;
  font-weight: bold;
  line-height: auto;
  text-transform: none;
  border: none;
  margin-bottom: 0.4em;
  clear: both;
}
#Content ul.faq ul h3.toggler a {
  background: none;
  border: none;
  display: block;
}
/* @end */
/* @group Element */
#Content ul.faq div.element {
  margin-left: 0;
  margin-top: 1em;
  overflow: hidden;
}
/* @end */
/* @end */



/* @group Abonnement */
#Content ul.subscriptions {
  margin: 0;
}
#Content ul.subscriptions li {
  width: 300px;
  list-style: none;
  list-style-image: none;
  float: left;
}
#Content ul.subscriptions li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#Content ul.subscriptions li.margin {
  margin-right: 10px;
}
#Content ul.subscriptions li.top {
  width: auto;
  float: none;
}
#Content ul.subscriptions li h2 {
  color: white;
  background-color: #b7b28e;
  font-size: 1em;
  padding: 0.2em 1em;
}
#Content ul.subscriptions li p {
  padding: 0 1em;
}
#Content ul.subscriptions li h2 a {
  color: white;
}
#Content ul.subscriptions li.top img {
  margin-right: 1em;
  margin-bottom: 1em;
  float: left;
}
/* @end */



/* @group Banner */
.banner h6 {
  display: none;
}
#Content .banner a {
  background: none;
  padding: 0;
}
#Content .banner small {
  display: block;
  text-align: right;
}


/* @group Fullsize */
#Content .banner.fullsize {
  text-align: center;
  margin-bottom: 2em;
  clear: both;
}
#Content .banner.fullsize small {
  margin-right: 72px;
}
/* @end */



/* @group Halfsize */
#Content .banner.halfsize {
  text-align: center;
  margin-top: 1em;
  clear: both;
}
#Content .banner.halfsize small {
  margin-right: 35px;
}
#Content .banner.halfsize div {
  display: inline-block;
  width: 300px;
  margin-bottom:2em;
}

/* @end */



/* @group Rectangle */
#Content .banner.rectangle {
  float: right;
  margin-left: 1em;
  margin-top: 1em;
}
/* @end */



/* @group Produkt des Monats */
#Sidebar .banner.product_of_the_month {
  padding-top: 3.5em;
  float: none;
  clear: both;
}
#Sidebar .banner.product_of_the_month small {
  font-size: 1em;
  text-align: right;
  margin-bottom: 0.2em;
  display: block;
}
/* @end */



/* @group Layer Ad */
#LayerAd {
  position: absolute;
  top: 140px;
  left: 200px;
  background: white;
  border: 1px solid #b7b28e;
}
#LayerAd a {
  width: 400px;
  padding: 5px;
  display: block;
}
#LayerAd a img {
  display: block;
}
#LayerAd a.close {
  font-size: 1.2em;
  text-align: right;
  line-height: 1em;
  color: white;
  background: #b7b28e;
  border: none;
  padding: 2px 5px;
  display: block;
}
/* @end */



/* @group Skyscraper */
#Sidebar .skyscraper {
  position: absolute;
  top: -215px;
  right: -210px;
  border: none;
  padding-right: 10px;
}
/* @end */
/* @end */



