.postkartetextfeld {
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 220px;
	font-size: 12px;
	color: #0033FF;
	font-family: "Courier New", Courier, mono;
	padding-left: 3px;
}
.postkartetextarea {
	border: 1px solid #CCCCCC;
	height: 95px;
	width: 220px;
	font-size: 12px;
	color: #0033FF;
	font-family: "Courier New", Courier, mono;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	text-align: left;
}
.postkartetextfeldspam {
	border: 1px solid #CCCCCC;
	height: 15px;
	width: 120px;
	font-size: 12px;
	color: #FF6600;
	font-family: "Courier New", Courier, mono;
	margin-right: 45px;
	text-align: center;
}
.postkartebutton {
	background-color: #ffffff;
	height: 20px;
	width: 100px;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
}
#postkartelinks {
	height: 300px;
	width: 250px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
	border-top: 2px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	float: left;
}
#postkarterechts {
	padding: 5px;
	height: 300px;
	width: 250px;
	border-top: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 0px solid #999999;
	float: left;
	clear: right;
}
#postkartealles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	border: #ccc;
	margin: 10px;
	text-align: left;
	clear: both;
	width: 525px;
}
.postkarteempfaenger {
	float: left;
	width: 190px;
	margin-left: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-size: 14px;
	vertical-align: bottom;
	margin-bottom: 10px;
	clear: both;
	text-align: left;
}

