

   /* erklärungen um dieses stylesheet zu editieren */ 



BODY 
/* allgemeiner text ausserhalb von tabellen */ 

  {
  
        font-family: arial; 
        font-size: 12px; 
        color: #000000;
  }
  
  TD 
/* allgemeiner text innerhalb von tabellen */ 

  {
  
        font-family: arial; 
        font-size: 12px; 
        color: #000000;
  }
  
  .klein
  
  {
  
        font-family: arial; 
        font-size: 11px; 
        color: #000000;
  }

A  
/* links */ 

  {
	COLOR: #ff0000; 
        TEXT-DECORATION: none; 
        font-family: arial; 
        font-size:12px;
  }

A:hover 
/* mouse-over bei den links */ 

  {
	COLOR: #0000ff;  
        TEXT-DECORATION: underline; 
        
  }
  
  A.stark 
/* links mit fetten buchstaben */ 

  {
	COLOR: #ff0000; 
        TEXT-DECORATION: none; 
        font-family: arial; 
        font-size:12px;
		font-weight:bold;
  }
  
  A.blau 
/* blaue links */ 

  {
	COLOR: #0000ff; 
        TEXT-DECORATION: none; 
        font-family: arial; 
        font-size:12px;
  }
  
  A.blau_stark 
/* blaue, fette links */ 

  {
	COLOR: #0000ff; 
        TEXT-DECORATION: none; 
        font-family: arial; 
        font-size:12px;
		font-weight:bold;
  }


h2 
/* standard überschrift - blau */ 

  { 

        font-family: arial; 
        font-size: 28px; 
        color: blue; 
  }


h2.navy 
/* stadard überschrift - navy */ 

  { 

       font-size: 28px; 
       font-family: arial; 
       color: navy; 
  }

h2.schwarz 
/* standard überschrift - schwarz */ 

  { 

       font-size: 28px; 
       color: #000000; 
       font-family: arial; 
  }

h2.gray 
/* standard überschrift - grau */ 

  { 

       font-size: 28px; 
       color: gray; 
       font-family: arial; 
  }

h3 
/* kleinere überschrift, zb. wie bei maklerpool - schwarz */ 

  { 

       font-size: 17px; 
       color: #000000; 
       font-family: arial; 
  }

h4 
/* kleinere überschrift, zb. bei formularen - blau */ 

  { 

       font-size: 18px; 
       color: #0000ff; 
       font-family: arial; 
  }

h4.navy 
/* noch kleinere überschrift bei aufzählungen zb. bei zukunft */ 

  { 

       font-size: 14px; 
       color: navy; 
       font-family: arial; 
  } 
  
.titel_rot
/* titel der page, rot */

 { 

       font-size: 10px; 
       color: #ff0000; 
       font-family: arial; 
	   font-weight: bold;
  } 

.titel_blau
/* blauer hervorgehobener text, wie bei home "WILLKOMMEN..." */

 { 

       font-size: 12px; 
       color: #0000ff; 
       font-family: arial; 
	   font-weight: bold;
  } 
  
  .titel_navy
/* blauer hervorgehobener text */

 { 

       font-size: 12px; 
       color: Navy; 
       font-family: arial; 
	   font-weight: bold;
  } 
  
