#time {
       color: black;
	float:left;
padding-right:1em; 

  }
#name {
       color: black;
  }
#text {
       color: black;
	

  }
#satz_0 {
       color: black;
background-color: #ceecec;
  }
#satz_1 {
       color: black;
background-color: white;
  }
textarea	{
			/* dynamische Breite [IE-BUGy]
			 * die witdh-Definition bezieht sich auf die letzte gesetzte
			 * width-Angabe in einem Eltern-Element; aehnlich IE-FLOAT-BUG;
			 * Ist keine gesetzt wird der BODY angenommen, Fehler tritt 
			 * erst mit aktiver Scrollbar auf !!
			 */
			width:  300px;  
			height: 10em;
			
			margin:  0 auto;
			border:  0 none;
			background-color: #ceecec;
			padding: 0;
			}		
