/* DATEI: format.css */


/* Schrift */
h1,h2	{ margin-bottom:0pt;color:#FFFF00;font-family:Verdana,Arial }
h3	{ margin-bottom:0pt;color:#FFFFFF;font-family:Verdana,Arial }
h4	{ margin-bottom:0pt;color:#FFFFFF;font-family:Verdana,Arial }
p,li	{ font-size:9pt;line-height:11pt;color:#FFFFFF;font-family:Verdana,Arial;letter-spacing:0.2mm;word-spacing:0.8mm; }

/* Links */
a:link		{ font-weight:bold; color:#ffff00; text-decoration:none }
a:visited	{ font-weight:bold; color:#ffbb00; text-decoration:none }
a:hover		{ font-weight:bold; color:#ffffff; text-decoration:none }
a:active	{ font-weight:bold; color:#ffffff; text-decoration:none }
a:focus		{ font-weight:bold; color:#ffffff; text-decoration:underline }

/* Hintergrund */
body { 	background-color:#00006e; background-image:url(background.jpg); background-repeat:repeat;
	background-attachment:fixed; padding:0px; }


/* Scrollbar */
body {
 scrollbar-3dlight-color: yellow;
 scrollbar-arrow-color: red;
 scrollbar-darkshadow-color: yellow;
 scrollbar-face-color: #00006e;
 scrollbar-highlight-color: yellow;
 scrollbar-shadow-color: #CCCCCC;
 scrollbar-track-color: #00006e;
}


/* Tooltips */
infotext	{color:#00006e}
infobackground	{color:yellow}



/* Tabellen */
table		{background-color:}
tr		{}
td		{}

/*  */
