// Nichtvorhandene Einträge werden auch nich angelegt $const_extanwendung_definition[1][1]="Newsletter-Administration"; // werte: (2)-abmeldung (1)-anmeldung $const_extanwendung_definition[2][1]="Plattform-Anmeldung"; // werte: // DATENÜBERGABEN ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if(isset($_POST['mutter_id'])){ if(!$_POST['mutter_id']){$mutterid=$_GET['mutter_id'];}else{$mutterid=$_POST['mutter_id'];}} if(isset($_POST['pid'])){ if(!$_POST['pid']){$pid=$_GET[pid];}else{$pid=$_POST['pid'];}} if(isset($_POST['sprach_id'])){ if(!$_POST['sprach_id']){$sprach_id=$_GET['sprach_id'];}else{$sprach_id=$_POST['sprach_id'];}} if(isset($_POST['kategorie_id'])){ if(!$_POST['kategorie_id']){$kategorie_id=$_GET[kategorie_id];}else{$kategorie_id=$_POST['kategorie_id'];}} if(isset($_POST['projekt_id'])){ if(!$_POST['projekt_id']){$projekt_id=$_GET['projekt_id'];}else{$projekt_id=$_POST['projekt_id'];}} if(isset($_POST['teammember_id'])){ if(!$_POST['teammember_id']){$teammember_id=$_GET['teammember_id'];}else{$teammember_id=$_POST['teammember_id'];}} if(isset($_POST['produkt_id'])){ if(!$_POST['produkt_id']){$produkt_id=$_GET['produkt_id'];}else{$produkt_id=$_POST['produkt_id'];}} if(isset($_POST['kategoriegruppe_id'])){ if(!$_POST['kategoriegruppe_id']){$kategoriegruppe_id=$_GET['kategoriegruppe_id'];}else{$kategoriegruppe_id=$_POST['kategoriegruppe_id'];}} if(isset($_POST['marken_id'])){ if(!$_POST['marken_id']){$marken_id=$_GET['marken_id'];}else{$marken_id=$_POST['marken_id'];}} // TRANSAKTIONS ID //////////////////////////////////////////////////////////////// function getPreferredLanguage(){ $acceptedLanguages = @explode(',', $_SERVER['HTTP_ACCEPT_LANGUAGE']); $preferredLanguage = null; $maxWeight = 0.0; foreach((array)$acceptedLanguages as $acceptedLanguage){ $arr_acceptedLanguage = explode(';', $acceptedLanguage); $weight = (float)@substr($arr_acceptedLanguage, 2); if(!$weight){$weight = 1.0;} if($weight > $maxWeight){ $preferredLanguage = substr($acceptedLanguage, 0, 2); $maxWeight = $weight; } } return $preferredLanguage; } function Quersumme($zahl) { settype($zahl, "string"); $res = 0; for($i=0; $i=0; --$x) { $str = removeJunk($str, $seed + (($x * 7) % 13351), $junkChance, $junkMinlength, $junkMaxlength); } /* for ($x=$strtrIterations-1; $x>=0; --$x) { $str = decodeStrtr($str, $seed + (($x * 7) % 15251)); }*/ $str = decodeRand($str, $seed); return $str; } function maketransaktid($taid_anwendung, $platform_id, $datumzeit, $transaktions_str, $con, $takommentar) { $transaktion_id=""; $aktion=""; $aktion = "insert into ".TRANSAKTTAB." (transaktions_id, timesstamp, platform_id, anwendung_id, kommentar) values ('$transaktions_str', '$datumzeit', '$platform_id', '$taid_anwendung', '$takommentar')"; $result_add = db_query($aktion,$con); $transaktion_id=mysqli_insert_id($con); return $transaktion_id; } function checktransaktid($transaktions_id, $platform_id, $taid_anwendung, $con) { // checktransaktid($_POST[de], $arr_shop[id_shop], $taid_register_a_crm) /*$export_taid[0]=$array_checktrans[transaktions_id]; $export_taid[1]=$number_checktrans; echo $export_taid[0]."_".$export_taid[1]; echo $$export_taid[0];*/ $number_checktrans = 0; $sql_checktrans = "SELECT transaktions_id FROM ".TRANSAKTTAB." where id_transaktion = '$transaktions_id' and platform_id = '$platform_id' and anwendung_id = '$taid_anwendung' limit 1"; $result_checktrans = db_query($sql_checktrans, $con); if($result_checktrans) { $number_checktrans = num_rows($result_checktrans); } if(($result_checktrans)and($number_checktrans>0)) { $array_checktrans = fetch_array($result_checktrans); } if(strlen($array_checktrans['transaktions_id'])>5) { $aktion_del = "DELETE FROM ".TRANSAKTTAB." where id_transaktion = '$_POST[de]' or (platform_id = '$platform_id' and anwendung_id = '$taid_register_a_crm' and timesstamp < ".($jetzt-1500).")"; $result_add = db_query($aktion_del,$con); } $export_taid[0]=$array_checktrans['transaktions_id']; $export_taid[1]=$number_checktrans; return $export_taid; } // UID TEST /////////////////////////////////////////////////////////////////////// function check_vatid($vatid) { global $vatid_status; $vatid_status = 2; // $vatid = 'ATU 62895905'; // Hier die zu überprüfende UID-Nummer einsetzen $vatid = str_replace(array(' ', '.', '-', ',', ', '), '', trim($vatid)); $cc = substr($vatid, 0, 2); $vn = substr($vatid, 2); $client = new SoapClient("http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl"); if($client){ $params = array('countryCode' => $cc, 'vatNumber' => $vn); try{ $r = $client->checkVat($params); if($r->valid == true){ // USt-ID ist gültig $vatid_status = 1; } else { // USt-ID ist ungültig $vatid_status = 0; } // Alle Ergebniszeilen durchlaufen lassen und ausgeben foreach($r as $k=>$prop){ // echo $k . ': ' . $prop; } } catch(SoapFault $e) { // echo 'Error, see message: '.$e->faultstring; } } else { // Verbindungsfehler, WSDL-Datei nicht erreichbar (passiert manchmal) $vatid_status = 2; } } // EINGABE SICHERUNG ////////////////////////////////////////////////////////////// function getbadword() { $ci=0; $bad_str[$ci]= ""; } return $counter; } /* CRM/CMS STRING-EINGABE FILTER */ function make_formstringsicher($texter,$umfang_id,$typ_id) { /* UMFANG */ if(($umfang_id == 1)or($umfang_id == 0)) { $schlecht = array("<", ">", "//","///", "\\","\\\\","", " print ", " delete ", "<", ">", "\""); } /* TYP */ $texter = trim(strip_tags($texter)); $texter = str_replace($schlecht, "", $texter); $texter = str_replace("'", "´", $texter); return $texter; } // CMS FUNKTIONEN ///////////////////////////////////////////////////////////////// function dokubaseforcoockie() { // DOKUDOMAIN if(substr(DOKUDOMAIN, -1)=="/") { $dokubase_len = strlen(DOKUDOMAIN); $coockie_domain_temp_str = substr(DOKUDOMAIN,0,($dokubase_len-1)); } else { $coockie_domain_temp_str = DOKUDOMAIN; } /* TODO: https: sollte als Variabel in der GlobalVars abgelegt sein */ if(DOKUBASEHTTPSET=='https') { $coockie_domain_str=str_replace('https://', '',$coockie_domain_temp_str); } elseif(DOKUBASEHTTPSET=='http') { $coockie_domain_str=str_replace('http://', '',$coockie_domain_temp_str); } return $coockie_domain_str; } function dokupfadforcoockie() { $coockie_pfad_str = "/".DOKUPFAD; return $coockie_pfad_str; } function p11_cms_datenpfad() { if(strlen(CMSDATENPFAD)>1) { $datenpfad = rtrim(CMSDATENPFAD,"/")."/"; } return $datenpfad; } function p11_cms_bilddatenpfad() { if(strlen(CMSBILDDATENPFAD)>1) { $bilddatenpfad = rtrim(CMSBILDDATENPFAD,"/")."/"; } return $bilddatenpfad; } function replace_cmsuri($str) { $pattern = '#(^|[^\"=]{1})(http://|ftp://|mailto:|news:)([^\s<>]+)([\s\n<>]|$)#sm'; return preg_replace_callback($pattern, function($match) { $format = "%s %s%s"; list( , $before, $protocol, $url, $after) = $match; if (strlen($url) > 20) { $shorturl = substr($url, 0, 10) . "..." . substr($url, -20); } else { $shorturl = $url; } return sprintf($format, $before, $protocol, $url, $shorturl, $after); }, $str); } function check_eingabetext($eingabetext) { $eingabetext=trim(strip_tags($eingabetext)); $eingabetext = str_replace("insert","",$eingabetext); $eingabetext = str_replace("update","",$eingabetext); $eingabetext = str_replace("delete","",$eingabetext); $eingabetext = str_replace("select","",$eingabetext); return $eingabetext; } function modrewrite_name_cleaner($linkname) { $linkname = strtolower(strip_tags(trim($linkname))); $linkname = str_replace("ä","ae",$linkname); $linkname = str_replace("Ä","ae",$linkname); $linkname = str_replace("Ö","oe",$linkname); $linkname = str_replace("ö","oe",$linkname); $linkname = str_replace("ü","ue",$linkname); $linkname = str_replace("Ü","ue",$linkname); $linkname = str_replace("?","",$linkname); $linkname = str_replace("´","",$linkname); $linkname = str_replace("/","-",$linkname); $linkname = str_replace("\/","-",$linkname); $linkname = str_replace(",","",$linkname); $linkname = str_replace(";","",$linkname); $linkname = str_replace(" ","-",$linkname); $linkname = str_replace(" - ","-",$linkname); $linkname = str_replace(",","-",$linkname); $linkname = str_replace("_","-",$linkname); $linkname = str_replace("–","-",$linkname); $linkname = str_replace("|","-",$linkname); $linkname = str_replace("-----","-",$linkname); $linkname = str_replace("----","-",$linkname); $linkname = str_replace("---","-",$linkname); $linkname = str_replace("--","-",$linkname); $linkname = str_replace("ß","ss",$linkname); $suchmuster = "/[^A-Za-z0-9\-]/"; $texter = preg_replace($suchmuster, "", $linkname); return $texter; } function checkforcetemplate($con1, $id, $mutterid, $sprach_id, $einteilung1_id, $tempfiler) { global $tempfilera; $sql_ma = "SELECT ".SEITENTAB.".forcetemplate, ".SEITENTAB.".mutter_id, ".TEMPLATETAB.".tempfile_id FROM ".SEITENTAB.", ".TEMPLATETAB." where ".SEITENTAB.".sprach_id='$sprach_id' and ".SEITENTAB.".id_seiten='$mutterid' and ".SEITENTAB.".einteilung1_id = '$einteilung1_id' and ".SEITENTAB.".temp_id=".TEMPLATETAB.".id_template order by ".SEITENTAB.".position, ".SEITENTAB.".reihenfolge"; $result_ma = db_query($sql_ma, $con1); if ($result_ma) { // suche nach: forcetemplate; $posa_id=0; while ($arr_ma =fetch_array($result_ma)) { if(($arr_ma['mutter_id']!=0)and($arr_ma['forcetemplate']!=1)) { checkforcetemplate($con1, $id, $arr_ma['mutter_id'], $sprach_id, $einteilung1_id, $tempfile_id); } elseif(($arr_ma['mutter_id']!=0)and($arr_ma['forcetemplate']==1)) { //echo "ft2:".$arr_ma[forcetemplate]."/".$arr_ma['id_seiten']."/".$arr_ma[mutter_id]."

"; //echo '#1'; $tempfilera=$arr_ma['tempfile_id']; } elseif(($arr_ma['mutter_id']==0)and($arr_ma['forcetemplate']==1)) { //echo "ft3:".$arr_ma[forcetemplate]."/".$arr_ma['id_seiten']."/".$arr_ma[mutter_id]."

