/* CSS home Document */

/* --- */
.box_home_wilommen {
	position: absolute;
	right:20px; top:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
}

/* --- */
.box_home_sentent2 {
	position: absolute;
	right:20px; top:100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;
}

/* --- */
.box_home_content {
	position: absolute;
	right:20px;
	top:190px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #aaaaaa;
	width: 590px;
	text-align: justify;
	line-height: 1.1em;
}

/* --- */
.box_home_image {
	position: absolute;
	right:20px;	top:480px;
	}

/* --- */
.box_home_image_text {
	position: absolute;
	right:350px;
	top:480px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aaaaaa;
	font-size: 12px;
	text-align: right;
	width: 140px;
	line-height: 2em;
	}	
	
