/* Styles für Links */

A   {
	color : #000000;
	}          /* unbesuchte*/

A:active  {
	color : #94261F;
	}
A:visited {
	color : #3E5BB1;
	}        /* besuchte*/

/* -------------------------------------------------------------------- */
/* 2. Teil: Herkömmliches Styles zur Formatierung von einfachen         */
/* HTML-Tag's um Text zu schreiben.                                     */
/* Dieser Teil ist Schulungs-relevant!                                  */
/* -------------------------------------------------------------------- */

body {
	leftmargin : 0px;
	topmargin : 0px;
	marginwidth : 0px;
	marginheight :0px;
	background-color : #ffffff;
}

table {
	cellpadding : 0px;
	cellspacing : 0px;
	border: 0px;;}

 body, iframe, h1,h2,h3,h4,h5,h6,p,table,td,tr {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	/* Schriftart */
	color : #000000;
	/* Standardschriftfarbe */
	font-size : 11px;
}



/* Überschriften mit individueller Grösse */
h1  {
	font-size : 11px;
	color : #9F2D20;
}
h2  {
	font-size : 10px;
	color : #ffcc99;
}
h3  {
	font-size : 9px;
	color : #999999;
	font-weight: normal;

}

hr noshade{
	width: 100%;
	height : 1px;
	color : #9F2D20;
	}

