/*
    Document   : main
    Created on : 17.05.2013, 07:34:46
    Author     : AONO MEDIA e.K.
    Description:
        Main styles, additional to "init.css".
*/

.csc-default {
  /*  max-width: 650px; */
}

/***********************************/
/* C O N T E N T I N N E R F O L L O W*/
/***********************************/
/* Full width, because columns are realized by "gridelements" */
.content .contentInnerFollow {
    float: none;
    width: 940px;
    margin-left: 40px;
}

/***********************************/
/* Q U I C K F I N D  */
/***********************************/
.container .quickfindHome {
    position: relative;
    height: 384px;
    width: 980px;
    padding: 0 20px 0 20px;
    margin: 10px auto 0 auto;
    text-align: center;
    background: url(images/backgndSlider.png) center top no-repeat;
}

/* following pages */
.container .quickfind {
    position: relative;
    width: 980px;
    margin: 10px auto 0 auto;
    text-align: center;
    padding: 0 20px 0 20px;
    background: url(images/backgndSlider.png) center top no-repeat;
}

/**********************/
/* Second Level Menu */
.container .quickfind ul {
    list-style: none;
    table-layout: fixed;
    max-width: 980px;
    width: 100%;
    border-collapse: collapse;
}

.container .quickfind .wrapperSubMenu {
    background: url(images/backgndWrapperSubMenu.gif) left top repeat-x;
}

.container .quickfind ul.submenu {
    display: table;
    table-layout: fixed;
    width: auto;
   /* margin-bottom: 35px; problem in Safari*/
}

.container .quickfind ul.submenu li {
    display: table-cell;
    text-align: center;
}

.container .quickfind ul.submenu li {
    min-width: 133px;
    max-width: 250px;
    text-align: left;
    border-right: 2px solid #ffffff;
    background: url(images/backgndQuickfind.jpg) left top repeat-x;
}

/* .subInner so that the Teaserbox fits on left side of each <li> */
.container .quickfind ul.submenu li .subInner {
    position: relative;
}

.container .quickfind ul.submenu li.last {
    border-right: none;
}

/* this border-bottom is necessary to keep distance for hover */
/* used for one element only is enough */
.container .quickfind ul.submenu li.last a {
   border-bottom: 10px solid #ffffff;
}

.container .quickfind ul.submenu li a,
.container .quickfind ul.submenu li a:hover {
    display: block;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 700;
    text-decoration: none;
    min-height: 30px;
    padding: 4px 5px 6px 23px;
    /* border-bottom: 10px solid #ffffff; */
    background: url(images/bulletQuickfind.png) 0 7px no-repeat;
}

.container .quickfind ul.submenu li a:hover,
.container .quickfind ul.submenu li .keyVisualHover {
    background-color: #72bf44;
    border-bottom: 10px solid #72bf44;
}

/**********************************/
/* Third Level */
.container .quickfind ul.submenu.thirdlevel li a,
.container .quickfind ul.submenu.thirdlevel li a:hover {
    border-bottom: 3px solid #fff;
}

/*********************************/
/* T E A S E R  I N   M E N U */
/*********************************/
.container .quickfind ul.submenu .teaser {
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    min-width: 330px;
    max-width: 350px;
    padding: 8px;
    -moz-box-shadow: 2px 2px 8px 0 #666;
    -webkit-box-shadow: 2px 2px 8px 0x #666;
    box-shadow: 2px 2px 8px 0 #666;
    background-color: #ffffff;
    border: 1px solid #79B51C;
    z-index: 10;
}

/* Links within Teaserbox */
.container .quickfind ul.submenu .teaser .teaserInner a,
.container .quickfind ul.submenu .teaser .teaserInner a:hover {
    display: inline;
    min-height: 0;
    padding: 0;
    font-weight: normal;
    color: #FF3333;
    background: none;
    background-color: transparent;
    border: none;
}

.container .quickfind ul.submenu .teaser .teaserInner a:hover {
    text-decoration: underline;
}

.container .quickfind ul.submenu li:hover .teaser,
.container .quickfind ul.submenu li .teaser.displayBlock {
   display: block;
}

/* Teaser turn to left side */
.container .quickfind ul.submenu .middle .teaser,
.container .quickfind ul.submenu .last .teaser {
    left: -215px;
    padding: 8px;
    -moz-box-shadow: -2px 2px 8px 0 #666;
    -webkit-box-shadow: -2px 2px 8px 0x #666;
    box-shadow: -2px 2px 8px 0 #666;
}

