<!-- BEGIN textblock name=style -->
body { margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; background-color:#0C1438;}

/* grund-formatierung */
/* DIV ausgelassen damit menu geht, da fehler im menu */
a,p,td,th,ul,ol,li,nobr,b,i,u,dt,dd,input,option,textarea,h1,h2,h3,h4,h5,h6 { font-family: Arial, Helvetica, sans-serif; }
a,p,td,th,ul,ol,li,nobr,b,i,u,dt,dd,h1,h2,h3,h4,h5,h6 { color: #000000; }
a,p,td,th,ul,ol,li,nobr,b,i,u,dt,dd,input,option,textarea { font-size:12px; }

ul { list-style-type:square; }
h1 { font-size:22px; }
h2 { font-size:18px; }
h3 { font-size:15px; }
h4 { font-size:12px; }
h5 { font-size:10px; }
h6 { font-size:8px; }

/* Normale Links */
a {  color: #000000; font-weight: bold; text-decoration: none}
a:hover {  color: #000000; text-decoration: underline}
a:visited {  color: #000000}


/* weisse Links */
a.whitelink:link { color:#ffffff; text-decoration:none; font-size: 11px; }
a.whitelink:active { color:#ffffff; text-decoration:none; }
a.whitelink:visited { color:#ffffff; text-decoration:none;}
a.whitelink:hover { color:#ffffff; text-decoration:underline; }

/* layout Farben */
.bg_dark { background-color:#000040; }
.bg_light { background-color:#038EED;	}
.bg_medium { background-color:#094A9A;}
.bg_content { background-color:#FFFFFF; }

/* menu */
/* menu aussehn ist in JS angegeben */

/* text */
.kategorie { font-size:13px; font-weight:bold; }
.mini { font-size: 11px; }
.mini_fett { font-size: 11px; font-weight:bold; }
.headline_3 { font-weight:bold; color: #FFFFFF; }
.headline_2 { font-weight:bold; color:#ffffff}
.headline_1 { font-size: 14px; font-weight:bold;}
.text { font-size:12px; }
.text_fett { font-weight: bold; }
.nano_fett { font-size:9px; font-weight:bold; }
.mini_w { font-size:11px; color: #FFFFFF; }
<!-- END textblock -->