/* ------------------------------------------------------------------------------


        COMPONENTS
        Navigations, Forms, Buttons, Lists, Modules, Plugins

        Author: Björn Hubert, Robert Lingner

        Date: 28.02.2011


------------------------------------------------------------------------------ */




/* Servicenav
------------------------------------------------------------------------------ */


ul.servicenav {
    position:absolute;
    right:0px;
    top:43px;
}
ul.servicenav li {
    float:left;
}
ul.servicenav li a {
    font-size:10px;
    text-transform:uppercase;
    color:#9A9A9A;
    padding:5px 0px 5px 0px;
    margin-left: 11px;
}
ul.servicenav li a:hover, ul.servicenav li.current-menu-item a {
    color:#000;
}

ul.servicenav li#menu-item-3371, ul.servicenav li#menu-item-3560 {
    background:url(../img/servicenav-separator-default.png) no-repeat 0 0.3em;
    margin-left:19px;
}
ul.servicenav li#menu-item-3371:hover, ul.servicenav li#menu-item-3371.current-menu-item, ul.servicenav li#menu-item-3560:hover, ul.servicenav li#menu-item-3560.current-menu-item {
    background:url(../img/servicenav-separator-active.png) no-repeat 0 0.3em;
}

ul.servicenav li#menu-item-3371 a, ul.servicenav li#menu-item-3560 a {
	margin-left: 19px;
}
/* Socialnav
------------------------------------------------------------------------------ */


ul#socialnav {
    position:absolute;
    right:0px;
    top:10px;
}
ul#socialnav li {
    float:left;
}
ul#socialnav li a {
    width:16px;
    height:16px;
    display:block;
    margin-left:7px;
}
ul#socialnav li a.facebook {
    background:url(../img/icon_facebook.png) no-repeat;
}
ul#socialnav li a.rss {
    background:url(../img/icon_rss.png) no-repeat;
}
/* Access / main nav
------------------------------------------------------------------------------ */


ul.mainmenu {
    float:left;
    width: 960px;
}
ul.mainmenu {
    background:#D4D4D4 url(../img/mainnav_bg.png) repeat-x top;
    border-bottom:3px solid #A5A6A9;
    position:relative;
}
ul.mainmenu li {
    float:left;
}
ul.mainmenu li a {
    padding:12px 20px 12px 20px;
    display:block;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:14px;
    background:url(../img/mainnav_separator.png) no-repeat left;
    color:#000;
}
ul.mainmenu li:first-child a {
    background:none;
}
ul.mainmenu li a:hover, ul.mainmenu li.current-menu-item a, ul.mainmenu li.current-menu-ancestor a {
    background:#A5A6A9;
    color:#fff;
}
ul.mainmenu li.has_children.current_page_item, ul.mainmenu li.has_children.current_menu_item, ul.mainmenu li.current-menu-ancestor {
    padding-bottom:20px;
}
/* Buy button */
ul.mainmenu li#menu-item-776{
    float:right;
    background:url(../img/buy_now_arrow.png) no-repeat 15px 50%;
}
ul.mainmenu li#menu-item-776:hover, ul.mainmenu li#menu-item-776.current-menu-item, ul.mainmenu li#menu-item-776.current-menu-ancestor {
    background: #A5A6A9 url(../img/buy_now_arrow_white.png) no-repeat 15px 1.4em;
}
ul.mainmenu li#menu-item-776.current-menu-ancestor a {
    background: none !important;
}
ul.mainmenu li#menu-item-776 a {
    padding:12px 20px 12px 30px;
}
ul.mainmenu li#menu-item-776 a a {
    padding: inherit;
}
ul.mainmenu li#menu-item-776 a:hover, ul.mainmenu li#menu-item-776.current-menu-item a {
    background:none;
}
ul.mainmenu li#menu-item-776 ul.sub-menu li {
    float:right;
}
ul.mainmenu li#menu-item-776 ul.sub-menu li a {
    padding: 4px 20px 2px 0px;
}
ul.mainmenu li#menu-item-7467{
    float:right;
    background:url(../img/buy_now_arrow.png) no-repeat 15px 50%;
}
ul.mainmenu li#menu-item-7467:hover, ul.mainmenu li#menu-item-7467.current-menu-item, ul.mainmenu li#menu-item-7467.current-menu-ancestor {
    background: #A5A6A9 url(../img/buy_now_arrow_white.png) no-repeat 15px 1.4em;
}
ul.mainmenu li#menu-item-7467.current-menu-ancestor a {
    background: none !important;
}
ul.mainmenu li#menu-item-7467 a {
    padding:12px 20px 12px 30px;
}
ul.mainmenu li#menu-item-7467 a a {
    padding: inherit;
}
ul.mainmenu li#menu-item-7467 a:hover, ul.mainmenu li#menu-item-7467.current-menu-item a {
    background:none;
}
ul.mainmenu li#menu-item-7467 ul.sub-menu li {
    float:right;
}
ul.mainmenu li#menu-item-7467 ul.sub-menu li a {
    padding: 4px 20px 2px 0px;
}
/* Subnav 2.level
------------------------------------------------------------------------------ */

ul.sub-menu {
    float:left;
    width:960px;
    background:#A5A6A9;
}
ul#menu-mainmenu li ul {
    display:none;
    position:absolute;
    left:0;
}
ul#menu-mainmenu li.current-menu-item ul, ul#menu-mainmenu li.current-menu-ancestor ul {
    display:block;
}
ul.sub-menu li {
    float:left;
}
ul#menu-mainmenu li ul a {
    display:block;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:11px;
    padding: 4px 0px 2px 20px;
    color:#fff;
    background:none;
}
ul#menu-mainmenu li ul a:hover, ul#menu-mainmenu li.current-page-ancestor ul li.current-menu-item a, ul#menu-mainmenu li.current_page_ancestor ul li.current-menu-item a {
    color:#000;
}
ul#menu-mainmenu li#menu-item-127 ul li a {
    padding: 5px 0px 4px 20px;
}
ul.sub-menu li a[title="hidden"] {
    display:none !important;
}
/* Breadcrumb navigation
------------------------------------------------------------------------------ */

ul#breadcrumb {
    float:left;
    width: 725px;
    padding-top:5px;
    margin-left:8px
}
ul#breadcrumb li, ul#breadcrumb a {
    float:left;
    font-size:10px;
    color:#9A9A9A;
    margin-left: 10px;
    text-transform:uppercase;
}
ul#breadcrumb li a {
    color:#9A9A9A;
    margin-left:0;
}
ul#breadcrumb a:hover, ul#breadcrumb li.current, ul#breadcrumb li.current a {
    color:#000;
}
ul#breadcrumb li a.breadcrumb_home {
    background: url(../img/home.png) no-repeat bottom;
    text-indent:-9999px;
    width: 11px;
    height:13px;
    margin-left:0;
}
body.home ul#breadcrumb li a.breadcrumb_home, ul#breadcrumb li a.breadcrumb_home:hover {
    background: url(../img/home_active.png) no-repeat bottom;
}
/* Searchform
------------------------------------------------------------------------------ */

form#searchform {
    float:right;
}
form#searchform input {
    margin:0;
}
/* Siteinfo
------------------------------------------------------------------------------ */

