/*
 * Titel: famonlin.css
 *
 * Autor:    M. Ziefle
 * Datum:    21.07.2001
 * Rev.:     1.0
 * Änderung: 
 *
 */

body
{
  margin-top:5px;
  margin-bottom:0px;
  margin-left:5px;
  margin-right:0px;
  font-family: verdana, arial, helvetica;
  font-size:10pt;
  color: #000000;
  scroll: auto;
}

a:link
{
  color:#0000ff;
  text-decoration:none;
}

a:visited
{
  color:#0000ff;
  text-decoration:none;
}

a:active
{
  color:#0000ff;
  text-decoration:none;
}

a:hover
{
  color:#0000ff;
  text-decoration:underline;
}

p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i
{
  font-family: verdana, arial, helvetica;
  color:#000000;
}

p,ul,ol,li,div,td,th,blockquote,nobr,b,i
{
  font-size:10pt;
}

a
{
  font-family: verdana, arial, helvetica;
}

a b
{
  color:#6699cc;
}

address
{
  font-size:8pt;
  color:#cccccc;
}

h1
{
  font-size:18pt;
  color:#6699cc;
}

h2
{
  font-size:16pt;
  color:#6699cc;
}

h3
{
  font-size:12pt;
  color:#6699cc;
}

p a
{
  font-family: verdana, arial, helvetica;
  font-size:10pt;
}

table
{
	background-color: #ffffff;
}

th
{
  background-color:#cccccc;
}

td
{
	background-color: #ffffff;
	vertical-align: top;
}


/*
 * Titel: Schriftstile
 */
.normaldin
{
  font-size:12pt;
}

.normal
{
  font-size:10pt;
}

.klein
{
  font-size:8pt;
}

.kleiner
{
  font-size:10px;
}

.kursiv
{
	font-style:italic;
}

.big
{
   font-size:16pt;
}

.navimain
{
   font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
   line-height: 14pt;
}

.navimain2
{
   font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
	text-indent: 7pt;
   line-height: 14pt;
}

.navimain3
{
   font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
	text-indent: 14pt;
   line-height: 14pt;
}

.navimaindeakt
{
   font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
   line-height: 15pt;
	color: 909090;
}

.navimain2deakt
{
   font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
	text-indent: 7pt;
   line-height: 15pt;
	color: 909090;
}

.navimain3deakt
{
   font-family: Verdana,Arial,Helvetica; 
	font-size: 11px; 
	text-indent: 14pt;
   line-height: 15pt;
	color: 909090;
}

/*
 * Titel: Farben und Hintergruende
 */
.red
{
	color:#ff0000;
}

.green
{
	color:#00ff00;
}

.blue
{
	color:#0000ff;
}

.lgray
{
	color:#cccccc;
}

.bghellgrau
{
	background-color:#cccccc;
}

.bgdunkelgrau
{
	background-color:#999999;
}

.bgrot
{
	background-color:#ff0000;
}

.bggruen
{
	background-color:#00ff00;
}

.bgblau
{
	background-color:#0000ff;
}

/* Ziefle-Seiten */
.bgyellow
{
	background-color:#ffff80;
}

.bgyellowbig
{
	background-color:#ffff80;
	font-size:20pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: 800;
	line-height: 200%;
}

/* famonlin/index.htm jetzt main.htm, etc. */
.bgfamonline
{
	background-color:#f0e68c;
}

.bgfamonlinebig
{
	background-color:#f0e68c;
	font-size:20pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: 800;
	line-height: 200%;
}

/* in index.htm */
.bg275
{
	background-color: #ffcc99;
}

/* in famlit.htm */
.bg276
{
	background-color: silver;
	padding-top: 4pt;
	padding-bottom: 4pt;
}


/*
 * Titel: 
 *
 * Beschreibung: hervorheben von text bzw. hintergrund
 *
 */
.tlhtext
{
	color:#6699cc;
}

.tlhfeld
{
	background-color:#ffffcc;
}

.tlhtextfeld
{
	color:#6699cc;
	background-color:#ffffcc;
}

