/*******************************************
* $Author: tschmidt $
* $RCSfile: style.basic2.css,v $
* $Date: 2010-12-10 17:25:25 +0100 (Fr, 10. Dez 2010) $
* $Revision: 167 $
*******************************************/

/* --- Allgemeine Festlegungen ---------------------------------------------------- */
body {
    background-image:url(https://www.aponeo.de/images/background.gif);
    background-repeat:repeat-x;
    background-attachment:fixed;
    background-color:#D2ECFF;
    margin: 0px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    color: #000000;
    text-decoration: none;
}

/* --- Festlegungen für die Lightbox ---------------------------------------------- */
#lightbox{
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails{
    font-size: 0.8em;
    padding-top: 0.4em;
    font-family:Arial, Helvetica, Verdana,sans-serif;

}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(https://www.aponeo.de/images/overlay.png); }

* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(https://www.aponeo.de/images/clearpix.gif);
    /* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://www.aponeo.de/images/overlay.png", sizingMethod="scale"); */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="https://www.aponeo.de/images/overlay.png", sizingMethod="scale");
}

/* --- Umfrage ---------------------------------------------------- */

.loader {
    background-image: url(https://www.aponeo.de/images/ajax-loader-big.gif);
    background-repeat:no-repeat;
    background-position: center center;
    height: 100px;
    width: 161px;
    text-align: center;
}

.VoteSum {
    color: #999999;
}

#survey form {
    padding: 0;
    margin: 0;
}

#surveyQuestionCount {
    font-size: 8pt;
    color:#666666;
    margin: 3px 0px 0px 0px;
}

#survey h3 {
    font-weight: bold;
    padding: 0;
    margin: 5px 0px 5px 0px;
    font-size: 10pt;
    /*text-align: justify;*/
}

#survey ul {
    margin: 7px 14px 5px 0;
    padding: 0;
    list-style:none;
}

#survey li {
    padding: 5px 0 5px 0;
    margin: 0;
    font-size: 10pt;
    vertical-align: bottom;
}

#survey li input {
    padding: 0;
    margin: 0 5px 0 0;
}

#survey p {
    padding: 5px 0 5px 0;
    margin: 0;
    font-size: 10pt;
}

#survey label{
    vertical-align: top;
}

.prozent {
    font-style: italic;
}

/* --- Infomationsboxen ---------------------------------------------------- */

#errorInfo {
    color: #FF0000;
    border: 2px solid #FF0000;
    margin: 10px 0px 20px 0px;
    padding: 12px 5px 12px 45px;
    background-image: url(https://www.aponeo.de/images/hinweis_rot.gif);
    background-repeat: no-repeat;
    font-size: 12pt;
    font-weight: bold;
}

#statusInfo  {
    color: #017501;
    border: 2px solid #017501;
    margin: 10px 0px 20px 0px;
    padding: 12px 5px 12px 45px;
    background-image: url(https://www.aponeo.de/images/hinweis_ok.gif);
    background-repeat: no-repeat;
    font-size: 12pt;
    font-weight: bold;
}
#statusInfo a:link,  #statusInfo a:visited,  #statusInfo a:hover,  #statusInfo a:active {
    color: #017501;
    font-size: 12pt;
    font-weight: bold;
    text-decoration:underline;
}
#allgInfo {
    color: #000000;
    border: 2px solid #CCCCCC;
    margin: 10px 0px 20px 0px;
    padding: 12px 5px 12px 45px;
    background-image: url(https://www.aponeo.de/images/hinweis_info.gif);
    background-repeat: no-repeat;
    font-size: 12pt;
    font-weight: bold;
}

#wk_gefunden_js {
    color: #000000;

    padding: 0px 0px 0px 45px;
    background-image: url(https://www.aponeo.de/images/hinweis_frage.gif);
    background-repeat: no-repeat;
    font-size: 11pt;
    font-weight: bold;
}
#js-noscript {
    font-size: 10pt;
    color: #000000;
    border: 1px solid #CCCCCC;
    margin: 0px 0px 20px 0px;
    padding: 12px 5px 12px 45px;
    background-image: url(https://www.aponeo.de/images/hinweis_frage.gif);
    background-repeat: no-repeat;
}

/* --- Definition Fehlerseiten ---------------------------------------- */
#error {
    margin-top: 20px;
}

/* --- Divstruktur ---------------------------------------------------- */
#pHeader {
    height: 100px;
    padding: 0px;
}

#pHeaderLogo {
    float: left;
    padding: 0px;
}

#pHeaderLogo a {
    padding: 0;
    margin: 0;
}

#pHeaderLogo a:hover {
    padding: 0;
    margin: 0;
}