#siteinfo {
    float:left;
}
#siteinfo, #siteinfo a {
    color:#BEBEBE;
    font-size:12px;
    text-transform:uppercase;
}
#siteinfo a:hover {
    color:#000;
}
/* Footernav
------------------------------------------------------------------------------ */

ul.footernav {
    float:right;
}
ul.footernav li {
    float:left;
}
ul.footernav li a {
    font-size:12px;
    text-transform:uppercase;
    color:#BEBEBE;
    padding:5px 0px 5px 0px;
    margin-left: 18px;
}
ul.footernav li a:hover, ul.footernav li.current-menu-item a {
    color:#000;
}
/* Searchform
------------------------------------------------------------------------------ */

form#searchform input {
    border:1px solid #E8E8E8;
    float:left;
}
form#searchform input[type=text] {
    margin-right:0px;
    font-size:12px;
    color: #707070;
    padding:5px 4px 3px 4px;
    width:189px;
}
form#searchform div {
    float:right
}
form#searchform input[type=submit] {
    height:25px;
    width:25px;
    text-indent:-9999px;
    background:#E8E8E8 url(../img/arrow_small.png) no-repeat 50% 50%;
    cursor:pointer;
}
form#searchform input[type=submit]:hover {
    background:#fff url(../img/arrow_small.png) no-repeat 50% 50%;
}
/* Search Template
------------------------------------------------------------------------------ */

div.content-1.entry-main {
    padding-bottom:0.5em;
    margin-bottom:0.5em;
}
div.content-1.search img {
    width: 100px;
    height:auto;
    float:left;
    margin:0px 11px 1em 1px;
    padding:1px;
    background:#E8E8E8;
}
div.content-1.search img:hover {
    background:#A5A6A9;
}
div.content-1.search h2.title {
    clear:none;
    font-size:1em;
    font-family:Arial, Helvetica, sans-serif;
    padding-top:0;
}
div.content-1.search h2.title a {
    text-decoration:underline;
    background:url(../img/zoom.png) no-repeat right 1px;
    padding-right:22px;
    font-weight:bold;
}
div.content-1.search div.entry-main {
    clear:both;
}
div.content-1.search h2.title a:hover {
    text-decoration:none;
    color:#000;
    background:url(../img/zoom_active.png) no-repeat right 1px;
}
div.content-1.search h1 {
    border-bottom:1px solid #E8E8E8;
    margin-bottom:0.7em;
    padding:0 0 0.4em;
}
/* Buttons
------------------------------------------------------------------------------ */

/* Default */

div.button {
    background: #fff url(../img/button_big_bg.png) repeat-x bottom;
    display:inline-block;
    border-color: #DBDBDB;
    border-style: solid;
    border-width: 1px;
    -moz-background-clip: padding;
    -moz-box-shadow: 0px 0px 1px 0px #D4D4D4;
    padding: 0px 0px 0 0;
    margin-bottom:1em;
    margin-top:.3em;
}
div.button.special {
    background-image: url(../img/button_special_big_bg.png);
}
div.button.right {
    margin-left:5px;
}
div.button.left {
    margin-right:5px;
}
div.button:hover, div.button.small:hover, div.button.small.current, div.button.small.active {
    background: #A5A6A9;
}
div.button:hover a, div.button:hover input, div.button:hover span, div.button.small.current span, div.button.small.active a {
    color:#fff !important;
}
div.button a, div.button span {
    font-size:1em;
}
div.button a, div.button input, div.button span {
    padding: 0.2em 0.9em 0.2em 0.9em;
    display:inline-block;
    border:1px solid #fff;
    text-transform:uppercase;
    color:#000;
    font-family:Arial, Helvetica, sans-serif;
}
div.button.block a, div.button.block input, div.button.block span {
    display:block !important;
}
.button.marginTop {
    margin-top: 40px;
}
/* Arrows */

div.button.arrow_r a, div.button.arrow_r input {
    background: url(../img/arrow_normal.png) no-repeat 0.9em 50%;
    padding-left: 1.9em;
}
div.button.arrow_r:hover a, div.button.arrow_r:hover input {
    background: url(../img/arrow_normal_white.png) no-repeat 0.9em 50%;
}
div.button.arrow_l a, div.button.arrow_l input {
    background: url(../img/arrow_normal_left.png) no-repeat 0.9em 50%;
    padding-left: 1.9em;
}
div.button.arrow_l:hover a, div.button.arrow_l:hover input {
    background: url(../img/arrow_normal_white_left.png) no-repeat 0.9em 50%;
}
/* Cart */

div.button.cart a, div.button.cart input {
    background: url(../img/in_cart.png) no-repeat 0.7em 45%;
    padding: 0.2em 0.6em 0.2em 1.8em;
    font-size:1.25em;
    text-transform: none
}
div.content-4.order.overview div.button.cart a, div.content-4.order.overview div.button.cart input {
    background: url(../img/cart.png) no-repeat 0.8em 45%;
    padding: 0.2em 0.6em 0.2em 25px !important;
}
div.content-4.order.overview div.button.cart:hover a, div.content-4.order.overview div.button.cart:hover input {
    background: url(../img/cart_white.png) no-repeat 0.7em 45%;
}
div.button.block input {
    width:100%;
    text-align:left;
}
div.button.cart:hover a, div.button.cart:hover input {
    background: url(../img/in_cart_white.png) no-repeat 0.7em 45%;
}
div.button.cart:hover {
    background: #307432;
}
div.button.cart.block {
    display:block !important;
    margin-bottom:0.5em;
}
div.button.cart.block a {
    display:block;
}
/* Read Excerpt */

div.content-4.order.overview div.button.excerpt-small a, div.content-4.order.overview div.button.excerpt-small input {
    background: url(../img/excerpt.png) no-repeat 0.7em 47%;
    padding: 0.2em 0.6em 0.2em 2.5em;
}
div.content-4.order.overview div.button.excerpt-small:hover a, div.content-4.order.overview div.button.excerpt-small:hover input {
    background: url(../img/excerpt_active.png) no-repeat 0.7em 47%;
}
/* ---------- Small ---------- */

div.button.small {
    background: #fff url(../img/button_small_bg.png) repeat-x bottom;
}
div.button.small a, div.button.small span {
    padding: 0.1em 0.9em 0.1em 0.9em;
    font-size:0.833em;
    text-transform:uppercase;
}
div.button.small input {
    padding: 0.2em 0.9em 0.2em 0.9em;
    font-size:10px;
    text-transform:uppercase;
}
/* Arrows */

div.button.small.arrow_r a, div.button.small.arrow_r input {
    background: url(../img/arrow_small.png) no-repeat 0.8em 0.6em;
    padding-left: 1.9em;
}
div.button.small.arrow_r input {
    padding-left: 1.6em !important;
}
div.button.small.arrow_r:hover a, div.button.small.arrow_r:hover input {
    background: url(../img/arrow_small_white.png) no-repeat 0.9em 0.6em;
}
div.button.small.arrow_rr a, div.button.small.arrow_rr input {
    background: url(../img/arrow_small_right.png) no-repeat right 0.6em;
    padding-right: 1.9em;
}
div.button.small.arrow_rr:hover a, div.button.small.arrow_rr:hover input {
    background: url(../img/arrow_small_right_white.png) no-repeat right 0.6em;
}
div.button.small.arrow_l a, div.button.small.arrow_l input {
    background: url(../img/arrow_small_left.png) no-repeat 0.9em 0.6em;
    padding-left: 1.9em;
}
div.button.small.arrow_l:hover a, div.button.small.arrow_l:hover input {
    background: url(../img/arrow_small_white_left.png) no-repeat 0.9em 0.6em;
}
/* Cart */

