/* Anfangsbuchstaben hervorheben*/
.initial  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #A0A000;
}

/* Unsichtbarer Text*/
.stealth  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
	font-size : 6pt;
	color : #FFFFCC;
}

/* Schriftart fuer Textelemente*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : "MS Sans Serif", Geneva, sans-serif;
}

/* Schrifthoehe normaler Text*/
p,ul,ol,li,div,td,th,address,nobr,b,i  {
	font-size : 10pt;
}

/* Abstaende zwischen Fensterrand und Inhalt*/
body  {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	font-size : 12pt;
}

/* Farbe fuer Hervorhebungen*/
strong  {
	color : Olive;
}

/* Aufzaehlungspunkte*/
ul  {
	list-style-image : url(images/misc/bullet.gif);
}

/* Text zwischen Aufzaehlungspunkten*/
blockquote  {
	font-weight : small;
	font-size : 8pt;
	position : relative;
	margin-left : 1,5cm;
}

/* Ueberschriften auf den Linkseiten*/
h1  {
	font-size : 20pt;
	font-weight : bold;
	color : Olive;
}

h2  {
	font-size : 16pt;
	font-weight : bold;
	color : Olive;
}

h3  {
	font-size : 12pt;
	font-weight : bold;
	color : Olive;
}

/* Ueberschriften auf der Softwareseite*/
h4  {
	font-size : 10pt;
	font-weight : bolder;
	color : Olive;
}

/* Normale Ueberschriften*/
h5  {
	font-size : 9pt;
	font-weight : normal;
	color : Olive;
}

/* Copyright Hinweise*/
h6  {
	font-size : 8pt;
	font-weight : normal;
	color : #8080FF;
}

/* Quelltext-Beispiele*/
pre  {
	font-family : 'Courier New','Courier';
	font-size : 10pt;
	color : #0000C0;
}

/* Verweise zu noch nicht besuchten Seiten*/
a:link  {
	color : #0000FF;
	text-decoration : underline;
}

/* Verweise zu bereits besuchten Seiten*/
a:visited  {
	color : #990099;
	text-decoration : underline;
}

/* Verweise die angeklickt werden*/
a:active  {
	color : #FF0000;
	text-decoration : none;
}



