@media screen, handheld
{ /* ... Formatdefinitionen zur Bildschirmausgabe ... */
body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}

body,td,div,p,pre,ul {font-size: 13px;}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 13px;}

.small {font-size: 12px;}
.mini {font-size: 11px;}
.minimini {font-size: 10px;}

a {font-size: 13px; font-weight : bold;}

code,kbd,tt {font-family:"Courier New",Courier;}

body { 	background-color:#3a3c69;
	COLOR: #ffffff;
	scrollbar-face-color:#616387;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#3a3c69;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#acace6;}

a:link { color:#f0e59e; text-decoration:underline; }

a:visited { color:#dec3a9; text-decoration:underline; }

a:active { color:#dec3a9; text-decoration:none; }

a:hover { color:#f2f7bf; text-decoration:underline; }


}



@media print
{/* ... Formatdefinitionen zum Drucken ... */

body { 	background-color:#ffffff;
	COLOR: #000000;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#000000;}

a:link { color:#000000; text-decoration:underline; }

a:visited { color:#000000; text-decoration:underline; }

a:active { color:#000000; text-decoration:none; }

a:hover { color:#000000; text-decoration:underline; }


}