div.button.small.cart a {
    background: url(../img/double-arrow_small.png) no-repeat 0.9em 50%;
    padding-left: 2.2em;
}
div.button.small.cart:hover a {
    background: url(../img/double-arrow_small_white.png) no-repeat 0.9em 50%;
}
div.button.small.cart:hover {
    background: #307432;
}
/* Read Excerpt Button */

.read-excerpt {
    text-align:center;
    margin-top:2.7em;
}
.read-excerpt a {
    display:block;
    font-weight:bold;
}
.read-excerpt a.icon {
    background:url(../img/read_excerpt.png) no-repeat center top;
    width: 100%;
    padding-top:68px;
    margin-bottom:1.2em;
    color:#2A2A2A;
}
.read-excerpt a.icon:hover {
    background: url(../img/read_excerpt_hover.png) no-repeat center top;
    color:#6B6B6B;
}
/* Input buttons wrapped by div.button */

div.button input {
    background:none;
    cursor:pointer;
}
/* ---------- Fixed Buttons ---------- */




/* Typo rules for content types
------------------------------------------------------------------------------ */


/* 1 column content */

div.content-1 p {
    line-height:140%;
    padding-bottom:1em
}
.date-cat {
    font-size:0.833em;
    color:#6B6B6B;
    text-transform:uppercase;
    padding-bottom:2em;
}
div.content-1 h1 {
    padding:0.2em 0 0.1em;
    border:none;
}
div.content-1 h2, div.content-1 h3 {
    clear:both;
    padding-bottom: 0.6em;
    padding-top:0.6em;
}
div.content-1 div.entry h2, div.content-1 div.entry h3 {
    padding-bottom: 1em;
    padding-top:0.4em;
}
/* Order page navigation */



.content-1.order.overview.abo div.bg {
    background:#E8E8E8;
    border:1px solid #E8E8E8;
    padding-bottom:11px;
}
.content-1.order.overview.abo ul.selector {
    float:left;
    width:162px;
    margin:11px 0px 11px 11px;
}
.content-1.order.overview.abo ul.selector div.button a {
    text-transform: none;
}
.content-1.order.overview.abo ul.selector li {
    float:left;
    width:152px;
    clear:both;
}
.content-1.order.overview.abo ul.selector li.active {
    width:162px;
}
.content-1.order.overview.abo ul.selector li div.button {
    margin-top:0;
}
.content-1.order.overview.abo ul.selector li.active div.button, .content-1.order.overview.abo ul.selector li.active div.button a:hover {
    background:#fff;
    border-right:none;
    color:#000 !important;
}
.content-1.order.overview.abo ul.selector li a {
    display:block;
    font-size:1em;
    color:#000;
    line-height:140%;
    padding:0.5em 1em 0.5em 0.8em;
    font-weight:bold;
}
.content-1.order.overview.abo ul.selector li.active a {
    border-right:none;
}
.content-1.order.overview.abo ul.selector li.active a, .content-1.order.overview.abo ul.selector li a:hover {
    color:#000;
    margin-right:0px;
}
.content-1.order.overview.abo ul.selector li a:hover {
}
.content-1.order.overview.abo ul.selector li.active a:hover {
    margin-right:0px;
}
.content-1.order.overview.abo div.col div.subcol {
    margin-left:170px;
}
.content-1.order.overview.abo div.col div.subcol div.button {
    margin-top:0;
}
.content-1.order.overview.abo div.col {
    float:left;
    width:519px;
    margin:11px 0px 0px 0px;
    background:#fff;
    padding:11px 11px 0px 11px;
    border:1px solid #E8E8E8;
    border-left:none;
}
.content-1.order.overview.abo div.col img {
    float:left;
    width:155px;
    height:auto;
    margin:0px 11px 1em 0px;
    padding:1px;
    background:#E8E8E8;
}
.content-1.order.overview.abo h2 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
    padding: 0 0 0.6em;
    background:url("../img/headline2_dashed.png") repeat-x bottom;
    clear:none;
}
.content-1.order.overview.abo .pricedisplay {
    float:right;
    margin-bottom: 1em;
    padding-top:0.3em;
    font-size:1em;
    font-weight:bold;
}
.content-3.subhome .pricedisplay {
    font-size:1em;
    display:block;
    font-weight:bold;
    color:#2A2A2A;
    text-align:right;
    text-align:left;
    padding-bottom:0;
}
.ngg-singlepic {
    background:none !important;
    padding: 0px !important;
}
.ngg-slideshow {
    margin-bottom:1em;
}
/* Images */

div.content-1 img.ngg-singlepic, div.content-1 div.ngg-singlepic {
    padding:0;
    margin:0;
}
div.content-1 img.ngg-left {
    margin:4px 0px 11px 1px;
}
div.content-1 img.ngg-right {
    margin:4px 0px 11px 0px;
}
div.content-1 div.ngg-left {
    margin-right:11px;
}
div.content-1 div.ngg-right {
    margin-left:11px;
}
div.content-1 div.ngg-singlepic a:hover p.caption {
    color:#000 !important;
}
/* 2 column content */

div.content-2 h1 {
    font-size:19px;
    padding: .6em 0px .6em 0px;
    border:none;
    margin-bottom:0;
}
div.content-2 div.themen, div.content-2 div.termine {
    background:url(../img/headline2_bg.png) repeat-x top;
    margin: 0 -18px;
    padding: 1em 19px 0 19px;
    clear: both;
    float:left;
    width:317px;
}
div.content-2 div.home.termine H3 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#2A2A2A;
}
div.content-2 div.home a {
    color:#000;
}
div.content-2 div a:hover {
    color:#6B6B6B;
}
div.content-2 p, div.content-3 p {
    line-height: 143%;
}
/* 3 column content */

div.content-3 div.teaser a, div.content-3 div.image-text-teaser a {
    color:#000;
}
div.content-3 div.teaser a:hover, div.content-3 div.image-text-teaser a:hover {
    color:#6B6B6B;
}
div.content-3 div.teaser, div.content-3 div.image-text-teaser {
    clear:both;
}
div.content-3 div.teaser {
    padding: 0px 0px 0 0px;
}
div.content-3 div.teaser a {
    color:#000;
}
div.content-3 div.teaser h2, div.content-3 div.image-text-teaser h2, div.content-3 div.teaser h3, div.content-3 div.image-text-teaser h3 {
    font-size:1.25em;
    padding: 0 0px .7em 0px;
    margin-bottom: .7em;
    background: url(../img/headline2_dashed.png) repeat-x bottom !important;
}
div.content-3 div.teaser img {
    width:234px;
    margin-bottom:0.5em;
}
/* On home */

