/* _css/basis.css */

body
{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:3px;
	font-family: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:Arial,sans-serif;
}

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

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

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

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

pre 
{ 
	font-family:Courier New,Courier; 
	font-size:10pt;
	color:#333333;
}

tt 
{ 
	font-family:Courier New,Courier; 
	font-size:10pt;
	color:#333333;
}

a
{
	font-size:10pt;
}

a:link 			/* noch nicht besucht */
{ 
	color:#555555; 
	text-decoration:underline; 
}
a:visited 			/* breits besucht */
{ 
	color:#000000; 
	text-decoration:underline; 
}
a:active 			/* gerade angeklickt */
{ 
	color:#555555; 
	text-decoration:none; 
}
a:hover 
{
	color:#000000; 
	text-decoration:underline; 
/*	background-color:#ffff66; */
}
