
body {
	font-family: Arial;
	font-size: 12px;

	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

.page {
	position: relative;
	width: 200mm;
	height: 275mm; 
	background-color: #ffffff;
	font-family: Arial;
	color: #333333;
	font-size: 11px;
}

.logo {
	position: absolute;
	right: 10mm;
	top: 7mm;
	width: 55mm;
	height: 30mm;
	border: 0px solid #ccc;
}


.fenster {
	position: absolute; 
	left: 10mm; 
	top: 42mm; 
	width: 95mm; 
	height: 50mm; 
	overflow: hidden;

}

.fenster .antwortzeile {
	position: absolute; 
	left: 14px; top: 10px; font-size: 9px; color: #888888;
}

.fenster .empfaenger {
	padding-left: 40px; 
	padding-top: 50px;
	font-size: 15px;
	color: #000000; 
	line-height: 19px;
}

.absender {
	position: absolute;
	right: 10mm;
	top: 44mm;
	width: 55mm;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	border: 0px solid #ccc;
}



.page.folgeseite .absender {
	top: 7mm;
	left: 20mm;
	right: auto;
	width: 110mm;
	height: 30mm;
	overflow: hidden;
	border: 0px solid #ccc;
}

.betreff {
	position: absolute;
	left: 20mm;
	top: 95mm;
	width: 100mm;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	border: 0px solid #ccc;
}

.page.folgeseite .betreff {
	top: 42mm;
}

.datum {
	position: absolute;
	right: 10mm;
	top: 95mm;
	width: 55mm;
	overflow: hidden;
	font-size: 13px;
	border: 0px solid #ccc;
}

.page.folgeseite .datum {
	top: 42mm;
}

.content {
	position: absolute;
	left: 20mm;
	top: 105mm;
	width: 170mm;
	height: 150mm;
	font-size: 13px;
	line-height: 16px;
	border: 0px solid #ccc;
}

.page.folgeseite .content {
	top: 55mm;
	height: 200mm;
	border: 0px solid #ccc;
}

.content TABLE {
	table-layout: auto;
	border-collapse: collapse;
	border: 1px solid #666;
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	background-color: #fff;

}

.content TABLE TH {
	border: 1px solid #666;
	background-color: #eee;
	padding: 7px 7px 3px 7px;
	margin: 0px;
}

.content TABLE TD {
	text-align: left;
	border-bottom: 1px solid #666;  
	border-right: 1px solid #666;  
	vertical-align: top; 
	padding: 1px 7px 1px 7px;
	white-space: nowrap;
}

.content TABLE td.bold {
	font-weight: bold; 
}



.left {
	float: left;
}

table td.left {
	text-align: left !important;
	float: none;
}

.right {
	float: right;
}

table td.right {
	text-align: right !important; 
	float: none;
}

table .center {
	text-align: center !important;
}

.footer {
	position: absolute;
	bottom: 0mm;
	left: 20mm;
	width: 170mm;
	height: 20mm;
	font-size: 11px;
	line-height: 14px;
	color: #999;
	border-top: 1px solid #ccc;
}

.footer div {
	float: left;
	margin-right: 7mm;
	margin-top: 5mm;
}