@charset "utf-8";

H6 {                           /*** Titel ***/
   color:            #4a4a4a;
   font-size:        24pt;
   font-weight:      bold;
   font-family:      arial;
   font-style:       italic;
   margin-bottom:    0;
   margin-top:       0;
   }

H5 {                           /*** Titelumgebung ***/
   color:            #4a4a4a;
   font-weight:      bold;
   font-size:        20pt;
   font-family:      arial;
   font-variant:     small-caps;
   }

H4 {                           /*** Zwischenüberschriften, Level 1 ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-weight:      bold;
   font-size:        18pt;
   }

H3 {                           /*** Kleinere Überschriften, Level 2 ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-weight:      bold;
   font-size:        18pt;
   }

H2 {                           /*** frei, unbenutzt ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-weight:      bold;
   font-size:        16pt;
   }

H1 {                           /*** Fußnoten ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-size:        12pt;
   }

BODY
   {                            /*** Hintergrund ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-weight:      normal;
   font-size:        10pt;
	background-image:url(/Bilder-Ordner/System/Background-v0609/Background-master-v30-exp.jpg); background-repeat:no-repeat;
        padding:0px;
        margin:0px 0 0 0 0px;
        top: 100%;
        left: 100%;
        with: 500px;
        height: 375px;
      
   }

TABLE
   {
   color:           #4a4a4a;
   font-family:     arial;
   font-weight:     normal;
   font-size:       12pt;
   }

P  {                           /*** Fließtext ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-weight:      normal;
   font-size:        12pt;
   }

UL,EM {                  /*** Fließtext ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-weight:      bold;
   font-size:        12pt;
   font-style:       normal;
   }

B  {   
text-align:justify;                        /*** Hervorhebungen im Fließtext "<P>" ***/
   color:            #4a4a4a;
   font-family:      arial;
   font-weight:      bold;
   font-size:        8pt;
   }

BLOCKQUOTE
   {
   color:            #4a4a4a;
   font-family:      fixed,arial;
   font-weight:      bold;
   text-align:       justify;
   }

A  {
   text-decoration : none;
   color:            #4a4a4a;
   font-family:      arial;
   }

A:Link {
   color:            #3351bd;
   font-family:      arial;
   }

A:Visited {
   color:            #22367E;
   font-family:      arial;
   }

A:Hover {
   color:            #4a4a4a;
   font-family:      arial;
   }

A:Active {
   color:            #4a4a4a;
   font-family:      arial;
   }
