/** podcast.de Stylesheet */
* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, Verdana, Sans-Serif;
    color: #444;
    background: #DAE7F0 url('//static.podcastcms.de/themes/podcastcore/images/background2.jpg') repeat-x fixed;
}

h1 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 110%;
    font-weight: normal;
    line-height: 2.1em;
}

h2,
h3.channel_hint {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 68.75%;
    font-weight: normal;
    color: #999;
    background: none !important;
}

h1#podcast_headline {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 110%;
    font-weight: normal;
    line-height: 2.1em;
}

h3,
h2#podcast_title,
#content h2.channel_box {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 81.25%;
    font-weight: normal;
    line-height: 2.1em;
    color: #444;
}

h4, h6, h6.channel_box {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 81.25%;
    font-weight: normal;
    line-height: 2.1em;
}

h5 {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 68.75%;
    font-weight: normal;
    color: #999;
}

a {
    color: #3388CC;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #ff9900;
    text-decoration: underline;
}

a:focus {
    color: #ff9900;
}

a.nounderline:hover {
    text-decoration: none;
}

address {
    font-style: normal;
}

a.textlike, a span.textlike {
    color: #545454;
}

a.textlike:hover {
    color: #ff9900;
}

abbr, acronym, dfn {
    color: #93B00A;
    cursor: help;
}

ul {
    list-style: none;
}

p {
    line-height: 1.5em;
}

img {
    border: 0;
}

fieldset {
    border: 0;
}

input.supertext {
    font-size: 115%;
    margin-bottom: 1em;
    vertical-align: sub;
    width: 460px;
}

input.text,
input.editor_field {
    font-family: Arial;
    border-top: 1px solid #999;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #999;
    padding: 2px;
    background: #fff;
    color: #555;
}

input.text:focus,
input.editor_field:focus {
    border: 1px solid #ff9900;
}

input.checkbox {
    vertical-align: middle;
    border: 0 none;
    margin: 0 3px 3px 0;
    width: auto !important;
}

input.submit {
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.submit {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 4px 14px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    *line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #bbbbbb;
    *border: 0;
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.submit:hover,
.submit:active,
.submit.active,
.submit.disabled,
.submit[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

.submit:active,
.submit.active {
    background-color: #cccccc \9;
}

.submit:first-child {
    *margin-left: 0;
}

.submit:hover {
    color: #333333;
    text-decoration: none;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
    /* Buttons in IE7 don't get borders, so darken on hover */

    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.submit:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.submit.active,
.submit:active {
    background-color: #e6e6e6;
    background-color: #d9d9d9 \9;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.submit.disabled,
.submit[disabled] {
    cursor: default;
    background-color: #e6e6e6;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button {
    font-family: Arial, sans-serif;
}

.button_grey {
    padding: 0 0 0 10px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_grey_left.png') no-repeat 0% 50%;
    float: left;
    min-height: 24px;
    text-decoration: none;
}

.button_grey span {
    padding: 0 10px 0 0;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_grey_right.png') no-repeat 100% 50%;
    color: #fff;
    min-height: 24px;
    line-height: 24px;
    display: block;
}

a.start-button {
    -moz-box-shadow: inset 0 1px 0 0 #fff6af;
    -webkit-box-shadow: inset 0 1px 0 0 #fff6af;
    box-shadow: inset 0 1px 0 0 #fff6af;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ff9900));
    background: -moz-linear-gradient(center top, #ffec64 5%, #ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ff9900');
    background-color: #ffec64;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ffaa22;
    display: inline-block;
    color: #333333;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #ffee66;
}

a.start-button:hover {
    color: #333333 !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #ffec64));
    background: -moz-linear-gradient(center top, #ff9900 5%, #ffec64 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ffec64');
    background-color: #ff9900;
}

a.start-button:active {
    position: relative;
    top: 1px;
}

a.abortbutton {
    line-height: 24px;
}

a.roundbutton {
    font-size: 75%;
    display: block;
    float: left;
    padding: 0 0 0 10px;
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_blue_left.png') no-repeat 0% 0%;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -790px;
    line-height: 1em;
    color: #fff;
}

a.roundbutton span {
    line-height: 1em;
    float: left;
    padding: 6px 90px 6px 0;
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_blue_right.png') no-repeat 100% 0%;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -75px -375px;
}

a.roundbutton:hover,
a.roundbutton:focus {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_blue_left.png') no-repeat 0% -46px;
    text-decoration: none;
    color: #fff;
}

a.roundbutton:hover span,
a.roundbutton:focus span {
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_blue_right.png') no-repeat 100% -46px;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -75px -421px;
}

a.roundbutton:active span {
    padding: 7px 10px 5px 0;
}

.button_download {
    padding: 0 0 0 10px;
    background: url('//static.podcastcms.de/images/Content/specials/download/Podcast_Download_button.png') no-repeat;
    width: 250px;
    height: 82px;
    position: relative;
    margin: 0 auto;
}

.link_download {
    top: 42px;
    left: 130px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
}

ul.list_download {
    list-style-image: url('//static.podcastcms.de/images/Content/specials/download/Podcast_Download_checkbox_tick.png');
    vertical-align: middle;
    padding: 50px;
}

#content a.link_download:hover {
    color: #fff;
    text-decoration: none;
}

input.file {
    margin-bottom: 1em;
}

select {
    font-family: Arial;
    border-top: 1px solid #999;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #999;
    padding: 1px;
    background: #fff;
    color: #555;
}

textarea {
    font-size: 100%;
    font-family: Arial;
    border-top: 1px solid #999;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #999;
    background: #fff;
    color: #555;
    padding: 2px;
    overflow: auto;
}

textarea:focus {
    border: 1px solid #ff9900;
}

/* Banners */

#frnBanner {
    margin: 5px 0 0 5px;
    width: 100%;
    position: relative;
}

/*#frnLeftBox {
    z-index: 900;
    position: absolute;
    left: -74px;
    top: 140px;
}*/

#frnBannerAd {
    /*	z-index: 900;
	position: absolute;*/
    /* Default */
    /*left: 45px;*/
    /* 970er */
    /*left: -70px;*/
    /* Wallpaper */
    /*float:right;
    right: 0;*/
}

#frnAdSky {
    position: absolute;
    z-index: 900;
    width: 0;
}

#frnAdSkyPos {
    position: absolute;
    /* Default */
    top: 203px;
    /* All */
    padding-left: 5px;
    left: 820px;
}

/* Unique Elements */
#stage {
    width: 825px;
    margin: auto;
    min-height: 100%;
}

.tracking {
    display: none;
}

#site {
    float: left;
    width: 825px;
    min-height: 600px;
    margin-top: 5px;
}

#header {
    height: 130px;
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/background_header.png') no-repeat;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -10px;
    padding: 14px 5px 0 5px;
}

#header_bg {
    position: relative;
    /**background: #fff url('//static.podcastcms.de/themes/podcastcore/images/background_header_bg.gif') no-repeat 0 25px;*/
    background-color: #fff;
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -190px;
    height: 100%;
}

#logo {
    float: left;
    width: 150px;
    height: 60px;
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/podcast_de_logo.gif') no-repeat 21px 6px;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: 11px -720px;
}

#logo a {
    display: block;
    width: 100%;
    height: 100%;
}

#logo span.portal-title,
#logo span.portal-slogan {
    display: none;
}

#editorialmenu {
    position: absolute;
    left: 275px;
    top: -9px;
    color: #fff;
    font-weight: bold;
    background-color: #ff9900;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border: 0 solid #FF9900;
}

#editorialmenu div {
    padding: 5px 10px;
    cursor: pointer;
}

a.show-more {
    display: none;
}

#infomenu {
    float: right;
    font-size: 68.75%;
    margin: 5px 20px 0 0;
    position: relative;
    z-index: 20;
}

#infomenu a {
    color: #545454;
}

#infomenu a:hover {
    color: #ff9900;
}

#infomenu li {
    float: left;
    margin-left: 16px;
    line-height: 1.818em;
}

#infomenu img {
    vertical-align: middle;
    height: 1.818em;
    width: 1.818em;
    float: left;
    margin-right: 0.5em;
}

#login_box .login_header {
    display: block;
    font-size: 130%;
    margin: 0;
    line-height: 1em;
    padding: 10px 0 15px 25px;
}

#login_box form {
    padding: 0;
}

#login_form {
    margin-bottom: 40px;
}

#login_box fieldset {
    padding: 25px;
}

#login_box fieldset label {
    display: inline-block;
    width: 140px;
    vertical-align: middle;
}

#login_box fieldset label.checkbox {
    width: 230px;
    margin-left: 10px;
}

#login_box fieldset input.text {
    height: 15px;
    padding: 4px 0;
}

#login_box .text {
    width: 120px;
    margin: 0 0 5px 0;
}

#login_box a.button_grey {
    text-decoration: none;
}

#login_box a.closing-button {
    text-decoration: none;
    font-weight: bold;
    color: #ff9900;
}

.login_large_btn {
    width: 100px;
    height: 60px;
    /* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
    _width: 104px;
    _height: 64px;
    border: 2px solid #DDD;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin: 3px;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 4px #ddd;
    -moz-box-shadow: 2px 2px 4px #ddd;
    -webkit-box-shadow: 2px 2px 4px #ddd;
    background: #ffffff url('//static.podcastcms.de/images/Content/openid/openid-providers-pod.png');
}

.login_large_btn:hover {
    margin: 4px 0 0 6px;
    border: 2px solid #999;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a.login_large_btn:focus {
    outline: none;
}

a.login_large_btn:focus {
    -moz-outline-style: none;
}

.login_large_btn.facebook {
    background-position: -200px 0;
}

.login_large_btn.yahoo {
    background-position: -100px 0;
}

.login_large_btn.google {
    background-position: 0 0;
    display: none;
}

#googleplusBtn {
}

.login_small_btn {
    width: 24px;
    height: 24px;
    /* fix for IE 6 only: http://en.wikipedia.org/wiki/CSS_filter#Underscore_hack */
    _width: 28px;
    _height: 28px;
    border: 2px solid #DDD;
    border-right: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin: 3px;
    float: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 2px 2px 4px #ddd;
    -moz-box-shadow: 2px 2px 4px #ddd;
    -webkit-box-shadow: 2px 2px 4px #ddd;
    background: #ffffff url('//static.podcastcms.de/images/Content/openid/openid-providers-pod.png');
}

.login_small_btn:hover {
    margin: 4px 0 0 6px;
    border: 2px solid #999;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.login_small_btn.yahoo {
    background-position: -25px -60px;
}

#search {
    position: absolute;
    right: 20px;
    top: 98px;
    z-index: 10;
    font-size: 75%;
    font-family: Arial;
    width: 270px;
}

#search #searchfield {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #cccccc #ececec #ececec #cccccc;
    border-style: solid;
}

#search #searchfield.focus {
    border-color: #ff9900;
    background: #fff;
    color: #555;
}

#search #searchfield #searchselector {
    float: left;
    width: 30px;
    height: 1.5em;
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -8px -338px;
    cursor: pointer;
}

#search #searchfield input {
    float: left;
    margin: 0;
    border: 0;
    padding: 2px;
    background: transparent;
    font-size: 95%;
    color: #888;
    width: 50px;
}

#search #searchfield input[type="submit"] {
    border-left: 1px solid #ddd;
    background: none repeat scroll 0 0 #ff9900;
    color: #ffffff;
}

#search #searchfield input[type=text],
#search #searchfield input[type=search] {
    width: 180px;
}

#search #searchselectorbox {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    clear: both;
    line-height: 1.5em;
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/background_search.jpg') repeat-x 100% 100%;
}

#search #searchselectorbox a {
    margin-left: 10px;
    padding-left: 15px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/link_arrow_dark.gif') no-repeat 0 50%;
    color: #555;
}

#search #searchselectorbox a:hover {
    color: #ff9900;
}

#search #searchselectorbox ul {
    border-bottom: 1px solid #ddd;
}

#search #searchselectorbox li a {
    padding-left: 25px;
    margin: 0;
    background: none;
    display: block;
}

#search #searchselectorbox li a:hover,
#search #searchselectorbox li.current a:hover {
    background-color: #ff9900;
    color: #fff;
    text-decoration: none;
}

#search #searchselectorbox li.current a {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_selected_dark.gif') no-repeat 10px 50%;
}

#search #searchselectorbox li.current a:hover {
    background: #ff9900 url('//static.podcastcms.de/themes/podcastcore/images/icon_selected_light.gif') no-repeat 10px 50%;
}

#search #search_submit {
    float: right;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_doublearrow.gif') no-repeat 5px 50%;
    height: 1.5em;
    width: 20px;
    padding: 0;
    border-left: 1px solid #ddd;
    cursor: pointer;
}

#search #search_submit input {
    display: none;
}

#menu {
    position: absolute;
    top: 103px;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 81.25%;
    padding: 0 0 0 20px;
}

#menu a {
    color: #444;
    outline: 0 none;
    white-space: nowrap;
}

#menu a:hover {
    color: #ff9900;
    text-decoration: none;
}

#menu li.main {
    display: block;
    margin: 0 35px 0 0;
    padding: 2px 0 0 0;
    float: left;
    font-weight: normal;
}

#menu li.current {
    background: url('//static.podcastcms.de/themes/podcastcore/images/current_marker.gif') no-repeat 50% 100%;
    color: #ff9900;
    font-weight: bold;
}

#menu li a {
    display: block;
    height: 25px;
}

#menu li.current a,
#menu li.current a:hover {
    color: #ff9900;
}

#menu li ul {
    display: none;
    position: absolute;
    font-size: 92.3%;
    margin: 0 0 0 -10px;
    padding: 5px 0 5px 0;
    font-family: Arial;
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/background_search.jpg') repeat-x 100% 100%;
    border: 1px solid #ccc;
    border-top: 0 none;
    line-height: 2em;
    z-index: 10;
    font-weight: normal;
}

#menu li.main ul li {
    margin: 0;
    float: none;
}

#menu li ul a {
    padding: 0 20px;
    display: block;
    height: auto;
}

#menu li:hover ul,
#menu li.hover ul {
    display: block;
}

#menu li:hover ul a:hover,
#menu li.hover ul a:hover {
    color: #fff;
    background: #ff9900;
}

#menu li.current ul li {
    float: none;
}

#menu li.current ul li.current {
    background: none;
}

#menu li.current ul li a {
    color: #555;
}

#menu li.current ul li.current a {
    color: #ff9900;
}

#menu li.current ul li.current a:hover {
    color: #fff;
}

#menu li ul.submenu {
    display: block;
    font-size: 92.3%;
    margin: 8px 0 0 -10px;
    padding: 5px 0 5px 0;
    font-family: Arial;
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/background_search.jpg') repeat-x 100% 100%;
    border: 1px solid #ccc;
    border-top: 0 none;
    line-height: 1.5em;
    z-index: 10;
}

#menu li ul.submenu a {
    padding: 0 10px;
    display: block;
}

#menu li ul.submenu a:hover {
    color: #fff;
    background: #ff9900;
}

/* Content und Marginal Spalte */

#body {
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_body.png') repeat-y;
    padding: 0 5px 0 5px;
    min-height: 652px;
}

#breadcrumb {
    padding: 10px 20px 20px 20px;
    font-size: x-small;
}

#breadcrumb ul li {
    float: left;
}

#breadcrumb ul li span {
    padding-right: 2px;
    padding-left: 2px;
}

/* Content Spalte Links */

#content {
    float: left;
    padding: 10px 20px 0 20px;
    width: 775px;
    background: #fff;
}

#content a:visited {
    /* color: #88BCE0; */
}

#content a:hover {
    color: #ff9900;
}

#content h2 {
    line-height: 1.7em;
}

#content h1#podcast_headline {
    background: none;
    line-height: 1em;
    margin-left: 10px;
    margin-bottom: 0.5em;
    padding: 0;
}

#content h2#podcast_title {
    margin-left: 0;
}

#content h3,
h2#podcast_title,
#content h2.channel_box,
#content h3.channel_box,
#content h4.channel_box {
    background: url('//static.podcastcms.de/themes/podcastcore/images/dotline.gif') repeat-x bottom;
    line-height: 1.2em;
    padding-bottom: 0.8em;
}

