// Style Datei für Kelter
FarbeHell="#FFFFFF";
/*B1BBC5*/
FarbeRand="#FFFFFF";
FarbeSchrift="#0000FF";
Groesse=8;
h1Groesse=12;
h2Groesse=12;
h3Groesse=12;

Schrift="Verdana";

SchriftFarbe="#FFFFFF";
document.write('<style type="text/css">');
document.write('h1 {font-size:"+h1Groesse+"pt; font-family:'+Schrift+';color:'+FarbeSchrift+'; }');
document.write('h2 {font-size:"+h2Groesse+"pt; }');
document.write('h3 {font-size:"+h3Groesse+"pt; }');
document.write('body.hell {background-color:'+FarbeHell+';margin:0px; padding:0px; color:'+FarbeSchrift+'; font-family:'+Schrift+'; font-size:'+Groesse+'pt; }');
document.write('body.rand {background-color:'+FarbeRand+'; margin:0px; padding:0px;color:'+FarbeSchrift+'; }');
document.write('a:link {font-size:'+Groesse+'pt; text-decoration:none; font-weight: bold; color:'+FarbeSchrift+'; }');
document.write('a:visited{font-size:'+Groesse+'pt; text-decoration:none; font-weight: bold; color:'+FarbeSchrift+'; }');
document.write('a:active {font-size:'+Groesse+'pt; text-decoration:none; font-weight: bold; color:#DE0000; }');
document.write("a:hover {color:#00007F;}");
document.write("</style>");

