

.postborder {
	border: 2px solid #DB214C;
}

#post table {
	width: 357px;
}
#post td {
	border: 1px solid #DB214C;
}

.post {
	background-image: url(../images/post-logo.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #EBEBEB;
	margin-bottom: 8px;
	height: 174px;
	
}
.posteingang {
	background-image: url(../images/post-eingang.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	height: 292px;
	margin-bottom: 8px;
}
.posttafel {
	background-image: url(../images/post-tafel.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 370px;
	margin-bottom: 8px;
}
.postherz {
	background-image: url(../images/post-herz-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #EDEEF0;
}

.postdeko {
	background-image: url(../images/post-deko.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 300px;
	background-color: rgb(15,82,44);
	text-align: right;
	padding-right: 15px;
	padding-top: 20px;
	color: white;
	margin-bottom: 8px;
	font-size: 1.3em;
}