div.content-2 div.home h2 {
    font-size:1.25em;
    padding: 0 0px .6em 0px;
    margin-bottom: .5em;
    background: url(../img/headline2_dashed.png) repeat-x bottom;
}
div.content-2 div.home.themen h2 {
    margin-bottom: 0px;
    background: none;
}
div.content-2 div.home h3 {
    font-size:1em;
    padding: 0 0px 0 0px;
    margin-bottom: 0;
    font-weight:bold;
}
div.content-2 div.home span {
    font-size: 0.833em;
    color:#6B6B6B;
    display:block;
    padding: 0 0px 0px 0px;
    text-transform:uppercase;
}
div.content-2 div.home a.image, div.content-3 div.all-the-news-teaser a.image {
    float:left;
    margin:3px 1em 1em 0px;
}
div.content-3 div.image-text-teaser a.image {
    float:left;
    margin:2px 0 1em 0px;
}
a.link {
    background: url(../img/arrow_small.png) no-repeat 0em 0.35em;
    padding-left: 1em;
}
/* Image-width for "home" and "all-the-news-teaser" */

div.content-2 div.home img.wp-post-image, div.content-3 div.all-the-news-teaser img.wp-post-image {
    width:161px;
    height:auto;
}
div.content-3 div.image-text-teaser img.wp-post-image {
    width:234px;
    height:auto;
}
/* Subhome */


.content-3.subhome img.wp-post-image {
    width: 205px;
    height:auto;
    -moz-background-clip: padding;
    -moz-box-shadow: 0px 0px 2px 2px #D4D4D4;
    margin-bottom:1em;
}
.content-3.subhome h1 {
    font-size:1.25em;
    padding: 0 0 1em 0;
    margin-top:-0.3em
}
.content-3.subhome h1 {
    border:none;
    margin-bottom:0;
}
div.content-3.subhome h2 {
    font-size:1.25em;
    padding: 0 0px .6em 0px;
    margin-bottom: .5em;
    background: url(../img/headline2_dashed.png) repeat-x bottom;
}
div.content-3.subhome.termine h2 {
    margin-bottom: 0;
    background: none;
}
div.content-3 p.description {
    font-weight:bold;
    color:#2A2A2A;
}


.content-3.subhome div.button {

    margin-bottom:0.5em;

}

/* Termine */
table.termine {
    width:100%;
}
div.content-3.termine div.col {
    padding-top:1em;
}
table.termine td.label {
    width:40%;
    color: #707070;
    font-size: 0.833em;
    text-transform: uppercase;
}
table.termine td.value {
    width:60%;
}
table.termine td {
    background:url("../img/headline2_dashed.png") repeat-x bottom;
    padding:0.5em 0;
}
div.content-2.termine div.col {
    padding-left:0px;
    padding-right:0px;
    width:357px
}
/* 4 column content (used on orderpage overview) */


.content-4.order.overview.abo label {
    height:28px
}
.content-4.order.overview.abo label:hover {
    color:#000;
    cursor:pointer;
}
.content-4.order.overview.abo input.radio_btn {
    margin:0px 5px 3px 0px;
    float:left;
}
.content-4.order.overview h2, .content-4.order.overview span.pricedisplay, .content-4.order.overview span.aboselect, .content-4.order.overview.abo label {
    font-size:1em;
    color:#707070;
    text-transform:uppercase;
    font-family:Arial, Helvetica, sans-serif;
    margin-bottom:0.5em;
    margin-right:9px;
}
.content-4.order.overview span.pricedisplay {
    color:#2A2A2A;
    text-align:left;
    font-weight:bold;
    display:block;
}
.content-4.order.overview form {
    margin-right:9px;
}
div.content-4.order.overview.abo {
    margin-bottom:0;
}
/* Images */


.content-4.order.overview img.wp-post-image, .content-4.order.overview img.ngg-singlepic {
    width: 149px !important;
    border:1px solid #E8E8E8;
    height:auto;
}
.content-4 div.col img.ngg-singlepic {
    width: 149px !important;
    border:1px solid #E8E8E8;
    height:auto;
}
/* Widgets
------------------------------------------------------------------------------ */

.main-aside .widget {
    float:left;
    width:100%;
    clear:both;
    margin-bottom:11px;
    background:#F4F4F4;
}
.main-aside .widget h3 {
    padding-top:0.6em;
    padding-bottom:0.6em;
    font-size:1.25em;
}
/* Search boxes
------------------------------------------------------------------------------ */

/* Event Search */

#searchEventStart {
    padding:1em 0;
    width:100%;
}
#searchEventStart label, #searchEventCustom label {
    font-size:14px;
}
#searchEventStart span, #searchEventCustom span {
    color:#707070;
    float:left;
    width:15%;
    font-size: 0.833em;
    padding-top: 0.2em;
    text-transform: uppercase;
}
#searchEventStart div.selector {
    width:282px;
    display:inline-block;
}
#searchEventCustom input.custom {
    width:80%;
}
#searchEventCustom select.location {
    width:83%;
}
#searchEventStart select.startMonth, #searchEventStart select.endMonth, #searchEventStart select.location {
    width:40%;
    float:left;
    border:1px solid #AAAAAA;
}
#searchEventStart select.startYear, #searchEventStart select.endYear {
    width:39%;
    float:right;
}
#searchEventStart div.from, #searchEventStart div.to, #searchEventCustom div.from, #searchEventCustom div.to {
    margin-bottom:0.5em;
    width:100%;
    float:left;
}
#searchEventStart select {
    width:123px;
}
div.customSearch {
}
#searchEventCustom {
    padding:1em 0;
}
/* Pagination
------------------------------------------------------------------------------ */

div.pagination {
    text-align:right;
    margin-bottom:1em;
    margin-right:-2px;
}
div.pagination a, div.pagination span {
    display:inline-block;
    width:27px;
    height:23px;
    background:url(../img/pagination_26x26.png) no-repeat;
    text-align:center;
    padding-top:4px;
    font-size:10px;
    font-weight:bold;
}
div.pagination a:hover, div.pagination span {
    background:url(../img/pagination_26x26.png) no-repeat 0px -26px;
    color:#fff;
}
h1 + div.pagination {
    margin-top:-50px;
    margin-bottom:1.6em;
}
/* Flexible Pagination */

div.pagination-flexible {
    text-align:right;
    margin-bottom:1em;
}
div.pagination-flexible.logpage {
    margin-bottom:0;
}
div.pagination-flexible.logpage + H2 {
    margin-top:-38px;
    width:319px;
}
div.pagination-flexible a, div.pagination-flexible span {
    display:inline-block;
}
div.pagination-flexible div.button {
    margin-left:0.5em;
}
div.pagination-flexible div.current a {
    color:#fff;
}
h1 + div.pagination-flexible {
    margin-top:-50px;
    margin-right:0;
}
/* 2 Column pair boxes
------------------------------------------------------------------------------ */