#content h3 a {
    color: #555;
    text-decoration: none;
}

#content h4 {
    padding-left: 0;
    line-height: 1.2em;
    padding-bottom: 0.8em;
}

#content .title {
    margin-bottom: 0.8em;
}

#content .module_third {
    width: 250px;
    margin-bottom: 2.5em;
}

#content .module_half {
    width: 370px;
    margin-bottom: 2.5em;
}

#content .module_twothirds {
    width: 500px;
    margin-bottom: 2.5em;
}

#content .module_full {
    clear: both;
    margin-bottom: 2.5em;
    line-height: 1.3em;
}

#content div.informer.module_full {
    padding-top: 10px;
    margin-bottom: 15px;
}

#content .bullets {
    list-style: disc;
    margin-left: 1em;
}

/* Footer */

#footer {
    padding: 20px 5px 0 5px;
    font-size: 68.75%;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_body.png') repeat-y;

    /* 1st try at sticky footer
	position: relative;
	margin-top: -150px;
	width: 1008px;
	margin: 0 auto;
	*/
}

#footer ul {
    clear: both;
    min-height: 130px;
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/background_footer.jpg') repeat-x;
}

#footer li {
    float: left;
    padding: 0 30px 0 30px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/divider_footer.gif') no-repeat right top;
}

#footer li.last {
    background: none;
    padding: 0 0 0 30px;
}

#footer ul h6 {
    margin-top: 1em;
    margin-bottom: 1.5em;
    line-height: 1em;
    font-size: 100%;
    font-weight: bold;
    color: #777;
    width: auto;
    white-space: nowrap;
}

#footer ul p {
    width: 135px;
    color: #777;
    margin-bottom: 1em;
}

#footer ul ul {
    background: none;
    width: 100px;
    min-height: 0;
}

#footer ul ul li {
    float: none;
    padding: 0;
    background: none;
}

#footer ul li ul.img-list img {
    width: 15px;
    display: inline;
}

#footer ul li ul.img-list li {
    display: inline;
}

#footer #backtotop {
    margin: 0 55px 2em 0;
    padding-left: 10px;
    float: right;
    vertical-align: middle;
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/icon_backtotop.gif') no-repeat 0 50%;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -877px;
}

/* Module */
#content .register_cards {
    font-size: 81.25%;
    font-family: Verdana, Arial, Sans-Serif;
    background: url('//static.podcastcms.de/themes/podcastcore/images/dotline.gif') repeat-x bottom;
    height: 2em;
}

#content .register_cards h3 {
    float: left;
    font-size: 100%;
    background: none;
    height: 100%;
}

#content .register_cards h4 {
    float: left;
    font-size: 93%;
    background: none;
    height: 100%;
    padding: 0 1em 0 0;
    line-height: 1.4em;
    color: #777;
}

#content .register_cards ul {
    height: 100%;
}

#content .register_cards ul.register_cards_small li {
}

#content .register_cards li {
    float: left;
    margin: 0 15px 0 0;
    height: 100%;
}

#content .register_cards li a {
    font-size: 100%;
    color: #555;
}

#content .register_cards li a:hover {
    color: #ff9900;
    text-decoration: none;
}

#content .register_cards li.current {
    background-color: #fff;
    background: url('//static.podcastcms.de/themes/podcastcore/images/current_marker.gif') no-repeat 50% 100%;
    color: #ff9900;
    cursor: default;
    font-weight: 700;
}

#content .register_cards li.current a {
    color: #ff9900;
    cursor: default;
}

ul.tabs {
    background: url('//static.podcastcms.de/themes/podcastcore/images/dotline.gif') repeat-x bottom;
    overflow: hidden;
    margin: 0 0 1em 0;
    padding: 0 0 1px 0;
    font-size: 87.5%;
}

ul.tabs li {
    float: left;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_tab_right.gif') no-repeat 100% 0%;
    margin-left: 5px;
    cursor: pointer;
}

ul.tabs li.selected, ul.tabs li.current {
    cursor: default;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_tab_right_hi.gif') no-repeat 100% 0%;
    margin-bottom: -1px;
    border-bottom: 1px solid #fff;
}

ul.tabs li a {
    float: left;
    height: 1.8em;
    line-height: 1.8em;
    padding: 0 10px 0 10px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_tab_left.gif') no-repeat 0% 0%;
    color: #555;
    text-decoration: none;
}

ul.tabs li.selected a, ul.tabs li.current a {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_tab_left_hi.gif') no-repeat 0% 0%;
    color: #ff9900;
}

/* FAQ */

#content .faq_filter {
    font-size: 81.25%;
    background: #f7f4ed;
    line-height: 50px;
    padding-left: 10px;
}

#content .faq_filter input.text {
    margin: 0 10px 0 10px;
}

#content .faq_filter a {
    margin-left: 10px;
    padding-left: 15px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/link_arrow_dark.gif') no-repeat 0 50%;
    color: #555;
}

#content .faq {
    margin-top: 1em;
}

#content .faq h4 {
    margin: 0.4em 0;
    padding: 0;
}

#content .faq h4 a {
    text-decoration: none;
}

#content .faq h4 a.expand {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_expand_border.gif') no-repeat 0 50%;
}

#content .faq h4 a.collapse {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_collapse_border.gif') no-repeat 0 50%;
}

#content .faq .answer {
    font-size: 75%;
    margin: 0.5em 0 1em 20px;

}

/* Tag Cloud */

#content .tagcloud {
    text-align: justify;
    line-height: 160%;
    clear: both;
    margin-top: 0.5em;
}

#content .tagcloud a:hover {
    color: #ff9900;
}

#content .tagcloud .size1 {
    font-size: 85%;
    color: #87B5D6;
}

#content .tagcloud .size2 {
    font-size: 100%;
    color: #5AA2D6;
    font-weight: bold;
}

#content .tagcloud .size3 {
    font-size: 125%;
    color: #3C96D6;
    font-weight: bold;
}

#content .tagcloud .size4 {
    font-size: 150%;
    color: #3388CC;
    font-weight: bold;
}

#content .tagcloud .size5 {
    font-size: 175%;
    color: #3388CC;
    font-weight: bold;
}

/* Tags */

#content .tag-first-item img {
    float: left;
    margin-right: 15px;
    width: 88px;
}

#content .tag-first-item p {
    font-size: 73%;
    margin: 5px 0 0 64px;
    height: 100px;
    overflow: hidden;
}

#content #channel .channels li li.info {
    width: 420px;
}

/* Breadcrumb */

#content .breadcrumb a {
    color: #3388CC;
}

#content .breadcrumb a:hover {
    color: #ff9900;
}

#content .breadcrumb select {
    font-size: 100%;
    vertical-align: middle;
}

#content .breadcrumb option {
    padding: 2px 10px;
    display: block;
    vertical-align: middle;
}

/* Categories */
#content .category-list,
#content .categories {
    font-size: 81.25%;
}

#content div.categories > ul {
    width: 755px;
}

#content .categories ul li {
    width: 250px;
    float: left;
    margin-top: 1em;
}

#content .categories-slim ul li {
    clear: both;
}

#content .categories-slim ul li img {
    width: 25px;
    height: 25px;
    display: block;
    margin: 0 5px 5px 0;
    float: left;
    border: 1px solid #dddddd;
}

#content .categories ul.small {
    width: 340px;
}

#content .categories ul.small li.left {
    width: 160px;
    margin: 0 0 1em 0;
}

#content .categories ul.small li.right {
    width: 160px;
    margin: 0 0 1em 0;
}

#content .categories p {
    font-size: 87.5%;
}

#content .categories .left {
    clear: both;
}

#content .categories .subcategory {
    color: #555;
}

#content .categories .subcategory:hover {
    color: #ff9900;
}

#content .categories li.more-cats {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_submenuarrow.gif') no-repeat 100% 50%;
    padding: 2px 5px 0 0;
    width: 25px;
}

#content .categories li.more-cats:hover {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_submenuarrow_orange.gif') no-repeat 100% 50%;
    text-decoration: underline;
    cursor: pointer;
}

#content .category-list ul li, #content ul.archives li {
    clear: both;
}

#content .category-list ul li img,
#content ul.archives li img,
#content .categories ul li img {
    display: block;
    margin: 0 10px 6px 0;
    float: left;
    width: 45px;
    height: 45px;
    border: 1px solid #dddddd;
}

#content .categories ul li ul.sub-cats {
    float: left;
    width: 180px;
    overflow: hidden;
}

#content .categories ul li ul.sub-cats li {
    margin-top: 2px;
}

#content .categories ul li ul.sub-cats li:first-child {
    margin-top: 4px;
}

#content .categories ul li ul.sub-cats li img {
    margin: 0 4px 3px 0;
    float: left;
    width: 15px;
    height: 15px;
}

#content .categories ul li ul.sub-cats li ul {
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/background_search.jpg') repeat-x 100% 100%;
    border-style: solid;
    border-width: 1px;
    display: none;
    line-height: 1.5em;
    margin: 0 0 0 -10px;
    padding: 5px;
    position: absolute;
    z-index: 10;
    width: 250px;
    overflow: hidden;
}

#content .categories ul li ul.sub-cats li:hover ul {
    display: block;
}

#content ul.archives h3 {
    font-size: 87.5%;
    padding-bottom: 0.2em;
    background: none;
}

#content ul.archives h3 span {
    font-size: 75%;
}

#content ul.archives h3 a {
    color: #3388CC;
}

#content ul.archives li {
    padding-top: 0.5em;
}

#content ul.archives p {
    font-size: 81.5%;
}

/* Advertisement */

#ad_formats ul {
    margin-top: 1em;
}

#ad_formats h4 {
    padding: 1em 0 0 0;
}

#ad_formats .module_half {
    margin-bottom: 1em;
}

#ad_formats #ad_images {
    margin-top: 1em;
}

#action_ad_images li {
    cursor: help;
    color: #3388CC;
}

#action_ad_images dfn {
    display: inline;
}

/* Commerce */

#content .commerce {
    background: #f7f4ed;
    padding: 10px 0 10px 10px;
    font-size: 75%;
    margin-top: 10px;
}

#content .commerce img {
    height: 55px;
    margin-right: 10px;
    float: left;
}

/* Channel List */

#content .channels {
    padding-top: 1em;
    font-size: 81.25%;
    clear: both;
}

#content .channels li {
    background: #f7f4ed;
    clear: both;
}

#content .channels li.odd {
    background: #fff;
}

#content .channels li li {
    clear: none;
    background: none;
}

#content .channels li li.info {
    float: left;
    width: 565px;
    min-height: 54px;
    border-right: 1px solid #fff;
    padding: 10px;
}

#content .channels li li.info.borderless,
#content .channels li.odd li.info.borderless {
    border: none;
    width: 480px;
}

#content .channels li li.info.borderless.channel, #content .channels li.odd li.info.borderless.channel {
    background: url('//static.podcastcms.de/themes/podcastcore/images/type_channel.gif') no-repeat 100% 0 transparent;
}

#content .channels li li.info.borderless.show, #content .channels li.odd li.info.borderless.show {
}

#content .channels li li.info.borderless p {
    margin: 5px 45px 0 70px;
}

#content .channels li.odd li.info {
    border-right: 1px solid #f7f4ed;
}

#content .channels li li.info img {
    margin-right: 15px;
    width: 88px;
    height: 88px;
    float: left;
    border: 0;
    font-size: 75%;
}

#content .channels li li.info p {
    margin: 5px 20px 0 70px;
    font-size: 93%;
}

#content .channels li li.info p img {
    margin-right: 5px;
    width: auto;
    height: auto;
    border: 0;
    font-size: 75%;
}

#content .channels li li.info p.show {
    margin: 5px 0 0 0;
}

#content .channels li li.rating {
    float: left;
    font-size: 93%;
    padding-top: 1em;
    padding-left: 20px;
}

#content .channels li li.rating span {
    float: left;
}

#content .channels li li.rating .stars_empty {
    float: left;
}

#content .channels li.rating span.publishdate {
    margin-right: 1.75em;
}

#content .channels li a.open_podcast {
    padding: 4px 0 0 4px;
    line-height: 1em;
    color: #aaa;
}

/* Channel Archive */
#content .archivehead {
    background: #f7f4ed;
    padding: 10px;
    overflow: hidden;
}

#content .archivehead a img {
    margin: 0 15px 5px 0;
}

#content .archivehead li dl {
    line-height: 0.8em;
}

#content .archivehead li dt {
    float: left;
    width: 60px;
    clear: left;
    margin: 1em 0 0.5em 0;
    font-size: 81.25%;
    color: #93B00A;
}

#content .archivehead li dd {
    float: left;
    overflow: hidden;
    margin: 1em 0 0.5em 0;
    font-size: 81.25%;
}

#content .archivehead li dt:after {
    content: ": ";
}

#content .archive li {
    clear: both;
    overflow: hidden;
    font-size: 75%;
}

#content .archive li.odd div.info {
    border-right: 1px solid #f7f4ed;
}

#content .archive div.info {
    float: left;
    width: 430px;
    min-height: 55px;
    border-right: 1px solid #fff;
    padding: 10px 10px 10px 20px;
}

#content .archive div.info h4 {
    font-size: 115%;
    padding-bottom: 0.4em;
}

#content .archive div.rating {
    float: left;
    padding-top: 2em;
    padding-left: 20px;
    width: 150px;
}

#content .archive div.rating span {
    float: left;
}

#content .archive div.rating span.publishdate {
    margin-right: 1.75em;
}

#content .archive div.rating .stars_empty {
    float: left;
}

/* Favorite Channels */

#content div.favorite li li.rating {
    float: left;
    font-size: 93%;
    padding-top: 10px;
    padding-left: 20px;
}

/* Charts List */
#content #charts {
    padding-top: 1em;
    font-size: 81.25%;
    clear: both;
}

#content #charts li {
    margin: 0 13px 13px 0;
    padding: 20px;
    width: 140px;
    background: #f7f4ed;
    float: left;
    cursor: pointer;
}

#content #charts li.hover {
    background: #E6E6D6;
}

#content #charts li a.picture img {
    display: block;
    margin: 0 auto;
}

#content #charts li a.text {
    margin: 1em 0 0 0;
    height: 3.6em;
    display: block;
    overflow: hidden;
}

#content #charts li dl {
    font-size: 93%;
    overflow: hidden;
}

#content #charts li dt {
    float: left;
    width: 90px;
    clear: left;
}

#content #charts li dd {
    float: left;
    overflow: hidden;
}

#content ul#charts li ul li.charts_card,
#content ul#charts li ul li.charts_card_last {
    margin: 0;
    padding: 15px;
    height: 150px;
    width: 100px;
    position: relative;
}

#content ul#charts li ul li.charts_card_last {
    height: 25px;
    font-size: 150%;
}

#content ul#charts li ul li.charts_card_last a:after {
    content: " >";
}

#content ul#charts > li {
    width: 140px;
    -moz-border-radius: 0 0 12px 12px; /* FF1+ */
    -webkit-border-radius: 0 0 12px 12px; /* Saf3+, Chrome */
    border-radius: 0 0 12px 12px; /* Opera 10.5, IE 9 */
}

#content #charts h3 {
    font-size: 100%;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 0.7em;
    text-align: center;
}

.rank {
    background: url("//static.podcastcms.de/themes/podcastcore/images/bg_rank.png") no-repeat scroll 0 0 transparent;
    color: #99CC00;
    font-size: 156.25%;
    height: 44px;
    left: -30px;
    line-height: 44px;
    padding: 0 15px 5px;
    top: -5px;
    width: 10px;
    position: absolute;
}

/* Display Rating */
#content .rating .stars_empty {
    margin-top: 5px;
    width: 55px;
    height: 10px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/stars_empty_green.gif') no-repeat;
}

#content .rating .stars_empty div {
    height: 10px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/stars_green.gif') no-repeat;
}

#content .rating .stars_empty span {
    display: none;
}

#content .rating .stars_0 {
    width: 0;
}

#content .rating .stars_1 {
    width: 11px;
}

#content .rating .stars_2 {
    width: 22px;
}

#content .rating .stars_3 {
    width: 33px;
}

#content .rating .stars_4 {
    width: 44px;
}

#content .rating .stars_5 {
    width: 55px;
}

