	/* Allgemein gültige Einstellungen */

* {
	#color: 			#red; 
	margin: 			0px;
	border: 			0px;
	padding: 			0px;
	font-family: 		Verdana, Tahoma, Helcetia, sans-serif; }

/* externer link: grün 4f7835
interner link: braun: 9b3f2d
anker: kursiv grau*/



/* standard link: */

a:link, a:visited, a:active {
	color:9b3f2d;
	/*outline:0;*/
	text-decoration:none;}
a:hover {
	color:9b3f2d;
	/*outline:none;*/
	text-decoration:underline;}


/* externer link: */

a.out:link, a.out:visited, a.out:visited {
	color:4f7835;
	text-decoration:none;}
a.out:hover {
	color:4f7835;
	text-decoration:underline;}

/* externer link small: */

a.out2:link, a.out2:visited, a.out2:visited {
	color:4f7835;
	font-size:8pt;
	text-decoration:none;}
a.out2:hover {
	color:4f7835;
	text-decoration:underline;}

/* listen link: */

a.list:link, a.list:visited, a.list:visited {
	color:555555;
	font-style:italic;
	text-decoration:none;
	font-size: 11pt;
	line-height: 2;}
a.list:hover {
	color:555555;
	font-style:italic;
	text-decoration:underline;}

/* listen link small: */

a.list2:link, a.list2:visited, a.list2:visited {
	color:555555;
	font-style:italic;
	text-decoration:none;
	font-size: 10pt;
	line-height:1,5;}
a.list:hover {
	color:555555;
	font-style:italic;
	text-decoration:underline;}

/* hidden link: */

a.hide:link, a.hide:visited, a.hide:active, a.hide:hover {
	color:#666666;
	text-decoration:none;}




body {
	background-color: 	#FFFFFF; }


p.smaller {
	font-size: 			11px;
	color: 				#999999;
	line-height:		12pt;
	text-align:			left;
	font-style:			bold;}

p.small2 {
	font-size: 			11px;
	color: 				#000000;
	line-height:		13pt;
	text-align:			left;
	font-style:			bold;}

h1 {
	font-size: 			20px;
	color: 				#999999;
	line-height:		24pt;
	text-align:			left;
	font-style:			bold;}

h2 {
	font-size: 			14px;
	color: 				#666666;
	line-height:		18pt;
	text-align:			left;
	font-style:			italic;}

h3 {
	font-size: 			12px;
	color: 				#666666;
	line-height:		18pt;
	text-align:			left;
	font-style:			italic;}

td {
	font-size: 			12px;
	color: 				#000000;
	line-height:		14pt; }

td.date {
	font-size: 			12px;
	color: 				#000000;
	line-height:		14pt;
	font-weight:		bold;
	 }

td.intro {
	font-size: 			12px;
	color: 				#000000;
	line-height:		14pt;
	font-style:			italic;

p {
	font-size: 			12px;
	color: 				#000000;
	line-height:		14pt; }

p.copyright {
	font-size: 			10px;
	font-style:			italic;
	color: 				#FFFFFF;
	line-height:		13pt; 
	text-align: 		right; }











