/* Anfang Verweise */

a:link
{
color: green;
font-size: 15pt;
text-decoration: underline;
}
a:active
{
color: #0AFF00;
font-size: 15pt;
text-decoration: underline;
}
a:visited
{
color: blue;
font-size: 15pt;
text-decoration: underline;
}
a:hover
{
color: red;
font-size: 16pt;
}

/* Ende Verweise */

/* Anfang Überschriften */

h1.seitenueberschrift
{
	font-family: century gohtic;
	font-family: comic sans ms;
	font-size:35px;
	color: white;
	font-weight: 900;
	background-color: darkgreen;
	position: relative;
		left: 00px;
		top: 00px;
		height: 60px;
	border-style: ridge;
	border-width: 10px;
	border-color: green;
	word-spacing: 0px;
	letter-spacing: 2px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;	
}

h3
{
	font-family: century gohtic;
	font-family: comic sans ms;
	font-size: 20pt;
	font-weight: 700;
	letter-spacing: 2px;
	color: white;
	background-color: darkgreen;
	border-style: ridge;
	border-width: 10px;
	border-color: green;
	word-spacing: 0px;
	letter-spacing: 2px;
	line-height: 50px;
	vertical-align: middle;
	text-align: center;	
		 
}

h2
{
	font-family: century gohtic;
	font-family: comic sans ms;
	font-size: 20pt;
	color: black;
	font-weight: 700;
	background-color: wihte;
	letter-spacing: 2px;
	 
}

/* Ende Überschriften */

/* Anfang Text */
p
{
	font-family: comic sans ms;
	font-size: 12pt;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
}

span
{
	font-size: 10pt;
	font-variant: small-caps
}
 /* Ende Text */
 
 
 BODY { 
  scrollbar-base-color:#ccffcc; 
  scrollbar-track-color:#ccffcc;
  scrollbar-face-color:#99CC99;
  scrollbar-highlight-color:#333333;
  scrollbar-3d-light-color:#006600;
  scrollbar-dark-shadow-color:#006600;
  scrollbar-shadow-color:#006600;
  scrollbar-arrow-color:
}
/* Erkl&auml;rung 
base-color : Grundfarbe des Scrollbalkens
track-color: Farbe des Reglers
highlight-color: Farbe des Reglers bei Aktivierung
arrow-color: Farbe der beiden Pfeile oben/unten
dark-shadow-color: Dunkler Schatten des Reglers
shadow-color: Farbe des normalen Schattens.
*/
