/* _css/basis.css */

body
{
	margin-top:0px;
	margin-left:3px;
	margin-right:3px;
	font-family:Verdana,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6,a,p,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,pre,tt
{
	font-family:Verdana,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6,b
{
        color:#000099;
}

h1 { font-size:13pt; }
h2 { font-size:12pt; }
h3 { font-size:11pt; }
h4 { font-size:10pt; }
h5 { font-size:9pt; font-style:italic; }
h6 { font-size:9pt; text-decoration:underline; }

p,ul,ol,li,div,td,th,address,nobr,b,i
{
	font-size:8pt;
}

p,ul,ol,li,div,td,th,address,nobr,i
{
	color:#000000;
}

pre 
{ 
	font-family:Courier New,Courier; 
	font-size:7pt;
	color:#ffffff; 
}

tt 
{ 
	font-family:Verdana,Arial,sans-serif;
	font-size:8pt;
	color:#ffffff; 
}

a
{
	font-size:8pt;
}

a:link 			/* noch nicht besucht */
{ 
	color:#663399; 
	text-decoration:underline;font-weight:bold;
}
a:visited 			/* breits besucht */
{ 
	color:#333399; 
	text-decoration:underline;font-weight:bold; 
}
a:active 			/* gerade angeklickt */
{ 
	color:#660099; 
	text-decoration:underline;font-weight:bold;
}
img
{
	border-color:#FFFFFF;
}