div.content-2.pairs .boxheader-left, div.content-2.pairs .boxheader-right, .boxheader-full {
    width:159px;
    float:left;
    padding-top: 1em;
    padding-bottom: 1em;
    color:#707070;
    text-transform:uppercase;
    font-size:0.833em;
    line-height:156%;
    font-weight:bold;
}
.boxheader-full {
    width:100%;
}
div.content-3.subhome .boxheader-full {
    width:100%;
}
div.content-3.subhome .boxheader-full {
    padding-top: 0;
}
table.boxheader td {
    padding-right:0.5em;
    line-height:156%;
}
div.content-2.pairs .boxheader-right div {
    padding-left:19px;
}
div.content-2.pairs .boxheader-left {
    border-right:1px solid #E8E8E8;
}
div.content-2.pairs h2 {
    clear:both;
    font-size:1.25em;
    padding: 0 0px .6em 0px;
}
div.content-2.pairs h3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight:bold;
    color:#2A2A2A;
}
div.content-2.pairs .box-content {
    clear:both;
    float:left;
    margin:0 -18px 0 -18px;
    padding:1em 18px 0 18px;
    background:url(../img/headline2_bg.png) repeat-x top;
    width:100%;
}
/* Images */
div.content-2.pairs img.wp-post-image {
    float:left;
    width:161px;
    height:auto;
    margin: 4px 11px 11px 0;
}
div.content-2.pairs div.button {
    margin-top:0;
}
/* Themen & Termine exceptions */

div.content-2.pairs.themen .box-content {
    background:none;
    padding:0.5em 18px 2.7em 18px;
}
div.content-2.pairs.themen h2 {
    margin-bottom: 0;
    background: none;
}
div.content-2.pairs.termine-overview .box-content {
    padding-bottom:2.7em;
}
/* Postnavigation
------------------------------------------------------------------------------ */

div.postnavigation {
    border-bottom:1px solid #E8E8E8;
    float:left;
    width: 100%;
    margin-bottom:1em;
}
div.postnavigation div.button {
    margin-top:0;
}
/* Definitions based on page templates from body classes
------------------------------------------------------------------------------ */

body.page-template-page-themen-php h1, page-template-page-termine-php h1 {
    padding-right:367px;
}
body.page div.content-1 img.ngg-singlepic {
    width:161px;
    border: 1px solid #E8E8E8;
}
body.page div.content-1 img.ngg-singlepic.ngg-center {
    width: 723px;
}
body.single div.content-1 p.caption {
    width: 320px;
    clear:both;
    font-family:Arial, Helvetica, sans-serif;
}
body.page-template-page-leseprobe-php div.content-1 img.ngg-singlepic, body.page-template-page-leseprobe-php div.content-1 p.caption {
    width:161px;
}
body.page-template-page-leseprobe-php div.content-1 p.caption {
    display:none;
}
body.page div.content-1 img.ngg-singlepic.full {
    border: none;
}
/* Shop
------------------------------------------------------------------------------ */

/* Order overview */

div.content-2.order.overview div.col {
    width:357px;
    padding-left:0px;
    padding-right:0px;
}
div.content-2.order.overview div.col div.bg {
    margin-bottom:1em;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 1em 19px 0 19px;
    width:319px;
    min-height:210px;
    overflow:hidden;
}
div.content-2.order.overview h1, div.content-1.order.overview h1 {
    border-bottom:1px solid #E8E8E8;
    margin-bottom:0.7em;
    padding:0 0 0.4em;
}
div.content-2.order.overview h2 {
    margin-bottom:0.8em;
}
div.content-2.order.overview h2 a {
}
div.content-2.order.overview h2 a:hover {
    color:#000;
}
div.content-2.order.overview p.category {
    color:#2A2A2A;
}
div.content-2.order a.image img {
    float:right;
    width:161px;
    height:auto;
    margin: 0px 0px 1em 11px;
}
div.content-2.order div.abo a.image img {
    width:120px;
    -moz-box-shadow: 0px 0px 2px 1px #D4D4D4;
    margin-top:6px;
}
/* Cart */


div.main-aside div.widget h2, div.main-aside div.alw h2 {
    width: 213px;
    height: 22px;
    background:url(../img/button_sprite_222x26.png) no-repeat 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    padding: 4px 0px 0px 11px;
    text-transform:uppercase;
    border-bottom:1px solid #E8E8E8;
    margin-left:-10px;
}
div.main-aside .widget_wpsc_shopping_cart {
    margin-bottom:11px;
    background: #F4F4F4 url(../img/button_222x26.png) no-repeat 1px 1px !important;
}
div.main-aside .widget_wpsc_shopping_cart h2.widgettitle {
    background: url(../img/cart.png) no-repeat 0.9em 50%;
    padding-left: 29px;
    width: 193px;
    border-left:1px solid #E8E8E8;
    border-top:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    margin-left:0;
}
.widget_wpsc_shopping_cart .shoppingcart th#product, .widget_wpsc_shopping_cart .shoppingcart th#quantity, .widget_wpsc_shopping_cart .shoppingcart th#price, .widget_wpsc_shopping_cart .shoppingcart th#remove {
    color:#000;
    font-weight:normal;
    background: url("../img/headline2_dashed.png") repeat-x bottom;
}
.shoppingcart th#remove {
    width:10px;
}
.shoppingcart th#price {
    width:65px;
}
.shoppingcart th#quantity {
    width:30px;
}
.widget_wpsc_shopping_cart .shoppingcart td, .widget_wpsc_shopping_cart .shoppingcart th {
    text-align:left;
}
.widget_wpsc_shopping_cart .checkout-total, .widget_wpsc_shopping_cart .checkout-shipping {
    text-align:right !important;
}
a.gocheckout {
    text-transform:uppercase;
}
a.gocheckout {
    background: url(../img/arrow_small.png) no-repeat 0.9em 60%;
    padding-left: 1.9em;
    float:right;
    margin-top:1em;
    font-weight:bold;
}
a.emptycart {
    padding-top:1em;
    float:right;
    clear:both;
    text-transform:uppercase;
    font-size:10px !important;
    font-family:Arial, Helvetica, sans-serif;
}
div.unlock_box {
    border:1px solid #E8E8E8;
    background:#F4F4F4;
    padding:18px;
    margin-bottom:11px;
}
div.unlock_box label {
    font-family:Arial, Helvetica, sans-serif;
}
div.unlock_box input[type="text"] {
    width:250px;
}
div.unlock_box .button {
    margin-bottom:0;
}
body.wpsc-user-account .content-1 div.col {
    width: 725px !important;
}
body.wpsc-user-account .content-2.pairs div.col {
    width: 319px !important;
    padding-bottom:1em;
    padding-top:0.5em;
}
div.unlock_status {
    padding:1em 19px;
    background:#E8E8E8;
    color:#000;
    margin-bottom:11px;
}
div.unlock_status h2.error {
    color:#D22020;
    font-weight:bold;
}
div.unlock_status h2.ok {
    color:#1BAB1E;
    font-weight:bold;
}
div.unlocked ul li {
    list-style-type:none !important;
    padding-left:0px;
}
div.unlocked ul li a {
    color:#6B6B6B;
    background: url("../img/excerpt.png") no-repeat 0 0.1em;
    padding-left:19px;
    display:inline-block;
}
div.unlocked ul li span {
    color:#6B6B6B;
    background: url("../img/excerpt_red.png") no-repeat 0 0.1em;
    padding-left:19px;
    display:inline-block;
}
div.unlocked ul li a:hover {
    color:#000;
}
/* ------------ Account / Downloads ----- */

a.downloadlink {
    background:url(../img/page_white_acrobat.png) no-repeat left 0px;
    padding-left:19px;
    padding-bottom:2px;
    line-height:160%;
    font-weight:bold;
    color:#2A2A2A;
}
a.downloadlink:hover {
    color:#6b6b6b;
}
/* ------------ Checkout Cart ----- */

