/* DATEI: formate.css */

/* Formate für die Standard-Seiten  */

body {
                 margin-left:0px;       /* Seitenabstand links*/
                margin-right:0px;       /* Seitenabstand rechts*/
                  margin-top:0px;       /* Seitenabstand oben*/
               margin-bottom:0px        /* Seitenabstand unten*/ 
}


/* Überschrift 1 */
h1 { 	font-family:BankGothic Md BT,Arial;
		font-style:italic; 
		font-size:28px; 
		font-weight:bolder; 
		color:#000000;
 }

/* Ü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;
 }

/* Normaler Text */
.norm { font-family:Arial;
		font-style:normal; 
		font-size:11px; 
		font-weight:normal; 
		color:#000000;
                  margin-top:0px;       /* Seitenabstand oben*/
               margin-bottom:0px        /* Seitenabstand unten*/ 
 }

/* Normaler Text */
.oeffnung { font-family:Arial;
		font-style:normal; 
		font-size:9px; 
		font-weight:normal; 
		color:#000000;
                  margin-top:0px;       /* Seitenabstand oben*/
               margin-bottom:0px        /* Seitenabstand unten*/ 
 }

/* Normaler Text */
.themeTO { font-family:Arial;
		font-style:normal; 
		font-size:50px; 
		font-weight:bold; 
		color:#808080;
                 margin-left:0px;       /* Seitenabstand links*/
                margin-right:0px;       /* Seitenabstand rechts*/
                  margin-top:0px;       /* Seitenabstand oben*/
               margin-bottom:0px        /* Seitenabstand unten*/ 
 }

/* Normaler Text */
.normf{ font-family:Arial;
		font-style:normal; 
		font-size:11px; 
		font-weight:bold; 
		color:#000000;
 }

/* Normaler Text */
.normgf{ font-family:Arial;
		font-style:normal; 
		font-size:15px; 
		font-weight:bold; 
		color:#000000;
 }
 
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; }