#pHeaderBild {
    float: right;
    padding:0;
    margin: 0 0 0 0;
    width: 710px;
    height: 100px;
    background-image:url(https://www.aponeo.de/images/startseite_neu1.jpg);
}

#pHeaderNav {
    float: right;

}
#pHeaderSpacer {
    clear:both;
    font-size: 1pt;
}

#pMain {
    clear:both;
}

#pBody {
    width:940px;
    border: solid 1px #0060AF;
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

#mLeft {
    width: 215px;
    float: left;
    background-color: #F0F8FF; /* F1FAFE */
    border-right: solid 1px #0060AF;
    border-bottom: solid 1px #0060AF;
}

#mContentCenter {
    float: left;
    /*background-color: #C4EFA4;*/
    padding: 0 10px 0 10px;
    margin: 0 0 0 0;
}

#mContent {
    width: 520px;
}

#mRight {
    width: 180px;
    float: right;
    /*background-color: #DDA4EF;*/
}

#mPlaceholderLeft {
    height: 100%;
    width: 10px;
    float: left;
    background-color: #00FFFA;
}

#mPlaceholderRight {
    height: 100%;
    width: 10px;
    float: left;
    background-color: #00FFFA;
}

#mEnd {
    clear: both;
}

#pFooter {

}

a {
    font-size: 9pt;
    color:#0060AF;
}
a.linkpic {
    font-size: 10pt;
    color:#0060AF; 
    padding: 0 0 0 14px;
    background-image: url(https://www.aponeo.de/images/link_icon_passiv.gif);
    background-repeat:no-repeat;
}

a.linkpfeil {
    font-size: 10pt;
    text-decoration: underline;
    color:#0060AF; 
    padding: 0 0 0 14px;
    background-image: url(https://www.aponeo.de/images/link_icon_feil.gif);
    background-repeat:no-repeat;
}

a.linkpicfett {
    font-size: 10pt;
    font-weight: bold;
    color:#0060AF; 
    padding: 0 0 0 14px;
    background-image: url(https://www.aponeo.de/images/link_icon_passiv.gif);
    background-repeat:no-repeat;
}

a.linkpic:hover {
    font-size: 10pt;
    color:#E60004;
    border-bottom: solid 0px #E60004;
}

a.mailpic {
    color:#0060AF;
    border-bottom: solid 1px #0060AF;
    padding: 0 0 0 14px;
    background-image: url(https://www.aponeo.de/images/mail_icon_passiv.gif);
    background-repeat:no-repeat;
}

a.mailpic:hover {
    color:#E60004;
    border-bottom: solid 1px #E60004;
}

a.magpic {
    color:#0060AF;
    padding: 0 0 0 20px;
    background-image: url(https://www.aponeo.de/images/icons/book_open.png);
    background-repeat:no-repeat;
}

a.magpic:hover {
    color:#E60004;
}

a.newspic {
    color:#0060AF;
    padding: 0 0 0 20px;
    background-image: url(https://www.aponeo.de/images/icons/news.gif);
    background-repeat:no-repeat;
}

a.newspic:hover {
    color:#E60004;
}

a.magpic2 {
    color:#0060AF;
    padding: 2px 0 2px 18px;
    background-image: url(https://www.aponeo.de/images/icons/book.png);
    background-repeat:no-repeat;
}

a.magpic2:hover {
    color:#E60004;
}

a.folderpic {
    color:#0060AF;
    border-bottom: solid 1px #0060AF;
    padding: 0 0 0 14px;
    background-image: url(https://www.aponeo.de/images/ordner_icon.gif);
    background-repeat:no-repeat;
}

a.folderpic:hover {
    color:#E60004;
    border-bottom: solid 1px #E60004;
}

a.downpic {
    color:#0060AF;
    /*border-bottom: solid 1px #0060AF;*/
    padding: 0 0 0 20px;
    background-image: url(https://www.aponeo.de/images/save.gif);
    background-repeat:no-repeat;
}

a.downpic:hover {
    color:#E60004;
    border-bottom: solid 1px #E60004;
}

a.tvpic {
    color:#0060AF;
    border-bottom: solid 1px #0060AF;
    padding: 0 0 0 20px;
    background-image: url(https://www.aponeo.de/images/tv.gif);
    background-repeat:no-repeat;
}

a.tvpic:hover {
    color:#E60004;
    border-bottom: solid 1px #E60004;
}

a.audiopic {
    color:#0060AF;
    border-bottom: solid 1px #0060AF;
    padding: 0 0 0 20px;
    background-image: url(https://www.aponeo.de/images/audio.gif);
    background-repeat:no-repeat;
}

a.audiopic:hover {
    color:#E60004;
    border-bottom: solid 1px #E60004;
}

#SearchandNavi {
    margin: 0px 0px 10px 0px;
    padding: 0;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border: 0px solid #0060AF;
    border-bottom-width: 0px;
    border-top-width: 1px;
}

#SearchHead {
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border: 0px solid #0060AF;
}

#SearchFormHead {
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    width: 100%;
    background-color: #F0F8FF;
    border: 0px solid #0060AF;
    border-bottom-width: 1px;
    border-top-width: 2px;
    float: left;
}

#SearchFormHead form { 
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#SearchFormHeadExtend {
    display: none;
    width: 485px;
    height: 70px;
    font-size: 9pt;
    /*border: 1px solid #FF0000;*/
    margin: 5px 0 0 0;
    padding: 3px 3px 3px 3px;
}

/* Startseite */
#StartseiteBildOben {
    width: 520px;
    margin: 0;
    padding: 0 0 0px 0;
    border: 0px solid #0060AF;
    /*height: 50px;
		background-image:url(https://www.aponeo.de/images/header_startseite.jpg);
		background-repeat:no-repeat; 
		background-position:center center;*/
}

#StartseiteBildObenRezept {
    padding:0;
    margin:10px 0 0 0;
}

#StartseiteBildObenText {
    display:block;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    width: 252px;
    height: 148px;
    float: left;
    border: 1px solid #CCCCCC;
    /*background-image: url(https://www.aponeo.de/images/paket_trans.jpg);
	  	background-repeat: no-repeat;*/
}

#StartseiteBildObenText2 {
    padding:0;
    margin: 10px 0 0 0;
    width: 252px;
    height: 148px;
    float: left;
    border: 1px solid #CCCCCC;
    background-repeat: no-repeat;
}

#StartseiteBildObenText h2 {
    padding: 4px 4px 4px 10px;
    margin: 0 0 0px 0;
    font-size:10pt;
    font-weight: bold;
    color: #000000;
}

#StartseiteBildObenText h3 {
    padding: 6px 0px 0px 10px;
    margin: 0 0 6px 0;
    font-size:10pt;
    font-weight: normal;
    display: inline;
}

#StartseiteBildObenText ul {
    margin: 5px 0 0 25px;
    padding: 0px;
    list-style-type:none;
    /*list-style-position: outside;
	    list-style-image: url(https://www.aponeo.de/images/pfeil.gif);*/
}