.checkout_cart .wpsc_product_quantity .qty input[type=text] {
    width:20px;
}
/* ------------ SLIDER ------------- */
.homeslider {
    width:100%;
    height:390px !important;
}
li.slider-1-publikation .slidercol.first {
    float: left;
    width:226px;
}
li.slider-1-publikation .slidercol.second {
    float: left;
    width:536px;
}
li.slider-4-publikationen .slidercol {
    float: left;
    width:200px;
}
li.slider-1-publikation div.bg {
    background:#F4F4F4;
    padding:18px;
    border:1px solid #E8E8E8;
    width:762px;
}
li.slider-4-publikationen .slidercol .col {
    float: left;
    width:180px;
}
li.slider-4-publikationen div.slider_arrow a {
    background: url(../img/arrow_small.png) no-repeat 0.8em 50% !important;
    padding-left: 1.9em !important;
}
.slidercol.bg {
    position:relative;
    height:332px;
}
.slidercol.bg div.layer {
    position:absolute;
    bottom:0px;
    width:762px;
    padding: 0.7em 19px 0.7em 19px;
    background: url(../img/bg_white_trans_65.png);
}
.slidercol.bg div.layer span.category, .slidercol.bg div.layer span.date {
    display:none;
}
.slidercol.bg div.layer h1 {
    border-bottom: none;
    margin-bottom: 0;
    font-size:23px;
    padding: 0 0 0 0px;
}
.slidercol.bg div.layer p {
    padding-bottom:0;
}
.slidercol.second h1 {
    border-bottom: none;
    font-size: 23px;
    margin-bottom: 0;
    padding: 0 19px 0.5em 0;
}
.slidercol.bg div.layer span.morelink {
    font-weight:bold;
    color:#2A2A2A;
}
.slidercol.first img.wp-post-image img {
    height: 241px;
}
li.slider-4-publikationen a.image {
}
li.slider-4-publikationen img {
    height: 236px;
    margin-bottom:0.6em;
    -moz-box-shadow: #D4D4D4 0px 0px 2px 1px;
}
.slidercol div.button {
    margin:0 0 0.3em 0;
}
li.slider-4-publikationen .slidercol .col {
    text-align:center;
    padding-top:1.7em;
    padding-bottom:0.5em;
}
li.slider-4-publikationen .slidercol .col div.button {
    text-align:left;
}
li.slider-1-publikation img {
    -moz-background-clip: padding;
    -moz-box-shadow: 0px 0px 2px 1px #D4D4D4;
    height:283px
}
li.slider-1-publikation div.first .col {
    padding-left:3px;
    padding-top:0.5em;
}
.slidercol.four {
}
li.slider-bild-text img {
    width:800px;
}
/* ------------ Thickbox ------------- */

#TB_window {
}
div.order.overview.abo p a.thickbox {
    background:url(../img/zoom.png) no-repeat left 1px;
    padding:1px 11px 1px 22px;
    color:#707070;
    font-size:0.833em;
    text-transform:uppercase;
}
p a.thickbox:hover {
    background:url(../img/zoom_active.png) no-repeat left 1px;
    color:#000;
}
#TB_title {
    margin-bottom:1em;
    background-color:#fff !important;
}
#TB_window img#TB_Image {
    margin-left:0 !important;
    margin-top:0 !important;
    margin-right:14px !important;
    margin-top:14px !important;
}
#TB_closeAjaxWindow {
    font-size:0.833em !important;
    color:#707070 !important;
    text-transform:uppercase;
    padding:11px 11px 11px 0 !important;
}
#TB_closeAjaxWindow:hover {
    color:#000 !important;
}
#TB_ajaxContent {
    clear: both;
    line-height: 1.4em;
    overflow: auto;
    padding: 0px 0px 19px 19px !important;
    text-align: left;
    width:430px !important;
}
/* ------------ Shutter ------------- */

#shDisplay div#clbtn {
    float:right;
}
div#shDisplay img#shTopImg {
    border: none !important;
    background: #E8E8E8 !important;
    padding:12px !important;
}
#shDisplay div#shTitle {
    font: normal 12px 'Arial', Helvetica, sans-serif !important; /* caption font */
    text-align: left !important;
    padding:0px 14px !important;
    background: #E8E8E8;
    color:#000 !important;
}
#shDisplay div#shCount {
    color: #999999 !important;
    font: normal 12px 'Arial', Helvetica, sans-serif !important;
    padding:0px 0px 1em 0px !important;
}
#shDisplay div#clbtn a {
    font: normal 10px 'Arial', Helvetica, sans-serif !important;
    text-transform:uppercase;
    letter-spacing: normal !important;
    margin: 0 0px 0px 12px !important;
    width: auto !important;
    color: #9A9A9A !important;
}
#shDisplay div#clbtn a:hover {
    color:#000 !important;
}
#shDisplay #shName {
    margin-right:60px;
    padding-bottom:1em;
    margin-left: -2px;
}
/* ------------ Thickbox ------------- */

#TB_window {
    position:absolute !important;
}
div.order.overview.abo p a.thickbox {
    background:url(../img/zoom.png) no-repeat left 1px;
    padding:1px 11px 1px 22px;
    color:#707070;
    font-size:0.833em;
    text-transform:uppercase;
}
p a.thickbox:hover {
    background:url(../img/zoom_active.png) no-repeat left 1px;
    color:#000;
}
#TB_title {
    margin-bottom:1em;
    background-color:#fff !important;
}
#TB_window img#TB_Image {
    margin-left:0 !important;
    margin-top:0 !important;
    margin-right:14px !important;
    margin-top:14px !important;
}
#TB_closeAjaxWindow {
    font-size:0.833em !important;
    color:#707070 !important;
    text-transform:uppercase;
    padding:11px 11px 11px 0 !important;
}
#TB_closeAjaxWindow:hover {
    color:#000 !important;
}
#TB_ajaxContent {
    clear: both;
    line-height: 1.4em;
    overflow: auto;
    padding: 0px 0px 19px 19px !important;
    text-align: left;
    width:430px !important;
}
/* Login widget
------------------------------------------------------------------------------ 

div.main-aside div#alw_login, div.main-aside div#alw_register, div.main-aside div#alw_lostPassword {
    padding: 0px 10px 0px 10px ;
    background:#F4F4F4;
    border:1px solid #E8E8E8;
    font-size:0.833em !important;
}
div.main-aside div.alw table {
    margin-bottom:1em;
    margin-top:0.5em;

}


div.main-aside div.alw div.button {
    margin-top:0;
    display:inline-block;
}
div.main-aside div.alw label.remember {
    margin-bottom:0;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
        margin-left:60px;
    margin-top:-11px;
}
div.main-aside div.alw label.remember {
    margin-bottom:0;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
        margin-left:60px;
    margin-top:-11px;
}
div.main-aside div.alw span#alw_registerMessage, div.main-aside div.alw span#alw_lostPasswordMessage {
    font-size:12px;
}

div.main-aside div#alw_login td, div.main-aside div#alw_register td, div.main-aside div#alw_lostPassword td {
    padding-bottom:0.5em;
}

div.main-aside div#alw_login td, div.main-aside div#alw_register td, div.main-aside div#alw_lostPassword td {
    padding-bottom:0.5em;
    vertical-align:middle;
    
}

div.main-aside div.alw a.reg, div.main-aside div.alw a.lost-pw {
    font-size:10px;
    display:inline-block;
    margin-right:11px;
    margin-top:0.5em;
    text-transform:uppercase;
    color:#6B6B6B;
}
div.main-aside div.alw a.reg:hover, div.main-aside div.alw a.lost-pw:hover {
    color:#000;
}

div.main-aside div.alw table td.usr, div.main-aside div.alw table td.pwd {
    width:65px;
    font-size:12px;
}

div.main-aside div.alw input[type="text"], div.main-aside div.alw input[type="password"] {
    border: 1px solid #CECECE;
    color: #666666;
    font-size: 12px;
    padding: 2px 3px 2px 3px;
    float:right;
    display:block;
    width:130px;
}
div.main-aside div.alw input[type="button"] {
    height:inherit !important;
}
div.main-aside div.alw div.alw_logged-in {
    border:1px solid #E8E8E8;
    background: #F4F4F4;
    padding: 0 11px 0.5em 11px;
    font-size:0.833em;
    font-weight:bold;   
}



div.main-aside div.alw h2 div.icon {
    background: url("../img/login.png") no-repeat 1.1em 50%;
    padding-left:29px;
}    

div.main-aside div.alw h2 {
    margin-left:-10px;
    margin-bottom:0.5em;
    padding-left:0;
    width:222px;
}


/* Login widget new
------------------------------------------------------------------------------ */



