.copytext { background : #ffffff;
		  	font-size : 12 px;
			font-family : verdana;
			color : #000000;
			}

.jahreszahl { background : #FFFFFF;
		  	font-size : 12 px;
			font-family : verdana;
			font-weight: bold;
			color : #AAAAAA;
			}

			
.textklein { background : #ffffff;
		  	font-size : 10 px;
			font-family : verdana;
			color : #000000;
			}			
			
.headline { background : #ffffff;
		  	font-size : 12 px;
			font-family : verdana;
			font-weight: bold;
			color : #000000;
			}
			
a		  { text-decoration: none;
		  	font-weight: bold;
			color : #FF0000;
			cursor: hand;
			}

a:hover	  { text-decoration: underline;
		  	font-weight: bold;
			color : #FF0000;
			cursor: hand;
			}
			
.extern   {
		   	text-decoration: underline;
		 	background : #ffffff;
		  	font-size : 12 px;
			font-family : arial;
			color : #000000;
			cursor: hand;
		  }			
		  
		  
.klein
{
	color: #999999;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 16px;
}
a.klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0000ff;
	text-decoration: underline;
	font-weight:normal;
}

a.klein:hover {
	color: #999999;
}

a.normal {
font-weight:normal;
}