"; //echo '#2'; $tempfilera=$arr_ma['tempfile_id']; } } } return $tempfilera; } function mailkommentar($text, $adresse, $systemversandadresse) { $mailtext=" DIESER TEXT WURDE ZUR KONTROLLE ÜBERGEBEN: ".$text." TESTMAIL POOLELEVEN SCRIPTKONTROLLE UND AKTIONSKONTROLLE "; mail($adresse, 'TESTMAIL - SCRIPT', $mailtext, "From: ".$systemversandadresse."\nReply-To: ".$systemversandadresse); } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// function contentlink($linkart, $linkttext, $linker, $einzelzahl, $mutterid, $kategorie_id, $sprach_id, $texte_id) { if($linkart=='extlink'){$hreflinker=$linker; $linkziel="_blank"; echo " href=\"".$hreflinker."\"" ; echo " target=\"".$linkziel."\"";} if($linkart=='extmail'){$hreflinker="mailto:".$linker; $linkziel="_blank"; echo "href=\"".$hreflinker."\"" ; echo " target=\"".$linkziel."\"";} if($linkart=='intlink'){$hreflinker=$linker; $textlinkziel="_blank"; echo "href=\"".$hreflinker."\"" ; echo " target=\"".$textlinkziel."\"";} // if($linkart=='intgrafiklink'){$hreflinker=$linker; $textlinkziel="_self"; echo "href=\"".basename($_SERVER['REQUEST_URI'])."?plid=1.".$texte_id."\"" ; echo " target=\"".$linkziel."\"";} if($linkart=='kategorielink'){$hreflinker=str_replace('inx',$einzelzahl,$linker); $linkziel="_self"; echo "href=\"".$hreflinker."\"" ; echo "target=\"".$linkziel."\"";} if($linkart=='produktlink'){$hreflinker=$linker; $textlinkziel="_blank"; echo " href=\"index.php?mutterid=".$mutterid."&kategorie_id=".$kategorie_id."&sprach_id=".$sprach_id."&produkt_id=".$hreflinker."&produktliste=detail&shop=1&extcall=1\"" ; echo " target=\"".$linkziel."\"";} if($linkart=='tourlink'){$hreflinker=$linker; $textlinkziel="_blank"; echo "href=\"".$hreflinker."\"" ; echo "target=\"".$linkziel."\"";} if($linkart=='projektshowlink'){$hreflinker=$linker; $textlinkziel="_blank"; echo "href=\"#\""; echo " onClick=\"MM_openBrWindow('../seiten_projekt/projekt_detail.php?projekt_id=".$hreflinker."&sprach_id=".$sprach_id." ','projektdetail','scrollbars=yes,resizable=yes,width=800,height=550')\"";} if($linkart=='menulink') { global $con1; $sql_mcheck = "SELECT ".SEITENTAB.".name, ".SEITENTAB.".sprach_id, ".SEITENTAB.".hiddenpage FROM ".SEITENTAB." where ".SEITENTAB.".id_seiten = '$linker'"; $result_mcheck = db_query($sql_mcheck, $con1); if ($result_mcheck) { $arr_mcheck =fetch_array($result_mcheck); $linkname=modrewrite_name_cleaner($arr_mcheck['name']); $hreflinker=$linkname."_".$arr_mcheck['sprach_id']."_".$linker.".html"; } if($arr_mcheck['hiddenpage']==0) { $linkziel="_self"; echo "href=\"".$hreflinker."\"" ; echo "target=\"".$linkziel."\""; } if($arr_mcheck['hiddenpage']==1) { $linkziel="_blank"; echo "href=\"c_infopage.html?sprach_id=".$sprach_id."&id=".$linker."\"" ; echo "target=\"".$linkziel."\""; } } } function content_table($tabelle_id, $tabelle_design, $con1) { $arr_tabelledesign = explode(",", TABELLEDESIGN); $tabelledesign_id=$row_text['tabelledesign_id']-1; include($arr_tabelledesign[$tabelledesign_id]); } function cmsmenu_verlinkung(&$mlink, &$tarrget, $con1, $sprach_id, $link_ext, $cms_link, $link_cmseinteilung1, $link_cms_seiten_id, $links_cmsebene, $link_cms_temp_id, $seitena_id, $seitenb_id, $seitenc_id, $seitend_id, $seitene_id, $pos_id, $einzelzahlen, $position, $linkname) { if($cms_link=='body'){$cms_link='index';} /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// $linkname=undofixwritedata($linkname); $linkname=modrewrite_name_cleaner($linkname); // MENU-VERLINKUNG //////////////////////////////////////////////////////////////////////////////////////////////////// if (($link_ext==0)or($link_ext=='')) { $mlink=$linkname."_".$sprach_id."_".$link_cms_seiten_id.".html"; /* $tarrget='_self'; */ $tarrget=""; }elseif ($link_ext==3){ $mlink=$cms_link;$tarrget='_blank'; }elseif ($link_ext==1){ $mlink=$cms_link;$tarrget='_blank'; }elseif ($link_ext==2){ $mlink="mailto:".$cms_link;$tarrget='_blank';} /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// } function cmsmenu_statement($sprach_id, $ebene, $cms_menu_pos_id, $einteilung1_id, $mutter_id, $sel_colvisible, $sel_visible, $sel_timevisible, $hiddenpage, $limit, $orderk) { if($limit>0){$sel_limit=" limit ".$limit;} if($orderk==2){$sel_orderk=" DESC";}else{$sel_orderk=" ASC";} $sql_stetement = "SELECT ".SEITENTAB.".sprach_id, ".TEMPLATETAB.".einteilung1_id, ".TEMPLATETAB.".position, ".SEITENTAB.".name_link, ".SEITENTAB.".temp_id, ".TEMPLATETAB.".ebene, ".TEMPLATETAB.".mutter_id, ".TEMPLATETAB.".link, ".SEITENTAB.".meta1, ".SEITENTAB.".meta2, ".SEITENTAB.".meta3, ".SEITENTAB.".id_seiten, ".$sel_colvisible." ".TEMPLATETAB.".id_template, ".TEMPLATETAB.".tempfile_id FROM ".TEMPLATETAB." LEFT JOIN ".SEITENTAB." ON ".SEITENTAB.".temp_id=".TEMPLATETAB.".id_template and ".SEITENTAB.".sprach_id = '$sprach_id' where ".TEMPLATETAB.".mutter_id=$mutter_id and ".TEMPLATETAB.".einteilung1_id = ".$einteilung1_id." and ".TEMPLATETAB.".position=".$cms_menu_pos_id." and ".TEMPLATETAB.".hiddenpage=".$hiddenpage." ".$sel_visible." ".$sel_timevisible." group by ".TEMPLATETAB.".id_template, ".SEITENTAB.".sprach_id order by ".TEMPLATETAB.".reihenfolge ".$sel_orderk." ".$sel_limit." "; return $sql_stetement; } function make_canonical_link($cms_dokubase, $page_id, $produkt_id, $kurs_id, $kategorie_id, $projekt_id, $sprach_id, $name_str) { /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// if(($page_id)and($sprach_id)and(strlen($name_str)>1)and(!$produkt_id)and(!$kategorie_id)) { $name_str=undofixwritedata($name_str); $name_str=modrewrite_name_cleaner($name_str); ?>1)) { $name_str=undofixwritedata($name_str); $name_str=modrewrite_name_cleaner($name_str); ?>1)) { $name_str=undofixwritedata($name_str); modrewrite_name_cleaner($name_str); ?> 1900 and $bd_jahr)and(isset($bd_monat) and $bd_monat>0)and(isset($bd_tag) and $bd_tag>0)) { return "'".$bd_jahr."-".$bd_monat."-".$bd_tag."'"; } else { return 'null'; } } function changelinecolor($color) { $colorchanger= "onmouseout=\"this.style.backgroundColor=''\" onmouseover=\"this.style.backgroundColor='".$color."'\""; return ($colorchanger); } function make_mo_s($name1, $name2, $name3, $name4, $color) { $aktion_name1_mo="document.getElementById('".$name1."').style.visibility='hidden'"; $aktion_name1_mout="document.getElementById('".$name1."').style.visibility='visible'"; if(strlen($name2)>3) { $aktion_name2_mo=", document.getElementById('".$name2."').style.visibility='hidden'"; $aktion_name2_mout=", document.getElementById('".$name2."').style.visibility='visible'"; } if(strlen($name3)>3) { $aktion_name3_mo=", document.getElementById('".$name3."').style.visibility='hidden'"; $aktion_name3_mout=", document.getElementById('".$name3."').style.visibility='visible'"; } if(strlen($name4)>3) { $aktion_name4_mo=", document.getElementById('".$name4."').style.visibility='hidden'"; $aktion_name4_mout=",document.getElementById('".$name4."').style.visibility='visible'"; } if(strlen($color)>3) { $aktion_color_mo=", this.style.backgroundColor='".$color."'"; $aktion_color_mout=", this.style.backgroundColor=''"; } //$colorchanger= "onmouseout=\"this.style.backgroundColor=''\" onmouseover=\"this.style.backgroundColor='".$color."'\""; $momou_div_s= "onmouseout=\"".$aktion_name1_mo.$aktion_name2_mo.$aktion_name3_mo.$aktion_name4_mo.$aktion_color_mout."\" onmouseover=\"".$aktion_name1_mout.$aktion_name2_mout.$aktion_name3_mout.$aktion_name4_mout.$aktion_color_mo."\""; return ($momou_div_s); } function zufallaussession($length,$characters) { global $code_string; $code_string = ''; $characters_length = strlen($characters); for($i=0;$i<$length;$i++) { $code_string .= $characters[mt_rand(0, $characters_length - 1)]; } return $code_string; } // ALLGEMEIN /////////////////////////////////////////////////////////////////////////////////// function P11_GETPW( $anz = 10 , $md = false ) { $st1 = range ( 1 , 9 ); $st2 = range ('a', 'z'); $st3 = range ('A', 'Z'); $temp = array_merge( $st1, $st2, $st3 ); srand ( (float)microtime() * 1000000); shuffle ( $temp ); $out = ''; foreach ( $temp as $v ) { if ($cc++ >= $anz) break; $out .= $v; } if ($md == true) return MD5($out); else return $out; // AUFRUFE ////////////////////////////////////////////////////////////////// //echo P11_GETPW(), '
'; //echo P11_GETPW(5), '
'; //echo P11_GETPW(6,2), '
'; } function createzstring($size) { $result = ""; srand((double)microtime()*1000000); for($i=0; $i < $size; $i++) { $num = rand(48,120); while (($num >= 58 && $num <= 64) || ($num >= 91 && $num <= 96)) $num = rand(48,120); $result .= chr($num); } return $result; } function showtime($time_stamp, &$str_showtime, $art_id) { // art_id sagt aus wie die Daten ausgegeben werden sollen / 0-als Variable / 1-mit echo setlocale (LC_TIME, "de_DE"); $stunde = strftime("%H",$time_stamp); $minute = strftime("%M",$time_stamp); if($art_id==1) { echo $stunde; echo '.'; echo $minute; }else{ $str_showtime = $stunde.'.'.$minute; } } function showdate($time_stamp, &$str_showdate, $art_id) { // art_id sagt aus wie die Daten ausgegeben werden sollen / 0-als Variable / 1-mit echo setlocale (LC_TIME, "de_DE"); $monat = strftime("%m",$time_stamp); $jahr = strftime("%Y",$time_stamp); $tag = strftime("%d",$time_stamp); if($art_id==1) { echo $tag; echo '.'; echo $monat; echo '.'; echo $jahr; }else{ $str_showdate = $tag.'.'.$monat.'.'.$jahr; } } function showdatetime($time_stamp, &$str_datetime, $art_id) { // art_id sagt aus wie die Daten ausgegeben werden sollen / 0-als Variable / 1-mit echo setlocale (LC_TIME, "de_DE"); $monat = strftime("%m",$time_stamp); $jahr = strftime("%Y",$time_stamp); $tag = strftime("%d",$time_stamp); $stunde = strftime("%H",$time_stamp); $minute = strftime("%M",$time_stamp); if($art_id==1) { echo $tag; echo '.'; echo $monat; echo '.'; echo $jahr; echo ' - '; echo $stunde;echo ':'; echo $minute; }else{ $str_datetime=$tag.'.'.$monat.'.'.$jahr.' - '.$stunde.':'.$minute; } } function showgooddouble($zahlenwert, &$str_zahlenwert, $art_id) { if($zahlenwert==0){$zahlenwert='0.00';} if(strlen( strrchr ( $zahlenwert, '.' ))==2) { $zahlenwert=$zahlenwert.'0'; } if(strlen( strrchr ( $zahlenwert, '.' ))==1) { $zahlenwert=$zahlenwert.'00'; } if(strlen( strrchr ( $zahlenwert, '.' ))==0) { $zahlenwert=$zahlenwert.'.00'; } /////////////////////////////////////////////////////////////////////// if($art_id==1) { echo $zahlenwert; } elseif($art_id==2) { $str_zahlenwert=$zahlenwert; } elseif($art_id==3) { return $zahlenwert; } } function removedoublezero($zahlenwert) { } function showland($land_id, $sprach_id, $art_id, $con1, &$landbez, &$landiso) { $sql_land = "SELECT * FROM ".LANDTAB." where id_land = $land_id"; $result_land = db_query($sql_land, $con1); if($result_land) { $array_land = fetch_array($result_land); $landbez=$array_land[system_bezeichnung]; $landiso=$array_land[iso]; //$landcurrency=$array_land[currency]; } } function replace_newline($text,$aclass) { $teiler = " \r\n"; $tok = strtok ($text,$teiler); while ($tok) { $httpmenge = substr_count(strtolower($tok), "http://"); $httppos = strpos($tok, "http://"); $wwwmenge = substr_count(strtolower($tok), "www"); $wwwpos = strpos($tok, "www"); $pointmenge = substr_count($tok, "."); $posfirstpoint = strpos($tok, '.'); $poslastpoint = strrpos($tok, '.'); $strafterlastpoint = strlen(strrchr($tok, '.')); $atmenge = substr_count($tok, "@"); $posat = strpos($tok, '@'); if(($atmenge>0)and($posat<$poslastpoint)and(($poslastpoint-$posat)>2) and($strafterlastpoint>1)) { $text = str_replace($tok,"".$tok."",$text); } if(($httpmenge==0)and($wwwmenge>0)and($wwwpos==0)and($pointmenge>=2)and($posfirstpoint>2)) { $text = str_replace($tok,"".$tok."",$text); } if(($httpmenge>0)and($httppos==0)and($wwwmenge>0)and($wwwpos==7)and($pointmenge>=2)and($posfirstpoint>6)) { $text = str_replace($tok,"".$tok."",$text); } $tok = strtok ($teiler); } // ende BETA /////////////////////////////////////////////////////////////////////////////////////////////// // $text = str_replace("\","\\",$text); // $text = str_replace("]",">",$text); $text = stripslashes($text); //$text = htmlspecialchars($text, ENT_QUOTES); $text = str_replace("\r\n[LISTE]\r\n\r\n","",$text); $text = str_replace("\r\n[NUMMER]\r\n\r\n","
    ",$text); $text = str_replace("\r\n[NUMMER]\r\n","
      ",$text); $text = str_replace("\r\n[NUMMER]","
        ",$text); $text = str_replace("[NUMMER]\r\n\r\n","
          ",$text); $text = str_replace("[NUMMER]\r\n","
            ",$text); $text = str_replace("[NUMMER]","
              ",$text); $text = str_replace("\r\n\r\n[NUMMERNENDE]\r\n","
            ",$text); $text = str_replace("\r\n\r\n[NUMMERNENDE]","
          ",$text); $text = str_replace("\r\n[NUMMERNENDE]\r\n","
        ",$text); $text = str_replace("\r\n[NUMMERNENDE]","
      ",$text); $text = str_replace("[NUMMERNENDE]\r\n","
    ",$text); $text = str_replace("[NUMMERNENDE]","