/* Display Rating Big */
#content .rating_big .stars_empty {
    width: 110px;
    height: 21px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/stars_big.gif') no-repeat 0 -21px;
    margin-bottom: 4px;
}

#content .rating_big .stars_empty div {
    height: 21px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/stars_big.gif') no-repeat 0 0;
}

#content .rating_big .stars_empty span {
    display: none;
}

#content .rating_big .stars_0 {
    width: 0;
}

#content .rating_big .stars_1 {
    width: 22px;
}

#content .rating_big .stars_2 {
    width: 44px;
}

#content .rating_big .stars_3 {
    width: 66px;
}

#content .rating_big .stars_4 {
    width: 88px;
}

#content .rating_big .stars_5 {
    width: 110px;
}

/* Interactive Rating Big */
#content .rating_big .stars_rate {
    position: relative;
    width: 110px;
    height: 21px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/stars_big.gif') no-repeat 0 -63px;
}

#content .rating_big .stars_rate div {
    position: absolute;
    height: 21px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/stars_big.gif') no-repeat 0 -42px;
}

#content .rating_big .stars_rate ul {
    position: absolute;
}

#channel #channel_info .control li#channel_rating ul li,
#content .rating_big .stars_rate li {
    height: 21px;
    width: 22px;
    float: left;
    clear: none;
    line-height: normal;
    margin: 0;
    cursor: pointer;
}

#channel #channel_info .control li#channel_rating ul li span,
#content .rating_big .stars_rate li span {
    display: none;
}

#channel #channel_info .control li#channel_rating ul {
    background: none;
    border: none;
    padding: 0;
}

/* Community */
#users_without_pic li {
    float: left;
    width: 115px;
    line-height: 25px;
    overflow: hidden;
    margin: 0 5px 0 0;
    padding: 0;
}

#users_from_cities li {
    float: left;
    width: 150px;
    line-height: 25px;
}

/* Sitemap */

#sitemap h3 {
    margin-bottom: 1em;
}

#sitemap ul {
    font-size: 81.25%;
    line-height: 1.3em;
}

/* Channel Details*/

#channel_title .module_twothirds,
#offers .module_twothirds {
    width: 420px;
    margin: 0;
    padding: 0;
}

#channel_title .module_third {
    width: 300px;
    margin: 0;
    padding: 0;
}

#channel_title h2,
#channel_title h4 {
    margin: 0;
    padding: 0;
}

#channel_title h2 {
    margin-left: 10px;
}

#channel_title h4, #channel_title h6 {
    line-height: 2.5em;
    padding-left: 5px;
}

#channel {
    clear: both;
}

#channel .module_third {
    width: 300px;
    margin-bottom: 0.3em;
}

#channel .module_twothirds {
    width: 420px;
}

#channel #channel_info h3 {
    line-height: 1.4em;
    font-size: 75%;
    font-weight: bold;
    color: #777;
}

#channel #channel_body {
    background: #f7f4ed;
    -moz-border-radius: 0 0 12px 12px; /* FF1+ */
    -webkit-border-radius: 0 0 12px 12px; /* Saf3+, Chrome */
    border-radius: 0 0 12px 12px; /* Opera 10.5, IE 9 */
}

#channel #channel_body ul {
    font-size: 75%;
}

#channel #channel_body ul.tagging {
    padding-bottom: 10px;
}

#channel #channel_logo {
    float: left;
    padding: 10px 0 10px 10px;
    width: 110px;
}

#channel #channel_logo li {
    padding-left: 3px;
    margin-bottom: 5px;
}

#channel #channel_logo li.content_type {
    margin-bottom: 1.5em;
}

#channel #channel_logo li.logo {
    padding: 0;
}

#channel #channel_logo img {
    display: block;
}

#channel #channel_info {
    float: left;
    padding: 10px 10px 0 15px;
}

#channel #channel_info .control {
    margin-top: 15px;
    font-size: 68.75%;
}

#channel #channel_info .control li {
    float: left;
    text-align: center;
    margin-bottom: 0.5em;
}

#channel #channel_info .control li.clear {
    margin: 0;
    padding: 0;
    float: none;
}

#channel #channel_info .control li a {
    display: block;
}

#channel #channel_info .control li a:hover {
    color: #ff9900;
    text-decoration: none;
}

#channel #channel_info .control li a#control_play {
    margin-right: 20px;
}

#channel #channel_info .control li a#control_subscribe {
    margin-right: 15px;
}

#channel #channel_info .control li a#control_export {
    margin-right: 25px;
}

#channel #channel_info .control li a#control_comments {
    margin-right: 15px;
}

#channel #channel_info .control li a#control_share {
    margin-right: 25px;
}

#channel #channel_info .control li a#control_download {
    margin-right: 20px;
}

#channel #channel_info .control li a#control_add_to_playlist {
    margin: 0 20px 0 5px;
}

#channel #channel_info .control li#channel_rating {
    text-align: left;
}

#channel #channel_info .control li ul {
    font-size: 100%;
    background: #fff;
    border: 1px solid #aaa;
    padding: 5px 5px 5px 9px;
    position: absolute;
    text-align: left;
}

#channel #channel_info .control li ul#container_export {
    margin-top: -55px;
    margin-left: -25px;
    width: 60px;
}

#channel #channel_info .control li ul#container_subscribe {
    margin-top: -55px;
    margin-left: -13px;
    width: 100px;
    z-index: 1000;
}

#channel #channel_info .control li ul #control_subscribe_favorite {
    font-weight: bold;
}

#channel #channel_info .control li li {
    float: none;
    margin: 0;
    width: auto;
    height: auto;
    text-align: left;
}

#channel #channel_info .control li li.smallexporticon {
    margin-bottom: 4px;
}

#channel #channel_info .control li li.subscribeicon {
    margin-bottom: 4px;
}

#channel #channel_info .control img {
    margin-bottom: 4px;
}

#channel #channel_info .tagging li {
    margin-top: 1em;
}

#channel #channel_info #channel_description_container {
    margin-bottom: 0.8em;
}

#channel #channel_info .tagging .addtagicon {
    padding: 2px 0 2px 20px;
}

#channel #channel_info h5 {
    font-weight: bold;
    color: #777;
}

#channel #channel_info .tagging li.expand {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_expand_border.gif') no-repeat 0 50%;
    padding-left: 13px;
    cursor: pointer;
    display: inline;
}

#channel #channel_info .tagging li.collapse {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_collapse_border.gif') no-repeat 0 50%;
    padding-left: 13px;
    cursor: pointer;
    display: inline;
}

#channel #channel_info .tagging .collapse span {
    display: none;
}

#channel #channel_info .tagging li ul {
    font-size: 100%;
}

#channel #channel_info .tagging li li {
    line-height: 1.5em;
    margin-top: 0;
    display: inline;
}

#channel #channel_info .tagging li ul li:first-child a {
    color: #777777;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
}

#channel #channel_info .tagging li ul li:first-child:after,
#channel #channel_info .tagging li ul li:last-child:after {
    content: "";
}

h1#podcast_headline span.extrainfo {
    font-size: 70%;
}

#channel #episodes {
    height: 130px;
}

#channel #episodes h5 {
    font-size: 93.75%;
    font-weight: bold;
    line-height: 1.3em;
    margin-right: 65px;
}

#channel #episodes li {
    position: relative;
    padding: 7px 0 20px 0;
    border-bottom: 1px dotted #aaaaaa;
}

#channel #episodes li div.rating {
    position: absolute;
    right: 20px;
    top: 25px;
}

#channel #episodes li div.date {
    position: absolute;
    right: 25px;
}

#channel #episodes #archive {
    height: 230px;
}

#channel #channel_details {
    background: #f7f4ed;
    font-size: 75%;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
}

#channel #channel_details img {
    margin: 5px 0;
}

#channel dd {
    margin-bottom: 1em;
    overflow: hidden;
}

#forum-list {
    padding: 10px;
}

#forum-list,
#channel #comments,
#channel #subscribers {
    background: #f7f4ed;
    font-size: 75%;
    margin-top: 0.75em;
}

#channel #comments h5,
#channel #subscribers h5 {
    font-size: 93.75%;
    color: #666;
    line-height: 2em;
}

#channel #comments li,
#channel #subscribers li {
    border-bottom: 2px solid #fff;
    padding: 10px 20px 20px 10px;
}

#channel #comments li:last-child,
#channel #subscribers li:last-child {
    border-bottom: 0;
}

#channel #subscribers .sendmessageicon,
#channel #subscribers .addusericon {
    margin-left: 20px;

}

#channel #subscribers div.subscriber {
    clear: both;
    padding-top: 5px;
    line-height: 25px;
}

#channel #subscribers .notloggedin {
    padding-left: 20px;
    line-height: 1.3em;
    font-size: 93%;
    float: left;
    width: 280px;
}

#channel #subscribers img.user {
    width: 54px;
    height: 54px;
    display: block;
    margin-right: 10px;
}

#channel #comments h2 {
    line-height: 2em;
    margin: 1em 0 1em 0;
    padding: 0 0 0 20px;
    font-size: 93.75%;
    font-weight: bold;
    color: #666;
}

#channel #comments p {
    width: 100%;
    overflow: hidden;
}

#channel #comments #comment_form li.comment_form {
    border-bottom: 0;
}

#channel #comments label {
    display: block;
}

#channel #comments li.confirmMessage {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 100%;
    padding: 2em 0 2em 30px;
    background-position: 5px 1.8em;

}

#channel #comments #comment_name {
    width: 384px;
    margin-bottom: 0.5em;
}

#channel #comments textarea {
    margin: 0em 0 0.5em 0;
    padding: 2px;
    width: 384px;
    height: 74px;
}

#channel #comments .error {
    font-size: 100%;
}

#channel .picture_list_big li {
    margin: 0 65px 10px 0;
}

#show .picture_list_big li {
    margin: 0 52px 10px 0;
}

#channel .picture_list_big li.last,
#show .picture_list_big li.last {
    margin: 0 0 10px;
}

/* Show Details */

#show h1.super {
    font-size: 100%;
    background: none;
    margin-left: 0;
    font-weight: bold;
    padding-bottom: 0.3em;
}

#show h2 {
    margin: 0.3em 0 15px;
    overflow: hidden;
    line-height: 1.2em;
    padding: 0;
    font-size: 75%;
}

#show h2 .left {
    color: #444;
    text-decoration: none;
}

#show h2 .right {
    color: #93B00A;
    text-decoration: none;
}

#show h2 a:hover span {
    color: #ff9900;
    cursor: pointer;
}

#show h3 .extrainfo {
    font-size: 75%;
}

#show h3 {
    font-size: 87.5%;
    background: none;
    margin-left: 0;
}

#show div.topic-header {
    position: relative;
    padding-right: 125px;
    padding-bottom: 0.8em;
    margin-top: 1em;
    font-size: 100%;
    background: none;
    margin-left: 0;
    line-height: 1.2em;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
}

#show .module_third {
    width: 300px;
}

#show .module_twothirds {
    width: 420px;
}

#show .control {
    font-size: 87.5%;
    margin-bottom: 2em;
}

#show .control li {
    clear: both;
    line-height: 25px;
    margin: 0.5em 0 0.5em 0;
}

#show .control a {
    text-decoration: none;
}

#show .control a img {
    float: left;
    margin-right: 10px;
}

#show .control li#show_rating {
    margin: 0 0 2em 0;
}

#show .control li#show_rating em {
    font-size: 75%;
}

#show .control li#channel_link {
    margin: 0 0 0.2em 0;
}

#show .control li#control_download span {
    display: none;
    color: #666;
    font-size: 75%;
    line-height: 1em;
}

#show .control li#control_download a:hover span {
    display: inline;
}

#show .control .loading {
    min-height: 60px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/ajaxloader_small.gif') no-repeat 50% 50%;
}

#show #container_recommend,
#show #container_playlists {
    clear: both;
    margin-bottom: 2em;
    font-size: 85.7%;
    line-height: 1.3em;
    background: #F7F4ED;
    margin-top: 10px;
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_narrow_rounded_bottom.gif') no-repeat 0% 100%;
    padding: 0 0 10px 0;
}

#show #container_playlists h4 {
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_narrow_rounded_top.gif') no-repeat;
    font-size: 100%;
    padding: 10px;
}

#show #container_playlists p {
    padding: 0 10px;
}

#show #container_playlists ul {
    padding: 0 10px 10px 10px;
}

#show #container_playlists ul li {
    line-height: 1.3em;
}

#show #recommendation_controls_type {
    font-size: 110%;
    padding: 0 0 15px 0;
}

#show #recommendation_loading,
#show #recommendation_form {
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_box_narrow_rounded_top.gif') no-repeat;
    padding: 10px 10px 0 10px;
}

#show #recommendation_loading {
    text-align: center;
}

#show #recommendation_loading img {
    margin: 0 auto 10px auto;
    display: block;
}

#show #recommendation_form input,
#show #recommendation_form textarea,
#show #recommendation_form select {
    width: 269px;
    margin: 3px 0 10px 0;
}

#show #recommendation_form .error {
    font-size: 100%;
}

#show #recommendation_form .roundbutton {
    font-size: 100%;
    margin-right: 10px;
    color: #fff;
}

#show #show_info h3 .extrainfo {
    position: absolute;
    right: 0;
    top: 0;
}

#show #show_info {
    padding-top: 15px;
}

#show #show_info div#show_description {
    font-size: 75%;
    margin-bottom: 1em;
    line-height: 1.5em;
}

#show #show_info div#show_description p {
    margin: 1em;
    line-height: 1.5em;
}

#show #show_info div#show_description ul {
    list-style: disc;
    padding-left: 25px;
}

#show #comments h5,
#show #comments li.comment_form div.comment-header {
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_rounded_top.gif') no-repeat;
    padding: 10px;
}

#show #comments p.comment {
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_rounded_bottom.gif') no-repeat 0% 100%;
    padding: 0 10px 10px 10px;
    margin-bottom: 20px;
}

#show #comments li.comment_form {
    border-bottom: 0;
}

#show #comments li.comment_form h5,
#show #comments li.comment_form div.comment-header {
    font-size: 81.25%;
}

#show #comments li.confirmMessage {
    border-bottom: 0;
    margin-bottom: 0;
    font-size: 75%;
    padding: 2em 0 2em 30px;
    background-position: 5px 1.8em;

}

#show #comments fieldset {
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_rounded_bottom.gif') no-repeat 0% 100%;
    padding: 0 10px 10px 10px;
    font-size: 75%
}

#show #comments #comment_name {
    width: 394px;
    margin-bottom: 0.5em;
    font-size: 100%;
}

#show #comments textarea {
    margin: 0em 0 0.5em 0;
    padding: 2px;
    width: 394px;
    height: 74px;
}

#show #comments .error {
    font-size: 100%;
}

#show #episodes {
    min-height: 50px;
    max-height: 500px;
}

#show #episodes span {
    font-size: 91.6%;
}

#show #episodes h5 {
    font-size: 100%;
    font-weight: normal;
    color: #666;
}

#show #episodes li {
    padding: 7px 10px 12px 15px;
}

#show #episodes li.odd {
    background: #fff;
}

#show #episodes li.current {
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/background_current_show_ani.gif');
    background-repeat: no-repeat;
    background-position: 0% 50%;
}

#show #episodes li.mrct {
    padding-left: 0;
}

#show #container_tags {
    padding-bottom: 10px;
}

#show #scroll_up {
    width: auto;
}

#show #scroll_up:hover {
}

#channel #scroll_down {
    border-top: 0;
}

#show #scroll_down, #channel #scroll_down {
    width: auto;
}

#show #scroll_down:hover, #channel #scroll_down:hover {
}

/* Channel/Show */

#episodes {
    font-size: 75%;
    overflow: hidden;
}

#episodes span {
    font-size: 93.75%;
}

#channel-shows {
    position: relative;
    padding-bottom: 15px;
    overflow: hidden;
    margin-top: 10px;
}

#shows-slider {
    position: absolute;
    background-color: #cccccc;
    height: 223px;
    margin: 10px 0;
    width: 5px;
    top: -10px;
    right: 1px;
}

#shows-slider div.handle {
    background-color: #444444;
    cursor: move;
    height: 15px;
    position: absolute;
    width: 5px;
}

