/* ----------------------------------- */
/* ------>>> Body Allgemeines <<<----- */
/* ----------------------------------- */  
  
body {
    position:absolute;
    color: red; 
    background-color: white;
    font-size: x-small;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    margin: 0; 
    padding: 1em 0;
    text-align: left; 
	}
  
img {
	border:none
	}
	
/* damit der IE6 das Bottom-Image auch unten anlegt 
html, body {
   height:95%;
	}
*/  

a {
	color: red;
	}

	

/* -----------------------------------*/
/* ---->>> Inhalt /Textblock <<<------*/
/* -----------------------------------*/



div#Inhalt {
    padding-right: 10px;	/* Abstand des Textblocks von oben und so */								
    margin: 0 0 0 0px;	/* Abstand des div's ansich von oben und so */
    text-align: left;
    width: 620px;
    color: black; 
    font-size:small;
    background: white;
 	 }
  
* html div#Inhalt {
   height: 0.95em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorers */
  }
  
html>body div#Inhalt {
    border-color: gray;  /* Farbangleichung an den Internet Explorer  */
  	}
   
  

/* Quelle - benutzt auf index unten */

 	

.ablauf { 
	text-align: left;
 	color: #999999;
 	font-size:x-small;
 	}
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	


