/* DATEI: Formate.css */
/* Zusammenfassung aller Format fuer BePa`s Homepage */

/* zuerst Boddy und Farben*/
/* body { background-color:#FFFFE0;color:#000000;} */
body { background-color:#FBFEEB;color:#000000;} 
/*        background-image:url("gif/background.gif");}*/

.titel {color:#0888F8;
        background-color:transparent;
	text-align:center;
	font-family:Dauphin,fantasy;}
.titel1{
        font-size:26.0pt;
        color:#088808; 
        background-color:transparent;
	text-align:center;
	font-weight:bold;
	font-family:'Times New Roman',Times,serif; }
	
.titel2 {font-size:75%;
         color:#044878;
/*         background-color:transparent;
         text-align:center; 
  	 font-weight:bold;
         font-family:'Times New Roman',Times,serif;
*/         
         }	
.Fuss  {

        font-size:115%; 
/*        with:100%; */
        background-color:transparent;
	text-align:center;
	font-weight:bold;

       }         
	
.ziel  {color:#0888F8;
        background-color:transparent;
	font-family:Dauphin,fantasy;}
.error  {font-size:125%;
	font-weight:bolder;
	color:#088808;
        background-color:transparent;
	}
.errortitel { color:#FF0000; 
        background-color:transparent;
	text-align:center;
	font-family:'Times New Roman',Times,serif; }
.blau {color:#0000FF;}	
.bepa { color:#088808; 
        background-color:transparent;
	text-align:center;
	font-family:'Times New Roman',Times,serif; }
#cpright {text-align:center;font-size:8pt;}	
	

/*das sorgt fuer richtige Schrift der Haupueberschriften 
@page Section1
	{size:595.3pt 841.9pt;
	margin:70.85pt 70.85pt 2.0cm 70.85pt;
	}
div.Section1
	{page:Section1;} */
/*h1 { font-family:Dauphin,Arial,sans-serif; }-*/
h1 { font-size:26.0pt;
     font-family:Dauphin,fantasy;
     }
h2 {     color:#044878;}

/*Farbe und aussehen der Links*/
 a:link { text-decoration:none; 
          border-style:none; 
          font-weight:bold; }
 a:visited { text-decoration:none; 
          font-weight:bold; 
          color:#FF00FF; 
          background-color:transparent;
          }
 a:hover { text-decoration:underline; 
           font-weight:bold; 
           color:#FF00FF;
           background-color:transparent;
           }
 a:active { text-decoration:underline; 
            font-weight:bold; 
            color:#FF00FF;
            background-color:transparent;
            }