div.main-aside div.widget_loginwithajaxwidget {
    padding: 0px 10px 0px 10px;
    background:#F4F4F4;
    border:1px solid #E8E8E8;
    font-size:1em;
}
div.main-aside div.widget_loginwithajaxwidget div.button {
    margin-bottom:0.5em;
}
div.main-aside div.widget_loginwithajaxwidget label {
    font-size:12px !important;
    font-family:Arial, Helvetica, sans-serif;
    display:inline;
}
#LoginWithAjax div.button {
    margin-bottom:0;
    margin-top:0;
}
div.main-aside div.widget_loginwithajaxwidget h2 div.icon {
    background: url("../img/login.png") no-repeat 1.1em 50%;
    padding-left:29px;
}
a#LoginWithAjax_Links_Remember, a#LoginWithAjax_Links_Register {
    font-size:10px;
    text-transform:uppercase;
    color:#6B6B6B;
}
a#LoginWithAjax_Links_Remember:hover, a#LoginWithAjax_Links_Register:hover {
    color:#000;
}
#LoginWithAjax .password_label, #LoginWithAjax .username_label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-right: 0px;
    vertical-align: middle;
}
#LoginWithAjax_Remember h3 {
    font-size: 12px !important;
    padding-top: 0;
    font-family:Arial, Helvetica, sans-serif;
}
#LoginWithAjax_Password input, #LoginWithAjax_Username input, td.forgot-pass-email input {
    margin-bottom: 0.5em;
}

/* Login auf "mein profil"
------------------------------------------------------------------------------ */

form#loginform {
    float:left;
}


/* Newsletter widget
------------------------------------------------------------------------------ */
div.main-aside div.widget-teaser-newsletter {
    background:#F4F4F4;
    float:left;
    width:100%;
}
div.main-aside div.widget h2 {
    margin-bottom:0.5em;
    padding-left:0;
    width:222px;
}
div.main-aside div.widget-teaser-newsletter h2 div.icon {
    background: url("../img/newsletter.png") no-repeat 1em 50%;
    padding-left:29px;
}
div.main-aside div.widget div.side.teaser, div.main-aside div.widget_loginwithajaxwidget {
    width:202px;
    padding:0 10px 0px 10px;
    border:1px solid #E8E8E8;
    float:left;
}
div.main-aside div.widget_loginwithajaxwidget {
    padding-bottom:10px;
}
div.main-aside div.widget img {
    width:222px;
    margin-left:-10px;
}
div.main-aside div.teaser-publikation img {
    width:198px;
    margin:11px 0px 0px 1px;
    border:1px solid #E8E8E8;
}
/* Content Columns
------------------------------------------------------------------------------ */

div.column-sect {
    clear: both;
    display: inline-block;
    overflow: auto;
}
div.post-column {
    display: inline;
    float: left;
    margin-right: 18px;
    width: 338px;
}

div.content-1.corp-publish div.post-column {
width: 430px;
}


.content-3.subhome div.bg:first-child {
    background: url("../img/subhome_content_bg.png") repeat-x scroll center bottom transparent;
}

/* MCE Config
------------------------------------------------------------------------------ */
.subline {
    background: url("../img/headline2_dashed.png") repeat-x scroll center bottom transparent;
    font-size: 1.25em;
    margin-bottom: 0.6em !important;
    padding-bottom: 0.6em !important;
}
#link, #link div.panel_wrapper, #link form {
    height:90% !important;
    width:100% !important;
}
/* Newsletter
------------------------------------------------------------------------------ */

.newsletter {
}
.newsletter .clear {
    clear:both;
}
.newsletter label {
    width:223px;
    display:inline-block;
    font-family: Arial, Helvetica, sans-serif;
    color:#707070;
}
.newsletter input[type="text"] {
    width:234px;
}
.newsletter span {
    display:block;
    margin:15px 0px 15px 0px;
}
.newsletter .cBox {
    margin-right: 7px;
    float:left;
}
.newsletter label.cBoxText {
    width:auto;
    display:inherit;
}
.newsletter .submit_container {
    text-align:right;
}
.newsletter .submit_container input {
    width:150px;
    float:right;
    margin-right:15px;
}
.newsletter h3 {
    clear:both;
    padding-top:0px !important;
}
.newsletter input.error {
    border:1px solid red;
}
.newsletter label.error {
    color:red;
}
.newsletter span.error {
    color:red;
    display:block;
    margin:0px;
    padding-left:230px;
}

/* Landingpage
------------------------------------------------------------------------------ */

div.landingpage div.col {
    border:1px solid #E8E8E8;
    width:891px;
    background:#F4F4F4;
    padding:33px 33px 19px 33px;
}
div.landingpage img.ngg-left {
    border: 1px solid #E8E8E8;
    width: 334px !important;
    margin: 4px 20px 11px 0 !important;
    -moz-background-clip: padding;
    -moz-box-shadow: 0px 0px 2px 2px #D4D4D4;
}
div.landingpage h2, div.landingpage h3 {
    clear:none;
    display:inline-block;
    width:524px;
}
div.landingpage h2 {
    font-size:23px;
    padding-top:0 !important;
    margin-bottom:0;
}
div.landingpage h3 {
    margin-bottom:0.7em !important;
}
div.landingpage p.caption {
    display:none;
}

/* Landingpage for abo
------------------------------------------------------------------------------ */

.page-template-landing-pages-abo-php #shDisplay #shName {
    margin-right: 0px;
}