#StartseiteBildObenText li {
    margin: 0px;
    padding: 3px 0px 4px 0px;
}

#StartseiteBildObenText li a {
    margin: 0px;
    padding: 0px 0px 0px 7px;
    background-position:center left;
    background-image: url(https://www.aponeo.de/images/pfeil1.gif);
    background-repeat:no-repeat;
}

#StartseiteBildObenMag {
    padding:0 0px 0px 0px;
    margin:10px 0 0 0;
    float: right;
    width: 252px;
    height: 148px;
    border: solid #CCCCCC 1px;
}

#StartseiteBildObenTop {
    padding:0 0px 0px 0px;
    margin: 0px 0 0 0;
    float: right;
    width: 252px;
    height: 148px;
    border: solid #CCCCCC 1px;
    display:block;
}

#StartseiteSpecialInfo {
    display: block;
    padding: 5px;
    margin: 10px 0 0px 0;
    border: solid #CCCCCC 1px;
    background-image: url(https://www.aponeo.de/images/weihnachtsbaum.gif);
    background-repeat: no-repeat;
}

#StartseiteBildLang {
    padding:0 0px 0px 0px;
    margin: 10px 0 10px 0;
    float: right;
    width: 518px;
    border: solid #CCCCCC 1px;
}
/* --- Startseite News --- */
#StartseiteNews {
    clear: both;
    width:520px;
    margin: 0px 0 10px 0;
    padding: 0;
    background-color: #F0F8FF;
    border-bottom: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
}

#StartseiteNews ul {
    margin: 10px 0 0 10px;
    padding: 0px;
    list-style-type:none;
}

#StartseiteNews li {
    margin: 0px;
    padding: 0px;
}

.StartseiteNewsVorschau {
    width: 500px;
    margin: 5px;
}

#StartseiteNewsMehr {
    margin: 20px 0 10px 5px;
    padding: 0;
}

.StartseiteNewsVorschau h3 {
    font-size: 10pt;
    color: #0060AF;
    text-decoration: none;
    font-weight:bold;
    margin: 0;
    padding: 0px 0 3px 0;
}

.StartseiteNewsVorschau img {
    margin-right: 8px;
    margin-top: 5px;
    border: solid #0060AF 1px;
}

