/* Allgemeine HTML-Elemente */

h3					{font-size:14pt; font-weight:bold;   color:#ff9600; padding:3px 0px 3px 0px; margin:9px 0 9px 0;}
h4					{font-size:12pt; font-weight:bold;   color:#ff9600; padding:2px 0px 2px 0px; margin:7px 0 7px 0;}
h5					{font-size:10pt; font-weight:bold;   color:#ff9600; padding:1px 0px 1px 0px; margin:5px 0 5px 0;}
h6					{font-size:10pt; font-weight:normal; color:#ff9600; padding:1px 0px 1px 0px; margin:5px 0 5px 0;}

a:link, 
a:visited			{font-family:Arial,Geneva,Helvetica,sans-serif; font-size:9pt; font-weight:normal; color:#000000; 
					 border-left:1px solid #ffffff; border-top:1px solid #ffffff; border-right:1px solid #ffffff; 
					 border-bottom:1px solid #ff9600; padding-left:2px; padding-right:2px; text-decoration:none;}
a:hover, 
a:active			{font-family:Arial,Geneva,Helvetica,sans-serif; font-size:9pt; color:#000000; text-decoration:none;
					 border:1px solid #ff9600; padding-left:2px; padding-right:2px;}

td					{font-family:Arial,Geneva,Helvetica,sans-serif; font-size:10pt; color:#000000;}


/* Allgemein */

body.Content		{padding:10px 10px 30px 20px; background-color:#ffffff; background-image:url(/images/rand0.gif); 
					 background-position:625px; background-repeat:repeat-y;}
				
.Page				{width:575px; font-family:Arial,Geneva,Helvetica,sans-serif; font-size:10pt; color:#000000;}

.Header				{border-left:solid 1px #f33b1d; border-top:solid 1px #f33b1d; font-size:13pt; font-weight:bold; 
					 padding:2px 0px 4px 4px; margin-right:126px;}

.fontStandard		{font-size:10pt; line-height:13pt; color:#000000; padding-bottom:5px;}
.fontColor			{font-size:10pt; line-height:13pt; color:#ff9600; padding-bottom:5px;}
.fontRed			{font-size:10pt; line-height:13pt; color:#f33b1d; padding-bottom:5px;}


/* Links */

.aBull				{margin:0px 3px 0px 3px; font-size:10pt; font-weight:bold; color:#ff9600;}
a.Standard:link,
a.Standard:visited,
a.Standard:hover,
a.Standard:active	{font-family:Arial,Geneva,Helvetica,sans-serif; font-size:10pt; text-decoration:none; color:#000000; 
					 border:none; padding:0px;}

/* Tabellen */

table.Border		{border-top:solid 1px #ff9600;   border-left:solid 1px #ff9600;}
td.Border			{border-right:solid 1px #ff9600; border-bottom:solid 1px #ff9600;}