div.landingpage-abo div.col {
    border:1px solid #E8E8E8;
    width:891px;
    background:#F4F4F4;
    padding:33px 33px 19px 33px;
}
div.landingpage-abo form {
    clear: both;
}
div.landingpage-abo div.col-r {
    width:520px;
    background:#F4F4F4;
    float: right;
}
div.landingpage-abo img.ngg-left {
    border: 1px solid #E8E8E8;
    width: 334px !important;
    margin: 4px 20px 11px 0 !important;
    -moz-background-clip: padding;
    -moz-box-shadow: 0px 0px 2px 2px #D4D4D4;
}
div.landingpage-abo h2, div.landingpage-abo h3 {
    clear:none;
    display:inline-block;
    width:500px;
}
div.landingpage-abo h2 {
    font-size:23px;
    padding-top:0 !important;
    padding-bottom:.4em !important;
    margin-bottom:0;
}
div.landingpage-abo h3 {
    margin-bottom:0 !important;
    padding: 15px 0 8px 0 !important;
}
div.landingpage-abo p.caption {
    display:none;
}
div.landingpage-abo ul.praemien {
    margin: 20px 0 0 0;
    list-style: none;
}
div.landingpage-abo .praemien li {
    list-style: none;
    background: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 170px;
    display: inline;
}
div.landingpage-abo .praemien h4 {
    font-style: italic;
    width: 160px;
}
div.landingpage-abo .praemien p {
    width: 160px;
}
div.landingpage-abo .praemien img.ngg-singlepic {
    width: 150px;
    height: 150px;
}

/* Banner
------------------------------------------------------------------------------ */


div.flashbanner-home {
    display: inline-block;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-left:9px;
}
/* File-Icons
------------------------------------------------------------------------------ */

a[href$=".pdf"], a[href$=".txt"], a[href$=".mp3"], a[href$=".aiff"], a[href$=".wav"], a[href$=".ogg"], a[href$=".wma"], a[href$=".zip"], a[href$=".rar"], a[href$=".ace"], a[href$=".tar.gz"], a[href$=".tgz"], a[href$=".mpg"], a[href$=".mpeg"], a[href$=".avi"], a[href$=".mv2"], a[href$=".mov"], a[href$=".mp4"], a[href$=".wmv"], a[href$=".swf"], a[href$=".xls"], a[href$=".doc"], a[href*="trackback"], a[href*="@"], a[href*="rss2"], a[href*="feed"], a[href*="postcomment"], a[href*="respond"], a[href*="action=edit"] {
    background-position: left top !important;
    display: inline-block;
    color:#6b6b6b;
    padding-top: 0px !important;
    margin-top: 0.3em !important;
    padding-bottom: 0 !important;
}
a[href$=".pdf"]:hover, a[href$=".txt"]:hover, a[href$=".mp3"]:hover, a[href$=".aiff"]:hover, a[href$=".wav"]:hover, a[href$=".ogg"]:hover, a[href$=".wma"]:hover, a[href$=".zip"]:hover, a[href$=".rar"]:hover, a[href$=".ace"]:hover, a[href$=".tar.gz"]:hover, a[href$=".tgz"]:hover, a[href$=".mpg"]:hover, a[href$=".mpeg"]:hover, a[href$=".avi"]:hover, a[href$=".mv2"]:hover, a[href$=".mov"]:hover, a[href$=".mp4"]:hover, a[href$=".wmv"]:hover, a[href$=".swf"]:hover, a[href$=".xls"]:hover, a[href$=".doc"]:hover, a[href*="trackback"]:hover, a[href*="@"]:hover, a[href*="rss2"]:hover, a[href*="feed"]:hover, a[href*="postcomment"]:hover, a[href*="respond"]:hover, a[href*="action=edit"]:hover {
    color:#000;
}


/* Corporate Publishing Template
------------------------------------------------------------------------------ */

body.page-template-page-corporatepublishing-php div.container {
    width: 960px;

}

div.corp-publish .ngg-galleryoverview img {
    width: 144px;
    margin-top: 4px;
    border: 1px solid #E8E8E8;
    margin-bottom: 0.25em;
}
div.corp-publish .stepcarousel a:hover img {
    filter:alpha(opacity=75);
	opacity:.75;
}
div.corp-publish div.ngg-thumbnail-list {
    width: 146px;
    margin-right: 12px;
    float: left;
}
div.corp-publish div.ngg-galleryoverview {
    margin-top: 10px;
    padding-top: 15px;
}
div.corp-publish div.ngg-galleryoverview h2 {
     color: #707070;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    margin-bottom: 0;
}

/* Stepcarousel
------------------------------------------------------------------------------ */
.stepcarousel{
position: relative; /*leave this value alone*/

overflow: scroll; /*leave this value alone*/
width: 790px; /*Width of Carousel Viewer itself*/
height: 270px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0px;
top: 20px;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
    margin-top: 0px;
    margin-left: 0px;

}

div.belt-gutter {
    padding-left: 56px;
    padding-right: 50px;
    padding-bottom: 1em;
        background: #fff;
    border: 1px solid #E8E8E8;
    width: 790px;
    margin-bottom: -27px;
}

h2.pb-headline {
    width: 147px;
    margin: 0px !important;
    padding: 0px !important;
    font-size: 12px !important;
}

.stepcarousel a[href$=".pdf"] {
    background:none;
    padding-left: 0px;
}


.stepcarousel a {
    display: block;
    position: relative;
    width: 145px;
}
.stepcarousel a:hover .pb-headline {
    color: #000;
}

.stepcarousel a:hover div.pb-watermark {

    position: absolute;
    width: 61px;
    height: 61px;
    top:80px;
    left: 42px;
    background: url("../img/read_excerpt_small_trans.png") no-repeat;background: url("../img/read_excerpt_hover.png") no-repeat;
    filter:alpha(opacity=75);
	opacity:.75;
}
body.page-template-page-corporatepublishing-php div.white-bg {
    background: #fff;
        margin-bottom: -0.7em;
    margin-left: -31px;
    margin-right: -29px;
    padding-left: 31px;
    padding-right: 29px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
body.page-template-page-corporatepublishing-php h2 {
    font-size: 19px;
}
body.page-template-page-corporatepublishing-php div.white-bg h2 {

    background: url("../img/contact-target.png") no-repeat 0 0.7em;
    padding-left: 19px;
    padding-bottom: 0.5em;
}

/* Gewinnspiel Banner
------------------------------------------------------------------------------ */

div.content-banner {
    position: relative;
    height: 287px;
}

div.content-banner a {
    top: 22px;
    display: block;
    text-align: center;
    padding-bottom: 1em;
    background:#F4F4F4;
    position: absolute;
    width: 319px;
    text-align: center;
    overflow: hidden;
    height: 254px;
}

div.content-banner a.fallback {
background: url("../img/gewinnspiel-banner-default.jpg") no-repeat 0 0;
    width: 319px;
    height: 254px;
    display: block;
    position: relative;
    text-align: left;
}
div.content-banner a.fallback:hover {
background: url("../img/gewinnspiel-banner-active.jpg") no-repeat 0 0;
}

/* Teaser: Keine Versandgebühren
------------------------------------------------------------------------------ */

.no-shipping-cost-teaser {
    position: relative;
}

.no-shipping-cost-teaser .stoerer {
    width: 99px;
    height: 99px;
    position: absolute;
    bottom: -12px;
    right: 0;
    background: url("../img/icon_no-shipping-costs.png") no-repeat 100% 100%;
}

.col .no-shipping-cost-teaser .stoerer {
    bottom: 0;
}

/* MCE */
.abstand {display:block; padding:6px 6px 0 0;}