#channel #channel_info #shows-hook {
    display: inline;
}

#channel #channel_info #shows-hook span {
    font-weight: bold;
    font-size: 12px;
}

#shows-hook:hover {
    text-decoration: underline;
    cursor: pointer;
}

#hide_shows {
    width: 5px;
    position: absolute;
    top: -5px;
    right: 5px;
}

#scroll_up {
    display: block;
    border-bottom: 5px solid #fff;
    height: 20px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_scroll.gif') no-repeat scroll 50% -40px transparent;
}

#scroll_up:hover {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_scroll.gif') no-repeat scroll 50% -60px transparent;
}

#scroll_down {
    display: block;
    border-top: 5px solid #fff;
    height: 20px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_scroll.gif') no-repeat scroll 50% 0 transparent;
}

#scroll_down:hover {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_scroll.gif') no-repeat scroll 50% -20px transparent;
}

.tagging .approved {
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/icon_tag.gif') no-repeat 0 50%;*/
    padding: 3px 5px;
    margin: 5px;
    border: 1px solid #ddd;
    line-height: 2.5em !important;
}

.tagging .approved a:hover {
    text-decoration: none;
}

.tagging .approved span {
    display: none;
}

.tagging .pending {
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/icon_tag_pending.gif') no-repeat 0 50%;
	padding: 2px 8px 2px 18px;*/
    cursor: default;
}

.tagging .queued {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_tag_delete.gif') no-repeat 0 50%;
    padding: 2px 8px 2px 18px;
    cursor: pointer;
}

.type-selector ul li {
    float: left;
    font-weight: bold;
    margin: 2px;
    border: 1px solid #ddd;
    padding: 5px 1px 3px 1px;
    width: 100px;
    text-align: center;
    color: #888;
    -moz-box-shadow: 2px 2px 10px #def; /* FF3.5+ */
    -webkit-box-shadow: 2px 2px 10px #def; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 10px #def; /* Opera 10.5, IE 9.0 */
    -moz-border-radius: 4px; /* FF1+ */
    -webkit-border-radius: 4px; /* Saf3+, Chrome */
    border-radius: 4px; /* Opera 10.5, IE 9 */
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc); /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #cccccc)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; /* IE8 */
}

.type-selector ul li.first {
    margin-right: 15px;
}

.type-selector ul li:hover, .type-selector ul li.selected {
    background-image: -moz-linear-gradient(top, #ccc, #fff); /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #cccccc)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#cccccc')"; /* IE8 */
}

.type-selector ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

.type-selector ul li.selected a {
    color: #ff9900;
}

/* User Registration */

#register_form input.checkbox {
    margin-right: 5px;
}

#register_form input.submit {
    margin-top: 2em;
}

#register_benefits {
    margin-top: 1em;
}

#register_benefits li {
    margin-bottom: 0.25em;
}

#register_benefits h4 {
    margin: 0;
    line-height: 1em;
}

#register_benefits h4 a {
    text-decoration: none;
    /*padding-left: 20px;*/
}

/*
#register_benefits h4 a.expand {
	background: url('//static.podcastcms.de/themes/podcastcore/images/icon_expand_border.gif') no-repeat 0 50%;
}

#register_benefits h4 a.collapse {
	background: url('//static.podcastcms.de/themes/podcastcore/images/icon_collapse_border.gif') no-repeat 0 50%;
}
*/

#register_benefits .extrainfo {
    font-size: 140%;
    font-family: Arial;
}

#register_benefits .answer {
    font-size: 75%;
    line-height: 1.3em;
    margin: 0 0 2em 20px;
}

#register_privacy {
    font-size: 75%;
    margin-top: 1em;
}

/* Vocabulary */

#content .vocabulary {

}

#content .vocabulary dt {
    margin: 1em 0 0.5em 0;
    font-size: 81.25%;
    color: #93B00A;
}

#content .vocabulary dd {
    font-size: 75%;
    margin: 0 0 2em 20px;
    color: #666;
}

/* AGB */

#content .agb ol {
    font-size: 75%;
    margin: 1em 0 2em 20px;
    list-style: upper-roman;
}

#content .agb ol ol {
    font-size: 100%;
    margin: 0em 0em 0em 2em;
    list-style: lower-latin;
}

#content .agb h5 {
    font-size: 100%;
    color: #93B00A;
}

#content .agb ol li {
    margin: 1em 0 1em 0;
}

/* Tips */

#content .tip {
    padding-top: 10px;
}

#content .tip a {
    font-size: 93.75%;
}

#content .tip p {
    padding-top: 0.5em;
    line-height: 1.6em;
}

#tips li {
    padding: 10px;
}

#tips a {
    font-size: 93.75%;
}

#tips p {
    padding-top: 0.5em;
    margin-left: 108px;
    line-height: 1.5em;
}

/* Step by Step */

#content .stepbystep .steps {
    margin: 1em 0 2em 20px;
}

#content .stepbystep li {
    margin: 0 0 1em 0;
}

#content .stepbystep ol,
#content .stepbystep ul,
#content .stepbystep p {
    font-size: 75%;
    margin: 1em 0 2em 0;
}

/* Claim Channel */

#content .own_channels li {
    padding: 10px;
}

#content .own_channels h2 {
    margin: 0 0 1em 0;
    padding: 0;
}

#content .own_channels input {
    margin-top: 1em;
    width: 95%;
}

/* Search */

#content .search {
    margin: 1em 0;
    clear: both;
    position: relative;
}

#content .search #search_control {
    background: #f7f4ed;
    height: 3.1em;
    overflow: hidden;
}

#content .search #search_control fieldset {
    line-height: 50px;
    padding-left: 10px;
}

#content .search #search_control input.text {
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/icon_search.gif') no-repeat 2px 50%;
    padding-left: 20px;
    font-size: 81.25%;
    margin-right: 20px;
    width: 223px;
}

#content .search #search_control select {
    font-size: 81.25%;
    margin-right: 20px;
    width: 113px;
}

#content .search #search_control span {
    font-size: 81.25%;
    margin-right: 20px;
}

#content .search #search_control input.submit {
    font-size: 81.25%;
    margin-right: 20px;
}

#content .search #search_control a {
    padding-left: 15px;
    font-size: 75%;
    background: url('//static.podcastcms.de/themes/podcastcore/images/link_arrow_dark.gif') no-repeat 0 50%;
    color: #555;
}

#content .search #search_help {
    background: #f7f4ed;
    padding: 10px;
    border-top: 1px solid #fff;
}

#content .search #search_help dl {
    font-size: 75%;
    color: #555;
}

#content .search #search_help dt {
    font-weight: bold;
}

#content .search #search_help dd {
    margin-bottom: 1em;
}

#content .search #search_help .module_half {
    padding: 0;
}

#content .search #search_toggle {
    margin-top: 2.5em;
}

#content .search #search_results {
    margin-top: 0.1em;
}

#content .search #search_results p {
    font-size: 93%;
    margin-top: 0.5em;
}

#content .search #search_results li {
    width: 100%;
    clear: both;
    background: #f7f4ed;
}

#content .search #search_results li.odd {
    background: #fff;
}

#content .search #search_results li li {
    clear: none;
    background: none;
    font-size: 81.25%;
}

#content .search #search_results li li.number {
    margin: 10px;
    text-align: right;
    width: 30px;
    height: 55px;
    float: left;
    border: 0;
    font-size: 100%;
}

#content .search #search_results li li.info {
    float: left;
    width: 545px;
    min-height: 55px;
    border-right: 1px solid #fff;
    padding: 15px;
}

#content .search #search_results li.odd li.info,
#content .search #search_results li.odd li.infonarrow {
    border-right: 1px solid #f7f4ed;
}

#content .search #search_results li li.info a img,
#content .search #search_results li li.infonarrow a img {
    float: left;
    margin-right: 15px;
}

#content .search #search_results li li.infowide {
    float: left;
    width: 550px;
    border-right: 1px solid red;
    min-height: 55px;
    padding: 10px 10px 10px 0;
}

#content .search #search_results li li.infonarrow {
    float: left;
    width: 320px;
    min-height: 55px;
    border-right: 1px solid #fff;
    padding: 10px 10px 10px 0;
}

#content .search #search_results li li.about {
    float: left;
    font-size: 75%;
    padding: 15px;
    width: 210px;
    line-height: 1.3em;
}

#content .search #search_results li li.rating,
#content .search #search_results li li.date,
#content .search #search_results li li.channel {
    float: left;
    font-size: 75%;
    padding-top: 2em;
    padding-left: 1em;
    width: 155px;
}

#content .search #search_results li li.date,
#content .search #search_results li li.channel {
    padding-top: 1em;
}

#content .search #search_results li li.channel a {
    color: #aaaaaa;
}

#content .search #search_results li li.rating span {
    float: left;
}

#content .search #search_results li li.rating .stars_empty {
    float: left;
    margin-left: 1em;
}

#content .search #search_results li li.date span.publishdate {
    margin-right: 1.75em;
}

#content .search #search_results li li ul.tag-list li {
    float: left;
    width: auto;
    padding-right: 5px;
    overflow: hidden;
}

#content .search #search_results li em {
    font-weight: bold;
}

#content .search .search-box {
    background: #000055;
}

/* Pager */
#content .pager {
    font-size: 75%;
    margin-top: 2em;
    clear: both;
    overflow: hidden;
}

#content .pager .current {
    color: #f99000;
    font-weight: bold;
    padding: 4px 8px;
    float: left;
    text-align: center;
}

#content .pager a {
    margin: 0 5px;
    padding: 4px 8px;
    border: 1px solid #EEEEEE;
    float: left;
    text-align: center;
    white-space: nowrap;
}

#content .pager a:hover {
    border-color: #ff9900;
    text-decoration: none;
}

/** Filter */
#content .filter {
    font-size: 75%;
}

#content .filter li {
    margin-right: 0.2em;
    float: left;
}

#content .filter li a,
#content .filter li.current {
    margin: 0 1px;
    padding: 4px 6px;
    border: 1px solid #EEEEEE;
    float: left;
    text-align: center;
    white-space: nowrap;
}

#content .filter li.current {
    color: #f99000;
}

/* Ads */
#content .goo-list .GJAds_google,
#content .goo-comment-list .GJAds_google,
#goo-show-top .GJAds_google,
#content #goo-offer-top .GJAds_google,
#goo-show .GJAds_google,
#content #goo-comments .GJAds_google,
#content .goo-pager .GJAds_google,
#content #goo-player .GJAds_google,
#content #goo-search .GJAds_google {
    font-size: small;
}

#content .goo-list .GJAds_google a,
#content .goo-comment-list .GJAds_google a,
#goo-show-top .GJAds_google a,
#content #goo-offer-top .GJAds_google a,
#content #goo-category .GJAds_google a,
#content #goo-comments .GJAds_google a,
#content .goo-pager .GJAds_google a,
#content #goo-player .GJAds_google a,
#content #goo-search .GJAds_google a {
    color: #888888;
    font-size: 75%;
}

#content .goo-comment-list .GJAds_google a {
    color: #888888;
}

#goo-show .GJAds_google a {
    color: #666666;
}

#content #goo-player div.GJAds a.GJAds_title,
#goo-show div.GJAds a.GJAds_title {
    background: none;
    color: #3388CC;
    font-size: 100%;
    position: relative;
    padding-right: 125px;
    margin: 1em 0 0 0;
}

#content #goo-comments div.GJAds a.GJAds_title {
    color: #ff9900;
}

#content #goo-category div.GJAds a.GJAds_title {
    font-size: 115%;
    margin-right: 3px;
}

#content div.goo-list div.GJAds a.GJAds_title {
    font-size: 13px;
    font-weight: 300;
}

#content div.GJAds a.GJAds_title {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 18px;
    font-weight: 700;
}

#content #goo-search div.GJAds a.GJAds_title {
    color: #444444;
}

#content #goo-comments div.GJAds a.GJAds_title {
    font-family: Verdana, Arial, Sans-Serif;
}

#content #show #goo-comments div.GJAds a.GJAds_title {
    background: none repeat scroll 0 0 transparent;
    font-size: 135%;
    margin-left: 0;
    padding: 0;
    margin-top: 0.5em;
}

#content .goo-pager div.GJAds a.GJAds_title,
#content #goo-search div.GJAds a.GJAds_title {
    font-weight: bold;
}

#content #goo-player div.GJAds div.GJAds_0 div.GJAds_title a.GJAds_0,
#goo-show div.GJAds div.GJAds_0 div.GJAds_title a.GJAds_0 {
    color: #444444;
}

#content .goo-list div.GJAds div.GJAds_0 .GJAds_text1,
#content .goo-list div.GJAds div.GJAds_0 .GJAds_text2,
#content .goo-list div.GJAds div.GJAds_0 .GJAds_link {
    color: #444444;
    margin-right: 3px;
}

#content .goo-comment-list div.GJAds div.GJAds_0 .GJAds_text1,
#content .goo-comment-list div.GJAds div.GJAds_0 .GJAds_text2,
#content .goo-comment-list div.GJAds div.GJAds_0 .GJAds_link,
#content #goo-player div.GJAds div.GJAds_0 .GJAds_text1,
#content #goo-player div.GJAds div.GJAds_0 .GJAds_text2,
#content #goo-player div.GJAds div.GJAds_0 a.GJAds_link,
#goo-show-top div.GJAds div.GJAds_0 .GJAds_text1,
#goo-show-top div.GJAds div.GJAds_0 .GJAds_text2,
#goo-show-top div.GJAds div.GJAds_0 .GJAds_link,
#goo-show-top div.GJAds div.GJAds_1 .GJAds_text1,
#goo-show-top div.GJAds div.GJAds_1 .GJAds_text2,
#goo-show-top div.GJAds div.GJAds_1 .GJAds_link,
#goo-show-top div.GJAds div.GJAds_2 .GJAds_text1,
#goo-show-top div.GJAds div.GJAds_2 .GJAds_text2,
#goo-show-top div.GJAds div.GJAds_2 .GJAds_link,
#content #goo-offer-top div.GJAds div.GJAds_0 .GJAds_text1,
#content #goo-offer-top div.GJAds div.GJAds_0 .GJAds_text2,
#content #goo-offer-top div.GJAds div.GJAds_0 .GJAds_link,
#goo-show div.GJAds div.GJAds_0 .GJAds_text1,
#goo-show div.GJAds div.GJAds_0 .GJAds_text2,
#goo-show div.GJAds div.GJAds_0 a.GJAds_link {
    margin-right: 3px;
    font-size: 75%;
}

#content #goo-comments div.GJAds div.GJAds_0 .GJAds_text1,
#content #goo-comments div.GJAds div.GJAds_0 .GJAds_text2,
#content #goo-comments div.GJAds div.GJAds_0 a.GJAds_link,
#content .goo-pager div.GJAds div.GJAds_0 .GJAds_text1,
#content .goo-pager div.GJAds div.GJAds_0 .GJAds_text2,
#content .goo-pager div.GJAds div.GJAds_0 a.GJAds_link,
#content #goo-search div.GJAds div.GJAds_0 .GJAds_text1,
#content #goo-search div.GJAds div.GJAds_0 .GJAds_text2,
#content #goo-search div.GJAds div.GJAds_0 a.GJAds_link {
    margin-right: 3px;
}

#content #goo-category,
#content #goo-comments,
#content .goo-pager,
#content #goo-search {
    font-size: 75%;
    line-height: 1.5em;
}

#goo-show {
    background: none repeat scroll 0 0 #FFFFFF;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0 10px;
    overflow: hidden;
    padding: 5px;
    width: 410px;
    position: relative;
    color: #fff;
    -moz-border-radius: 25px 10px / 10px 25px;
    border-radius: 25px 10px / 10px 25px;
}

#goo-show .closer {
    color: #666666;
    font-size: small;
    font-weight: bold;
    padding: 0 3px;
    position: absolute;
    right: 5px;
    z-index: 2;
    cursor: pointer;
}

#goo-show-top {
    padding-top: 2px;
    padding-bottom: 10px;
}

#content #goo-search {
    padding-top: 10px;
    padding-left: 120px;
}

#content .goo-comment-list div.GJAds a.GJAds_title {
    font-size: 81.25%;
}