.StartseiteNewsVorschau p {
    margin: 0 0 0px 0;
    padding: 0;
    text-align: justify;
}

.StartseiteNewsVorschau a {
    text-decoration:none;
    color: #0060AF;
}

.StartseiteNewsVorschau a:hover {
    color:#E60004;
    text-decoration:none;
}

/* --- Startseite Magazin --- */
#StartseiteMagazin {
    clear: both;
    width:520px;
    margin: 10px 0 10px 0;
    padding: 0;
    background-color: #F0F8FF;
    border-bottom: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
}

.StartseiteMagazinVorschau {
    width: 500px;
    margin: 10px;
}

#StartseiteMagazinMehr {
    margin: 20px 0 10px 10px;
    padding: 0;
}

.StartseiteMagazinVorschau h3 {
    font-size: 10pt;
    color: #0060AF;
    text-decoration: none;
    font-weight:bold;
    margin: 0;
    padding: 0px 0 3px 0;
}

.StartseiteMagazinVorschau img {
    margin-right: 8px;
    border: solid #0060AF 1px;
}

.StartseiteMagazinVorschau p {
    margin: 0 0 0px 0;
    padding: 0;
    text-align: justify;
}

.StartseiteMagazinVorschau a {
    text-decoration:none;
    color: #0060AF;
}

.StartseiteMagazinVorschau a:hover {
    color:#E60004;
    text-decoration:none;
}
/* --- Startseite Herstellericons --- */	
#StartseiteManIcons {
    margin: 20px 0 20px 0;
    padding: 0;
    text-align: center;
}

#StartseiteManIcons ul {
    margin: 0;
    padding: 0;
    width: 475px;
    list-style:none;
}

#StartseiteManIcons li {
    display: inline;
    margin: 0;
    padding: 5px 6px 5px 6px;
}

/* Angebotskasten auf Startseite, Angebote, Sonderaktion */
.spoRahmen { width: 243px; height: 150px; clear:both; }
.spoRahmen_nv { width: 243px; height: 150px; clear:both;  background-image: url(https://www.aponeo.de/images/spo_nv.jpg); background-repeat: repeat-y;}
.sAngeboteProd { border-top: 1px solid #73A9CD; border-right: 1px solid #73A9CD; border-bottom: 1px solid #73A9CD; border-left: 1px solid #73A9CD; margin: 5px 0 5px 0; width: 253px; background-image: url(https://www.aponeo.de/images/spo_hintergrund.gif); background-repeat: repeat-y;}
.spoOben { width: 243px; clear:both; display:block; margin: 5px; }
.spoUnten { width: 243px; clear:both; display:block; margin: 5px; }
.spoBild { width: 80px; height: 90px; float:left; position:relative; }
.spoInfos { width: 150px; height: 90px; float:right;}
.spoButtons { width: 80px; float:left; padding: 0 0 4px 0; margin: 14px 0 0 0; }
.spoPreise { width: 150px; float:right; text-align:right; padding-right:5px; font-size: 10px;}
.spoErsparnis { z-index: -1; overflow:hidden; top: 35px; left: 35px; right: -20px; display: block; position: absolute; text-align:center; background-image:url(https://img.aponeo.de/icons/sparbutton.png); background-position:center center; background-repeat:no-repeat; padding: 15px; }
.spoErsparnis div { display: block; margin: 0px; padding: 0px; font-weight: bold; font-size: 12px; overflow:hidden; color: #FFFFFF; }
.spoErsparnis sup { font-size:8px;}

.preisText {
    font-size: 8pt;
    color: #E60004;
    text-decoration: none;
}

.preisZahl {
    font-size: 12pt;
    font-weight: bold;
    color: #E60004;
    text-decoration: none;
}
.pHundert {
    margin-right: 5px;
    font-size: 8pt;
    color: #000000;
}
.uvp {
    font-size: 8pt;
    color: #000000;
    text-decoration: line-through;
}
.pVersandinfo {
    font-size: 7pt;
    color: #000000;
}
.pVersandinfo a{
    font-size: 7pt;
    color: #999999;
}

.pVersandinfo a:hover{
    font-size: 7pt;
    color:#E60004;
}

/* Header Navigation */
#header {
    clear: both;
    margin-top: 1em;
    font-family:Arial,sans-serif;
    font-size:8pt;
    color:#000000;
    border: solid 0px #CCCCCC;
}

#header ul {
    margin: 0 0px 0px 0;
    padding: 0;
}

#header li {
    text-align: right;
    display: inline;
    padding: 5px 5px 0px 2px;
    margin: 0px 2px 0px 2px;
    /*border-left: solid 1px #CCCCCC;*/
}

#header li:hover {
    color:#ED1C24;
    /*background-color: #0060AF;*/
}
#header li:hover a {
    color:#ED1C24;
}

#headerInfo h1 {
    font-size: 8pt;
    color: #006699;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 2px 0 0px 0;
    text-align: center;
}

