h4 { 
  font-size: 100%;
  font-weight: bold; 
  margin-bottom:4px;
  }


.nachricht { 

  width:620px; 
  height:80px;
  position: relative;
  margin:2px 0px 2px 0px;

 }

.nachricht .vorschaubild { 

  position:relative;
  width:107px; 
  height:80px;

 }

.nachricht  .hline { 

  position:absolute; 
  top:1px; 
  left:110px; 
  width:415px; 
  height:20px;
  background:#FFFFFF;
  padding-left:5px;
  padding-right:90px;
  font-weight:bold;
  margin-left:0px;
 }

.nachricht .kurztext { 

  position:absolute; 
  top:21px; 
  left:110px; 
  width:415px; 
  height:58px;
  padding-right:90px;
  padding-left:5px;
  background-color:#EEEEEE;
 }

.nachricht .edit { 
  position:absolute; 
  bottom:21px; 
  right:0px; 
  width:90px; 
  height:20px;
  background:#DDCCCC; 
  text-align:center;

 }

.nachricht .vorschau { 
  position:absolute; 
  bottom:1px; 
  right:0px; 
  width:90px; 
  height:20px;
  background:url('tool.png') 0px 0px repeat-x #dddddd;
  border: 1px solid #888888;
  text-align:center;
  vertical-align:bottom;
 }



.nachricht .datum { 
  position:absolute; 
  top:1px; 
  right:0px; 
  width:90px; 
  height:40px;
  background:#CCCCCC; 
  text-align:center;

 }

.werkzeugleiste { 

  background:url('tool.png') 0px 0px repeat-x #dddddd;

  width:600px; 
  height:1.25em;
  padding:2px 20px 2px 0px;
  position:relative;
  margin-bottom:2px;
}

.werkzeugleiste .pos1 { 
  position:absolute;
  left:125px;
  font-weight:bold;

 }
.werkzeugleiste .pos2 { 
  position:absolute;
  right:100px;
 }
.werkzeugleiste .pos3 { 
  position:absolute;
  right:10px;
 }

.ansicht { 

  width:600px; 

 }

.ansicht  em { 
  font-style:normal;
  font-weight:bold;
  margin-bottom:1ex;
 }
 
 .nbild {
 
 	float: left;
  margin-bottom: 2px;
 }