var bgkader = "#18276c";
var colorkader = "#ffffff";
var bgcontent = "#f8f8f9";
var colorcontent = "#1827ac";
var menuorange = "#c86a00";
var menuhoverorange = "#b86200";
var schedulehoverorange = "#f89a00";
var fotokader = "#ab985e";
var highlightgreen = "#c0ff30";

var leftwidth = 30;
var rightmarg = 25;
var contleftmarg = 17;

var style = '<style>';
style +='body{ font-family:Verdana, Arial, Helvetica, sans-serif; text-decoration:none; margin:0px; padding:0px; cursor:default; }';
style +='.kader{background-color:' + bgkader +'; color:' + colorkader +'; }';
style +='.content{background-color:' + bgcontent + '; color:' + colorcontent + '; }';
//style +='.left{ position:absolute;  width:' + leftwidth + '%; border:none; }';
style +='.left{ position:absolute; border:none; }';
style +='.right{ position:absolute; left:' + (leftwidth) + '%; width:' + (100 - leftwidth) + '%; border:none; }';
style +='.rightscroll{ position:absolute; left:' + (leftwidth) + '%; width:' + (100 - leftwidth) + '%; border:none; }';
style +='.rightmargin{ position:absolute; left:' + leftwidth + '%; width:' + rightmarg + '%;}';
style +='.rightbody{ position:absolute; left:' + (leftwidth + rightmarg) + '%; width:' + (100 - leftwidth - rightmarg - 5) + '%;border:none;}';
style +='td.contentleftmargin{ width:' + contleftmarg + '%;} .topright{vertical-align:top; text-align:right;} .topleft{vertical-align:top; text-align:left; }';
style +='p.tkst{ text-align:justify; }p.content{width:' + (95-contleftmarg) + '%; padding-left:' + contleftmarg + '%; } .indent{ margin-left:1em; text-indent:-1em; text-align:justify; }';
style +='p.tkstt{ text-align:justify; width:95%; }';
style +='a:link, a:visited, a:active{ color:' + colorcontent + '; } a:hover{ color:' + menuhoverorange + '; }';
style +='.alert{color:' + menuhoverorange + '; }';
style +='.foto{border:solid 1px ' + fotokader + '; }';
style +='</style>';document.write(style);