#headerInfo p {
    font-size: 8pt;
    color: #006699;
    text-decoration: none;
    margin: 0 0 0 0;
    padding: 0px 0 2px 0;
    text-align: center;
}

#header a {
    font-family:Arial,sans-serif;
    font-size:10pt;
    color:#0060AF;
    font-weight: bold;
    text-decoration:none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*background-color: #0060AF;*/
}

#header a:hover {
    font-family:Arial,sans-serif;
    font-size:10pt;
    color:#E60004;
    font-weight: bold;
    text-decoration:none;
}

/* Postionsanzeige */
#position {
    /*height: 22px;*/
    padding: 4px 0 4px 0;
    border-bottom: solid 1px #CCCCCC;
}

#positionLabel {
    margin: 0 10px 0 0;
    font-style: italic;
    float:left;
}

#position ul {
    margin: 0 0 5px 0;
    padding: 0;
}

#position li {
    display: inline;
    padding: 0 2px 0 10px;
    margin: 0;
    background-image: url(https://www.aponeo.de/images/link_position.gif);
    background-repeat:no-repeat;
}


/* Footer */
#footer {
    clear: both;
    margin-top: 1em;
    font-family:Arial,sans-serif;
    font-size:8pt;
    color:#000000;
}

#footer div {
    margin: 0 0 0 0;
    padding: 0;
    width: 750px;
}

#footer ul {
    margin: 0 0 1em 0;
    padding: 0;
}

#footer li {
    display: inline;
    padding: 0 6px 0 6px;
    margin: 0;
    border-left: solid 1px #CCCCCC;
}

#footer p {
    margin: 0.6em 0;
}

#footer a {
    font-family:Arial,sans-serif;
    font-size:8pt;
    color:#FFFFFF;
    text-decoration:none;
}

#footer a:hover {
    font-family:Arial,sans-serif;
    font-size:8pt;
    color:#E60004;
    text-decoration:none;
}

.hinweistext {
    font-size: 7pt;
    text-align: center;
}
.hinweistext a {
    font-size: 7pt;
    text-decoration: underline
}

#BackToStart {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

#BackToStart a {
    width: 260px;
    padding: 10px;
    border: solid 1px #0060AF;
}

#BackToStart a:hover {
    border: solid 1px #E60004;
}

/* --- Anfang  DIV-Definitionen in Navbars Links ------------------------------------------------------ */
#mLeftInnen { 
    width: 214px;
    margin:0 0 0 0;
    padding: 0 0 0 0;
}
#mLeftInnen h2 { 
    /*width: 214px;*/
    margin:0 0 0 0;
    padding: 3px 3px 3px 10px;
    font-size: 10pt;
    background-color: #0060AF;
    color: #FFFFFF;
    cursor: pointer;
    /*background-image:url(https://www.aponeo.de/images/navbarbackground.gif);
		background-repeat: repeat-x;*/
}
#mLeft a {
    font-family: Arial,sans-serif;
    font-size: 10pt;
    color: #063155; /*0060AF;*/
    text-decoration: none;
    /*padding:0 0 0 18px;
		background-repeat:no-repeat;*/	
}
#mLeft a:hover {
    color: #ED1C24; /* #ED1C24 */
    text-decoration: none;
    /*padding:0 0 0 18px;
		background-repeat:no-repeat;*/
}

#mLeft a.akt {
    font-family: Arial,sans-serif;
    font-size: 10pt;
    color: #E60004;
    text-decoration: none;
    font-weight: bold;
    /*padding:0 0 0 18px;
		background-repeat:no-repeat;*/	
}
#mLeft a.akt:hover {
    color: #E60004;
    text-decoration: none;
    font-weight: bold;
    /*padding:0 0 0 18px;
		background-repeat:no-repeat;*/
}

#mLeft a.man {
    display: block;
    font-family: Arial,sans-serif;
    font-size: 10pt;
    color: #0060AF;
    text-decoration: none;
    font-style:italic;
}
#mLeft a.man:hover {
    display: block;
    color: #E60004;
    text-decoration: none;
    font-style:italic;
}

#mLeft a.alt {
    font-family: Arial,sans-serif;
    font-size: 10pt;
    color: #0060AF;
    text-decoration: none;
}
#mLeft a.alt:hover {
    color: #E60004;
    text-decoration: underline;
}