/* current */
.container .quickfind ul.submenu li a.current {
    background-color: #72bf44;
}

/* keep green background active.  */
.container .quickfind ul.submenu li:hover a {
    color: #ffffff;
    background-color: #72bf44;
    border-bottom: 10px solid #72bf44;
    background: #72bf44 url(images/bulletQuickfind.png) 0 7px no-repeat;
}

/* Third level keep green background active.  */
.container .quickfind ul.submenu.thirdlevel li:hover a {
    border-bottom: 3px solid #fff;
}

/**********************/
/* Third Level Menu PRODUCTS */
/**********************/
.container .quickfind div.thirdLevel,
.container .quickfind div.secondLevel {
    width: 980px;
    background-color: #E3E4E5;
    border-bottom: 2px solid #ffffff;
}

.container .quickfind ul.subsubmenu {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.container .quickfind ul.subsubmenu li {
    display: table-cell;
    /* max-width: 140px; */
    max-width: 280px;
    text-align: center;
    vertical-align: middle;
    height: 38px;
    border-right: 2px solid #ffffff;
    background-color: #77787A;
}

.container .quickfind ul.subsubmenu li.last {
    border-right: none;
}

.container .quickfind ul.subsubmenu li a,
.container .quickfind ul.subsubmenu li a:hover {
    display: block;
    color: #ffffff;
    font-size: 1.0em;
    font-weight: 500;
    text-decoration: none;
    padding: 4px 8px;
    min-width: 65px;
    background-color: #77787A;
}

.container .quickfind ul.subsubmenu li a:hover,
.container .quickfind ul.subsubmenu li.keyVisualHover,
.container .quickfind ul.subsubmenu li.keyVisualHover a {
    background-color: #72bf44;
}

/* current */
.container .quickfind ul.subsubmenu li a.current {
    background-color: #72bf44;
}

/* green background even 2 line text */
.container .quickfind ul.subsubmenu li:hover,
.container .quickfind ul.subsubmenu li:hover a,
.container .quickfind ul.subsubmenu li.current,
.container .quickfind ul.subsubmenu li.keyVisualHover {
    background-color: #72bf44;
}

/**********************/
/* Third Level Menu GENERAL */
/**********************/

/***********************************/
/* K E Y V I S U A L S */
/***********************************/
.container .quickfind ul.keyvisual,
.container .quickfind ul.keyvisualSub {
    display: table;
    table-layout: fixed;
    max-width: 980px;
    min-height: 240px;
    background: url(images/backgndProducts.jpg) center top no-repeat;
}

.container .quickfind .keyvisual li,
.container .quickfind .keyvisualSub li{
    display: table-cell;
    vertical-align: bottom;
}

.container .quickfind .keyvisual li img,
.container .quickfind .keyvisualSub li img {
    vertical-align: bottom;
    width: auto;
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.container .quickfind .keyvisual li:hover img,
.container .quickfind .keyvisualSub li:hover img {
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.container .quickfind .keyvisual li a,
.container .quickfind .keyvisualSub li a {
    display: block;
}

.container .quickfind .keyvisualSub li.softdown img {
    opacity: 0.15;
    filter:alpha(opacity=15); /* For IE8 and earlier */
}

/* For hover, realized by menu.js */
.container .quickfind .keyvisualSub li img.softIt {
    opacity: 0.15;
    filter:alpha(opacity=15); /* For IE8 and earlier */
}

.container .quickfind .keyvisualSub li img.highlightIt {
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

/***********************************/
/* C O N T E N T  */
/***********************************/
.content {
    position: relative;
    padding: 35px 20px 120px 20px;
    width: 980px;
    min-height: 300px;
    text-align: left;
    background: url(images/backgndContainer.png) center top repeat-y;
}

/******************************/
/* liststyles */
.content ul {
    list-style: square;
}

.content p + ul {
    margin-top: -10px;
}

.content ul li {
    margin-left: 16px;
    padding-left: 0;
    line-height: 150%;
}


/***********************************/
/* G R I D E L E M E N T S */
/***********************************/

/****************************************************************/
/* Grid 1 (twoCol, Text linke Seite, Bild rechte Seite am Rand) */
.contentInnerFollow .twoCol {
    width: 940px;
    margin-bottom: 5px;
}
.contentInnerFollow .twoCol h2 {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
}

.contentInnerFollow .twoCol .leftCol {
    float:left;
    width: 526px;
    padding-right: 90px;
}

.contentInnerFollow .twoCol .rightCol {
    float: right;
    width: 324px;
    overflow-x: hidden;
}

/****************************************************************/
/* Grid 3 (twoColIntro, gleiche Spaltenbreite, ohne Rahmen, Text linke Seite, Bild rechte Seite) */
.contentInnerFollow .twoColIntro {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 5px;
}

.contentInnerFollow .twoColIntro h2 {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0;
}

.contentInnerFollow .twoColIntro .leftCol {
    display: table-cell;
    vertical-align: top;
    width: 425px;
    overflow-x: hidden;
}

.contentInnerFollow .twoColIntro .spacer {
    display: table-cell;
    width: 37px;
}

.contentInnerFollow .twoColIntro .rightCol {
    display: table-cell;
    vertical-align: top;
    width: 425px;
    overflow-x: hidden;
}

/****************************************************************/
/* Grid 4 (twoColFrame, gleiche Spaltenbreite, mit Rahmen, jeweils Text/Bild */
.contentInnerFollow .twoColFrame {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 5px;
}

.contentInnerFollow .twoColFrame h2 {
    font-size: 12px;
    font-weight: 600;
    padding: 12px 0;
}

.contentInnerFollow .twoColFrame .csc-textpic-intext-left-nowrap img {
    margin: 0 !important;
    padding: 0 !important;
}
    
.contentInnerFollow .twoColFrame .leftCol {
    display: table-cell;
    vertical-align: top;
    width: 425px;
    padding: 5px;
    border: 1px solid #444;
    overflow-x: hidden;
}

.contentInnerFollow .twoColFrame .spacer {
    display: table-cell;
    width: 25px;
}

.contentInnerFollow .twoColFrame .rightCol {
    display: table-cell;
    vertical-align: top;
    width: 425px;
    padding: 5px;
    border: 1px solid #444;
    overflow-x: hidden;
}

/****************************************************************/
/* Grid 6 (twoColProductDetail, links Text/Bild mit Link zu 360° und Vorteile, rechts Downloads */
.content .vorteile_container {
    position: relative;
}

.contentInnerFollow .twoColProductDetail {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 90px;
}

.contentInnerFollow .twoColProductDetail h2 {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0 6px 0;
}

/* linke Spalte */
.contentInnerFollow .twoColProductDetail .leftCol {
    display: table-cell;
    vertical-align: top;
    width: 620px;
    overflow: hidden;
}

.contentInnerFollow .twoColProductDetail .leftCol h2 {
    margin-bottom: 8px;
}

/* mittlere Spalte */
.contentInnerFollow .twoColProductDetail .middleCol {
    display: table-cell;
    vertical-align: bottom;
    width: 110px;
    overflow: hidden;
}

.contentInnerFollow .twoColProductDetail .middleCol li {
    margin: 0 !important;
    white-space: nowrap;
}

/* Spacer nach mittlerer Spalte mit Icons*/
.contentInnerFollow .twoColProductDetail .spacer {
    display: table-cell;
    width: 50px;
}

/* rechte Spalte "Info-Center */
.contentInnerFollow .twoColProductDetail .rightCol {
    display: table-cell;
    vertical-align: bottom;
    width: 210px;
    overflow-x: hidden;
}

.contentInnerFollow .twoColProductDetail .rightCol h2 {
    margin-bottom: 8px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 13px;
    background-color: #333333;
}

.contentInnerFollow .twoColProductDetail .rightCol .csc-default {
    padding: 0 0 12px 0;
    background-color: #F4F4F5;
}

.contentInnerFollow .twoColProductDetail .rightCol ul {
    margin-left: 15px;
}

/* Spacer am rechten Rand */
.contentInnerFollow .twoColProductDetail .spacer_2 {
    display: table-cell;
    width: 10px;
}

/****************************************************************/
/* Grid 7 (oneColOnly) */
.contentInnerFollow  .oneColOnly {
    max-width: 720px;
}


/****************************************/
/* BACKEND-LAYOUTS */
/****************************************/

/****************************************/
/* Backend-Layout 3 */
/****************************************/

/**********************/
/* 360° */
/**********************/
.container .sprite_container {
    position: absolute;
    display: none;
    top: 90px;
    left: 270px;
    background-color: #ffffff;
    -moz-box-shadow: 5px 5px 12px 0 #444;
    -webkit-box-shadow: 5px 5px 12px 0 #444;
    box-shadow: 5px 5px 12px 0 #444;
    border: 1px solid #666;
    z-index: 10;
}

/**********************/
/* Vorteile */
/**********************/
.container .vorteilbild {
    position: absolute;
    top: 250px;
    left: 20px;
    display: none;
    padding: 2px;
    background-color: #ffffff;
    -moz-box-shadow: 5px 5px 12px 0 #444;
    -webkit-box-shadow: 5px 5px 12px 0 #444;
    box-shadow: 5px 5px 12px 0 #444;
    border: 1px solid #666;
    overflow: hidden;
    z-index: 10;
}

.container .spritespin-stage {
    cursor: w-resize;
}

.container .vorteilbild .inner {
    padding: 5px 50px;
}

.container .vorteilbild .headline,
.container .sprite_container .headline {
    display: table;
    width: 100%;
    max-height: 21px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
}

.container .vorteilbild .headline .dragme,
.container .sprite_container .headline .dragme {
    display: table-cell;
    margin: 2px;
    padding: 3px 0 3px 10px;
    border-right: 2px solid #fff;
    background-color: #77787A;
}

.container .vorteilbild .headline .dragme:hover,
.container .sprite_container .headline .dragme:hover {
    cursor: move;
}

.container .vorteilbild .headline .closeme,
.container .sprite_container .headline .closeme {
    display: table-cell;
    /*
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    */
    width: 21px;
    background: #707173 url(images/closeIt.gif) right top no-repeat;
}

.container .vorteilbild .headline .closeme:hover,
.container .sprite_container .headline .closeme:hover {
    cursor: pointer;
}

.container .vorteilbeschreibungen {
    width: 100%;
    height: 100%;
    background-color: #ff00ff;
}

.container .vorteilbeschreibungen .vorteilelement {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    max-width: 290px;
    padding-bottom: 15px;
    text-align: left;
    background-color: #ffffff;
    -moz-box-shadow: 5px 5px 12px 0 #444;
    -webkit-box-shadow: 5px 5px 12px 0 #444;
    box-shadow: 5px 5px 12px 0 #444;
    border: 1px solid #666;
    z-index: 100;
}

.container .vorteilbeschreibungen .vorteilelement .csc-textpic-imagewrap,
.container .vorteilbeschreibungen .vorteilelement .csc-textpic-text{
    padding: 10px;
}

.container .vorteilbeschreibungen .vorteilelement .csc-header + .bodytext {
    padding: 10px;
}

.container .vorteilbeschreibungen .vorteilelement h2 {
    font-size: 12px;
    text-align: left;
    color: #ffffff;
    font-weight: 600;
    margin: 2px;
    padding: 3px 15px 3px 10px;
    background-color: #707173;
}

/****************************************/
/* SITEMAP */
/****************************************/

/* First level */
.content .csc-sitemap ul {
    margin: 0;
    list-style: none;
}

.content .csc-sitemap ul li {
    padding: 15px 0;
}

.content .csc-sitemap ul li a {
    display: block;
    padding: 3px 8px 3px 30px;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    background: #eee url(images/bulletQuickfind.png) left center no-repeat;
}

/* Seceont level */
.content .csc-sitemap ul ul li {
    float: left;
    text-align: left;
    width: 200px;
    padding: 2px 0 25px 0;
}

.content .csc-sitemap ul ul:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.content .csc-sitemap ul li li a {
    font-size: 15px;
    font-weight: 500;
    background: none;
}

/* Third level */
.content .csc-sitemap ul ul li li {
    float: none;
    padding: 1px 0;
    margin-bottom: 0;
}

.content .csc-sitemap ul li li li a {
    font-size: 12px;
    font-weight: 500;
    background: none;
}

/* Fourth level */
.content .csc-sitemap ul li li li li a {
    font-size: 12px;
}

/****************************************/
/* indexed_search */
/****************************************/
/* Suchenfeld im Template */
.searchbox {
    position: relative;
}

.searchbox .search_submit {
    position: absolute;
    top: 5px;
    right: 3px;
}

/* Suchenfeld der Suchseite */
.tx-indexedsearch .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
    padding: 0 5px;
    margin-left: 5px;
}

/****************************************/
/* D O W N L O A D */
/****************************************/
.jsklappbox {
    padding-right: 45px;
    margin-bottom: 28px;
}

.tx-drblob-pi1 form {
    margin: 0 0 10px 0;
}

.tx-drblob-pi .blob-list-item1 {
    min-height: 28px;
}

.jsklappbox h5 {
    font-size: 1.0em;
    padding: 3px 0 5px 0;
    font-weight: 700;
    color: #72BF44;
    cursor: pointer; 
}

/* LISTANSICHT DOWNLOAD SUCHE */
.tx-drblob-pi1 form {
    margin-bottom: 35px;
}

.tx-drblob-pi1 input[type="submit"] {
    padding: 1px 10px;
}

table.blob-list-container {
    width: 100%;
}

table.blob-list-container th:first-child {
    width: 400px;
    padding-right: 30px;
}

table.blob-list-container td {
    padding-bottom: 8px;
    padding-right: 20px;
}

table.blob-list-container td:last-child {
    padding-right: 0;
}


/****************************************/
/* FORMULARE */
/****************************************/
form .submit {
    padding: 2px 5px;
    border: 1px solid #999;
    background-color: #ddd;
}

/*  Newsletter subsrciption */
.form_subscribe h3 {
    font-size: 12px;
    font-weight: 600;
    margin: 5px 0;
}

.form_subscribe h4 {
    font-size: 12px;
    font-weight: 400;
    margin: 5px 0;
}


/****************************************/
/* PRESSE / NEWS */
/****************************************/

/*************************************/
/* List and Archiv */
.content .contentInnerFollow .news-list-item {
    margin-bottom: 28px;
}

.content .contentInnerFollow .news-list-item h2 {
    font-size: 12px;
    margin-bottom: 8px;
    padding: 0;
}

.content .contentInnerFollow .news-list-container img {
    float: right;
    margin: 0 0 5px 12px;
    border: none;
}

.content .contentInnerFollow .news-list-date {
    /* float: right; */
    display: block;
    font-size: 11px;
    padding: 0 0 5px 0px;
}

/*************************************/
/* Single view (Detail) */
.content .contentInnerFollow .news-single-rightbox {
    float: right;
    width: 160px;
    text-align: right;
    font-size: 11px;
    clear: both;
}

.content .contentInnerFollow .news-single-item h2 {
    font-size: 12px;
    color: #000;
    padding: 0;
    margin-bottom: 10px;
}

.content .contentInnerFollow .news-single-img {
    float: right;
    margin: 10px 0 0 10px;
    padding: 0;
    text-align: right;
}

.content .contentInnerFollow .news-single-imgcaption {
    width: 230px !important;
    text-align: right !important;
}

.content .contentInnerFollow .news-single-img a:hover {
    border-bottom: none;
}

/* Additional Info / Files */
.content .contentInnerFollow .news-single-additional-info {
    margin: 15px 0;
}

.content .contentInnerFollow .news-single-additional-info  dd {
    padding: 8px;
}

.content .contentInnerFollow .news-single-additional-info  dd a {
    margin: 0 15px 0 6px;
}

/*********************/
/* Paginierung */
.content .contentInnerFollow .news-list-browse {
    font-size: 11px;
}

.content .contentInnerFollow .showResultsWrap {
    padding: 4px 0;
    border-top: 1px solid #999;
}

.content .contentInnerFollow .browseLinksWrap a {
    margin: 0 4px;
}


/*************************************/
/* dr_blob Bedienungsanleitungen **/
.tx-drblob-pi1 .blob-list-head th {
    padding-bottom: 8px;
    text-align: left;
}

.blob-list-container table td {
    text-align: left;
}

/* list items */
.blob-list-container .blob-list-item1 {
    padding-bottom: 10px;
}

/* pagination */
.tx-drblob-pi1-browsebox {
    margin-top: 20px;
}

.tx-drblob-pi1-browsebox td {
    padding-right: 15px;
}

/* akctive page */
.tx-drblob-pi1-browsebox .tx-drblob-pi1-browsebox-SCell a {
    color: #CC2030;
}

/****************************************/
/* D R U C K A U S G A B E (Print)
/****************************************/

/*************************************/
.headerTop .printit {
    position: absolute;
    right: 165px;
    top: 43px;
}