",$text); $text = str_replace("[*]","
  • ",$text); $text = str_replace("\r\n\r\n","

    ",$text); $text = str_replace("\r\n","
    ",$text); $text = str_replace("[B]","",$text); $text = str_replace("[/B]","",$text); $text = str_replace("[I]","",$text); $text = str_replace("[/I]","",$text); $text = str_replace("[U]","",$text); $text = str_replace("[/U]","",$text); $text = urldecode($text); return $text; } function replace_newline_edit($text) { $text = stripslashes($text); $text = str_replace("[","<",$text); $text = str_replace("]",">",$text); $text = str_replace("","[B]",$text); $text = str_replace("","[/B]",$text); $text = str_replace("","[I]",$text); $text = str_replace("","[/I]",$text); $text = str_replace("","[U]",$text); $text = str_replace("","[/U]",$text); $text = str_replace("","[NUMMERNENDE]",$text); $text = str_replace("","[NUMMER]",$text); $text = str_replace("","[LISTENENDE]",$text); $text = str_replace("","[LISTE]",$text); $text = str_replace("<*>","[*]",$text); $text = urldecode($text); return $text; } function unreplace_newline($text) { $text = str_replace("
      ","\r\n[LISTE]\r\n",$text); $text = str_replace("
    ","\r\n[LISTENENDE]\r\n",$text); $text = str_replace("
      ","\r\n[NUMMER]\r\n",$text); $text = str_replace("
    ","\r\n[NUMMERNENDE]\r\n",$text); $text = str_replace("
  • ","[*]",$text); $text = str_replace("

    ","\r\n\r\n",$text); $text = str_replace("
    ","\r\n",$text); $text = str_replace("<","[",$text); $text = str_replace(">","]",$text); return $text; } function pic_name_replace($pic_name) { $pic_name = str_replace("_","",$pic_name); $pic_name = str_replace(" ","",$pic_name); $pic_name = str_replace("ü","ue",$pic_name); $pic_name = str_replace("ö","oe",$pic_name); $pic_name = str_replace("ä","ae",$pic_name); $pic_name = str_replace("ß","ss",$pic_name); return $pic_name; } function getFileExtension($str) { $i = strrpos($str,"."); if (!$i) { return ""; } $l = strlen($str) - $i; $ext = substr($str,$i+1,$l); return $ext; } function p11_strtoupper($text) { $text=html_entity_decode($text); strtoupper($text); // $text=htmlspecialchars($text); $text=htmlentities($text); return $text; } function videoplayer($fmp3,$fwidth,$fheight,$fsvolumen,$fsstop,$fsinfo,$fsadminuse,$fsmp3pathuse,$checkpopup,$checklink) { ?>
    SOUND-POPUP
    SOUND-LINK
    1){?>«
    «
    »
    »
     SEITEN /  EINTRÄGE  
    0){$doku_pfad=DOKUPFAD."/";}else{$doku_pfad="";} DEFINE ("SITEADDRESS" , "http://".$_SERVER["SERVER_NAME"]."/".$doku_pfad); DEFINE ("SITENAME" , "Johannes Leitner :: JHL"); DEFINE ("SITEEMAIL" , "office@austria-onlineshop.com"); DEFINE ("ADMINEMAIL" , "office@austria-onlineshop.com"); // FAVICON DEFINE ("FAVICONNAME" , "favicon_aos.ico"); // DATENBANK ////////////////////////////////////////////////////////////////////////////////////////// // DATENBANK CMS ////////////////////////////////////////////////////////////////////////////////////// DEFINE ("DBHOST" , "localhost"); DEFINE ("DBPORT" , "3307"); DEFINE ("DBNAME" , "usrdb_www15762"); DEFINE ("DBUSER" , "www15762"); DEFINE ("DBPASS" , "intranetadmin"); // DATENBANK ANWENDUNG ////////////////////////////////////////////////////////////////////////////////////// DEFINE ("DBHOST1" , "DBHOST1"); DEFINE ("DBPORT1" , "DBPORT1"); DEFINE ("DBNAME1" , "DBNAME1"); DEFINE ("DBUSER1" , "DBUSER1"); DEFINE ("DBPASS1" , "DBPASS1"); // DATENBANK PREFIXE ////////////////////////////////////////////////////////////////////////////////////// $cms_tableprefix="aosweb_"; $intranet_tableprefix=""; $shop2_tableprefix=""; // ELEMENT PREFIXES ///////////////////////////////////////////// $ppf_psel="jltnr_"; // AUTOMATISCHE ERSTELLUNG VON MENÜBILDERN ////////////////////// DEFINE ("FONTSIZEFACTOR" , ""); DEFINE ("MENULINKBILD" , "no"); // yes/no; DEFINE ("MENULINKBILD_MANUELL" , "0"); // 1/0; // EDITVERHALTEN /// $editlayerbgcolor="#d8d8d8"; $seitenschutz="1"; $internal_cmsn_link=""; // Editierungsumschalter-Link zur normalen Darstellung $internal_cmse_link=""; // Editierungsumschalter-Link zur Eingabe-Darstellung // MENÜPOSITIONEN ////////////////////////////////////////////////////////////////////////////////////////////////////// $menuposition_list = array(); $menuposition_list[] ="0;;LINKS OBEN"; $menuposition_list[] ="2;;LINKS UNTEN"; $menuposition_list[] =";;"; $menuposition_list[] =";;"; $menuposition_list[] =";;"; //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // ANSICHTSINFORMATIONEN ///////////////////////////////////////////////////////////////////////////////////////////////// DEFINE ("FORMZUFALL" , "sdfggsdfgfgsdfggggfdfewe4524rwerwerggsd2435fgsdfd56fdfgwerg4654sdfertzertzg5sdwertwrtwertfg2345sddddfgsdfgwergs423dfgwdsfgsdfgrtzurtzurtzhdfghdfghe4rthfghdfghergs56dfgsdfg5sdfgwetzuituiaewrffswe93453rtretfgfgh34563456sdsdfgwerrt56irturtuw78ertwer3wer2t56wer3twer2tsdf35ggerze63546qwerterzs4dfgsdfggdfidfghtruisdfgwersdetfgsdfgsdfsdfgewergsdfglkjlkjertzertzertz"); DEFINE ("FORMZUFALLHANDLE" , "2;8;5;7;2;9;3;2,5;7;8;2;1;2;6"); ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// // Tabellenincludes ///////////////////////////////////////////////////////////////////////////// // Include-Namen mit Komma voneinander trennen DEFINE ("TABELLEDESIGN" , "text.tabelle1.inc.php,text.tabelle2.inc.php,text.tabelle3.inc.php,text.tabelle4.inc.php"); // HINWEISMAILS /////////////////////////////////////////////////////////////////////////////////////////////////////////// $use_cmsmailer_smtp="0"; $cmsmailer_smtp_server=""; $cmsmailer_smtp_user=""; $cmsmailer_smtp_pw=""; $cms_servicemail_1=""; $cms_servicemail_2=""; $cms_senderemail=""; // GÄSTEBUCH /////////////////////////////////////////////////////////////////////////////////////////////////////////// $cms_guestbook1mail_1=""; $cms_guestbook1mail_2=""; $cms_guestbookproseite_1=""; $cms_guestbook1betreff=""; // NEWSLETTER ///////////////////////////////////////////////////////////////////////////////////////////////////////// $cms_newsletter1mail_1=""; $cms_newsletter1mail_2=""; $cms_newsletter1mail_art="1"; // 1-intern, 2-extern // CALLBACK ///////////////////////////////////////////////////////////////////////////////////////////////////////// $cms_callbackmail_1=""; $cms_callbackmail_2=""; $cms_callbackmail_art="1"; // 1-intern, 2-extern // FEEDBACK ///////////////////////////////////////////////////////////////////////////////////////////////////////// $cms_feedbackmail_1=""; $cms_feedbackmail_2=""; $cms_feedbackmail_art="1"; // 1-intern, 2-extern ?> 0)and($db_link)){ return mysqli_query($db_link, $db_select); } } //////////////////////////////////////////////////////////////////////////// // // Anzahl der Datensätze ermitteln // Gibt die Anzahl der Datensätze oder FALSE zurück // //////////////////////////////////////////////////////////////////////////// function num_rows ($db_result) { if($db_result != FALSE) { return mysqli_num_rows ($db_result); } else { return 0; } } //////////////////////////////////////////////////////////////////////////// // // RESULTFREIGABE // //////////////////////////////////////////////////////////////////////////// function free_fetch_array($db_result) { return mysqli_data_seek($db_result,0); } //////////////////////////////////////////////////////////////////////////// // // Einen Datensatz holen // Gibt einen Datensatz zurück oder FALSE // //////////////////////////////////////////////////////////////////////////// function fetch_array ($db_result) { //return mysqli_fetch_array ($db_result, MYSQL_BOTH); return mysqli_fetch_array ($db_result); } function artikel_sortierungs_geradebieger($temp,$sprach) { global $con1; $sql = "SELECT * FROM ".TEXTTAB." WHERE tempid = $temp AND sprachid = $sprach ORDER BY reihenfolge"; $res = db_query ($sql,$con1); for($i=1;$arr = fetch_array($res);$i++) { db_query("UPDATE ".TEXTTAB." SET reihenfolge = $i WHERE id = $arr[id]",$con1); } } function sortiere_artikel_an_richtige_stelle($reihe,$vor_oder_nach,$temp,$sprach) { global $con1; if($vor_oder_nach == "vor") { $position_nach_update = $reihe; } else { $position_nach_update = $reihe + 1; } db_query ("UPDATE ".TEXTTAB." SET reihenfolge = reihenfolge+1 WHERE reihenfolge >= $position_nach_update AND tempid = $temp AND sprachid = $sprach",$con1); return $position_nach_update; } function max_reihenfolge($temp,$sprach) { global $con1; $sql = "SELECT MAX(reihenfolge) FROM ".TEXTTAB." WHERE tempid = $temp AND sprachid = $sprach ORDER BY reihenfolge"; $res = db_query ($sql,$con1); $arr = fetch_array($res); return $arr[0]+1; } ?> #prodsu_head_cnr{position:absolute; z-index:9999999; width:300px; height:25px; padding:0 0 0 0px; top:152px; left:7px;} .prodsu_input{padding:4px 50px 4px 4px; margin:2px 0 0 2px; width:165px; display:block; float:left; height:17px; border: 1px solid #e8e8e8; background-color:#f1f1f1; text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666;} .prodsu_inputa{padding:4px 50px 4px 4px; margin:0 0 0 0; width:165px; display:block; float:left; height:17px; border: 3px solid #C00; background-color:#f1f1f1; text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #C00;} .prodsu_input:hover{border: 1px solid #aaaaaa; background-color:#ffffff;} .prodsu_inputa:hover{border: 3px solid #333333; background-color:#f5f5f5;} .prodsu_butt{width:32px; height:32px; border:0px; background:url(/webbilder/lupe.png) no-repeat center; position:relative; display:block; float:left; margin:2px 0px 0px -35px; } .shop_main_wkmarker_listn { height:9px; width:4px; margin-top:3px; } .shop_main_wkmarker_lista { height:9px; width:4px; margin-top:3px; background-color: #FF7D27; } .shop_main_wkmarker_detailn { height:9px; width:4px; margin-top:3px; } .shop_main_wkmarker_detaila { height:9px; width:4px; margin-top:3px; background-color: #FF7D27; } #wk_checkout_list{} #wk_checkout_list #name{display:block; width:450px; height:20px; color:#333333; font-family:Verdana, Geneva, sans-serif; font-size:12px; line-height:20px;} #wk_checkout_list .headl{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; color: #333333;} .wk_delitem {display:block; width:10px; height:14px; color:#FFF; background-color:#F00; font-family:Verdana, Geneva, sans-serif; font-size:9px; line-height:9px;} .wk_delitem:hover {display:block; width:10px; height:14px; color:#FFF; background-color:#aaa; font-family:Verdana, Geneva, sans-serif; font-size:9px; line-height:9px;} .wk_row1{background-color: #e8e8e8;} .wk_row2{background-color: #f5f5f5;} .wk_row2:hover{background-color: #e8e8e8;} .wk_row1:hover{background-color: #f5f5f5;} .wk_rowedit{background-color: #FF7D27;} .shop_main_noproinlist{display: block; height:65px; width:500px; text-align:center; padding-top:65px; clear:both; float:none; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 10pt;} .shop_main_containera { margin-left:10px; text-align:left; width:490px; clear:both; float:none; text-align:left;} .shop_main_lista_container { clear:both; float:none; width:490px; padding: 0 0 5px 0; } .shop_main_lista_leftcontent { float:left; width:290px; min-height:100px; display:block; padding: 5px 0 5px 0; border-bottom: 1px solid #ccc;} .shop_main_lista_rightcontent { float:right; width:190px; min-height:100px; display:block; margin:10px 0 0 0; padding: 20px 0 0 0;} .shop_main_lista_eigwbez{float:left; width:150px; height:15px; padding-top:5px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 7pt; font-weight: bold;} .shop_main_lista_eigwbox{float:right; width:100px; height:20px;} .shop_main_lista_eigtab_1{width:290px; margin:0 0 5px 0; border-spacing:0px; border-collapse:collapse;} .shop_main_lista_eigtab_2{width:290px; margin:0 0 5px 0; border-spacing:0px; border-collapse:collapse;} /* ZUSATZKOSTEN */ .shop_text_zusatzka_container{height:20px; clear:both;} .shop_text_zusatzka_content_1{position:absolute; width:290px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_zusatzka_content_2{position:absolute; width:380px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_zusatzka_bezeichnung_1{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_zusatzka_bezeichnung_2{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_zusatzka_preis_1{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} .shop_text_zusatzka_preis_2{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} /* AKTIONSPREIS */ .shop_text_aktionpa_container{height:20px; clear:both;} .shop_text_aktionpa_content_1{position:absolute; width:290px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_aktionpa_content_2{position:absolute; width:380px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_aktionpa_bezeichnung_1{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_aktionpa_bezeichnung_2{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_aktionpa_preis_1{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} .shop_text_aktionpa_preis_2{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} /* PRODUKTBEZEICHNUNG LISTEN*/ .shop_text_prodheadlinea_list{font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; color: #BC9655; text-align:left; display:block; width:100%; padding:18px 0 7px 0; text-shadow: 0.05em 0.05em 0.1em #cccccc;} /* PRODUKTBESCHREIBUNG LISTEN */ .shop_text_prodtexta_list { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #333333; display:block; width:290px; text-align:left; border-top:#cccccc 1px solid; min-height:50px;} a.shop_text_prodtexta_list {width:100%; height:100%; padding: 1px 0 8px 0;} /* AGE_WARNING */ .shop_text_agewarna_list{display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; padding:2px 0 2px 0; height:13px; width:100%;} .shop_text_wkwarna_list{display:block; font-family: Arial, Helvetica, sans-serif; color: #ff9900; font-size: 8pt; padding:0 15px 2px 0; height:13px; width:100%; text-align:right;} /*HOVERING*/ .shop_main_lista_container:hover .shop_text_prodtexta_list{color: #999999; border-top:#999999 1px solid;} .shop_main_lista_container:hover .shop_text_prodheadlinea_list {font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; color: #666666; text-align:left; display:block; width:100%; padding:18px 0 7px 0; text-shadow: 0.05em 0.05em 0.1em #cccccc;} .shop_main_lista_container:hover .shop_main_lista_eigwbez{color: #999999;} .shop_main_lista_container:hover .shop_eig_inhtextfest_list{color: #999999;} .shop_main_lista_container:hover .shop_eig_headltext_list{color: #999999;} .shop_main_lista_container:hover .shop_main_lista_leftcontent{border-bottom: 1px solid #999999;} .shop_main_lista_container:hover .shop_main_lista_leftcontent{border-bottom: 1px solid #999999;} .shop_main_lista_container:hover .shop_text_wkwarna_list{ color: #ff0000;} .shop_main_lista_container:hover .shop_text_zusatzka_bezeichnung_1{color: #999999;} .shop_main_lista_container:hover .shop_main_lista_rightcontent {opacity:0.85; filter: alpha(opacity=85); -moz-opacity: 0.85;} .shop_main_containerb{ margin-left:21px; min-height:60px; text-align:right; width:490px; clear:both; float:none; text-align:left;} .shop_main_listb_container { clear:both; float:none; width:490px; margin-top:8px; } .shop_main_listb_leftcontent { float:left; width:390px; min-height:60px; display:block; margin-top:1px; border-bottom: 1px solid #ffffff; padding: 0 10px 0 0;} .shop_main_listb_rightcontent { float:right; width:90px; min-height:100px; display:block; padding-top:8px; margin-top:1px;} .shop_main_listb_eigwbez{float:left; width:150px; height:15px; padding-top:5px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 7pt; font-weight: bold;} .shop_main_listb_eigwbox{float:right; width:100px; height:20px;} .shop_main_listb_eigwtab{width:380px; margin:0 0 5px 0; border-spacing:0px; border-collapse:collapse; margin-left:0px; clear:both; float:none;} .shop_main_listb_eigtab_1{width:380px; margin:0 0 5px 0; border-spacing:0px; border-collapse:collapse;} .shop_main_listb_eigtab_2{width:380px; margin:0 0 5px 0; border-spacing:0px; border-collapse:collapse;} /* ZUSATZKOSTEN */ .shop_text_zusatzkb_container{height:20px; clear:both;} .shop_text_zusatzkb_content_1{position:absolute; width:380px; height:20px; text-align:right; clear:both;} .shop_text_zusatzkb_content_2{position:absolute; width:380px; height:20px; text-align:right; clear:both;} .shop_text_zusatzkb_bezeichnung_1{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_zusatzkb_bezeichnung_2{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_zusatzkb_preis_1{float:right; padding:0 0px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} .shop_text_zusatzkb_preis_2{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} /* AKTIONSPREIS */ .shop_text_aktionpb_container{height:20px; clear:both;} .shop_text_aktionpb_content_1{position:absolute; width:380px; height:20px; text-align:right; clear:both;} .shop_text_aktionpb_content_2{position:absolute; width:380px; height:20px; text-align:right; clear:both;} .shop_text_aktionpb_bezeichnung_1{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_aktionpb_bezeichnung_2{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_aktionpb_preis_1{float:right; padding:0 0px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} .shop_text_aktionpb_preis_2{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} /* PRODUKTBEZEICHNUNG LISTEN*/ a.shop_text_prodheadlineb_list {font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; width:390px; font-weight: bold; color: #BC9655; text-align:left; display:block; padding:4px 0 7px 0; text-shadow: 0.05em 0.05em 0.1em #cccccc;} /* PRODUKTBESCHREIBUNG LISTEN */ .shop_text_prodtextb_list { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; padding:0 0 5px 2px; color: #333333; display:block; width:360px; text-align:left; min-height:35px; border-top:#cccccc 1px solid; } a.shop_text_prodtextb_list {width:100%; height:100%; padding: 1px 0 8px 0;} /* AGEWARNING */ .shop_text_agewarnb_list{display:block; width:290px; text-align:left; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; } /* HOVER */ .shop_main_listb_container:hover .shop_text_prodtextb_list{color: #999999; border-top:#999999 1px solid;} .shop_main_listb_container:hover .shop_text_prodheadlineb_list {font-family: Arial, Helvetica, sans-serif; font-size: 18px; line-height: 18px; font-weight: bold; color: #999999; text-align:left; display:block; width:390px; padding:4px 0 7px 0; text-shadow: 0.05em 0.05em 0.1em #cccccc;} .shop_main_listb_container:hover .shop_main_listb_eigwbez{color: #999999;} .shop_main_listb_container:hover .shop_eig_inhtextfest_list{color: #999999;} .shop_main_listb_container:hover .shop_eig_headltext_list{color: #999999;} .shop_main_listb_container:hover .shop_main_listb_leftcontent{border-bottom: 1px solid #999999;} .shop_main_listb_container:hover .shop_text_wkwarnb_list{ color: #ff0000;} .shop_main_listb_container:hover .shop_text_zusatzkb_bezeichnung_1{color: #999999;} .shop_main_listb_container:hover .shop_main_listb_rightcontent {opacity:0.85; filter: alpha(opacity=85); -moz-opacity: 0.85;} /* SHOP SUCHE */ #shop_prodsuchea_container{width:210px; padding-left:0px; height:80px; padding-top:5px;} #shop_prodsuchea_container .rsuche_sm { font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #cccccc; background-color: #aaaaaa; cursor: pointer; margin:5px 5px 5px 5px; width:200px; font-size: 8pt; height: 22px; line-height:19px; text-align:center; display:block; } #shop_prodsuchea_container .rsuche_sm:hover { background-color: #e8e8e8; } #shop_prodsuchea_container .rsuche_tf { font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #CCCCCC; margin:0 5px 0 5px; width:195px; font-size: 8pt; height: 16px;} #shop_prodsuchea_container .rsuche_bez{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; padding: 3px 5px 0px 7px; text-align:left; } /* SHOP HAUPT */ .shop_main_containerc{ width:510px; text-align:left; clear:both; float:none; position:relative; height:auto; padding:0 0 0 0; /* background-color: #00FFBF; */} .shop_main_containerc_detail{ width:510px; text-align:left; clear:both; float:none; position:relative; height:auto; padding:0 0 0 0; /* background-color: #00FFBF; */} .shop_main_containerc_produkliste{width:100%; height:auto; clear:both; float:none; padding:0 0 25px 0; /* background-color: #FF4DFF; */} .shop_main_containerc_wk{ width:510px; text-align:left; clear:both; float:none; position:relative; height:auto; padding:0 0 0 0; /* background-color: #00FFBF; */} a.produktliste_big_st1, div.produktliste_big_st1 { float:left; text-align: left; margin: 0 0 0 0; width: 170px; height:270px;} .produktliste_big_st1_inelements{ display:block; clear:both; } .produktliste_big_st1_containerelements{ display:block; clear:both; position: absolute; width: 140px; height:270px; border-top:#ccc 1px solid; border-top#ccc 1px solid; margin: 0 0 0 4px; overflow:hidden;} .produktliste_pict_st1{clear:both; display:block; width:140px; height:190px; padding: 5px 4px 5px 4px; border-left:#ff 1px solid; border-right:#fff 1px solid; background-color:#fff; background-repeat: no-repeat; background-position: center center;} .produktliste_text_st1a, .produktliste_text_st1b{clear:both; display:block; width:130px; height:50px; font-size: 9pt; color: #333333; background-color:#fff; text-align:center; padding: 0 0px 2px 0px; border-left:#fff 1px solid; border-right:#fff 1px solid; font-family: Arial, Helvetica, sans-serif;} .produktliste_colortext_st1{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height:9pt;} .produktliste_text_st1a{font-size: 9pt; line-height:10pt;} .produktliste_text_st1b{font-size: 8pt; line-height:9pt;} .produktliste_price_st1{clear:both; display:block; width:130px; height:16px; background-color:#fff; border-left:#fff 1px solid; border-right:#fff 1px solid; border-button:#fff 1px solid; border-right:#fff 1px solid; padding: 0 4px 2px 4px; text-align: center; font-size: 11pt; color: #AE0000; font-family: Arial, Helvetica, sans-serif; font-weight:bold; } .produktliste_click_st1{clear:both; display:block; width:130px; padding: 0 5px 0 5px; height:40px; font-size: 9pt; line-height:9pt; color: #333333; background-color:#fff; text-align:center; padding: 10px 0px 2px 0px; border-left:#fff 1px solid; border-right:#fff 1px solid; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;} .produktliste_kurztext_st1{clear:both; display:block; width:130px; padding: 0 5px 0 5px; height:40px; font-size: 9pt; line-height:9pt; color: #333333; background-color:#fff; text-align:center; padding: 10px 0px 2px 0px; border-left:#fff 1px solid; border-right:#fff 1px solid; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;} .produktliste_big_st1:hover .produktliste_big_st1_containerelements{ background-color:#fff; width: 140px; height:310px; border-top:#ccc 1px solid; border-bottom:#ccc 1px solid; z-index:9999; overflow:hidden;} .produktliste_big_st1:hover .produktliste_pict_st1{ filter: alpha(opacity=85); -moz-opacity: 0.85; } .produktliste_big_st1:hover .produktliste_text_st1{ color:#aaa; } .produktliste_big_st1:hover .produktliste_price_st1{ color:#333; } .produktliste_big_sold { display:block; position:absolute; margin:75px 0 0 25px; padding:0 0 0 0; -webkit-transform: rotate(336deg); -moz-transform: rotate(336deg); -o-transform: rotate(336deg); writing-mode: lr-tb; opacity: 0.65; filter: alpha(opacity=65); color: #DA2B49; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; line-height:14pt; font-weight:bold; } .produktliste_big_st2_inelements, a.produktliste_big_st2, div.produktliste_big_st2, .produktliste_colortext_st2, .produktliste_textpart_st2, .produktliste_big_st2_containerelements, .produktliste_click_st2{ display:block; } a.produktliste_big_st2, div.produktliste_big_st2 {clear: both; float:none; text-align:left; margin:0 0 0 0; width:510px; height:210px;} .produktliste_big_st2_containerelements{float:none; clear:both; width: 440px; height:190px; border-top:#e5e6de 1px solid; margin: 0 0 0 0px; overflow:hidden;} .produktliste_pict_st2{float:right; display:block; width:140px; height:190px; padding: 0px 0px 0px 0px; background-repeat: no-repeat; background-position: center center;} .produktliste_textpart_st2{width:280px; float:left; height:auto; min-height:150px;} .produktliste_text_st2a, .produktliste_text_st2b, .produktliste_text_st2c{ width:230px; padding: 10px 10px 0px 5px; min-height:15px; height: auto; max-height:50px; overflow: hidden; color: #6d6765; background-color:#fff; text-align:left; border-left:#fff 1px solid; border-right:#fff 1px solid; font-family: Arial, Helvetica, sans-serif;} .produktliste_colortext_st2{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height:9pt; padding: 0px 10px 6px 12px;} .produktliste_text_st2a{font-size: 13pt; line-height:13pt; font-weight: bold;} .produktliste_text_st2b{font-size: 12pt; line-height:12pt; font-weight: bold;} .produktliste_text_st2c{font-size: 11pt; line-height:12pt; font-weight: bold;} .produktliste_price_st2{clear:both; display:block; position: absolute; margin: 157px 0px 0px 150px; width:130px; height:17px; text-align: right; font-size: 14pt; color: #AE0000; font-family: Arial, Helvetica, sans-serif; font-weight:bold; } .produktliste_click_st2{ position:absolute; margin: 156px 0px 0px 12px; visibility:hidden; clear:both; display:block; width:130px; height:40px; font-size: 8pt; line-height:8pt; color: #6d6765; text-align:left; padding: 10px 0px 2px 0px; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;} .produktliste_kurztext_st2{clear:both; display:block; width:230px; height:40px; font-size: 9pt; line-height:9pt; color: #6d6765; background-color:#fff; text-align:left; padding: 5px 0px 2px 10px; border-left:#fff 1px solid; border-right:#fff 1px solid; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;} .produktliste_big_st2:hover .produktliste_big_st2_containerelements{ background-color:#fff; width: 440px; height:190px; border-top:#e5e6de 1px solid; border-bottom:#e5e6de 1px solid; z-index:9999; overflow:hidden;} .produktliste_big_st2:hover .produktliste_pict_st2{ filter: alpha(opacity=85); -moz-opacity: 0.85; } .produktliste_big_st2:hover .produktliste_text_st2{ color:#aaa; } .produktliste_big_st2:hover .produktliste_price_st2{ color:#333; } .produktliste_big_st2:hover .produktliste_pict_st2{ width:140px; height:190px; padding: 0px 4px 0px 4px;} .produktliste_big_st2:hover .produktliste_click_st2{ visibility: visible;} .shop_main_prodlistline_haupt { background-color: #e5e6de; } .shop_main_prodlistline_unter { background-color: #e5e6de; } .shop_main_prodlistline_unterunter { background-color: #e5e6de; } #form_prodsearch{padding-top:0px;} #billlist_container{width:100%; height:auto; } #bz_container{width:300px; padding-top:1px; height:auto;} #bz_container #user_datamain{padding:0 0 0 0;} #bz_container #bz_rabdatt_cnt{padding:0 0 0 0;} /* #bz_container #bz_voucher_cnt{padding:0 0 0 0;} */ #bz_container #bz_datamainbutt_cnt{padding:0 0 0 0;} #bz_container .user_databarleer{ height:45px; width:450px; background-color:#ffffff; margin:2px 0 0 0; clear:both; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; border-top: 1px #333333 dotted;} #bz_container .user_databarleer_beschrleft{ float:left; width:auto; padding:2px 0 0 0px; white-space: nowrap; min-width:200px;} #bz_container .user_databarset{mind-height:45px; height:auto; width:450px; background-color:#fff; margin:2px 0 0 0; clear:both; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; border-top: 1px #333333 dotted; } #bz_container .user_databarset_beschrleft{float:left; width:250px; padding:2px 0 0 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #999999;} #bz_container .user_databarset_beschr{float:none; clear:both; width:250px; padding:2px 0 0 0px; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #999999;} #bz_container .user_databarset_datalist{ height:auto; width:100%; padding:6px 3px 6px 0px; margin:0 0 0 0; clear:both; float:none; } #bz_container .user_databarset_datalink{ display:block; clear:both; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; padding: 0 0 0 20px; cursor: pointer; color:#996633; } #bz_container .user_databarset_datalink:hover{color:#666666;} #bz_container .user_databarhead{padding:6px 0 0 2px; height:16px; width:445px; background-color:#ffffff; margin:2px 0 0 0; clear:both; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 10pt; color: #333333; border-bottom: 1px #CCCCCC dotted; border-top: 1px #333333 dotted;} #bz_container .user_databarcontainer{ padding:6px 0 0 2px; height:auto; min-height:25px; width:450px; margin:2px 0 0 0; clear:both; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; clear: both;} #bz_container .user_databar_datalist{ height:auto; width:100%; padding:6px 3px 6px 6px; margin:0 0 0 0; clear:both; float:none; } #bz_container .user_databar_datalink{ display:block; clear:both; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; padding: 0 0 0 20px; cursor: pointer; color:#996633; } #bz_container .user_databar_datalink:hover{color:#666666;} #user_checkout_amountcontainer{width:400px; min-height:25px; height:auto; clear:both; float:none; padding: 7px 0 0 7px;} #user_checkout_descr{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt; color: #666666; display:block; width:400px; margin:3px 0px 0px 0px; height:auto; padding:0 0 0 7px;} #user_checkout_paymenthead{display:block; width:400px; margin:15px 0px 0px 0px; min-height:22px; height:auto; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 9pt; color: #333333; padding: 0 0 0 7px;} #user_checkout_paymentmaindescr{display:block; width:400px; margin:0px 0px 0px 0px; min-height:40px; height:auto; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt; color: #666666; padding: 0 0 0 7px;} #user_checkout_paymentmainlegal{display:block; width:400px; margin:0px 0px 0px 0px; min-height:40px; height:auto; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt; color: #666666; padding: 0 0 0 7px;} #user_checkout_paymentmainpix{display:block; width:400px; margin:0px 0px 0px 0px; min-height:40px; height:auto; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt; color: #666666; padding: 0 0 0 7px;} #user_checkout_amountbez{display:block; width:80px; float:left; height:30px; font-size: 8pt; color: #666666; font-family: Arial, Helvetica, sans-serif; font-weight:normal;} #user_checkout_amountamount{display:block; width:310px; float:right; height:30px; font-size: 13pt; color: #666666; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-weight:bold} #order_prods_table{ width:475px; } #order_prods_table td{height:40px; vertical-align:top;} /* // USER // */ #user_datareku{width:450px; margin:2px 0 0 0;} #user_datareku td{height:22px; line-height:22px; padding-left:5px;} #user_datareku th{text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; padding-left:5px; background-color:#CCC; height:22px; line-height:22px;} #user_dataliku{width:450px; margin:2px 0 0 0;} #user_dataliku td{height:22px; line-height:22px; padding-left:5px;} #user_dataliku th{text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; padding-left:5px; background-color:#CCC; height:22px; line-height:22px;} #user_databeza{width:450px; margin:2px 0 0 0;} #user_databeza td{height:22px; line-height:22px; padding-left:5px;} #user_databeza th{text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; padding-left:5px; background-color:#CCC; height:22px; line-height:22px;} #user_datatabza{text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; background-color:#CCC; height:22px; line-height:22px; width:450px;} #user_datavers{width:450px; margin:2px 0 0 0;} #user_datavers td{height:22px; line-height:22px; padding-left:5px;} #user_datavers th{text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; color: #666666; padding-left:5px; background-color:#CCC; height:22px; line-height:22px;} .user_datadescrin, .user_datadescrin_sm{width:223px; padding: 0 0 0 0px; color: #666666;} .user_datadescriia, .user_datadescriia_sm{width:223px; padding: 0 0 0 0px; color: #999999;} .user_datadescria, .user_datadescria_sm{width:223px; padding: 0 0 0 0px; color: #996633;} .user_datadescrin{ text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt;} .user_datadescriia{ text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; } .user_datadescria{ text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 9pt; } .user_datadescrin_sm{ text-align:right; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt;} .user_datadescriia_sm{ text-align:right; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt; } .user_datadescria_sm{ text-align:right; font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt; } #regcontainer{position:relative; width:520px; float:left; margin-right:10px; padding:50px 0 0 0; overflow:visible; height:auto;} #regcontainer .headline_cnr{margin-left:0px; width:490px; height:auto;} #regcontainer .form_cnr{margin-left:0px; width:490px; height:auto;} #regcontainer .infotext_cnr{margin-left:0px; width:490px; height:auto;} #regcontainer #regcontainer_forma{width:100%; height:auto;} .userreg_datalist{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 8pt; color: #666666; height:auto; min-height:45px; width:100%; padding:3px 3px 3px 3px; margin:0 0 5px 0;} .userreg_datalistheadl_container{display:block; width:100%; clear:both; float:none; height:16px; text-align:left; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 8pt; color: #666666; font-weight:bold;} .userreg_datalistheadl{display:block; float:left;} .userreg_datalistbutt{display:block; float:right; height:14px; width:55px; font-family: Arial, Helvetica, sans-serif; font-weight:bold; font-size: 8pt; color: #999999; cursor: pointer;} .userreg_datalistbutt:hover{color: #333333;} .userreg_datalistbuttcontainer{float:right; width:110px; height:16px;} #userbox_com_container{width:500px; min-height:250px; height:auto; clear:both; float:none;} #userbox_com_menu{width:160px; min-height:250px; height:auto; float:left; border-right:#CCC 1px dotted; vertical-align:top;} #userbox_com_menu a.lin{clear:both; float:none; width:135px; height:18px; line-height:18px; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; display:block; padding: 0 0 0 10px; margin: 0 0 0 15px; font-size: 11px; font-style: normal; color: #666666;} #userbox_com_menu a.lin:hover{color: #333333; background-color:#e8e8e8;} #userbox_com_menu a.lina{clear:both; float:none; width:135px; height:18px; line-height:18px; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; display:block; padding: 0 0 0 10px; margin: 0 0 0 15px; font-size: 11px; font-style: normal; color: #666666; background-color:#cccccc;} #userbox_com_menu a.lina:hover{color: #333333; background-color:#e8e8e8;} #userbox_com_content{width:339px; min-height:250px; height:auto; float:left;} #userbox_com_incoming{width:335px; min-height:250px; height:auto;} #userbox_com_incoming #headline{width:300px; height:auto; margin:0 0 0 0; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11pt; color: #666666; font-weight:bold;} #userbox_com_incoming a.linklist{font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; color: #666666; height:35px; width:100%; line-height:16px; display:block; margin:5px 0 0 0; padding: 0 0 0 5px;} #userbox_com_incoming a.linklist:hover{color: #333333; background-color: #d8d8d8;} #userbox_com_incoming a.linklist span.linklist_hl{display:block; width:auto; height:16px; clear:both; float:none; line-height:16px;} #userbox_com_incoming a.linklist span.linklist_hla{float:left; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; color: inherit; } #userbox_com_incoming a.linklist span.linklist_hlb{float:right; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; color: #666666; } #userbox_com_incoming a.linklist span.linklist_t{clear:both; float:none; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 7pt; color: #999999; line-height:12px;} #userbox_com_outgoing{width:335px; min-height:250px; height:auto; padding: 18px 0 15px 0;} #userbox_com_outgoing #headline{width:300px; height:auto; margin:0 0 0 0; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11pt; color: #666666; font-weight:bold;} #userbox_com_outgoing a.linklist{font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; color: #666666; height:35px; width:100%; line-height:16px; display:block; margin:5px 0 0 0; padding: 0 0 0 5px;} #userbox_com_outgoing a.linklist:hover{color: #333333; background-color: #d8d8d8;} #userbox_com_outgoing a.linklist span.linklist_hl{display:block; width:auto; height:16px; clear:both; float:none; line-height:16px;} #userbox_com_outgoing a.linklist span.linklist_hla{float:left; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; color: inherit } #userbox_com_outgoing a.linklist span.linklist_hlb{float:right; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; color: #666666; } #userbox_com_outgoing a.linklist span.linklist_t{clear:both; float:none; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 7pt; color: #999999; line-height:12px;} #userbox_com_reader{width:335px; min-height:250px; height:auto;} #userbox_com_reader #headline{width:300px; height:auto; margin:0 0 0 0; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11pt; color: #666666; font-weight:bold;} #userbox_com_reader a.list{} #userbox_com_reader div.nachricht_view{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; width:280px; height:auto; min-height:250px; margin:0 0 0 0; padding:10px 10px 10px 10px; border-top:#CCC 1px solid; border-bottom:#CCC 1px solid;} #userbox_com_edit{width:335px; min-height:250px; height:auto;} #userbox_com_edit #headline{width:300px; height:auto; margin:0 0 0 0; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11pt; color: #666666; font-weight:bold;} #userbox_com_edit #nachricht{width:300px; height:200px; font-family: Arial, Helvetica, sans-serif; color: #333333; font-size: 9pt; margin: 25px 0 10px 10px; } #userbox_com_edit div.nachricht_view{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; width:280px; height:auto; min-height:30px; min-height:80px; overflow:auto; overflow:hidden; margin:0 0 0 0; padding:10px 10px 10px 10px; border-top:#CCC 1px solid; border-bottom:#CCC 1px solid;} #userbox_com_chat{width:335px; min-height:250px; height:auto;} #userbox_com_chat #headline{width:300px; height:auto; margin:0 0 0 0; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 11pt; color: #666666; font-weight:bold;} #userbox_com_chat{} /* // REGISTRIERUNG CRM VERBINDUNG // */ #container_login_main{ width:215px; min-height:100px; height:auto;clear:both; float:none; } #container_loginaktion{ width:215px; min-height:50px; margin:0px 0 0 0px; height:auto; clear:both; float:none;} #container_login{ width:215px; min-height:180px; height:auto; position:relative; clear:both; float:none; margin:35px 0 10px 0;} #container_login_hinweis{ width:200px; min-height:20px; height:auto; position:relative; } #container_login_repasshinweis{ width:195px; min-height:75px; height:auto; position:relative;} #container_login a{ clear: both; float: none; display:block; height:17px; width:100%; padding:0 0 1px 10px; line-height: 18px; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;} #container_login a:hover{ clear: both; float: none; display:block; height:17px; width:100%; padding:0 0 1px 10px; line-height: 18px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; cursor: pointer; background-color: #AE0000;} #container_login_userdlk{ width:215px; min-height:150px; height: auto; padding:30px 0 15px 0px; overflow: hidden; clear:both; float:none;} #container_login_userdlk span.udata { clear:both; float:none; padding: 3px 0 3px 15px; margin: 0 0 0 0; height: auto; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; color:#333333; font-size: 11px; line-height:14px;} #container_login_userdlk a.lin{clear:both; float:none; width:250px; height:18px; line-height:18px; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; display:block; padding: 0 0 1px 10px; font-size: 11px; font-style: normal; color: #666666;} #container_login_userdlk a.lina{clear:both; float:none; width:250px; height:18px; line-height:18px; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; display:block; padding: 0 0 1px 10px; font-size: 11px; font-style: normal; color: #AE0000; } #container_login_userdlk a.lin:hover{clear:both; float:none; width:250px; height:18px; line-height:18px; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; display:block; padding: 0 0 1px 10px; font-size: 11px; font-style: normal; color: #ffffff; background-color: #AE0000;} #container_login_userdlk a.lina:hover{clear:both; float:none; width:250px; height:18px; line-height:18px; font-family: Arial, Helvetica, sans-serif; white-space: nowrap; display:block; padding: 0 0 1px 10px; font-size: 11px; font-style: normal; color: #ffffff; background-color: #AE0000;} #container_login_userdlk span{display:block; padding: 5px 0 5px 7px; height:auto; min-height:35px; font-family: Arial, Helvetica, sans-serif; font-size:9pt; color: #666666u;} #container_login_nouserdlk{ clear: both; float: none; width:215px; min-height:90px; height:auto; padding:0 0 0 0; overflow: hidden; margin: 35px 0 0 0; } #container_login_nouserdlk a{ clear: both; float: none; display:block; height:17px; width:100%; padding:0 0 1px 10px; line-height: 18px; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 8pt;} #container_login_nouserdlk a:hover{ clear: both; float: none; display:block; height:17px; width:100%; padding:0 0 1px 10px; line-height: 18px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; cursor: pointer; background-color: #AE0000;} #container_login_nouserdlk div{ clear: both; float: none; display:block; height:17px; width:100%; padding:0 0 1px 10px; line-height: 18px; color: #333333; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; cursor: pointer;} #container_login_nouserdlk div:hover{ clear: both; float: none; display:block; height:17px; width:100%; padding:0 0 1px 10px; line-height: 18px; color: #ffffff; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; cursor: pointer; background-color: #AE0000;} #container_login_nouserdlk span{ display:block; padding: 5px 0 5px 7px; height:auto; min-height:35px; font-family: Arial, Helvetica, sans-serif; font-size:9pt; color: #666666; clear: both; float: none;} .rform_sidelist_container{} .rform_sidelist_link{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #7B230D; text-align:left; text-decoration: none; white-space: nowrap; background-image:url(../webbilder/tenne_navi_pfeil_zu.gif); background-repeat:no-repeat; background-position:200px 5px; height:17px; display: block; padding: 3px 0 0 8px; display:block;} .rform_sidelist_link:hover{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; color: #ffffff; text-decoration: none; white-space: nowrap; background-color: #7B230D; background-image:url(../webbilder/tenne_navi_pfeil_auf.gif); background-repeat:no-repeat; background-position:197px 5px; cursor: pointer; } .rform_fehler{ font-family: Arial, Helvetica, sans-serif; color: #7B230D; font-size: 8pt; } .rform_bez{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; padding: 3px 5px 0px 7px;} .rform_hl{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; padding: 1px 5px 1px 7px; } .rform_ftxta{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; padding: 3px 12px 0px 7px;} .rform_ftxtb{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; padding: 3px 12px 0px 7px;} .rlogin_sm{ font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #cccccc; background-color: #aaaaaa; cursor: pointer; margin:5px 5px 5px 5px; width:200px; font-size: 8pt; height: 22px; line-height:19px; text-align:center; display:block;} .rlogin_sm:hover{ background-color: #e8e8e8; } .rlogin_tf{ font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #CCCCCC; margin:0 5px 0 5px; width:195px; font-size: 8pt; height: 16px;} .rpass_tf{ font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #CCCCCC; margin:0 5px 0 5px; width:195px; font-size: 8pt; height: 16px;} .rform_regbez{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; padding: 0 0 0 0; display:block; width:150px; float:left; } .rform_regbez_error{ font-family: Arial, Helvetica, sans-serif; color: #ff3300; font-size: 8pt; padding: 0 0 0 0; display:block; width:150px; float:left; } .rform_text_error{ font-family: Arial, Helvetica, sans-serif; color: #ff3300; font-size: 8pt;} .rform_regtfa{ font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #CCCCCC; margin:3px 0 3px 0; width:170px; font-size: 8pt; height: 16px;} .rform_regtfb{ font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #CCCCCC; margin:3px 0 3px 0; width:60px; font-size: 8pt; height: 16px;} .rform_regtfc{ font-family: Arial, Helvetica, sans-serif; color: #666666; border: 1px solid #CCCCCC; margin:0 5px 0 5px; width:210px; font-size: 8pt; height: 16px;} .rform_regtf_fehler{ border: 1px solid #ff3300; background-color: #ffcccc; } #bzbill_container{position:absolute; margin:0 0 0 0px; padding: 20px 0 0 7px; height:auto; min-height:400px; min-width: 210px; border-left: 1px #CCCCCC dotted;} #icon_headcart{width:32px; height:32px; display:block; background:url(../webbilder/cart.png) no-repeat center; float:right; margin: 0 10px 0 12px; } #icon_headshipping{width:32px; height:32px; display:block; background:url(../webbilder/shipper.png) no-repeat center; float:right; margin: 0 10px 0 12px; } #icon_headcart_beza{display:block; margin:4px 0 0 0; height:15px; line-height:14px; overflow:hidden; text-align:right; white-space:nowrap; width:170px;} #icon_headcart_bezb{display:block; margin:0 0 0 0; height:11px; line-height:11px; overflow:hidden; white-space:nowrap; width:170px; text-align:right;} #wkhaed_container{} #logo_container a.link{display:block; height:auto; width:130px; float:none; text-align:right; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #AE0000; } #logo_container a.link:hover{display:block; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #ce2f41; } #logo_container div.link{display:block; height:auto; width:130px; float:none; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #aaaaaa; } #logo_container a.link span.za{padding: 0 14px 0 14px; display:block; height:14px; width:100%; float:none; text-align:left; overflow: hidden; line-height: 14px;} #logo_container a.link span.zb{padding: 0 12px 0 14px; display:block; height:14px; width:100%; float:none; text-align:right; overflow: hidden; line-height: 14px;} #logo_container a.link span.zb .l {float:left;} #logo_container a.link span.zb .r {float:right;} #logo_container div.link span.za{padding: 0 15px 0 15px; display:block; height:14px; width:100%; float:none; text-align:left; line-height: 14px;} #logo_container div.link span.zb{padding: 0 15px 0 15px; display:block; height:14px; width:100%; float:none; text-align:right; line-height: 14px;} #logo_container a.link span.chart_aktiv{position:absolute; top:0px; margin: -3px 0 0 -25px; display:block; background-image:url(../webbilder/mozartkugel_chart_icon_aktiv.png); background-repeat:no-repeat; background-position: 0px 0px; width:20px; height:30px;} #logo_container a.link:hover span.chart_aktiv{position:absolute; top:0px; margin: -3px 0 0 -25px; display:block; background-image:url(../webbilder/mozartkugel_chart_icon_aktivh.png); background-repeat:no-repeat; background-position: 0px 0px; width:20px; height:30px;} #logo_container span.chart_inaktiv{position:absolute; display:block; margin: -3px 0 0 -25px; background-image:url(../webbilder/mozartkugel_chart_icon_inaktiv.png); background-repeat:no-repeat; background-position: 0px 0px; width:20px; height:30px;} #logo_container shippingcostcalc{} #link_headwk{width:228px; height:32px; display:block; float:right; white-space: nowrap; } #link_headshipping{width:208px; height:32px; display:block; float:right; white-space: nowrap;} #link_headshipping_beza{display:block; margin:4px 0 0 0; height:15px; line-height:14px; overflow:hidden; text-align:right;} #link_headshipping_bezb{display:block; margin:0px 0 0 0; height:11px; line-height:11px; overflow:hidden;} #logo_container{z-index:9999999999; width:160px; text-align:left; margin:0 0 0 730px; position:absolute; height:205px; position:absolute; top:0px; background-color:#f1f1f1; border-left: #e8e8e8 solid 1px; border-right: #e8e8e8 solid 1px; border-bottom: #e8e8e8 solid 1px;} /* PRODUKTBEZEICHNUNG/PRODUKTTEXTE PRODUKTDETAIL */ .shop_text_prodheadline_detail { font-family: Arial, Helvetica, sans-serif; font-size: 20px; line-height: 24px; font-weight: bold; color: #AE0000; display:block; margin-top:5px; margin-bottom:5px; text-align:left; clear:both; padding:8px 0 7px 5px; } .shop_text_prodtext_detail { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #333333; display:block; width:100%; text-align:left; padding: 5px 0 3px 0; min-height:60px; clear:both; float:none;} .shop_text_inwk_detail {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #AE0000; display:block; clear:both; text-align:left;} .shop_text_age_detail {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #AE0000; display:block; clear:both; text-align:left;} .shop_text_notaxreduce_detail {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #996633; display:block; clear:both; text-align:left;} .shop_text_prodmaintext_detail{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #6d725d; display:block; padding:19px 0 20px 0; margin-top:3px; margin-bottom:10px; border-top:1px solid #e7e7dc; clear:both; text-align:left; overflow-x: hidden;} .shop_text_prodmaterialtext_detail, .shop_text_prodnutritext_detail{font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #6d725d; display:block; padding:0 0 12px 0; margin:0 0 2px 0; clear:both; text-align:left; overflow-x: hidden;} .shop_text_prodmaterialhln_detail, .shop_text_prodnutrihln_detail{font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #6d725d; display:block; padding-top:3px; margin-top:13px; margin-bottom:10px; border-top:1px solid #e7e7dc; clear:both; text-align:left;} .shop_text_artnr_detail{font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 7pt;} /* ZUSATZKOSTEN */ .shop_text_zusatzkdetail_container{height:20px; clear:both; position:relative;} .shop_text_zusatzkdetail_content_1{position:absolute; width:270px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_zusatzkdetail_content_2{position:absolute; width:270px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_zusatzkdetail_bezeichnung_1{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_zusatzkdetail_bezeichnung_2{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_zusatzkdetail_preis_1{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} .shop_text_zusatzkdetail_preis_2{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} /* AKTIONSPREIS */ .shop_text_aktionpdetail_container{height:20px; clear:both;} .shop_text_aktionpdetail_content_1{position:absolute; width:270px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_aktionpdetail_content_2{position:absolute; width:270px; height:20px; text-align:right; clear:both; margin: 0 0 0 0; padding: 0 0 0 0; z-index:9} .shop_text_aktionpdetail_bezeichnung_1{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_aktionpdetail_bezeichnung_2{float:left; padding:0 0 0 120px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block;} .shop_text_aktionpdetail_preis_1{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} .shop_text_aktionpdetail_preis_2{float:right; padding:0 5px 0 0; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 8pt; color: #333333; display:block; font-weight: bold;} .shop_main_listdet_attrgroupname{ width:100%; height:15px; float:none; clear:both; margin:7px 0 3px 0; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #6d725d; display:block; border-bottom:1px solid #e7e7dc; clear:both; text-align:left;} .shop_main_listdet_eigwbox { float:right; width:150px; height:20px; text-align:right; } .shop_main_listdet_eigwbez { float:left; width:120px; height:15px; padding-top:5px; font-family: Arial, Helvetica, sans-serif; color: #888888; font-size: 7pt; font-weight: bold; } .shop_main_listdet_leftcontent { float:left; width:190px; margin:0px 5px 0px 5px; } .shop_main_listdet_rightcontent{width:280px; float:left; margin:0px 0px 0px 10px; min-height:550px; overflow:visible; padding: 0 0 0 0; height:auto;} .shop_main_listdet_sold{ display:block; position:absolute; margin:125px 0 0 25px; padding:0 0 0 0; -webkit-transform: rotate(336deg); -moz-transform: rotate(336deg); -o-transform: rotate(336deg); writing-mode: lr-tb; opacity: 0.65; filter: alpha(opacity=65); color: #DA2B49; font-family: Arial, Helvetica, sans-serif; font-size: 14pt; line-height:14pt; font-weight:bold;} ul.katgr{list-style-type: none; margin: 0; padding: 0; float:none; clear:both; display:block; } ul.katgr li{list-style: none; float:none; clear:both; display:block;} ul.katgr div.katgrcntnormal{ width:100%; height:auto; margin: 0 0 5px 0; } ul.katgr div.katgrcntaktiv{ width:100%; height:auto; margin: 0 0 5px 0; } .menu_katgr { font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: normal; font-weight: bold; color: #333333; white-space: nowrap; height:21px; line-height:20px; display:block; padding: 0 0 0 11px; /*text-shadow: 0.1em 0.1em 0.05em #ccc*/} .menu_katgra { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: bold; color: #AE0000; text-decoration: none; height:21px; line-height:20px; display: block; display:block; padding: 0 0 0 0px; } .menu_katgr { text-transform: uppercase; } .menu_katgra { text-transform: uppercase; } .menu_katgr:hover, .menu_katgra:hover {color: #fffffb; background-color: #AE0000;} .menu_katgrai {float:left; width:8px; height:8px; margin:6px 4px 0 0; background-color:#AE0000; display:block;} .menu_katx { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #aaaaaa; text-decoration: none; height:15px; display: block; padding-left:8px; display:block; } .menu_katxa { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #666666; text-decoration: none; height:15px; display: block; padding-left:8px; display:block; } .menu_kat_xxx { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #888888; text-decoration: none; height:15px; display: block; padding-left:8px; display:block; } .menu_kata_xxx { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; line-height: normal; font-weight: bold; color: #A50303; text-decoration: none; height:15px; display: block; padding-left:8px; display:block; } .menu_kat:hover_xxxx { background-color: #e8e8e8; color: #EB232E; cursor: pointer; } .dyncontent{display: block; width: 460px; height: 190px; padding-left:19px; overflow: visible; } .dynproarea{display: block; border:#cccccc solid 1px; cursor: pointer; position:relative; width:460px; height:190px; background-repeat:repeat-y; display:block; z-index:1000; overflow: visible; } .dynproarea:hover { border:#333333 solid 1px; } .dynproarea span {display: block;} .dynproarea span.text_cnt{float:left; width:255px; height:auto; } .dynproarea span.pic_cnt{width:175px; height:190px; overflow:hidden; float:right;} .dynproarea span.prod_txt{padding-left:30px; width:255px; height:85px; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 9pt;} .dynproarea span.prod_name{padding-left:30px; padding-right:5px; padding-top:15px; height:55px; width:255px; font-family: Arial, Helvetica, sans-serif; color: #AE0000; font-weight: bold; font-size: 20px;} .dynproarea span.prod_price{padding-left:55px; width:255px; height:12px; font-family: Arial, Helvetica, sans-serif; color: #555555; font-weight: bold; font-size: 18px;} .sidelist_container{ width:210px; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; background-color: #cccccc; } .sidelistbutt_prodcontainer{ width:220px; height:45px; display:block; margin: 7px 0 0 0; font-family: Arial, Helvetica, sans-serif; color:#666666; font-size:8pt; border-top:#cccccc 1px solid; background-color:#ffffff;} .sidelistbutt_prodcontainer:hover{ background-color: #ffffff; color: #AE0000; border-top:#AE0000 1px solid;} .sidelistbutt_prodbez{ display:block; padding-left:6px; padding-right:5px; height:30px; width:150px; overflow:hidden; line-height:14px;} .sidelistbutt_prodpreis{ display:block; padding-left:6px; width:150px; height:10px; font-weight: bold;} .sidelistbutt_prodbild{ display:block; width:50px; height:45px; overflow:hidden; float:right;} .sidelistbutt_prodcont{ float:left; width:160px; display:block;} .sidelistbutt_bottomspace{height:8px; width:230px; clear:both; background-color: #ffffff;} .sidelistbutt_prodheadlntext{width:192px; height:auto; margin:0 8px 0 5px; color: #6d725d; text-align:left; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height:10pt; } .cmslistbutt_prodcontainer_aleft { width:215px; height:45px; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; text-align: left; border-bottom:1px #ffffff solid; padding-bottom:2px; padding-top:2px; } .cmslistbutt_prodcontainer_aright { width:215px; height:45px; display:block; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; text-align: right; border-bottom:1px #ffffff solid; padding-bottom:2px; padding-top:2px; } .cmslistbutt_prodbez { display:block; padding-left:6px; padding-right:5px; height:30px; width:150px; overflow:hidden; text-align:inherit; } .cmslistbutt_prodpreis { display:block; padding-left:6px; width:150px; height:10px; font-weight: bold; } .cmslistbuttl_prodbild { display:block; width:50px; height:45px; overflow:hidden; float:right; text-align:inherit; } .cmslistbuttl_prodcont { float:left; width:160px; display:block; } .cmslistbuttr_prodbild { display:block; width:50px; height:45px; overflow:hidden; float:left; text-align:inherit; } .cmslistbuttr_prodcont { float:right; width:160px; display:block; } .cmslistbutt_prodcontainer:hover { background-color: #cbcbcb; color: #333333; } .lagerstatus_a_container {display:block; position:relative; overflow:visible; height:15px; width:12px; padding:3px 0 0 0;} .lagerstatus_a_leer {background-color: #CC0000; height:2px; width:6px; margin-bottom:1px; display:block; position:relative;} .lagerstatus_a_bedingt {background-color: #FFCC00B; height:2px; width:6px; margin-bottom:1px; display:block; position:relative;} .lagerstatus_a_ok {background-color: #66CC00; height:2px; width:6px; margin-bottom:1px; display:block; position:relative;} td.sidelistbill_beschriftunga{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-align:left; padding-left:5px; font-size: 8pt; font-weight: normal; } td.sidelistbill_waehrunga{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-align:left; padding-left:0px; font-size: 7pt; font-weight: normal; vertical-align:bottom } td.sidelistbill_dataa{ font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-align:right; padding-left:5px; font-size: 9pt; font-weight:bold; } .shop_hg {background-color: #ffffff; } .shop_hg1 { background-color: #dddddd; } .shop_hg2 { background-color: #CCCCCC; } .shop_hg2a { background-color: #CCCCCC; } .shop_hg3 { background-color: #dddddd; } .shop_hg4 { background-color: #e8e8e8; } .shop_hg5 { background-color: #d8d8d8; } .shop_info_hg_1 {/* background-color: #EEEAD9;*/ } /* EIGENSCHAFTEN TABELLE */ .shp_eig_rbdr_topbot { /* Zeilenlinine unten */ border-top:#e8e8e8 solid 1px; border-bottom:#e8e8e8 solid 1px; } .shp_eig_rbdr_bot { /* Zeilenlinine unten */ border-bottom:#e8e8e8 solid 1px; } .shop_eig_rowborder_top { /* Zeilenlinine unten */ border-top:#e8e8e8 solid 1px; } .shop_eig_headltext_list { /* Produkteigenschaften Spaltenüberschrift: Eigenschaften */ font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 13px; font-weight: normal; color: #666666; padding-right: 30px; text-align:left; white-space:nowrap; min-width:35px; } .shop_eig_valutaheadltext_list { /* Produkteigenschaften Spaltenüberschrift: Euro */ font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 13px; font-weight: normal; color: #666666; text-align:right; } /* Produkteigenschaften Zeile Auflistung: ID */ .shop_eig_inhcontfest_list {vertical-align:top; padding:1px 0 0 0;} .shop_eig_inhcontfest_list:hover {color: #cccccc;} /* Produkteigenschaften Spaltenüberschrift: ID */ .shop_eig_idheadltext_list { font-family: Arial, Helvetica, sans-serif; font-size: 9px; line-height: 13px; font-weight: normal; color: #666666; text-align:left; white-space:nowrap; } td.shop_eig_inhtext_list { /* Produkteigenschaften text in Tabelle TEXT FÜR VARIABLE BREITE TD */ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 11px; font-weight: normal; color: #333333; text-align:left; vertical-align: text-top; height: 10px; } div.shop_eig_inhtext_list { /* Produkteigenschaften text in Tabelle TEXT FÜR VARIABLE BREITE DIV */ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 12px; font-weight: normal; color: #333333; text-align:left; padding-right: 15px; vertical-align:text-top; } .shop_eig_inhtextfest_list{ /* Produkteigenschaften text in Tabelle TEXT FÜR FESTE BREITE */ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 12px; font-weight: normal; color: #333333; text-align:left; vertical-align:text-top; border:none; border-bottom-width:0px; } .shop_eig_inhtextfest_list_inactive{ /* Produkteigenschaften text in Tabelle TEXT FÜR FESTE BREITE inactive */ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 12px; font-weight: normal; color: #bbbbbb; text-align:left; vertical-align:text-top; border:none; border-bottom-width:0px; } a.shop_eig_inhtextid_list { /* Produkteigenschaften text in Tabelle ID */ font-family: Arial, Helvetica, sans-serif; font-size: 7pt; line-height: 12px; font-weight: normal; color: #666666; text-align:left; vertical-align:text-top; display:block; padding-bottom: 3px; } a.shop_eig_inhtextvaluta_list { /* Produkteigenschaften text in Tabelle PREIS*/ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 12px; font-weight: normal; color: #333333; text-align:right; font-weight:bold; vertical-align:text-top; display:block; float:right; } a.shop_eig_inhtextvaluta_list_inactive { /* Produkteigenschaften text in Tabelle PREIS*/ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 12px; font-weight: normal; color: #bbbbbb; text-align:right; font-weight:bold; vertical-align:text-top; display:block; float:right; } span.shop_eig_refvaluta_list { /* Produkteigenschaften text in Tabelle PREIS*/ font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 14px; font-weight: normal; color: #999999; text-align:right; vertical-align:text-top; display:block; float:right; margin-right:5px; white-space:nowrap; } div.shop_eig_inhtext_list:hover, .shop_eig_inhtextfest_list:hover, .shop_eig_inhtextvaluta_list:hover { /* Produkteigenschaften text in Tabelle , div#shop_eig_inhtext_list*/ line-height: 12px; color: #aa0000; cursor: pointer; } a.shop_eig_inhtext_list:hover { color: #aa0000; } /* BEZAHLBEREICH */ .shop_bez_hg1 { /* background-color: #d8d8d8; */ } .shop_bez_line_l { border-left: 1px solid #CCCCCC; } .shop_bez_line_r { border-right: 1px solid #CCCCCC; } .shop_bez_line { background-color: #cccccc; border-right: 1px solid #CCCCCC; border-left: 1px solid #CCCCCC; } td#shop_bez_billinghg { /*background-color: #F4EBCD;*/ } /* sidelists */ .div_prod_sidelist{ border-bottom: #FFFFFF 1px solid } .div_prod_sidelist:hover{ border-bottom:#CCCCCC 1px solid; } /* WARENKORB UND SHOPPINGLIST */ .shop_wk_lis_1{ background-color: #e8e8e8; } .shop_wk_lis_2{ background-color: #f5f5f5; } .shop_wk_txta{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 18px; font-weight: normal; color: #666666; text-align:left; } .shop_wk_txtb{ font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 18px; font-weight: normal; color: #333333; white-space:nowrap; text-align:left; height:18px; } .shop_wk_txtc{ font-family: Arial, Helvetica, sans-serif; font-size: 7pt; line-height: 19px; font-weight: normal; color: #aaaaaa; text-align:left; } .shop_wk_del {} a.shop_wk_more { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; background-color:#FFF; color: #666666; padding: 2px 0 0 2px; overflow:hidden; height:9px; width:45px; text-align:left; white-space:nowrap; display:block; margin-left:1px; float:right; } a.shop_wk_more:hover { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; background-color:#aaa; color: #ffffff; padding: 2px 0 0 2px; overflow:hidden; height:9px; width:45px; text-align:left; white-space:nowrap; display:block; margin-left:1px; float:right; } a.shop_wk_pdf { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; background-color:#FFF; color: #666666; padding: 2px 0 0 2px; overflow:hidden; height:9px; width:19px; text-align:left; white-space:nowrap; display:block; margin-left:5px; float:right; } a.shop_wk_pdf:hover { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; background-color:#aaa; color: #ffffff; padding: 2px 0 0 2px; overflow:hidden; height:9px; width:19px; text-align:left; white-space:nowrap; display:block; margin-left:5px; float:right; } .shop_wk_storno { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color:#F00; color: #e8e8e8; height:9px; width:26px; float: right; } .shop_wk_bez1 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; text-align:left; background-color: #FBD5C4; overflow:hidden; padding: 2px 0 0 2px; height:9px; width:37px; margin-left:1px; float:right; display: block; } .shop_wk_bez2 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; text-align:left; background-color: #FFFF66; overflow:hidden; padding: 2px 0 0 2px; height:9px; width:37px; margin-left:1px; float:right; display: block; } .shop_wk_bez3 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; text-align:left; background-color: #33CC00; overflow:hidden; padding: 2px 0 0 2px; height:9px; width:37px; margin-left:1px; float:right; display: block; } .shop_wk_best1 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #5BD7FF; height:9px; width:80px; margin-left:1px; float:right; display: block; } .shop_wk_best10 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #5BD7FF; height:9px; width:80px; margin-left:1px; float:right; display: block; } .shop_wk_best15 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #95E4FF; height:9px; width:80px; margin-left:1px; float:right; display: block; } .shop_wk_best20 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #33CC00; height:9px; width:80px; margin-left:1px; float:right; display: block; } .shop_wk_best25 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #95E4FF; height:9px; width:80px; margin-left:1px; float:right; display: block; } .shop_wk_best30 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #FFE137; height:9px; width:80px; margin-left:1px; float:right; display: block; } .shop_wk_best100 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #33CC00; height:9px; width:80px; margin-left:1px; float:right; display: block; } .shop_wk_best0 { font-family: Arial, Helvetica, sans-serif; font-size: 6pt; line-height: 6pt; overflow:hidden; text-align:left; padding: 2px 0 0 2px; background-color: #cccccc; height:9px; width:80px; margin-left:1px; float:right; display: block; } .variant_but_pricec { float:right; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; line-height: 9pt; text-align:right; display: block; padding: 0 0 0 0; } .variant_but_refpricec { float:right; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; line-height: 8pt; text-align:right; display: block; padding: 0 0 0 0; color: #888888; } .farbvariant_picbut {display:block; padding:0px 0px 0px 0px; margin:2px 4px 7px 2px; border:#e8e8e8 1px solid; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; cursor: pointer; color:#666; background-color:#F5F5F5; float:left; height:70px; width:53px; overflow:hidden;} .farbvariant_picbut_nsto {display:block; padding:0px 0px 0px 0px; margin:2px 4px 7px 2px; opacity:0.5; filter: alpha(opacity=50); -moz-opacity: 0.50; border:#d8d8d8 1px solid; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; cursor: pointer; color:#666; background-color:#F5F5F5; float:left; height:70px; width:53px; overflow:hidden;} .farbvariant_picbut_aktiv { display:block; padding: 1px 1px 1px 1px; margin:1px 3px 6px 1px; border:#F90 1px solid; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; background-color:#F90; cursor: pointer; color:#666; float:left; height:70px; width:53px; overflow:hidden;} .farbvariant_picbut_aktiv:hover { padding: 1px 1px 1px 1px; border:#aaa 1px solid; background-color:#aaa;} .variant_but, .variantsm_but, .farbvariant_but, .variant_but_ic, .variant_but_single{ font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; width:calc(100% - 8px); } .variant_but, .variantsm_but, .farbvariant_but, .variant_but_ic {display:block; padding:3px 3px 3px 3px; margin:0 0 5px 0; cursor: pointer; background-color:#F5F5F5;} .variant_but, .variantsm_but, .farbvariant_but {border:#CCC 1px solid;} .variant_but_ic {border:#F90 1px solid;} .variant_but_single {display:block; clear:both; float: none; padding:4px 0px 4px 0px; margin:0 0 5px 0;} .variantsm_but_inaktiv { padding:3px 3px 3px 3px; border:#e8e8e8 1px solid; margin:0 0 5px 0; font-family: Arial, Helvetica, sans-serif; color: #bbbbbb; font-size: 8pt; cursor: pointer; background-color:#ffffff;} .variant_but, .variant_but_ic{overflow:auto;} .variantsm_but{overflow:hidden;} .farbvariant_picbut{overflow:hidden;} .farbvariant_but{overflow:hidden;} .variant_but_aktiv{overflow:auto;} .variantsm_but_aktiv{overflow:hidden;} .farbvariant_picbut_aktiv{overflow:hidden;} .farbvariant_but_aktiv{overflow:hidden;} .variantsm_but_inaktiv{overflow:hidden;} .variant_but:hover, .variantsm_but:hover, .farbvariant_but:hover, .farbvariant_picbut:hover, .farbvariant_picbut_nsto:hover { background-color:#e8e8e8; border:#aaa 1px solid; opacity:1; filter: alpha(opacity=100); -moz-opacity: 1;} .variant_but_aktiv, .variantsm_but_aktiv, .farbvariant_but_aktiv{ padding:3px 3px 3px 3px; border:#CCC 1px solid; margin:0 0 5px 0; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 8pt; background-color:#F90; cursor: pointer; color:#666; width:calc(100% - 8px);} .variant_but_aktiv:hover, .farbvariant_but_aktiv:hover { border:#aaa 1px solid; } .variant_but_aktivv, .farbvariant_but_aktivv { height:25px; padding:3px 3px 3px 3px; border:#CCC 1px solid; margin:0 0 5px 0; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12pt; background-color:#aaa;} .shop_main_containerc_detail .shop_main_listdet_inchartbutt, .shop_main_containerc_produkliste .shop_main_listdet_inchartbutt{margin:13px 0 6px 0; width:100%; height:28px; line-height: normal; font-size: 9pt; color:#ffffff; font-family: Arial, Helvetica, sans-serif; border: 1px solid #87181A; background-color: #87181A; cursor: pointer;} .shop_main_containerc_detail .shop_main_listdet_inchartbutt:hover, .shop_main_containerc_produkliste .shop_main_listdet_inchartbutt:hover{margin:11px 0 6px 0; height:28px; line-height: normal; background-color: #87181A; color: #ffffff; cursor: pointer;} .shop_main_containerc_detail .shop_main_listdet_inchartbuttid, .shop_main_containerc_produkliste .shop_main_listdet_inchartbuttid{margin:13px 0 6px 0; width:100%; height:26px; font-size: 9pt; color:#ffffff; font-family: Arial, Helvetica, sans-serif; border: 1px solid #87181A; background-color: #87181A;} .shop_main_containerc_detail .shop_main_listdet_inchartcnt, .shop_main_containerc_produkliste .shop_main_listdet_inchartcnt{height:45px; width:100%; clear:both; float: none; font-size: 9pt; color:#ffffff; font-family: Arial, Helvetica, sans-serif; }