#mLeft a.OrderGoShopping {
    background-image:url(https://img.aponeo.de/icons/handtasche.gif);
    background-repeat: no-repeat;
    height: 48px;
    display: block;
    margin: 0px;
    padding: 7px 0px 7px 48px;
    margin-left: 9px;
    font-weight:bold;
    font-size:12pt;
}
#mLeft a.OrderGoShopping:hover {
    background-image:url(https://img.aponeo.de/icons/handtasche.gif);
    background-repeat: no-repeat;
    height: 48px;
    display: block;
    margin: 0px;
    padding: 7px 0px 7px 48px;
    margin-left: 9px;
    font-weight:bold;
    font-size:12pt;
}

#mLeft a.CusLogGoShopping {
    background-image:url(https://img.aponeo.de/icons/handtasche.gif);
    background-repeat: no-repeat;
    height: 48px;
    display: block;
    margin: 0px;
    padding: 14px 0px 14px 48px;
    font-weight:bold;
    font-size:12pt;
}
#mLeft a.CusLogGoShopping:hover {
    background-image:url(https://img.aponeo.de/icons/handtasche.gif);
    background-repeat: no-repeat;
    height: 48px;
    display: block;
    margin: 0px;
    padding: 14px 0px 14px 48px;
    font-weight:bold;
    font-size:12pt;
}

#mLeft ul {
    margin: 8px 0px 0px 0px;
    padding: 0;
    /*width: 214px;*/
    list-style:none;
}
#mLeft ul.sgroup {
    margin: 8px 0px 8px 10px;
    padding: 0;
    /*width: 214px;*/
    list-style:none;
}
#mLeft li {
    margin: 0 0 0 10px;
    padding: 2px 0px 2px 0px;
}

.NavBoxLinks {
    width:215px;
    margin: 0px 0px 0px 0px;
}
.NavBoxLinks2 {
    margin: 0px 0px 10px 0px;
}
.NavBoxLinks3 {
    height: 50px;
    margin: 10px 0px 10px 10px;
}


/* --- Box mit Loginformular --- */
#NavLoginformInhalt ul {
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 140px;
    list-style:none;
}
#NavLoginformInhalt li {
    margin: 0;
    padding: 1px 0px 1px 0px;
}
#NavLoginformInhalt label {
    font-size: 9pt;
}
#NavLoginformInhalt form {
    padding: 10px 0px 0px 0px;
}
.inputLogin {
    width: 145px;
    font-size: 9pt;
    border: solid 1px #0060AF;
    background-color:#FFFFFF;
    margin: 0 0 8px 0;
}
.buttonLogin {
    color: #FFFFFF;
    border: solid 1px #0060AF;
    background-color:#0060AF;
    cursor:pointer;
}

#NavBoxNewsletter form {
    padding: 0px 0px 0px 10px;
}
#NavBoxNewsletterInhaltTxt {
    margin: 10px 0 10px 10px;
    padding: 0 0 0 0;
}
#NavBoxAltInhalt {
    margin: 10px 10px 10px 10px;
    padding: 0 0 0 0;
    line-height: 20px;
}
.number {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 12pt;
    font-weight: bold;
    color: #0060AF;
}
.button-nl {
    margin-top: 2px!important;
    width:192px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #FFFFFF;
    background-color:#0060AF;
    cursor:pointer;
}
.input-suche {
    width:192px;
    margin-bottom:4px!important;
}	
/* IE-Hack */
:root .input-suche {
    width:191px;
}

.BottomSpace {
    margin-bottom:10px;
}

#NavBoxKategorienInhalt a {
    display: block;
    padding-left: 10px;
}
#NavBoxKategorienInhalt a:hover {
    color:#E60004;
    background-image: url(https://www.aponeo.de/images/nav_pfeil_passiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#NavBoxKategorienInhalt a.nblActive {
    color:#E60004;
    background-image: url(https://www.aponeo.de/images/nav_pfeil_aktiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
#NavBoxKategorienInhalt a.nblActive:hover {
    color:#E60004;
    background-image: url(https://www.aponeo.de/images/nav_pfeil_passiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#NavBoxExtrasInhalt a {
    display: block;
    padding-left: 10px;
}
#NavBoxExtrasInhalt a:hover {
    color:#E60004;
    background-image: url(https://www.aponeo.de/images/nav_pfeil_passiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#NavBoxRatgeberInhalt a {
    padding-left: 10px;
    display: block;
}
#NavBoxRatgeberInhalt a:hover {
    color:#E60004;
    background-image: url(https://www.aponeo.de/images/nav_pfeil_passiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#NavBoxNaturheilkundeInhalt a {
    padding-left: 10px;
    display: block;
}
#NavBoxNaturheilkundeInhalt a:hover {
    color:#E60004;
    background-image: url(https://www.aponeo.de/images/nav_pfeil_passiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#NavBoxServiceInhalt a {
    padding-left: 10px;
    display: block;
}
#NavBoxServiceInhalt a:hover {
    color:#E60004;
    background-image: url(https://www.aponeo.de/images/nav_pfeil_passiv.gif);
    background-repeat: no-repeat;
    background-position: left center;
}

#NavBoxCusLogEndkundeInhalt {

}
#NavBoxCusLogLogoutInhalt {
    padding: 0 0 0 0px;
}