#content .goo-comment-list {
    padding: 0 0 10px 10px;
}

#goo-search-block {
    position: relative;
    display: block;
    padding-left: 5px;
}

.goo-pager div.GJAds div.GJAds_0 {
    margin-right: 9px;
}

.goo-pager div.GJAds div.GJAds_0,
.goo-pager div.GJAds div.GJAds_1 {
    float: left;
    width: 325px;
}

.type-container {
    position: relative;
    margin-bottom: 2.5em;
}

#type-block {
    position: absolute;
    right: 0;
    top: -10px;
}

#type-block-search {
    position: absolute;
    right: 10px;
    top: 15%;
}

/* Informieren */

ul.news {
    margin: 10px 0 0 0;
    font-size: 75%;
}

ul.news li {
    margin: 0 0 0.8em 0;
    overflow: hidden;
}

ul.news .extrainfo {
    margin: 0 5px 0 0;
    float: left;
}

ul.news a {
    float: left;
    width: 270px;
}

#news-summary p {
    font-weight: bold;
}

#news-content p {
    margin: 15px 0;
}

#news-content p, #news-summary {
    text-align: justify;
}

#news-content h3 {
    background: none;
    font-weight: bold;
    font-size: 100%;
}

.news-date {
    float: right;
    display: block;
}

.news-media li {
    clear: both;
    height: 65px;
}

.news-media li a img {
    border: 1px solid #ccc;
    width: 54px;
    float: left;
    margin-right: 5px;
}

#content .news-media li a h4 {
    float: left;
    font-size: 11px;
    margin-bottom: 0;
    padding-bottom: 5px;
    width: 185px;
}

.news-media li a p {
    float: left;
    font-size: 10px;
    line-height: 12px;
    width: 185px;
}

#news-footer dl dt {
    font-weight: bold;
    margin-right: 5px;
    float: left;
}

#news-footer dl dd {
    float: left;
    margin-right: 3px;
}

/* User profile: edit */

#user_profile_edit {
    padding: 10px;
}

#user_profile_edit #user_profile_pic {
    float: left;
    width: 98px;
    margin-right: 17px;
    font-size: 75%;
}

#user_profile_edit #user_profile_input {
    float: left;
    width: 285px;
}

#user_profile_edit .day {
    width: 66px;
    float: left;
    margin-right: 10px;
}

#user_profile_edit .day select {
    width: 66px;
}

#user_profile_edit .month {
    width: 99px;
    float: left;
    margin-right: 10px;
}

#user_profile_edit .month select {
    width: 99px;
}

#user_profile_edit .year {
    width: 100px;
    float: left;
}

#user_profile_edit .year select {
    width: 100px;
}

#profile_actions {
    min-height: 12em;
    padding: 10px;
    background: #f7f4ed;
}

#image_upload input.text,
#image_upload div.error {
    width: 220px;
}

#image_upload form {
    padding: 10px;
}

/* Contacts, Podcaster */
#content #contacts,
#content #podcaster {
    padding-top: 1em;
    font-size: 75%;
    clear: both;
    width: 775px;
}

#content #contacts ul li.even,
#content #podcaster ul li.even {
    float: left;
}

#content #contacts ul li.odd,
#content #podcaster ul li.odd {
    float: right;
}

#content #contacts ul li.contact,
#content #podcaster ul li.contact {
    margin-bottom: 10px;
    padding: 10px;
    width: 355px;
    height: 120px;
    background: #f7f4ed;
}

#content #contacts ul li.contact h5 a,
#content #podcaster ul li.contact h5 a {
    font-size: 180%;
    font-weight: bold;
}

#content #contacts ul li.contact h5,
#content #podcaster ul li.contact h5 {
    display: block;
    margin-bottom: 1em;
}

#content #contacts ul.actions,
#content #podcaster ul.actions {
    margin: 1em 0 0 0;
}

#content #contacts ul.actions li,
#content #podcaster ul.actions li {
    line-height: 1.5em;
    margin: 0.5em 0 0 0;
}

#content #contacts .thumb,
#content #podcaster .thumb {
    display: block;
    width: 87px;
    margin-right: 20px;
    min-height: 150px;
    float: left;
}

#content #contacts .thumb img,
#content #podcaster .thumb img {
    margin-bottom: 10px;
    display: block;
}

#content #contacts .confirm_status {
    text-align: center;
    color: #888;
}

#content #podcaster ul li {
    position: relative;
}

#content #podcaster p.channel {
    bottom: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-align: right;
    width: 250px;
}

#content #podcaster p.channel img {
    width: 40px;
    height: 40px;
    float: right;
    margin-left: 5px;
    border: 1px solid #ddd;
}

#content #playlists {
    clear: both;
    padding-top: 1em;
    width: 750px;
}

#content #playlists ul li.even {
    float: left;
}

#content #playlists ul li.odd {
    float: right;
}

#content #playlists ul li.even, #content #playlists ul li.odd {
    margin-bottom: 10px;
    padding: 10px;
    width: 360px;
    height: 135px;
    background: #f7f4ed;
    position: relative;
}

#content #playlists ul li.even h5 a, #content #playlists ul li.odd h5 a {
    font-size: 180%;
    font-weight: bold;
}

#content #playlists ul li.even div.playlist-user, #content #playlists ul li.odd div.playlist-user {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: block;
}

#content #playlists ul li.even div.playlist-user img, #content #playlists ul li.odd div.playlist-user img {
    margin-left: 3px;
    display: block;
    float: right;
}

#content #playlists ol.playlist-teaser-list {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 18px;
}

#content #playlists ol.playlist-teaser-list li {
    float: none;
    height: 1em;
    line-height: 30px;
}

/* Homepage */

#dashboard {
    position: relative;
    width: 775px;
}

#dashboard h2 {
    margin-bottom: 1em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#dashboard a.cancel {
    color: #888;
    text-decoration: underline;
    float: left;
    line-height: 24px;
    margin: 0 0 0 10px;
}

#dashboard a.cancel:hover {
    color: #444;
}

#dashboard a.roundbutton:hover {
    color: #fff;
}

#dashboard .tabs {
    margin: 20px 0 0 0;
}

#dashboard #home_welcome {
    margin: 0 0 20px 0;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_welcome.png') no-repeat;
    padding: 20px 25px 25px 25px;
    height: 159px;
}

#dashboard #home_welcome h2 {
    /*	background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_dashboard_wide_top.gif') no-repeat top;*/
    cursor: default;
    margin: 0 0 0.5em 0;
}

#dashboard #home_welcome p {
    font-size: 87.25%;
    width: 450px;
}

#dashboard .dashboard_customize_link {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 75%;
    line-height: 2em;
}

#dashboard #customize_dashboard {
    /*	background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_dashboard_wide_top.gif') no-repeat top;*/
    overflow: hidden;
    margin: 15px 0 0 0;
}

#dashboard #customize_dashboard .roundbutton {
    margin: 10px 0;
}

#dashboard #dashboard_options {
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_dashboard_wide_top.gif') no-repeat top;
    clear: both;
}

#dashboard #dashboard_options form {
    padding: 15px;
    font-size: 75%;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_box_dashboard_wide_bottom.gif') no-repeat bottom;
}

#dashboard #dashboard_options h3 {
    background: none;
}

#dashboard #dashboard_options h4 {
    padding-left: 10px;
    margin-bottom: 0.5em;
    font-size: 100%;
}

#dashboard #dashboard_options label.checkbox {
    margin: 0 0 10px 10px;
    padding: 5px 10px;
    width: 171px;
    float: left;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_dashboard_options_label.gif') no-repeat 0% 50%;
    cursor: pointer;
}

#dashboard #dashboard_options label.selected {
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_dashboard_options_label_hi.gif') no-repeat 0% 50%;
    color: #fff;
    font-weight: bold;
}

#dashboard #dashboard_options ul.dashboard_option_tabs {
    float: left;
    width: 110px;
    margin: 15px 0 0 0;
}

#dashboard #dashboard_options ul.dashboard_option_tabs li {
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_dashboard_options_label.gif') no-repeat 0 50%;
    cursor: pointer;
    line-height: 28px;
    border-right: 1px solid #fff;
}

#dashboard #dashboard_options ul.dashboard_option_tabs li.selected {
    border: 1px dotted #999;
    border-right: 1px solid #fff;
    color: #ff9900;
    background: #fff;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

#dashboard #dashboard_options fieldset.groups {
    float: left;
    width: 613px;
    background: #fff;
    border: 1px dotted #999;
    position: relative;
    left: -1px;
    padding: 20px 10px 10px;
}

#dashboard #dashboard_options fieldset.actions {
    clear: both;
    margin: 0;
    padding: 20px 0 0 130px;
}

#dashboard #dashboard_options fieldset.actions .roundbutton {
    font-size: 100%;
    margin: 0;
}

#dashboard #dashboard_options input.checkbox {
    margin-right: 5px;
}

#dashboard .column_1 {
    width: 370px;
    float: left;
}

#dashboard .column_2 {
    width: 370px;
    margin: 0 0 0 35px;
    float: left;
}

#dashboard .landing_zone {
    position: absolute;
    border: 3px dotted #ccc;
    margin-top: 20px;
}

#dashboard .drop_zone {
    height: 100px;
}

#dashboard .module_dashboard {
    padding: 15px 0 20px 0;
}

#dashboard .module_dashboard_options {
    background: #666;
    color: #fff;
    font-size: 75%;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
}

#dashboard .module_dashboard_options fieldset {
    padding: 10px 15px;
}

#dashboard .module_dashboard_options fieldset.actions {
    border-top: 1px dotted #ccc;
}

#dashboard .module_dashboard_options fieldset.actions a.cancel {
    color: #ccc;
}

#dashboard .module_dashboard_options fieldset.actions a.cancel:hover {
    color: #fff;
}

#dashboard .module_dashboard_options fieldset.actions a.roundbutton {
    font-size: 100%;
    margin: 0;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_green_left.png') no-repeat 0% 50%;
}

#dashboard .module_dashboard_options fieldset.actions a.roundbutton span {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_green_right.png') no-repeat 100% 50%;
}

#dashboard #dashboard_home.loading {
    min-height: 180px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/ajaxloader_grey.gif') no-repeat 50% 50%;
}

#dashboard h3 {
    padding: 10px 15px;
    font-size: 87.5%;
    color: #666;
    /**background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_dashboard_top.gif') no-repeat top;*/
    background-color: #f7f4ed;
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -465px;
    overflow: hidden;
    /* border-bottom: 1px dotted #d7d4cd; */
}

#dashboard .action_draggable_module h3 {
    cursor: move;
}

#dashboard h3 span {
    float: left;
}

#dashboard p.text {
    font-size: 81.25%;
}

#dashboard .button {
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 10px;
    border: 0;
    color: #777;
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_left.gif') no-repeat left;
    font-size: 81.25%;
}

#dashboard .button:hover {
    color: #444;
}

#dashboard .button span {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_dashboard_right.gif') no-repeat right;
    padding: 0 10px 0 0;
    height: 20px;
    line-height: 20px;
}

#dashboard .module_dashboard_content {
    min-height: 65px;
    background: #fff;
    border-left: 1px dotted #cac5b8;
    border-right: 1px dotted #cac5b8;
}

#dashboard .module_dashboard_footer {
    font-size: 75%;
    /**background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/background_box_dashboard_bottom.gif') no-repeat bottom;*/
    background-color: #f7f4ed;
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -612px;
    overflow: hidden;
    padding: 5px 15px;
}

#dashboard .module_dashboard_footer a {
    color: #666;
}

#dashboard .module_dashboard_footer a:hover {
    color: #ff9900;
}

/*  Tipp der Woche */
#dashboard .tip {
    padding: 10px 15px;
}

/* Stichwörter */
#dashboard div.tagcloud {
    font-size: 75%;
    padding: 3px;
    margin-top: 0;
}

/* Kategorien */
#dashboard div.categories {
    padding: 10px 15px 0;
    overflow: hidden;
}

/* Charts */
#dashboard ol.charts li {
    list-style: none;
}

#dashboard ol.charts li span {
    font-size: 150%;
    float: left;
    line-height: 50px;
    margin-right: 10px;
    color: #93B00A;
}

#dashboard .list {
    font-size: 81.25%;
}

#dashboard .list li {
    padding: 8px 15px;
    border-bottom: 1px dotted #d7d4cd;
    line-height: 1.4em;
    overflow: hidden;
}

#dashboard .list li:hover {
    background: #f7f4ed;
}

#dashboard .list li p {
    line-height: 1.4em;
}

#dashboard .list li.last {
    border-bottom: 0;
}

#dashboard .podcasts li {
    position: relative;
}

#dashboard .podcasts li a {
}

#dashboard .podcasts li a span {
    display: block;
    padding: 15px 0 0 0;
    margin: 0 0 0 62px;
}

#dashboard .podcasts li .rating {
    position: absolute;
    left: 77px;
}

#dashboard .list li img {
    float: left;
    margin-right: 12px;
    width: 44px;
    height: 44px;
    padding: 2px 4px 4px 2px;
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_small.gif') no-repeat;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -656px;
}

#dashboard ul.episodes {
    overflow: hidden;
}

#dashboard ul.episodes li {
    overflow: hidden;
    padding: 8px 15px;
}

#dashboard ul.episodes li .rating {
    height: 0.8em;
    margin-left: 23px;
}

#dashboard ul.episodes li .time {
    height: 0.5em;
    float: right;
    font-size: 75%;
    color: #999;
}

#dashboard ul.episodes li a.open_episode {
    float: left;
    clear: both;
    padding: 5px 0 0 22px;
    line-height: 1.3em;
    max-width: 290px;
}

#dashboard ul.episodes li a.open_podcast {
    padding: 0 0 0 22px;
    line-height: 1em;
    float: left;
    clear: both;
    color: #aaa;
}

#dashboard ul.episodes li a.open_player {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_arrow_right.png') no-repeat 50% 50%;
    float: right;
    width: 18px;
    height: 18px;
    padding: 5px 0 0 0;
}

#dashboard .list .user_comment {
    padding: 10px 10px 10px 15px;
}

#dashboard .user_comment p {
    margin-left: 62px;
}

#dashboard_mysubscriptions, #dashboard_podcaster, #dashboard_myplaylists {
    position: relative;
}

#dashboard_mysubscriptions .mypodcasts, #dashboard_podcaster .mypodcasts, #dashboard_myplaylists .myplaylists {
    overflow: hidden;
}

#dashboard_mysubscriptions .mypodcasts li, #dashboard_podcaster .mypodcasts li, #dashboard_myplaylists .myplaylists li {
    overflow: hidden;
    padding: 0;
    position: relative;
    border-top: 1px dotted #d7d4cd;
    border-bottom: 0;
}

#dashboard_mysubscriptions .mypodcasts li.selected, #dashboard_podcaster .mypodcasts li.selected, #dashboard_myplaylists .myplaylists li.selected {
    background: #f7f4ed;
}

#dashboard_mysubscriptions .mypodcasts li.selected a, #dashboard_podcaster .mypodcasts li.selected a, #dashboard_myplaylists .myplaylists li.selected a {
    color: #ff9900;
}

#dashboard_mysubscriptions .mypodcasts li a.show_podcast_episodes, #dashboard_podcaster .mypodcasts li a.show_claim_actions, #dashboard_podcaster .mypodcasts li a.show_claim_hint, #dashboard_myplaylists .myplaylists li a.show_playlist_details {
    display: block;
    overflow: hidden;
    padding: 10px 25px 10px 15px;
    line-height: 1.4em;
}

#dashboard_myplaylists .myplaylists li a.show_playlist_details.private {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_mixlist_status.gif') no-repeat 0 12px;
    padding-left: 20px;
    margin: 15px 0 15px 15px;
}

#dashboard_myplaylists .myplaylists li a.show_playlist_details.protected {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_mixlist_status.gif') no-repeat 0 -104px;
    padding-left: 20px;
    margin: 15px 0 15px 15px;
}

#dashboard_myplaylists .myplaylists li a.show_playlist_details.public {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_mixlist_status.gif') no-repeat 0 -220px;
    padding-left: 20px;
    margin: 15px 0 15px 15px;
}

