/* CSS Level 1, Thomas Dorn, Firma Dorn IE  V1.1 */
BODY {
        margin: 10pt;
        background-color: #ffff00;
        /* background-position: center; */
        /* background-position: top right; */
        background-image: URL("pics/bg1.gif");
        /* background-attachment: fixed;
        background-repeat:no-repeat; */
        color: #000000;
        font-size: 10pt;
    font-family: Arial, helvetica, sans-serif;
}

P {
    color: #000000 ;
    font-family: Arial, helvetica, sans-serif;
        font-style: normal;
        font-size: 10pt;
        text-align: left;
}

.ausgabe {
   font-size: 8pt;
   text-align: right;
}

.hervor {
   color: magenta;
}

.mini { 
        color: #339999;
        background-color: #EEEEEE;
        font-size: 8pt;
        font-style: normal;
        text-align: center;
}
.attention { 
 font-size: 16pt;
 font-style: normal;
 text-align: center;
 color:red;
}

.briefa {
   font-size: 12pt;
   text-align: left;
}
.briefb {
   font-size: 8pt;
   text-align: left;
}


H1	{
	font-family: Arial, helvetica, sans-serif;
    font-weight: bold;
	font-size: 24pt;
	text-align: left;
	position: relative;
	}
H2	{		
		font-weight: normal;
		font-size: 16pt;
		text-align: left;
}
H3	{
	font-weight: bold;
	font-size: 12pt;
	text-align: left;
	position: relative;
}
H4	{
	font-weight: normal;
	font-size: 8pt;
	text-align: Left;
	position: relative;
}
IMG {
	border-style: none;
}

IMG.left { 
  float: left;
  margin-left: 10pt;
  margin-right: 10pt;
}
IMG.right { 
  float: right;
  margin-right: 10pt;
  margin-left: 10pt;
}
UL { 
	list-style-image: url("pics/rechts.gif");
}

TABLE	{				
	font-family: Arial, helvetica, sans-serif;
    font-weight: bold;		
	font-size: 12pt;		}	
TR	{		
	font-weight: bold;		
	font-size: 12pt;		}	
TD	{		
	font-weight: normal;		
	font-size: 12pt;		}	
TH	{		
		font-weight: bold;		
		font-size: 12pt;		
	}

.butgrn { background-color: #90D890; }
.butyel { background-color: #E0E183; }
.butred { background-color: #C57979; }


.zartrot {
  background-color:#EFD0D3;  /* Zart-Rot */
}
.zartorange {
  background-color:#EFDDD3; /* Zart Orange */
}
.zartblau {
  background-color:#DDDDEF; /* Zart Blau */
}

