/* Formate für Einstiegsseite Abi88 */

body { background-color:#000000;
			 margin-left:20px; }

h1 { font-size: 48px;
     font-weight: bold;
     color: rgb(232, 23, 12);
     font-family: Comic Sans MS;
     vertical-align: top; }

h2 { font-size: 30px;
     font-weight: bold;
     color: rgb(232, 23, 12);
     font-family: Comic Sans MS;
     vertical-align: top; }

h3 { font-size: 25px;
     font-weight: bold;
     color: rgb(232, 23, 12);
     font-family: Comic Sans MS;
     vertical-align: top; } 
     
h4 { font-size: 25px;
     color: rgb(232, 23, 12);
     font-family: Comic Sans MS;
     vertical-align: top; }              

h5 { font-size: 20px;
     color: rgb(232, 23, 12);
     font-family: Comic Sans MS;
     vertical-align: top; }           

h6 { font-size: 16px;
         text-align:right;
         color: rgb(232, 23, 12);
         font-family: Comic Sans MS;
				 text-decoration:none; }


p { font-size: 17px;
         text-align:justify;
         color: rgb(232, 23, 12);
         font-family: Comic Sans MS;
				 text-decoration:none; }


a:link, a:visited
       { font-size: 20px;
         font-weight: bold;
         color: rgb(232, 23, 12);
         font-family: Comic Sans MS;
				 text-decoration:none; }
 
a:active { color: rgb(232, 23, 12);
           text-decoration:underline; }
 
a:hover { color:#ffffff; 
          text-decoration:none; }
          
hr { width:500px; 
     color: rgb(232, 23, 12);
     background-color: rgb(232, 23, 12);
     height:3px;
     text-align:left; 
     border:1px dashed black; }  
     

/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


     
#minipic {
    position:fixed;
    bottom:0px;
    height:160px;
    width:185px;
    text-align:center;
    vertical-align:text-bottom;
   }
   
          