#dashboard_myplaylists .myplaylists li a.show_playlist_details.autolist {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_autolist.gif') no-repeat 0 50%;
    padding-left: 20px;
    margin: 15px 0 15px 15px;
}

#dashboard_mysubscriptions .mypodcasts li a.deletebutton {
    height: 75%;
    width: 65px;
    position: absolute;
    right: 0;
    top: 0;
}

#dashboard_mysubscriptions .mypodcasts li .channel_title {
    float: left;
    padding-top: 15px;
}

#dashboard_mysubscriptions .mypodcasts li .new_episodes_count {
    position: absolute;
    right: 10px;
    top: 25px;
    color: #fff;
    background: url('//static.podcastcms.de/themes/podcastcore/images/bg_dashboard_episode_count_right.png') no-repeat 100% 50%;
    padding: 0 7px 0 0;
    font-size: 92.25%;
    font-weight: bold;
}

#dashboard_mysubscriptions .mypodcasts li .new_episodes_count span {
    background: url('//static.podcastcms.de/themes/podcastcore/images/bg_dashboard_episode_count_left.png') no-repeat 0% 50%;
    padding: 0 0 0 7px;
    line-height: 15px;
    float: left;
}

#dashboard_mysubscriptions .module_dashboard .std {
    font-size: 75%;
    padding: 10px 15px;
}

#dashboard_mysubscriptions .module_dashboard p {
    margin: 0 0 1.5em 0;
}

#dashboard_mysubscriptions .module_dashboard input.file {
    margin: 0.1em 0 1em 0;
    display: block;
}

#dashboard_mysubscriptions .exporticon {
    float: left;
    margin: 0 20px 0 16px;
    font-size: 75%;
}

#dashboard_mysubscriptions .importicon {
    float: left;
    font-size: 75%;
}

#dashboard_mysubscriptions #episode_list, #dashboard_podcaster #claim_list, #dashboard_myplaylists #playlist_items {
    width: 370px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_dashboard_bridge.gif') no-repeat 6px 20px;
    float: left;
    padding-left: 35px;
    min-height: 60px;
}

#dashboard_mysubscriptions #episode_list .module_dashboard, #dashboard_podcaster #claim_list .module_dashboard {
    padding: 0;
}

#dashboard_mysubscriptions #episode_list .module_dashboard_content, #dashboard_podcaster #claim_list .module_dashboard_content {
    min-height: 80px;
}

#dashboard_mysubscriptions #episode_list .module_dashboard .loading, #dashboard_podcaster #claim_list .module_dashboard .loading, #dashboard_myplaylists #playlist_items .module_dashboard .loading {
    min-height: 60px;
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/ajaxloader_small.gif') no-repeat 50% 50%;
    border-right: 1px dotted #D7D4CD;
    border-bottom: 1px dotted #D7D4CD;
    border-left: 1px dotted #D7D4CD;
}

#dashboard_mysubscriptions #episode_list .module_dashboard_content .std, #dashboard_podcaster #claim_list .module_dashboard_content .std {
    font-size: 75%;
    padding: 5px 15px 10px 15px;
}

#dashboard_mysubscriptions ul.episodes {
    overflow: hidden;
}

#dashboard_mysubscriptions ul.episodes li {
    overflow: hidden;
}

#dashboard_mysubscriptions ul.episodes li a.open_episode {
    display: block;
    padding: 5px 0 5px 22px;
    line-height: 1.3em;
    float: left;
    max-width: 290px;
}

#dashboard_mysubscriptions ul.episodes li a.open_player {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_arrow_right.png') no-repeat 50% 50%;
    float: right;
    width: 18px;
    height: 18px;
    padding: 5px 0;
    line-height: 1.3em;
}

#dashboard .module_dashboard.dragging {
    padding: 0;
    margin: 15px 0 20px 0;
    -webkit-box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0.5em;
    -moz-box-shadow: 0.5em 0.5em 0.5em rgba(0, 0, 0, 0.3);
    -moz-border-radius: 0.5em;
}

ul.top-shows li:hover .hide-block,
ul#last-played li:hover .hide-block,
ul#newest-shows li:hover .hide-block,
ul#last-added li:hover .hide-block,
ul#top-podcasts li:hover .hide-block {
    display: block;
    clip: auto;
    min-height: 100%;
    height: auto !important;
    width: 75%;
    margin: 3px;
    padding: 10px;
    border: 1px solid #ccc9a4;
    top: 25px;
    left: 35px;
    z-index: 5;
    background: #FFFFFF;
    overflow: auto;
    border-radius: 5px;
}

.hide-block {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

#dashboard ul.top-shows li,
#dashboard ul#newest-shows li,
#dashboard ul#last-played li,
ul#last-added li,
ul#top-podcasts li {
    font-size: 81.25%;
    border: none;
    padding: 1px;
    overflow: visible;
    clear: both;
    position: relative;
}

#dashboard ul.top-shows li img,
#dashboard ul#newest-shows li img,
#dashboard ul#last-played li img {
    width: 28px;
    height: 28px;
    margin-right: 2px;
    background: none;
}

#footer ul#last-added li:hover .hide-block,
#footer ul#top-podcasts li:hover .hide-block {
    width: 200px;
    top: -175px;
    left: 5px;
}

#footer ul#last-added li a {
    text-decoration: none;
}

#footer ul#last-added li img {
    width: 15px;
    height: 15px;
}

#footer ul ul#last-added li {
    display: inline;
}

/* Messaging Inbox */

table.list td.subject {
    font-size: 75%;
}

table.list .unread {
    font-weight: bold;
}

table.list .answered {
    color: #93B00A;
}

table.list td.sender {
    line-height: 25px;
    overflow: hidden;
}

table.list td.sender img {
    float: left;
    width: 25px;
    height: 25px;
    padding-right: 8px;
}

table.list td.action img {
    padding: 5px;
}

/* Mixlist details */

#playlist_items li li {
    overflow: hidden;
}

#playlist_items li li.type {
    padding-left: 18px;
    margin-right: 10px;
}

#playlist_items li li a {
    white-space: nowrap;
}

#playlist_controls li {
    position: relative;
    line-height: 1.5em;
}

#podcast_subscription_export #container_export,
#playlist_export #container_export {
    position: absolute;
    top: -8px;
    right: -1px;
    background: #fff;
    border: 1px solid #aaa;
    padding: 5px 10px 10px 10px;
}

#podcast_subscription_export,
#playlist_export {
    position: relative;
}

/* Media */

.books img {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Calendar */

#map {
    margin-top: 1em;
    height: 350px;
    font-size: 75%;
}

#content .events h4 {
    font-size: 100%;
    font-weight: bold;
    color: #777;
    height: auto;
    padding-bottom: 0.25em;
}

#content .events .expand {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_expand_border.gif') no-repeat 0 50%;
    padding-left: 16px;
}

#content .events .collapse {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_collapse_border.gif') no-repeat 0 50%;
    padding-left: 16px;
}

#content .events li {
    margin-bottom: 1.5em;
}

#content .events li div {
    padding-bottom: 0.4em;
}

#content .events li p {
    padding-left: 16px;
}

/* User profile */
#user_profile #user_profile_body {
    min-height: 12em;
    padding: 10px;
    background: #f7f4ed;
}

#user_profile #user_profile_body #user_profile_pic {
    float: left;
    min-height: 12em;
    margin-right: 17px;
    width: 98px;
}

#user_profile #user_profile_info {
    margin-left: 100px;
    position: relative;
    min-height: 8em;
    padding-bottom: 4em;
}

#user_profile #user_profile_body h3 {
    margin-bottom: 1em;
    padding: 0;
    font-size: 75%;
    font-weight: bold;
    color: #666;
    background: none;
}

#user_profile #user_profile_body dl {
    font-size: 68.75%;
    position: absolute;
    bottom: 0;
    left: 15px;
    margin-top: 2em;
    line-height: 1.1em;
    color: #aaa;
    overflow: hidden;
}

#user_profile #user_profile_body dt {
    float: left;
    padding-right: 5px;
}

#user_profile #user_profile_body dd {
    float: left;
    display: inline;
    padding-right: 15px;
}

#user_profile #user_profile_actions {
    min-height: 12em;
    padding: 10px;
    background: #f7f4ed;
}

#user_profile .user_profile_channels {
    padding-top: 10px;
    font-size: 75%;
}

#user_profile .user_profile_channels h5 {
    font-size: 110%;
}

#user_profile .user_profile_channels p {
    margin-top: 0.5em;
}

#user_profile .user_profile_channels li {
    min-height: 55px;
    padding: 10px;
    overflow: hidden;
}

#user_profile .user_profile_channels li img {
    float: left;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    border: 0;
}

#user_profile #containerMixlists li {
    font-size: 75%;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 5px 10px 5px 5px;
    line-height: 1.4em;
}

#user_profile #user_profile_contacts {
    padding-top: 10px;
    font-size: 83.75%;
}

#user_profile #user_profile_contacts li {
    padding-bottom: 10px;
    overflow: hidden;
}

#user_profile #user_profile_contacts img {
    width: 55px;
    height: 55px;
    margin: 0 10px 10px 0;
    float: left;
    border: 0;
    font-size: 75%;
}

/* Messaging: read */

#msg_head {
    margin: 0 0 1em 0;
    border-left: 6px solid #93B00A;
    padding: 1em 1em 1em 15px;
    background: #f7f4ed;
    font-size: 75%;
}

#msg_head img {
    display: block;
}

#msg_head li {
    line-height: 1.3em;
}

#msg_head li.image {
    margin-right: 15px;
    float: left;
}

#msg_head li.action {
    margin-top: 7px;
}

/* Forum */

#forum_forums tr td {
    padding: 10px 5px 10px 5px;
}

#forum_topics tr td {
    padding: 5px;
}

#forum_forums .forum_title a {
    font-size: 108.3%;
}

#forum_forums .forum_title p {
    color: #666;
    padding: 0 0 0 22px;
}

#forum_messages li ul {
    padding: 10px 10px 10px 10px;
    font-size: 75%;
    position: relative;
}

#forum_messages .even ul {
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_vertical_even.gif') repeat-y 118px;
}

#forum_messages .odd ul {
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_vertical_odd.gif') repeat-y 118px;
}

#forum_messages q {
    display: block;
    padding: 3px 10px;
    margin: 1em 0;
    color: #777;
}

#forum_messages q:before,
#forum_messages q:after {
    content: '';
}

#forum_messages .even q {
    border-left: 2px solid #999;
}

#forum_messages .odd q {
    border-left: 2px solid #999;
}

#forum_messages .userinfo {
    width: 98px;
    float: left;
}

#forum_messages .userinfo a {
    text-decoration: none;
}

#forum_messages .forum_message_body {
    margin: 0 0 0 128px;
    line-height: 1.5em;
}

#forum_messages .forum_message_body .extrainfo {
    padding-left: 10px;
}

#forum_messages .forum_message_body p {
    font-size: 108.3%;
    overflow: hidden;
    clear: right;
    padding-bottom: 10px;
}

#forum_messages .forum_message_body p img {
    max-width: 487px;
}

#forum_messages .forum_message_footer {
    clear: both;
    padding-top: 10px;
}

#forum_topics .commentsicon {
    padding: 2px 0 2px 25px;
}

/* Dashboard Import */
.mychannels_import_form input.text {
    width: 315px;
    font-size: 75%;
    margin-bottom: 1.5em;
}

.mychannels_import_form input.radio, #email_subscription_settings_form input.radio {
    margin-right: 0.3em;
    float: left;
}

.mychannels_import_form label {
    display: block;
    padding-bottom: 0.25em;
}

#import_channels div.loading {
    min-height: 60px;
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/ajaxloader_small.gif') no-repeat 50% 50%;
    border-right: 1px dotted #D7D4CD;
    border-bottom: 1px dotted #D7D4CD;
    border-left: 1px dotted #D7D4CD;
}

.cb_subscribe_form {
    padding: 5px 10px 17px 10px;
}

/* # ID . Klasse */

/** Discovery */

#content div.loading {
    min-height: 300px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/ajaxloader_small.gif') no-repeat 50% 50%;
}

#content #discovery ul li,
.grey-button {
    float: left;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 5px;
    width: 100px;
    text-align: center;
    -moz-box-shadow: 2px 2px 10px #def; /* FF3.5+ */
    -webkit-box-shadow: 2px 2px 10px #def; /* Saf3.0+, Chrome */
    box-shadow: 2px 2px 10px #def; /* Opera 10.5, IE 9.0 */
    -moz-border-radius: 12px; /* FF1+ */
    -webkit-border-radius: 12px; /* Saf3+, Chrome */
    border-radius: 12px; /* Opera 10.5, IE 9 */
    background-image: -moz-linear-gradient(top, #cccccc, #ffffff); /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #ffffff)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff')"; /* IE8 */
}

#content #discovery ul li:hover,
.grey-button:hover {
    background-image: -moz-linear-gradient(top, #ffffff, #cccccc); /* FF3.6 */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cccccc), color-stop(1, #ffffff)); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#cccccc', EndColorStr='#ffffff')"; /* IE8 */
}

#content #discovery ul li a {
    font-family: 'Arial';
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
}

ul li a.add-cat:before,
ul li a.add-tag:before {
    content: "\2B \ ";
}

ul li a.rem-cat, ul li a.rem-tag {
    font-weight: bold;
}

ul li a.rem-cat:before,
ul li a.rem-tag:before {
    content: "\2D \ ";
}

/* Partner */

#content #partner ul {
    padding: 0 0 10px 0;
    width: 640px;
    overflow: hidden;
    background: #f7f4ed;
}

#content #partner ul li {
    margin: 10px 0 0 10px;
    padding: 5px;
    width: 190px;
    height: 120px;
    float: left;
    background: white;
}

#content #partner ul.publisher li {
    height: 158px;
}

#content #partner ul.publisher li img {
    width: 190px;
}

#content #publisher ul li {
    margin: 10px 0 0 10px;
    padding: 5px;
    float: left;
}

#content #publisher ul li img {
    width: 100px;
}

ul.dashboard-publisher li,
ul.news-topics li {
    float: left;
    padding: 5px;
}

ul.news-topics li {
    border: 1px solid #ddd;
    margin: 5px;
}

/* Podhosting */

#content #hosting ul li {
    margin: 10px 0 0 10px;
    padding: 5px;
    width: 190px;
    height: 120px;
    float: left;
    background: white;
}

#content #hosting ul {
    width: 640px;
    height: 150px;
    background: #f7f4ed;
    margin-bottom: 25px;
}

/* Service Providers */

#content .serviceprovider {
    background: url('//static.podcastcms.de/themes/podcastcore/images/dotline.gif') repeat-x bottom;
    padding-bottom: 0.5em;
    overflow: hidden;
}

#content .serviceprovider h4 {
    font-weight: bold;
}

#content .serviceprovider a.expand {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_expand_border.gif') no-repeat 0 50%;
    padding-left: 15px;
}

#content .serviceprovider a.collapse {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_collapse_border.gif') no-repeat 0 50%;
    padding-left: 15px;
}

#content .serviceprovider a {
    font-size: 75%;
}

#content .serviceprovider p {
    padding-top: 1em;
    font-size: 75%;
}

#content .api_doc h3 {
    margin: 2.5em 0 1.5em 0;
}

#content .api_doc h4 {
    margin: 3em 0 1em 0;
    padding: 0 0 0 25px;
    font-size: 81.25%;
    font-weight: bold;
    color: #93B00A;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_api_function.png') no-repeat 0 50%;
}

#content .api_doc h5 {
    font-size: 75%;
    font-weight: bold;
}

#content .api_doc p {
    font-size: 75%;
    margin: 0 0 1.5em 0;
}

#content .api_doc dl {
    font-size: 75%;
    margin: 0 0 1.5em 0;
}

#content .api_doc dt {
    font-style: italic;
    float: left;
    clear: both;
    width: 100px;
}

#content .api_doc ul {
    font-size: 75%;
    margin: 0 0 5em 0;
}

#content .api_doc ul li {
    margin: 0 0 1em 0;
}

#content .api_doc ul em {
    display: block;
    color: #888;
}

#content .podcatcher p {
    font-size: 75%;
    margin: 0 0 1.5em 0;
}