/* --- Anfang  DIV-Definitionen in Navbars rechts ------------------------------------------------------ */
/* --- Allgemeine Definitionen --- */
.NavBoxRechtsRahmen {
    width:180px;
    border-top:1px solid #0060AF;
    border-bottom:1px solid #0060AF;
    border-left:1px solid #0060AF;
    margin: 0px 0px 10px 0px;
    /*background-color: #EFEFEF;#F0F8FF;*/
}

.NavBoxRechtsRahmenActive {
    width:180px;
    border-top:1px solid #FF0000;
    border-bottom:1px solid #FF0000;
    border-left:1px solid #FF0000;
    margin: 0px 0px 10px 0px;
    /*background-color: #EFEFEF;#F0F8FF;*/
}

.NavBoxRechtsInhalt {
    margin: 0px 0px 10px 10px;
    width:150px;
}

.NavBoxRechtsInhaltWk {
    margin: 6px 4px 10px 10px;
    width:150px;
}

#mRight div.NavBoxRechtsRahmen h2 {
    margin:0px 0px 0px 0px;
    padding: 3px 3px 3px 10px;
    font-size: 10pt;
    background-color: #0060AF; /*#0060AF*/
    color: #FFFFFF;
}

#mRight div.NavBoxRechtsRahmenActive h2 {
    margin:0px 0px 0px 0px;
    padding: 3px 3px 3px 10px;
    font-size: 10pt;
    background-color: #FF0000; /*#0060AF*/
    color: #FFFFFF;
}


/*#mRight a {
		color: #0060AF;
		text-decoration: none;
	}

	#mRight a:hover {
		color: #E60004;
	}*/

/* --- Box mit Suchbegriffen --- */

/* --- Box mit Warenkorb --- */

#NavBasketInhaltCount {
    padding: 0 0 0 0;
    font-size: 10pt;
    margin: 0 0 0 0;
    background-repeat: no-repeat;
}
#NavBasketInhaltInfo {
    padding: 0 0 0 0;
    margin: 12px 0 12px 0;
}


/* --- Box mit Informationen --- */
#NavInfosInhalt ul {
    margin: 8px 0px 0px 0px;
    padding: 0;
    width: 150px;
    list-style:none;
}
#NavInfosInhalt li {
    margin: 0;
    padding: 2px 0px 2px 0px;
}


/* --- Box mit Informationen --- */
#NavBestellenInhalt ul {
    margin: 8px 0px 0px 0px;
    padding: 0;
    width: 150px;
    list-style:none;
}
#NavBestellenInhalt li {
    margin: 0;
    padding: 2px 0px 2px 0px;
}



/* --- Box mit Partnern --- */

#NavPartnerInhalt {
    padding: 0 0 0 0;
    font-size: 10pt;
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
}

/* --- Box mit Geotrust --- */
#NavGeoTrustInhalt {
    padding: 0 0 0 0;
    font-size: 10pt;
    margin: 0 0 15px 0;
    background-repeat: no-repeat;
}

/* --- Box mit Banner --- */

/* --- Box mit der Umfrage --- */

#NavSurveyInhalt {
    margin: 0 10px 10px 10px;
    width:140px;
}
#NavSurveyRahmen h2 {
    margin:0 0 0 0;
    padding: 3px 3px 3px 10px;
    font-size: 10pt;
    background-color: #0060AF;
    color: #FFFFFF;
}
/* --- Ende  DIV-Definitionen in Navbars rechts ------------------------------------------------------ */

.prozent {
    font-style: italic;
}

.seitenanfang {
    margin: 20px 0px 0px 0px;
    padding: 0;
    text-align: center;
}

#zeichenerklaerung {
    width: 180px;
    height: 390px;
    border-top: solid 1px #0060AF;
    border-left: solid 1px #0060AF;
    border-bottom: solid 1px #0060AF;
    margin: 0px 0px 10px 0px;
}

#zeichenerklaerung h3{
    font-weight: bold;
    padding: 0;
    margin: 10px 0px 10px 10px;
    font-size: 10pt;
}

