html 		{ 	width:100%; }
body 		{
    			width:100%;
				font-size: 12px;
				font-family: Arial;
				color: #000;
				background:#ffffff;
				margin:0 auto;
				padding:0;
			}



/* Standards für alle Tabellen */
td, th, input, select, textarea	{ font-size:12px; font-family:Arial; text-decoration:none; color:#555555; }

/* Standards für Links */
a:link,
a:visited,
a:active  				{ 	font-size:12px; text-decoration:none; color:#9d0c15; font-family:Arial, Helvetica, sans-serif; }
a:hover   				{ 	font-size:12px; text-decoration:none; color:#cb2731; font-family:Arial, Helvetica, sans-serif; }

h6					{ font-family: "Times New Roman", Times, serif; color:#9d0d16; font-size:0.3em; margin:0; }
h5					{ font-family: "Times New Roman", Times, serif; color:#9d0d16; font-size:1.0em; margin:0; }
h4					{ font-family: "Times New Roman", Times, serif; color:#9d0d16; font-size:1.2em; margin:0; }
h3					{ font-family: "Times New Roman", Times, serif; color:#9d0d16; font-size:0.9em; margin:0; }
h2					{ font-family: "Times New Roman", Times, serif; color:#9d0d16; font-size:1.2em; margin:0; }
h1					{ font-family: "Times New Roman", Times, serif; color:#9d0d16; font-size:1.6em; margin:0; font-weight:bold; }
						
table.bbtable{ background-color:#fff; border-top:1px solid #d19c1d; border-bottom:1px solid #d19c1d; }

td.bgclrnav  { background-color:#336799;}

tr.bgclrnav  { background-color:#ffdb83; }
tr.bgclr2    { background-color:#ffffff; }
tr.bgclr3    { background-color:#ffdb83; }

a.email      {font-size:10px;}

textarea, input { font-family:monospace; }

td.warn{ text-align:center; background-color:#FFF; border-style:dashed; border-color:#FF0000; border-width:1px; }
td.succ{ text-align:center; background-color:#FFF; border-style:dashed; border-color:#d19c1d; border-width:1px; }
tr.info{ text-align:center; background-color:#FFF; border-style:dashed; border-color:#336799; border-width:1px; }

div.info{ text-align:center; background-color:#FFF; border-style:dashed; border-color:#336799; border-width:1px; }
div.warn{ text-align:center; background-color:#FFF; border-style:dashed; border-color:#FF0000; border-width:1px; }
div.succ{ text-align:center; background-color:#FFF; border-style:dashed; border-color:#00FF00; border-width:1px; }

input.buttonstyle { border-top: 2px ridge #c9c9c9; 
		               border-right: 2px groove #c9c9c9; 
		               border-bottom: 2px groove #c9c9c9; 
		               border-left: 2px ridge #c9c9c9; 
                     outline:1px solid #c7ccd1; 
                     background:#fff; 
                     font-family: "Times New Roman", Times, serif; 
                     color:#9d0d16; 
                     font-size:12px; 
                     font-weight:bold;
                     cursor:pointer;
                     padding:0;
                   }
                   
input.buttonmini { border-top: 2px ridge #c9c9c9; 
		               border-right: 2px groove #c9c9c9; 
		               border-bottom: 2px groove #c9c9c9; 
		               border-left: 2px ridge #c9c9c9; 
                     outline:1px solid #c7ccd1; 
                     background:#fff; 
                     font-family: "Times New Roman", Times, serif; 
                     color:#9d0d16; 
                     font-size:11px;
                     width:56px; 
                     font-weight:bold;
                     cursor:pointer;
                     padding:0;
                     margin:2px;
                   }
