/* _css/basis.css */

body
{
        margin-top:3px;
        margin-bottom:3px;
}

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
	font-family:Arial,sans-serif;
	color:#ffffff;
	font-size:10pt;
}

h1,h2,h3,h4,b
{
        color:#9999ff;
}

h1 { font-size:18pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }

pre 
{ 
	font-family:Courier New,Courier; 
	font-size:10pt; 
	color:#cccccc; 
}

tt 
{ 
	font-family:Arial,sans-serif;
	font-size:8pt; 
	color:#999999; 
}

a { font-size:10pt; }

a:link 	{ color:#ff00ff; text-decoration:none; font-size:8pt; }	/* noch nicht besucht */
a:visited 	{ color:#ff00ff; text-decoration:none; font-size:8pt; }	/* breits besucht */
a:active 	{ color:#ff66ff; text-decoration:none; font-size:8pt; }	/* gerade angeklickt */


