/* DATEI: formate.css */

/* Formate für die Standard-Seiten  */

body {
            background-color:#FFFFFF;
       scrollbar-arrow-color:#E7ECF6; 	/* Pfeil */
      scrollbar-shadow-color:#007BBD; 	/* Schatten rechts,unten */
        scrollbar-face-color:#007BBD; 	/* Balkenfarbe*/
   scrollbar-highlight-color:#007BBD; 	/* Schatten links,oben */
       scrollbar-track-color:#E7ECF6; 	/* Balkenlauffläche*/
                 margin-left:45px;       /* Seitenabstand links*/
                margin-right:10px;       /* Seitenabstand rechts*/
                  margin-top:10px;       /* Seitenabstand oben*/
               margin-bottom:10px        /* Seitenabstand unten*/ 
}


/* Überschrift 1 */
h1 { 	font-family:Humanst521 BT,Arial;
		font-size:28px; 
		font-weight:bolder; 
		color:#007BBD;
 }

/* Überschrift 2 */
h2 { 	font-family:Arial;
		font-style:normal; 
		font-size:15px; 
		font-weight:bold; 
		color:#000000;
 }
 
/* Normaler Text */
h3 { 	font-family:Arial;
		font-style:normal; 
		font-size:11px; 
		font-weight:normal; 
		color:#000000;
 }

/* Fotogalerie */
h4 { 	font-family:Arial;
		font-style:normal; 
		font-size:11px; 
		font-weight:normal; 
		color:#000000;
 }

/* Normaler Text */
.norm { font-family:Arial;
		font-style:normal; 
		font-size:11px; 
		font-weight:normal; 
		color:#000000;
		margin-left:10px;       /* Abstand links*/
        margin-right:0px;       /* Abstand rechts*/
        margin-top:0px;       /* Abstand oben*/
        margin-bottom:0px        /* Abstand unten*/
 }
 
/* Normaler Text */
.normf{ font-family:Arial;
		font-style:normal; 
		font-size:11px; 
		font-weight:bold; 
		color:#000000;
		margin-left:10px;       /* Abstand links*/
        margin-right:0px;       /* Abstand rechts*/
        margin-top:0px;       /* Abstand oben*/
        margin-bottom:0px        /* Abstand unten*/		
 }

/* Normaler Text */
.normgf{ font-family:Arial;
		font-style:normal; 
		font-size:13px; 
		font-weight:bold; 
		color:#000000;
		margin-left:10px;       /* Abstand links*/
        margin-right:0px;       /* Abstand rechts*/
        margin-top:0px;       /* Abstand oben*/
        margin-bottom:0px        /* Abstand unten*/		
 }
 
a:link { color:#000000; text-decoration:none; }

a:visited { color:#000000; text-decoration:none; }

a:active { color:#000000; text-decoration:none; }

a:hover { color:#000000; text-decoration:underline; }
