(function() { var html = "
Aktuell k\u00f6nnen leider keine Bewertungen mehr angezeigt werden.<\/div> "; var kdeWidgetContent = document.createElement("div"); kdeWidgetContent.setAttribute("id", "kdeWidgetContent"); document.getElementById("kdeWidget").appendChild(kdeWidgetContent); kdeWidgetContent.innerHTML = html; var styleDefinitions = "#kdeWidgetLogo, #kdeWidgetLogo *, #kdeWidget, #kdeWidget * { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif !important; font-size: 11px !important; font-style: normal !important; font-weight: normal !important; color: black !important; line-height: 15px !important; white-space: normal !important; background-image: none !important; margin: 0px !important; padding: 0px !important; border: 0px !important; overflow: hidden !important; background-color: white !important; text-indent: 0px; text-align: left; } #kdeWidgetLogo, #kdeWidgetLogo * { background-color: transparent !important; } #kdeWidgetLogo { display: block !important; width: 163px !important; } #kdeWidgetLogo img { margin-bottom: 8px !important; } #kdeWidget { border: 1px solid #ccf2d7 !important; } #kdeWidgetHeader { background-color: #eaf8e6 !important; padding: 8px !important; color: #3abc01 !important; height: auto !important; } #kdeWidget a { color: #3abc01 !important; text-decoration: underline; background-color: #eaf8e6 !important; } #kdeWidget a:hover { text-decoration: none; } #kdeWidgetContent div { padding: 8px !important; border-top: 1px solid #ccf2d7 !important; border-bottom: 1px solid #ccf2d7 !important; } #kdeWidgetContent div.nodata { border-bottom: none !important; } #kdeWidgetContent div strong { font-weight: bold !important; } #kdeWidgetContent h4 { color: #3abc01 !important; padding: 8px !important; background-color: #eaf8e6 !important; border-bottom: 1px solid #ccf2d7 !important; } #kdeWidgetContent ul { list-style-type: none; } #kdeWidgetContent ul li { display: block; } #kdeWidgetContent ul li.last { border: none !important; } #kdeWidgetContent ul li strong { display: block; font-weight: bold !important; } #kdeWidgetContent ul li a { background-color: white !important; } #kdeWidgetContent ul li i { display: block; padding-top: 4px !important; font-style: italic !important; } #kdeWidgetContent .review-policy-link { font-size:12px !important; display:block; float:right; color: inherit !important; background-color: inherit !important; } #kdeWidgetContent ul li { border-bottom: 1px dotted #ccf2d7 !important; padding: 8px !important; } #kdeWidgetContent ul li strong { padding-bottom: 2px !important; } #kdeWidgetContent .review-policy-link { margin-top:5px !important; } #kdeWidget { border-color: #ccebf2 !important; } #kdeWidgetHeader { background-color: #e6f5f8 !important; color: #019abc !important; } #kdeWidget a { color: #019abc !important; background-color: #e6f5f8 !important; } #kdeWidgetContent div { border-color: #ccebf2 !important; } #kdeWidgetContent h4 { color: #019abc !important; background-color: #e6f5f8 !important; border-color: #ccebf2 !important; } #kdeWidgetContent ul li { border-color: #ccebf2 !important; } "; var styleElement = document.createElement('style'); styleElement.setAttribute("type", "text/css"); // IE if (styleElement.styleSheet) { styleElement.styleSheet.cssText = styleDefinitions; } else { var tt1 = document.createTextNode(styleDefinitions); styleElement.appendChild(tt1); } document.getElementById("kdeWidget").parentNode.insertBefore(styleElement, document.getElementById("kdeWidget").nextSibling); })();