/* DATEI: spewi.css */

BODY,
H1, H2, H3, H4, H5, H6,
P, OL, UL, DL, TD, TH, LI, DD, DT, CAPTION
{
	font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
	color: #000000;
}

form input, form option, form submit, form select, form textarea {
    font-family         : Verdana, Arial, Helv, Helvetica, sans-serif;
    font-size           : 10px;
}

body, p, ul, ol, li, div, td, th, address, blockquote, nobr, b, i
{
  font-family: Verdana, Arial, Helv, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

H1
{
	font-size: 20px;
	color: Black;
}

H2
{
	font-size: 18px;
	color: Black;
}

H3
{
	font-size: 16px;
	color: Red;
}

H4
{
	font-size: 12px;
	color: Red;
}

H5
{
	font-size: 12px;
	color: Red;
}

H6
{
	font-size: 12px;
	color: Red;
}

.klein
{
  font-size: 10px;
  color: #000000;
}

.normal
{
  font-size: 12px;
  color: #000000;
}

LI
{
	list-style-image: url(http://www.spewi.de//images/ball-rot.gif)
}

.linkcol
{
	text-decoration: none;
	font-weight:bold;
	color: Red;
	background: #E0E0E0;
	font-size: 12px;
}

a:link
{
	color: Red;
	text-decoration: underline;
}

a:visited
{
  color: #808080;
  text-decoration: underline;
}

a:active
{
	color: ActiveCaption;
	text-decoration: none;
}

a:hover
{
	color: Blue;
	text-decoration: underline;
}

rgb(0,0,165);