p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i  {
	font-family : Arial;
	font-weight : bold;
}

a:link  {
	text-decoration : none;
	font-weight : bold;
	color : #FC7216;
}

a:visited  {
	text-decoration : none;
	font-weight : bold;
	color : #FC7216;
}

a:hover  {
	text-decoration : underline;
	font-weight : bold;
	color : #FC7216;
}

a:active  {
	text-decoration : none;
	font-weight : bold;
}

a.dick  {
	text-decoration : none;
	font-weight : bold;	
	font-size : 12pt;
	color : #004287;
}

a:hover.dick  {
	text-decoration : underline;
	font-weight : bold;	
	font-size : 12pt;
	color : #004287;
}

a:visited.dick  {
	text-decoration : none;
	font-weight : bold;
	color : #004287;
}

.normal  {
	font-size : 9pt;
	font-weight : normal;	
}


/* -- orange Überschrift --*/
h2 {
	color : #FC7216;
}


/* -- blaue Schrift --*/
.blau {
	color : #004287;
}

/* -- Schrift nur Grossbuchstaben --*/
.up {
	color : #004287;
	font-size : 9pt;
	font-weight : normal;	
	text-transform : uppercase;
}

/* -- b mit blauer grosser Schrift --*/
b.unterschrift  {
	font-size : 12pt;
	color : #004287;
	line-height : 0pt;
	margin-top : 0pt;
}

/* -- Tabellenzelle mit orangem Hintergrund --*/
td.farbe  {
	background-color : #FC7216;
}


/* -----------------------------------------------------*/

b.farbe  {
	font-size : 12pt;
	color : #E36E36;
}

b.dick  {
	font-size : 14pt;
	font-style : italic;
	text-transform : uppercase;
}

b.mittel  {
	color : #000000;
	font-style : italic;
	font-weight : bold;
	font-size : 12pt;
}

b.klein  {
	font-size : 10pt;
	color : #E36E36;
	font-style : italic;
	font-weight : bold;
}

p.klein  {
	font-size : 10pt;
}

/* -- Tabelle mit orangem Rand --*/
table.orange  {
	border-width : 1px;
	border-style : solid;
	border-color : #E36E36;
	border-collapse : collapse;
}

/* -- Tabellenzelle mit orangem Rand unten --*/
td.orange  {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-color : #E36E36;
	padding-left : 5px;
}

/* -- Tabellenzelle mit orangem Rand unten und rechts --*/
td.oranger  {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-color : #E36E36;
	border-right-width : 1px;
	border-right-style : solid;
	border-color : #E36E36;
}