#content .podcatcher-attribs ul li {
    font-size: 75%;
    margin: 0 0 5px 0;
}

#content ul.podcatcher-attribs li ul li.podcatcher-attrib {
    font-size: 100%;
    font-weight: bold;
    color: #999;
}

/* Infomails */

.infomail p {
    font-size: 75%;
    margin: 10px 0;
}

/* News */

.article_teaser {
    margin: 0 0 0 15px;
}

.article_teaser div.toggleable {
    clear: both;
}

#content .article_teaser h3 {
    color: #0885C7;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 8px;
    background: none;
}

.article_teaser h3 span {
    color: #443F39;
}

.article_teaser div, .article_teaser > a > img, .article_teaser > a > a {
    float: left;
    margin: 0 0 0 5px;
}

.article_teaser small {
    color: #959595;
    display: block;
    float: left;
    font-size: 11px;
    margin: 5px 0 0 30px;
}

.article_teaser p {
    float: left;
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0 0 30px;
    width: 550px;
}

/* Standards */

ul.list_head li {
    float: left;
    color: #555;
    font-weight: normal;
    font-size: 81.25%;
    text-align: left;
    padding: 0 0 0.5em 5px;
}

ul.list, ol.list {
    font-size: 75%;
}

ul.list li li, ol.list li li {
    float: left;
    height: 1.5em;
    line-height: 20px;
    padding: 5px;
}

ul.square {
    line-height: 2em;
    list-style: square outside none;
    margin-left: 15px;
}

.list-footer {
    font-size: 75%;
    background: #f7f4ed;
    padding: 5px 10px 5px;
    float: right;
    -moz-border-radius: 0 0 12px 12px; /* FF1+ */
    -webkit-border-radius: 0 0 12px 12px; /* Saf3+, Chrome */
    border-radius: 0 0 12px 12px; /* Opera 10.5, IE 9 */
}

ul.list-thumbs {
    font-size: 75%;
    padding: 10px 0;
}

ul.list-thumbs li {
    margin-bottom: 10px;
}

ul.list-thumbs li img {
    width: 2em;
    vertical-align: middle;
    margin-right: 10px;
}

table.list {
    width: 100%;
    border: 0;
    border-spacing: 0;
}

table.list thead tr th {
    color: #555;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: normal;
    font-size: 81.25%;
    text-align: left;
    padding: 0.5em 0 0.5em 5px;
}

table.list thead tr th.center {
    text-align: center;
}

table.list tr td {
    vertical-align: middle;
    padding: 5px;
    font-size: 75%;
}

form.std {
    background: #f7f4ed;
    padding: 15px 20px 20px 20px;
    position: relative;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; /* Opera 10.5, IE 9 */
}

form.std label {
    font-size: 81.25%;
    display: block;
    padding-bottom: 0.25em;
}

form.std label.checkbox {
    margin-left: 20px;
}

form.std p.checkbox_info {
    margin: 0 0 1.5em 20px;
    font-size: 75%;
}

form.std textarea {
    width: 315px;
    font-size: 75%;
    margin-bottom: 1.5em;
}

form.std select {
    width: 320px;
    font-size: 75%;
    margin-bottom: 1.5em;
    padding: 1px;
}

form.std input.text {
    width: 315px;
    font-size: 75%;
    margin-bottom: 1.5em;
}

form.std input.medium,
form.std input.text.medium,
form.std select.medium {
    width: 100px;
}

form.std input.short {
    width: 50px;
}

form.std input.long,
form.std input.text.long,
form.std select.long {
    width: 150px;
}

form.std input.radio {
    margin-right: 0.5em;
    float: left;
}

form.std input.submit {
    font-size: 75%;
}

form.std .formtip {
    position: absolute;
    left: 304px;
    margin-top: -2px;
    width: 18em;
    font-size: 75%;
    background: url('//static.podcastcms.de/themes/podcastcore/images/formtip_border.gif') no-repeat 0 0;
}

form.std .formtip div {
    margin-left: 7px;
    border: 1px solid #aaa;
    border-left: 0;
    padding: 5px 10px 5px 30px;
    background: #fff url('//static.podcastcms.de/themes/podcastcore/images/icon_info.gif') no-repeat 5px 4px;
}

form .error {
    color: #E66556;
    font-size: 75%;
    padding: 5px 0 5px 20px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_exclamation.gif') no-repeat 0 44%;
}

form .required {
    color: #ff9900;
    padding-left: 0.1em;
    font-weight: bold;
}

form.std .disabled {
    background: #eee;
}

form.std .form-loader {
    height: 35px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/ajaxloader_small.gif') no-repeat 5% 10%;
}

ol.std {
    font-size: 75%;
    margin: 1em 0 0 2em;
}

ol.std li {
    line-height: 1.5em;
    margin: 0.5em 0 0 0.5em;
}

ul.std, ul.publisher {
    font-size: 75%;
    margin: 1em 0 0 0;
}

ul.std li {
    line-height: 1.5em;
    margin: 0.5em 0 0 0;
}

p.std {
    font-size: 75%;
    padding-top: 0.5em;
    line-height: 1.5em;
}

p.text {
    font-size: 75%;
    line-height: 1.5em;
    padding-top: 1em;
}

div.text p {
    font-size: 75%;
    line-height: 1.5em;
    padding-top: 1em;
}

.legend {
    font-size: 75%;
    color: #777;
}

li.disabled span,
li.disabled a,
li.disabled div {
    color: #B7B4AD;
}

/* General */

.picture_list_big {
    background: #f7f4ed;
    overflow: hidden;
    height: 100%;
    padding: 0 10px;
}

.picture_list_big li {
    float: left;
    width: 98px;
    margin: 0 11px 10px 0;
    font-size: 68.75%;
    padding-bottom: 7px;
}

.picture_list_big li.last {
    margin: 0 0 10px 0;
}

.picture_list_big img {
    display: block;
    width: 88px;
    height: 88px;
    padding: 4px 6px 6px 4px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_big.gif') no-repeat;
}

.picture_list_big li span.outerplate {
    display: block;
    height: 1.2em;
    width: 88px;
    overflow: hidden;
    padding: 3px 0 8px 8px;
    line-height: 1.2em;
    white-space: nowrap;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_big_bottom.gif') no-repeat bottom left;
}

.picture_list_big li span.innerplate {
    width: 80px;
    overflow: hidden;
    display: block;
}

.picture_list_big a:hover span.outerplate {
    position: absolute;
    height: auto;
    overflow: hidden;
    white-space: normal;
}

.picture_list_big a {
    text-decoration: none;
}

.picture_list_big a span.longtext {
    display: none;
}

.picture_list_big a:hover span.shorttext {
    display: none;
}

.picture_list_big a:hover span.longtext {
    display: inline;
}

.show_list_mini {
    background: url('//static.podcastcms.de/themes/podcastcore/images/thumb_nochannelpic_15x15.gif') no-repeat;
    padding-right: 16px;
    margin-right: 3px;
    height: 15px;
    width: 15px;
}

.video_block li a h4 {
    color: #443F39;
    float: left;
    font-size: 11px;
}

.module_half .picture_list_big li {
    margin: 0 38px 20px 0;
    width: 88px;
    height: 110px;
}

.module_half .picture_list_big li.tablet {
    margin-right: 28px;
}

.module_half .picture_list_big li.last {
    margin: 0 0 10px 0;
}

.module_half .picture_list_medium li {
    margin: 0 5px 10px 0;
}

.module_half .picture_list_medium img {
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_medium.gif') no-repeat;
}

.picture_list_medium {
    background: #f7f4ed;
    font-size: 75%;
    overflow: hidden;
    height: 100%;
    padding: 0 10px;
}

.picture_list_medium li {
    float: left;
    margin: 0 13px 10px 0;
}

.picture_list_medium li.last {
    margin: 0 0 10px 0;
    padding: 0 0 0 0;
}

.picture_list_medium img {
    display: block;
    width: 55px;
    height: 55px;
    padding: 4px 6px 6px 4px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_medium.gif') no-repeat;
}

.picture_list_medium a {
    text-decoration: none;
}

.picture_list_medium a span.outerplate {
    display: none;
}

.picture_list_medium span.innerplate {
    display: block;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_caption_medium_right.gif') no-repeat right;
    padding: 3px 8px 2px 0;
    margin-top: -2px;
    line-height: 1.2em;
}

.picture_list_medium a:hover span.outerplate {
    position: absolute;
    display: block;
    overflow: hidden;
    white-space: normal;
    height: 22px;
    padding: 8px 0 0 5px;
    margin-left: 5px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_caption_medium_left.gif') no-repeat;
}

.picture_list_long {
    background: #f7f4ed;
    overflow: hidden;
    height: 100%;
    padding: 10px;
}

.picture_list_long li {
    float: left;
    width: 210px;
    padding: 0.7em;
    height: 130px;
    margin: 0.5em;
    background: #ffffff;
    border: 1px dotted #aaaaaa;
}

.picture_list_long li p {
    font-size: 75%;
}

.picture_list_long li a img {
    float: left;
    width: 35px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.picture_list_vertical_small li {
    height: 35px;
    padding-bottom: 5px;
}

.picture_list_vertical_small li a img {
    float: left;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    border: 1px solid #dddddd;
    overflow: hidden;
}

.comment_bubble_content {
    padding: 10px 15px 0 15px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_comment_content.gif') no-repeat;
    clear: both;
}

.comment_bubble_name {
    padding: 30px 0 0 35px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_comment_name.gif') no-repeat;
    margin-bottom: 1.6em;
}

.comment_bubble_name img {
    display: block;
    float: left;
}

.comment_bubble_name .extrainfo {
    float: left;
    padding: 7px 0 0 5px;
}

.select_list_arrow_down {
    position: absolute;
    top: 1.3em;
    left: 0;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_arrow_down.gif') no-repeat 30px 0;
}

.select_list {
    padding: 5px;
    border: 1px solid #999;
    background: #fff;
    margin-top: 16px;
}

.select_list li {
    white-space: nowrap;
    line-height: 1.5em;
}

.button {
    display: block;
    font-family: Arial;
    border-top: 1px solid #ececec;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #ececec;
    padding: 2px 6px;
    background: #fff;
    color: #555;
}

#messageboard {
    position: fixed;
    top: 50px;
    margin: 1.5em;
    padding: 2em 2em 2em 30px;
    width: 460px;
    z-index: 901;
    font-size: 81.25%;
    line-height: 1.3em;
    -webkit-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0 rgba(0,0,0,0.75);
}

#messageboard .closeButton {
    position: absolute;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #bbb;
    font-size: 70%;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 3px;
    position: absolute;
    right: 0;
    top: 0;
}

#messageboard .closeButton:hover {
    color: #000;
    cursor: pointer;
}

.infoMessage {
    border: 1px solid #93B00A;
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/icon_info.gif') no-repeat 8px 2em;
}

.confirmMessage {
    border: 1px solid #93B00A;
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/icon_accept.gif') no-repeat 8px 2em;
}

.warningMessage {
    border: 1px solid #ff9400;
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/icon_exclamation.gif') no-repeat 8px 2em;
}

.errorMessage {
    border: 1px solid #e66556;
    background: #f7f4ed url('//static.podcastcms.de/themes/podcastcore/images/icon_exclamation.gif') no-repeat 8px 2em;
}

.submenuicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_submenuarrow.gif') no-repeat 0 50%;
    padding: 0 16px 0 0;
    margin: 0 0 0 5px;
    cursor: pointer;
}

.submenuicon:hover {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_submenuarrow_orange.gif') no-repeat 0 50%;
}

.videoicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_video.gif') no-repeat 0 50%;
    padding: 0 5px 0 22px;
    text-transform: capitalize;
}

.audioicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_audio.gif') no-repeat 0 50%;
    padding: 0 5px 0 22px;
    text-transform: capitalize;
}

.imageicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_image.gif') no-repeat 0 50%;
    padding: 0 5px 0 22px;
}

.texticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_text.gif') no-repeat 0 50%;
    padding: 0 5px 0 22px;
}

.favoriteicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_favorite.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.subscribeicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_subscribe.gif') no-repeat 0 50%;
    padding-left: 16px;
    margin-left: -2px;
}

.unsubscribeicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_unsubscribe.gif') no-repeat;
    padding: 2px 0 0 25px;
}

.smallexporticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_export_small.gif') no-repeat 0 50%;
    padding-left: 16px;
    margin-left: -2px;
}

.exporticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_export.gif') no-repeat 0 50%;
    padding: 2px 0 2px 20px;
    line-height: 1.4em;
}

.importicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_import.gif') no-repeat 0 50%;
    padding: 2px 0 2px 20px;
    line-height: 1.4em;
}

.arrowicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/link_arrow_dark.gif') no-repeat 0 50%;
    padding-left: 14px;
}

.selectionicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_arrow_mark.gif') no-repeat 0 50%;
    padding-left: 16px;
    margin-left: 8px;
}

.refreshicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_refresh.gif') no-repeat 0 50%;
    padding-left: 20px;
}

.refreshicon-animation {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_refresh_ani.gif') no-repeat 0 50%;
    padding-left: 20px;
}

.plusicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_plus_blue.gif') no-repeat 0 50%;
    padding-left: 12px;
}

.addcommenticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_comment_add.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
    line-height: 16px;
}

.editcommenticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_comment_edit.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
    line-height: 16px;
}

.delcommenticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_comment_del.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
    line-height: 16px;
}

.commentsicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_comments.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.forumsicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_comments.gif') no-repeat 0 50%;
    padding: 1px 0 1px 22px;
}

.threadicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_thread.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.addtagicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_tag_add.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
    line-height: 16px;
}

.editownchannel {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_own_channel_edit.png') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
    line-height: 16px;
}

.externicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_link_ext.gif') no-repeat 100%;
    padding-right: 17px;
}

.externicon:hover {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_link_ext_orange.gif') no-repeat 100%;
    padding-right: 17px;
}

.messageicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_message.gif') no-repeat 0 50%;
    padding-left: 20px;
}

.sendmessageicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_message_send.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.delmessageicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_message_delete.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.addusericon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_user_add.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.delusericon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_user_delete.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.editusericon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_user_edit.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.viewprofileicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_profile.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.flagprofileicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_flag_profile.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.addphotoicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_user_image_add.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.editpasswordicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_password_change.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.sendpasswordicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_password_send.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.editprivacyicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_privacy_change.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.editnotificationicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_notification_change.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.feedicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_feed.gif') no-repeat 0 50%;
    padding: 2px 0 2px 25px;
}

.ownchannelsicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_own_channels.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.changeemailicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_change_email.gif') no-repeat 0 50%;
    padding: 1px 0 1px 25px;
}

.tagicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_tag.gif') no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.downloadicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_download.gif') no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.addicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_add.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.analyzeicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_analyze.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.addicon_disabled {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_add_disabled.gif') no-repeat 0 50%;
    padding: 0 0 0 20px;
    color: #aaa;
}

.editicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_edit.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.deleteicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_remove.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.moveitemicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_move_item.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.copyitemicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_copy_item.gif') no-repeat 0 50%;
    padding: 1px 0 1px 20px;
}

.publicicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_privacy_status.gif') no-repeat 0 -232px;
    padding: 2px 0 2px 20px;
}

.protectedicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_privacy_status.gif') no-repeat 0 -116px;
    padding: 2px 0 2px 20px;
}

.privateicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_privacy_status.gif') no-repeat 0 0;
    padding: 2px 0 2px 20px;
}

.publicmixlisticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_mixlist_status.gif') no-repeat 0 -232px;
    padding: 2px 0 2px 20px;
}

.protectedmixlisticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_mixlist_status.gif') no-repeat 0 -116px;
    padding: 2px 0 2px 20px;
}

.privatemixlisticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_mixlist_status.gif') no-repeat 0 0;
    padding: 2px 0 2px 20px;
}

.autolisticon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_autolist.gif') no-repeat 0 50%;
    padding: 2px 0 2px 20px;
}

.usericon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_user.gif') no-repeat 0 0;
    padding: 2px 0 2px 20px;
}

.searchicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_search.gif') no-repeat 0 0;
    padding: 2px 0 2px 20px;
}

.editinlineicon {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_inline_edit.gif') no-repeat 100% 50%;
    padding: 2px 20px 2px 0;
}

