/* HOME */

#home {
	width: 760px;
	border-right: 40px solid #E0E0FF;
}

#home #textframe {
	clear:both;
	padding-left: 20px;
	padding-top: 8px;
	width: 720px;
}

#home #feldframe {
	clear:both;
	padding-left: 20px;
	padding-top: 4px;
	width: 720px;
}

#textframe P.text, #feldframe P.text {
	font-size:12px;
	color:#000000;
	margin-top:4px;
	text-align:justify;
}

.head {
	color:#3366CC;
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:20px;
	margin-top:18px;
	margin-bottom:6px;
}

#textframe #left {
	float:left;
	width:120px;
}

#textframe #left P {
	font-size:12px;
	color: #003399;
	padding-left:20px;
	/*padding-left:16px;
	/*border-left: 4px solid #003399;*/
}

#textframe #right {
	float:left;
	width:500px;
}

#textframe #right P {
	font-size:12px;
	margin-bottom:2px;
}

#feldframe #left {
	float:left;
	width:100px;
}

#feldframe #left P {
	font-size:12px;
	color: #003399;
	text-align:right;
}

#feldframe #mid {
	float:left;
	width:230px;
	padding-left:20px;
}

#feldframe #mid P {
	font-size:12px;
	margin-bottom:2px;
}

#feldframe #right {
	float:left;
	width:60px;
	border-left: 2px solid #003399;
}

#feldframe #right P {
	text-align:center;
	font-size:12px;
	margin-bottom:2px;
	color:#003399;
}
