function checkads() {
if (typeof(adtype) != 'undefined') {
if (adtype == 'wallpaper') {
document.write('<style type="text/css">');
document.write('div#adoben {font-size:0;margin:0 0 0 30px;}');
document.write('div#adrechts {position:absolute;top:-90px;left:758px;}');
document.write('</style>');
}
}
if (typeof(bgcolor) != 'undefined' && bgcolor != null) {
document.write('<style type="text/css">');
document.write('body {background:'+bgcolor+';}');
document.write('body.g1 {background:'+bgcolor+';}');
document.write('body.g2 {background:'+bgcolor+';}');
document.write('div#inhaltsbereich {background:'+bgcolor+';}');
document.write('div#contentbereich .inhalt {background:#FFF;padding:10px 0 0 10px;}');
document.write('div#adoben {background:'+bgcolor+';margin:0 0 0 20px;padding:10px 0 10px 10px;}');
document.write('div#adrechts {position:absolute;top:-100px;left:758px;}');
document.write('</style>');
}
if (typeof(adtype) != 'undefined') {
if (adtype == 'expwallpaper') {
document.write('<style type="text/css">');
if (typeof(bgcolor) != 'undefined' && bgcolor != null) {
document.write('div#adoben {font-size:0;margin:0 0 0 180px;}');
document.write('div#adrechts {position:absolute;top:-10px;left:758px;}');
}
else {
document.write('div#adoben {font-size:0;margin:0 0 0 190px;}');
document.write('div#adrechts {position:absolute;left:758px;}');
}
document.write('</style>');
}
}
}
