.normText{
line-height: 130%;
}

 a:link {
    	text-decoration:underline;
    	font-weight:bold;
    	color: #666666;
    }
     a:visited {
    	text-decoration:underline;
    	font-weight:bold;
    	color: #666666;
    }
     a:hover {
    	text-decoration:underline;
    	font-weight:bold;
    	color: #666666;
    	background-color:#FFCC99;
    }
    
    h1{
      /*font-size: 115%;*/
	font-size: 120%;
    	font-weight: bold;
    }
    
    h2{
      /*font-size: 100%;*/
	font-size: 115%;
    	/*font-weight: bold;*/
    }
    p.align_left,tr.align_left,td.align_left{
    text-align:left;
    }
    p.align_right,tr.align_right,td.align_right{
    text-align:right;
    }
    p.align_center,tr.align_center,td.align_center{
    text-align:center;
    }
    p.ueberschrift1, div.ueberschrift1, span.ueberschrift1, td.ueberschrift1{
      /*font-size: 115%;*/
	font-size: 120%;
    	font-weight: bold;
    }
    
    p.ueberschrift2, div.ueberschrift2, span.ueberschrift2, td.ueberschrift2{
      /*font-size: 100%;*/
      font-size: 115%;
    	/*font-weight: bold;*/
    }
    
    p.dunkel_grauer_Hintergrund, div.dunkel_grauer_Hintergrund, table.dunkel_grauer_Hintergrund{
      background-color: #d1d1d1;
      padding: 5px;
    }
    
    p.hell_grauer_Hintergrund, div.hell_grauer_Hintergrund, table.hell_grauer_Hintergrund{
      background-color: #f5f5f5;
      padding: 5px;
    }
    
    tr.dunkel_grauer_Hintergrund, td.dunkel_grauer_Hintergrund{
      background-color: #d1d1d1;
    }
    
    tr.hell_grauer_Hintergrund, td.hell_grauer_Hintergrund{
      background-color: #f5f5f5;
    }
    
    img {
    border: none;
    }
    
    td {
    vertical-align: top;
    }
    
    td.width35px{
      width: 35px;
    }
    
    td.width170px{
      width: 170px;
    }
    
    td.downloadlnk, p.downloadlnk{
    width: 40px;
    }
    
    
    tr.space5px{
    height: 5px;
    line-height: 100% !important;
    font-size: 1px !important;
    }
    table.width100{
      width: 100%;
    }
    
    table.width50, td.width50{
      width: 50%;
    }
    
    table.width33, td.width33{
      width: 33%;
    }
    
    img.rand{
    padding-left: 10px;
    padding-right: 10px;
    }
    
    p.clear{
    clear:both;
    }
    
