/* CSS Document */

#text, #text2, #text3, #text4  {
	width:auto; 
	height:auto;
} 


#text3 p, #text2 p {
	width:37%;
}



#line, #num {
	clear:right;
	width:620px;
	height:19px;
	float:right;
	background-image: url(../line.jpg);
	background-repeat: repeat-x;
	background-position: 0px 18px;
}

#line, #num {
	background-image:none;
	border-bottom: 1px dotted #360;
}
#line p {
	text-align:right;
	font-size:11px;
}


#num {
	margin-top:0px;
	
}
#num a {
	color:#360;
	font-size: 12px;
	line-height:18px;
	text-decoration:none;
}
#num a#eins {
	color:#000;
}


#num a:hover {
	color:#000;

} 