#zeichenerklaerung p{
    font-size: 11px;
    background-repeat: no-repeat;
    height: 20px;
    margin: 0px 0px 6px 15px;
    padding: 2px 20px 0px 25px;
}

#verfuegbarkeit {
    margin: 16px 0px 0px 0px;
}

#verfuegbarkeit p{
    font-size: 11px;
    background-position: left center;
    background-repeat: no-repeat;
    height: 30px;
    margin: 0px 0px 6px 15px;
    padding: 0px 20px 0px 35px;
}

a.addonLink:link, a.addonLink:visited, a.addonLink:active {
    font-family:Arial,sans-serif;
    font-size:9pt;
    color: #000000;
    text-decoration:none;
}
a.addonLink:hover 	{
    font-family:Arial,sans-serif;
    font-size:9pt;
    color: #004F82;
}

/* Selektive Werbung in den Kategorien und Gruppen */
#selectedAdv {
    padding: 5px 0px 5px 0px;
    border-bottom: solid 1px #999999;
}
#selectedAdv p.selectedAdvLabel {
    text-align: right;
    font-size: 7pt;
    margin: 0px;
    padding: 0px;
}
.sAngeboteProdMore a:link, .sAngeboteProdMore a:visited, .sAngeboteProdMore a:active {
    padding-left:12px;
    padding-top:1px;
    background-image:url(https://www.aponeo.de/images/pfeil3.gif);
    background-position:left;
    background-repeat:no-repeat;
    font-size:9pt;
    color:#045d9d;


}
.sAngeboteProdMore a:link:hover {
    padding-left:12px;
    padding-top:1px;
    background-image:url(https://www.aponeo.de/images/pfeil3.gif);
    background-position:left;
    background-repeat:no-repeat;
    font-size:9pt;
    color:red;
}
.pAngebotsdauer {
    font-size: 7pt;
    color: #999999;
}

div.SearchFilter {
    float: left;
    width: 160px;
    margin: 10px 5px 10px 5px;
    position: relative;
    /*border: solid 1px #CCCCCC;*/
}

div.SearchFilter ul {
    margin: 4px 0 10px 0;
    padding: 0;
    list-style:none;
}

div.SearchFilter li {
    padding: 2px 5px 2px 5px;
    margin: 0;
    font-size: 10pt;
    vertical-align: bottom;
}

.filtered a {
    font-style: italic;
    padding: 0 0 0 15px;
    margin: 0;
    background-image: url(https://www.aponeo.de/images/xit.gif);
    background-position: -10px 5px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: transparent;
}
div.positionHeader {
    padding: 10px 10px 10px 10px;
    background-color: #F0F8FF;
    clear:both;
    border-bottom: solid 1px #CCCCCC;
}
div.positionFooter {
    margin: 0px;
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 10px 10px 10px;
    background-color: #F0F8FF;
}
div.positionHeader ul {
    margin: 6px 0 6px 0;
    padding: 0px;
    list-style:none;
    display: block;
}
div.positionHeader li {
    display: inline;
    margin: 4px 8px 4px 5px;
}
div.SearchFilter a.SearchFilterHeader:link, div.SearchFilter a.SearchFilterHeader:visited, div.SearchFilter a.SearchFilterHeader:active {
    font-weight: bold;
    border: solid 1px #CCCCCC;
    width: 158px;
    display: block;
    padding: 3px;
    background-color: #F0F8FF;
    background-image: url(https://www.aponeo.de/images/arrow_down.gif);
    background-repeat: no-repeat;
    background-position: right center;
}
div.SearchFilter a.SearchFilterHeader:hover {
}

div.SearchFilterBody {
    width: 160px;
    height: 200px;
    overflow: auto;
    padding: 5px;
    margin-top: 5px;
    display: none;
    position: absolute;
    z-index:8;
    background-color: #F0F8FF;
    border: solid 1px #CCCCCC;
}
div.SearchFilterBodyMore {
    display: none;
    position: absolute;
    z-index: 999;
    width: 535px;
    left: -350px;
    background-color: #FFFFFF;
    border: solid 1px #CCCCCC;
}
div.SearchFilterBodyMoreItem {
    margin: 5px 1px 5px 2px;
    float: left;
    width: 160px;
    height: 200px;
    overflow: auto;
    padding: 5px;
    position: relative;
    background-color: #F0F8FF;
    border: solid 1px #CCCCCC;
}

div.SearchFilterBodyMoreItem span {
    font-weight: bold;
    border-bottom: solid 1px #CCCCCC;
    width: 150px;
    display: block;
    padding: 3px;
}