.content_type_0_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_0.gif') no-repeat 0% 50%;
}

.content_type_1_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_1.gif') no-repeat 0% 50%;
}

.content_type_2_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_2.gif') no-repeat 0% 50%;
}

.content_type_3_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_3.gif') no-repeat 0% 50%;
}

.content_type_4_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_4.gif') no-repeat 0% 50%;
}

.content_type_5_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_5.gif') no-repeat 0% 50%;
}

.content_type_6_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_6.gif') no-repeat 0% 50%;
}

.content_type_7_icon {
    padding: 2px 0 2px 18px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_content_type_7.gif') no-repeat 0% 50%;
}

#dashboard h3 .button_remove_dashboard_module {
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/icons_dashboard_module_headlines.gif') no-repeat 0 -45px;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -557px;
    display: block;
    width: 15px;
    height: 15px;
    float: right;
    margin: 0 0 0 10px;
}

/*#dashboard h3:hover .button_remove_dashboard_module { background-position: 0 -60px; }*/
#dashboard h3:hover .button_remove_dashboard_module:hover {
    background-position: -10px -572px;
}

#dashboard h3 .button_move_dashboard_module {
    /**background: url('//static.podcastcms.de/themes/podcastcore/images/icons_dashboard_module_headlines.gif') no-repeat 0 0;*/
    background-image: url('//static.podcastcms.de/themes/podcastcore/images/frontpage_sprite.png');
    background-position: -10px -512px;
    display: block;
    width: 15px;
    height: 15px;
    cursor: move;
    float: right;
}

#dashboard h3:hover .button_move_dashboard_module {
    background-position: -10px -527px;
}

#dashboard h3:hover .button_move_dashboard_module:hover {
    background-position: -10px -541px;
}

.readmessagebutton {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_message_open.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

.delmessagebutton {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_message_delete.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

.feedbutton {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_feed.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

.addbutton {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_add.gif') no-repeat;
    display: block;
    width: 16px;
    height: 16px;
}

.deletebutton {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_remove.gif') no-repeat 50% 50%;
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.playbutton {
    background: url('//static.podcastcms.de/themes/podcastcore/images/button_play_small.png') no-repeat;
    display: block;
    width: 26px;
    height: 16px;
}

.moverowbutton {
    background: url('//static.podcastcms.de/themes/podcastcore/images/icon_move_row.gif') no-repeat;
    display: block;
    width: 16px;
    height: 18px;
    cursor: move;
}

.readmessagebutton span,
.delmessagebutton span,
.addbutton span,
.deletebutton span,
.playbutton span,
.moverowbutton span {
    display: none;
}

img.border_big {
    width: 88px;
    height: 88px;
    padding: 4px 6px 6px 4px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_big.gif') no-repeat;
}

img.border_medium {
    width: 55px;
    height: 55px;
    padding: 4px 6px 6px 4px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_medium.gif') no-repeat;
}

img.border_mini {
    width: 25px;
    height: 25px;
    padding: 0 1px 1px 0;
    background: url('//static.podcastcms.de/themes/podcastcore/images/background_picture_mini.gif') no-repeat;
}

span#user-pic img {
    position: relative;
}

span#user-pic span.queue {
    position: absolute;
    left: 15px;
    top: 15px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

/* Little helpers */
.even {
    background: #f7f4ed;
}

.odd {
    background: #fff;
}

.margintop {
    margin-top: 1.5em;
}

.margintop10 {
    margin-top: 10px;
}

.marginbottom {
    margin-bottom: 1em;
}

.marginbottom10 {
    margin-bottom: 10px;
}

.marginleft10 {
    margin-left: 10px;
}

.marginright10 {
    margin-right: 10px;
}

.margin10 {
    margin: 10px;
}

.pad10 {
    padding: 10px;
}

.padtop {
    padding-top: 1.5em;
}

.padtop10 {
    padding-top: 10px;
}

.padtop15 {
    padding-top: 15px;
}

.padright5 {
    padding-right: 5px;
}

.padright10 {
    padding-right: 10px;
}

.padright25 {
    padding-right: 25px;
}

.padleft5 {
    padding-left: 5px;
}

.padleft10 {
    padding-left: 10px;
}

.padleft20 {
    padding-left: 20px;
}

.smallfont {
    font-size: 65%;
}

.normalfont {
    font-size: 75%;
}

.lightfont {
    color: #888;
}

.extrainfo {
    color: #93B00A;
}

.strong {
    font-weight: bold;
}

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.nofloat {
    float: none;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

.center {
    text-align: center;
}

.inline {
    display: inline;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.clearheight {
    overflow: hidden;
    width: auto;
}

.hrtop {
    background: url('//static.podcastcms.de/themes/podcastcore/images/dotline.gif') repeat-x top;
}

.error {
    color: #E66556;
}

.warning {
    color: #ff9400;
}

.publisher-icon_antenne-bayern {
    background-position: 0 0;
}

.publisher-icon_antenne-thueringen {
    background-position: 0 -32px;
}

.publisher-icon_bbc {
    background-position: 0 -64px;
}

.publisher-icon_bmw {
    background-position: 0 -96px;
}

.publisher-icon_3sat {
    background-position: 0 -128px;
}

.publisher-icon_cnn {
    background-position: 0 -160px;
}

.publisher-icon_comdirect {
    background-position: 0 -192px;
}

.publisher-icon_datev {
    background-position: 0 -224px;
}

.publisher-icon_detektorfm {
    background-position: 0 -256px;
}

.publisher-icon_faz {
    background-position: 0 -288px;
}

.publisher-icon_fluxfm {
    background-position: 0 -320px;
}

.publisher-icon_fraunhofer {
    background-position: 0 -352px;
}

.publisher-icon_gothaer {
    background-position: 0 -384px;
}

.publisher-icon_hit-radio-antenne {
    background-position: 0 -416px;
}

.publisher-icon_koerber-stiftung {
    background-position: 0 -448px;
}

.publisher-icon_pc-welt {
    background-position: 0 -480px;
}

.publisher-icon_radiohaus {
    background-position: 0 -512px;
}

.publisher-icon_radio-prag {
    background-position: 0 -544px;
}

.publisher-icon_reuters {
    background-position: 0 -576px;
}

.publisher-icon_sky-news {
    background-position: 0 -608px;
}

.publisher-icon_sparkassen {
    background-position: 0 -640px;
}

.publisher-icon_sri {
    background-position: 0 -672px;
}

.publisher-icon_stiftung-warentest {
    background-position: 0 -704px;
}

.publisher-icon_guardian {
    background-position: 0 -736px;
}

.publisher-icon_universitaet-freiburg {
    background-position: 0 -768px;
}

.publisher-icon_heinrich-boell-stiftung {
    background-position: 0 -800px;
}

.publisher-icon_ard {
    background-position: 0 -832px;
}

.publisher-icon_br {
    background-position: 0 -864px;
}

.publisher-icon_dradio {
    background-position: 0 -896px;
}

.publisher-icon_deutsche-welle {
    background-position: 0 -928px;
}

.publisher-icon_greenpeace {
    background-position: 0 -960px;
}

.publisher-icon_hr {
    background-position: 0 -992px;
}

.publisher-icon_nabu {
    background-position: 0 -1024px;
}

.publisher-icon_ndr2 {
    background-position: 0 -1056px;
}

.publisher-icon_ndr {
    background-position: 0 -1088px;
}

.publisher-icon_rbb {
    background-position: 0 -1120px;
}

.publisher-icon_swr {
    background-position: 0 -1152px;
}

.publisher-icon_deutscher-tierschutzbund {
    background-position: 0 -1184px;
}

.publisher-icon_wdr {
    background-position: 0 -1216px;
}

.publisher-icon_arte {
    background-position: 0 -1248px;
}

.publisher-icon_zdf {
    background-position: 0 -1280px;
}

.publisher-icon_chip {
    background-position: 0 -1312px;
}

.publisher-icon_radio-stadtfilter {
    background-position: 0 -1344px;
}

.publisher-icon_computerwoche {
    background-position: 0 -1376px;
}

.publisher-icon_nzz {
    background-position: 0 -1408px;
}

.publisher-icon_ruhr-universitaet-bochum {
    background-position: 0 -1440px;
}

.publisher-icon_stanford {
    background-position: 0 -1472px;
}

.publisher-icon_oxford {
    background-position: 0 -1504px;
}

.publisher-icon_domradio {
    background-position: 0 -1536px;
}

.publisher-icon_buergerfunk-duisburg {
    background-position: 0 -1568px;
}

.publisher-icon_freie-radios {
    background-position: 0 -1600px;
}

.publisher-icon_sf {
    background-position: 0 -1632px;
}

.publisher-icon_spiegel {
    background-position: 0 -1664px;
}

.publisher-icon {
    background-image: url('//static.podcastcms.de/images/Content/publisher/publisher_sprite.png');
    background-repeat: no-repeat;
    padding: 0 0 2px 20px;
}

#black_box {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 500%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#crack_box {
    position: fixed;
    width: 740px;
    height: 100px;
    bottom: 0;
    right: 25%;
    left: 50%;
    margin-left: -390px;
    /*    background: #000;
    padding: 15px 20px 0 20px;
    -moz-box-shadow:inset 1px 1px 0 10px #000;
    -webkit-box-shadow:inset 1px 1px 0 10px #000;
    box-shadow:inset 1px 1px 0 10px #000;
    text-align: center;*/
}

#crack_box a:hover {
    color: #3388CC;
    text-decoration: none;
}

#crack_box h6 {
    font-size: 140%;
}

.close-button {
    display: block;
    float: right;
    border: 1px solid #ccc;
    background-color: #ffffff;
    padding: 0 2px;
    position: absolute;
    right: 0;
    top: 0;
}

.close-button:hover {
    border-left: 1px solid #f90;
    border-bottom: 1px solid #f90;
    background-color: #f90;
    color: #fff;
    cursor: pointer;
}

.white_content {
    position: absolute;
    top: 25%;
    left: 25%;
    width: 675px;
    height: 450px;
    padding: 16px;
    border: 5px solid #ff9900;
    background-color: #fff;
    z-index: 1002;
    overflow: auto;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

#olympic-header {
    background-image: url('//static.podcastcms.de/images/Content/specials/olympia/olympische-spiele-2012-london_panorama.jpg');
    background-repeat: no-repeat;
    height: 180px;
    padding: 15px;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

#olympic-header .subtitle {
    font-size: 1.2em;
}

#channel .search #search_results li li.info {
    width: 100%;
}

#itunes-box {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
}

#itunes-box span.topic {
    display: none;
}

h4.itunes-box {
    padding-top: 5px;
    padding-bottom: 5px;
    font: 18px/20px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
}

div.cse-branding-text {
    font-size: 68.5%;
}

.submit-green {
    -moz-box-shadow: inset 0 1px 0 0 #a4e271;
    -webkit-box-shadow: inset 0 1px 0 0 #a4e271;
    box-shadow: inset 0 1px 0 0 #a4e271;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
    background: -moz-linear-gradient(center top, #89c403 5%, #77a809 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
    background-color: #89c403;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #74b807;
    display: inline-block;
    color: #ffffff;
    font-size: 75%;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #528009;
    margin-top: 2em;
}

.submit-green:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
    background: -moz-linear-gradient(center top, #77a809 5%, #89c403 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403');
    background-color: #77a809;
}

.submit-green:active {
    position: relative;
    top: 1px;
}

#content a.submit-green:hover {
    color: #ffffff;
    text-decoration: none;
}

.follow-podcast {
    -moz-box-shadow: inset 0 1px 0 0 #fed897;
    -webkit-box-shadow: inset 0 1px 0 0 #fed897;
    box-shadow: inset 0 1px 0 0 #fed897;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105));
    background: -moz-linear-gradient(center top, #f6b33d 5%, #d29105 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
    background-color: #f6b33d;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #eda933;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 75%;
    font-weight: bold;
    padding: 6px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #cd8a15;
}

.follow-podcast:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d));
    background: -moz-linear-gradient(center top, #d29105 5%, #f6b33d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
    background-color: #d29105;
}

.follow-podcast:active {
    position: relative;
    top: 1px;
}

ul#recent-shows {
    background: #f7f4ed;
    padding: 10px;
    position: relative;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; /* Opera 10.5, IE 9 */
    overflow: auto;
    height: 195px;
}

ul#recent-shows li {
    font-size: 81.25%;
    border: none;
    padding: 5px;
    overflow: hidden;
    height: 33px;
}

ul#recent-shows li img {
    width: 32px;
    height: 32px;
    margin-right: 3px;
    background: none;
    float: left;
}

.download_container {
    position: relative;
    cursor: hand;
    display: block;
    text-align: center;
    -moz-box-shadow: inset 0 1px 0 0 #fce2c1;
    -webkit-box-shadow: inset 0 1px 0 0 #fce2c1;
    box-shadow: inset 0 1px 0 0 #fce2c1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #ff9900));
    background: -moz-linear-gradient(center top, #ffc477 5%, #ff9900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#ff9900');
    background-color: #ffc477;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dc880a;
    display: inline-block;
    color: #ffffff;
    font-family: Arial, serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 26px;
    line-height: 26px;
    width: 150px;
    text-decoration: none;
    text-align: center;
}

.download_container:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #ffc477));
    background: -moz-linear-gradient(center top, #ff9900 5%, #ffc477 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ffc477');
    background-color: #ff9900;
}

.download_container:active {
    position: relative;
    top: 1px;
}

a#download_link, a#download_link:hover {
    text-decoration: none;
    width: 100%;
    display: block;
    height: 102%;
    color: #ffffff;
    z-index: 5;
}

.download_formats {
    position: absolute;
    width: 118px;
    margin: 5px;
    padding: 5px 5px 5px 15px;
    background-color: #ffffff;
    top: 22px;
    display: none;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    color: #444;
    font-size: 105%;
    text-align: left;
    z-index: 1;
}

a#download_link:hover + .download_formats,
.download_formats:hover {
    display: block;
}

div.knowledge_container h1 {
    font-size: 1.5em;
}

div.knowledge_container .intro {
    font-size: 1.2em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: justify;
    line-height: 1.2em;
}

div.knowledge_container .intro .toc {
    font-size: 0.8em;
    padding: 1em;
    border: 1px solid #cccccc;
    float: right;
    margin-left: 1em;
}

div.knowledge_container .intro .toc ol {
    padding: 5px 5px 1px 5px;
    margin: 5px 5px 1px 5px;
}

div.knowledge_container .intro .toc ol li ol {
    padding: 1px 0 0 15px;
    margin: 1px;
    list-style: lower-alpha;
}

div.knowledge_container .intro .toc ol p,
div.knowledge_container .intro .toc ol li ol li {
    line-height: 1.1em;
}

div.knowledge_container .main {
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: justify;
}

div.knowledge_container .main h3 {
    font-size: 1.3em;
    padding-top: 1.3em;
    padding-bottom: 1em;
    background: none !important;
}

div.knowledge_container .main h4 {
    font-size: 1.1em;
    padding-top: 1.3em;
    padding-bottom: 1em;
}

div.knowledge_container .main h5 {
    font-size: 1em;
    padding-top: 1.3em;
    padding-bottom: 1em;
}

div.knowledge_container .main p {
    padding-top: 10px;
}

div.knowledge_container .main p.infobox {
    padding: 10px 15px;
    margin: 15px;
    border: 1px solid #007ED1;
    color: inherit;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.knowledge_container .main ul {
    list-style: circle;
    padding: 5px 0 10px 20px;
    line-height: 1.3em;
}

div.knowledge_container img {
    border: 1px solid #cccccc;
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.knowledge_container img + p.caption {
    padding-top: 5px;
    margin-bottom: 30px;
    font-size: 0.9em;
}

.loader {
    min-height: 180px;
    background: url('//static.podcastcms.de/themes/podcastcore/images/ajaxloader_grey.gif') no-repeat 50% 50%;
}

div#broadcastMessage {
    position: absolute;
    z-index: 300;
    left: 30px;
    top: 30px;
    width: 300px;
    padding: 10px 20px;
    background-color: #ffe9d9;
    color: #333;
}
div#broadcastMessage a {
    position: absolute;
    right: 5px;
    top: 5px;
}