/* hintergrund und gesamtseite */
body 		{	background-color: #FFEEDD;
				color: #000000;
				font-family:Arial,Swiss,sans-serif;
				font-size:small;
			}

h1			{	text-align:center;
			}
h2 			{	text-align:center;
			}
			
ul			{	font-size:10pt; }

table		{	font-size:small;
				background-color:transparent;
				border-width:1;
				table-layout:auto;
				padding:5px;
				border-collapse:collapse;
				margin-bottom:3px;
			}

/* Uebrschrift der Tabelle */
th			{	background-color:#4040A0;
				color:#FFFFFF;
				border-width:3px;
				border-style:ridge;
				padding:3px;
			}

/* Inhalt generell */
td	  		{	padding:3px;
				border-style:ridge;
			}
td.rt		{	text-align:right;
				border-style:ridge;
			}
td.cn		{	text-align:center;
				border-style:ridge;
			}
td.lf		{	text-align:left;
				border-style:ridge;
			}
			
p.info		{	font-size:9pt;
				background-color:#FFFFFF;
				color:#000000;
				text-align:left;
				text-indent:20px;
				margin-top:0;
				margin-bottom:3px;
				
			}

hr			{	color:#00DDDD;
			}
