var mandantenIdw={writeIdw:function(bildNr,height,width){var heightBild=parseInt(height);var widthBild=parseInt(width);var heightPad=(80-parseInt(height)+4)/2;var widthPad=(107-parseInt(width)+4)/2;var heightHover=parseInt(height)+8;var widthHover=parseInt(width)+8;document.writeln('<style type="text/css">');document.writeln('#idw a img.bild'+bildNr+' {');document.writeln('width:'+widthBild+'px;');document.writeln('height:'+heightBild+'px;');document.writeln('padding:'+heightPad+'px '+widthPad+'px;');document.writeln('}');document.writeln('#idw a:hover img.bild'+bildNr+'{');document.writeln('width: '+widthHover+'px;');document.writeln('height: '+heightHover+'px;');document.writeln('}');document.writeln('</style>');}}