.postfloatleft {
margin-left: 5px;
float: left;
height: 90px;
width: 142px;
  display: inline-block;
}

.postimage {
float: left;
height: 80px;
width: 80px;
  display: inline-block;
margin-left: 8px;
}

.postimageborder {
    border: 5px solid transparent;
    border-radius: 50px;
    box-shadow: 0 0 0 1px #fff;
height: 80px;
width: 80px;
}

.postfloatright {
	width: 133px;
	color: #fff;
	margin-right: 5px;
	float: left;
	height: 90px;
	display: inline-block;
	overflow: auto;
	margin-left: 21px;
	text-transform: uppercase;
	text-align: justify;
	letter-spacing: 1px;
	
	font-family: arial;
	font-size: 7px;
}

.postvorlagetabelle {
	width: 130px;
	color: #baa4a5;
	padding: 5px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #f0e6e8;
	
	font-family: arial;
	font-size: 8px;
}

/* ################### HELL ##################### */

.postvorlagebox {
	background: url(../../../images/hintergrund_beige.png) repeat #EFEFEF;
	width: 550px;
	box-sizing: border-box;
	margin: 0 auto;
	border: 1px solid #e2ccc7;
	background-repeat: repeat;
}

.postvorlagebox:before, .postvorlagebox:after {
 content: ''; display: block; box-sizing:
}

.postvorlagebox:before {
 height: 150px;
}

.postvorlagebox:after {
 height: 50px; background-position: 8% 2%;
}

.postvorlagebox .postvorlageheader {
	background: #f0e6e8;
	width: 450px;
	box-sizing: border-box;
	margin: -100px auto 0 auto;
	padding: 20px;
	border: 1px solid #f7f7f7;
}

.postvorlagebox .postvorlageheader .postvorlagewrapper {
 position: relative; z-index: 5; height: 120px; width: 400px; overflow: none; background: url(../../../images/postvorlage.png); background-position: center right; border: 1px solid #f7f7f7;
}

.postvorlagebox .postvorlagecontent {
	background: #f0e6e8;
	width: 450px;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #f7f7f7;
}

.postvorlagebox .postvorlagecontent .postvorlagetext {
 min-height: 40px; overflow: auto; padding: 0 7px 0 0; color: #a28c8d; font-family: 'Calibri', sans-serif; text-align: justify;
font-size: 13px;
}

.postvorlagebox .postvorlagecontent b {
 color: #747474;
}

/* ################### DUNKEL ##################### */


.postvorlagebox2 {
	width: 550px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color: #f1e8ea;
	border: 1px solid #f1e8ea;
	background-image: url(/images/postvorlage2.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.postvorlagebox2:before, .postvorlagebox2:after {
 content: ''; display: block; box-sizing:
}

.postvorlagebox2:before {
 height: 150px;
}

.postvorlagebox2:after {
 height: 50px; background-position: 8% 2%;
}

.postvorlagebox2 .postvorlageheader2 {
	background: #a88888;
	width: 450px;
	box-sizing: border-box;
	margin: -100px auto 0 auto;
	padding: 20px;
	border: 1px solid #e2ccc7;
}

.postvorlagebox2 .postvorlageheader2 .postvorlagewrapper2 {
	background: url(/images/hintergrund_beige.png);
	width: 400px;
	position: relative;
	z-index: 5;
	height: 120px;
	overflow: none;
	border: 1px solid #f1e8ea;
}

.postvorlagebox2 .postvorlagecontent2 {
	background: #a88888;
	width: 450px;
	box-sizing: border-box;
	margin: 20px auto;
	padding: 20px;
	border: 1px solid #e2ccc7;
}

.postvorlagebox2 .postvorlagecontent2 .postvorlagetext2 {
	color: #f1e8ea;
	min-height: 40px;
	overflow: auto;
	padding: 0 7px 0 0;
	text-align: justify;
	font-size: 13px;
	font-family: 'Calibri', sans-serif;
}

.postvorlagebox2 .postvorlagecontent2 b {
 color: #ffd8ce;
}

.postfloatright2 {
	width: 133px;
	color: #a88888;
	margin-right: 5px;
	float: left;
	height: 90px;
	display: inline-block;
	overflow: auto;
	margin-left: 21px;
	text-transform: uppercase;
	text-align: justify;
	letter-spacing: 1px;
	
	font-family: arial;
	font-size: 7px;
}

.postvorlagetabelle2 {
	width: 130px;
	color: #a88888;
	padding: 5px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #f1e8ea;
	
	font-family: arial;
	font-size: 8px;
}

.postimageborder2 {
	width: 80px;
	border: 5px solid transparent;
	border-radius: 50px;
	box-shadow: 0 0 0 1px #f1e8ea;
	height: 80px;
}

