/* Klassen für Gästebuch */
	.e_rand {
		width: 5px;
		position: relative;
		left: 0px;
		top: 0px;
		float: left;
		clear: left;
		height: 10px;
	}
	.e_datum {
		width: 70%;
		position: relative;
		left: 20%;
		top: 0px;
		float: left;
		font-size: 10px;
		background-color: #DCE4EF;
		height: 10px;
		padding: 5px;
		text-align: left;
	}
	.e_mitte {
		width: 100%;
		position: relative;
		left: 0%;
		top: 0px;
		float: left;
		background-color: #3A578F;
	}
	.e_name {
		width: 20%;
		position: relative;
		left: 0%;
		top: 0px;
		float: left;
		clear: left;
		margin-top: 10px;
		font-weight: bold;
		padding-left: 5px;
		color: #DCE4EF;
		text-align: left;
	}
	.e_text {
		width: 70%;
		position: relative;
		left: 0px;
		top: 0px;
		float: left;
		background-color: #DCE4EF;
		padding: 5px;
		text-align: left;
	}
	.formular {
		width: 590px;
		height: 360px;
		position: relative;
		left: 0px;
		top: 0px;
		color: #000066;
	}
	.formatierung {
		width: 160px;
		height: 150px;
		position: relative;
		left: 0px;
		top: 130px;
		float: left;
		clear: left;
		text-align: center;
	}
	.formulardaten {
		width: 430px;
		height: 360px;
		position: relative;
		left: 0px;
		top: 0px;
		float: left;
	}
