#post1 {
	width: 450px;
	background: url(../../../design/vorlagen/post1back.png);
	margin: auto;
	padding: 30px;
	background-size: cover;
    background-position: right;
}

#post1 .textbox {
	background: var(--back);
	padding: 30px;
	font-family: Tahoma;
	font-size: 13px;
	color: var(--white);
	text-align: justify;
}

#post1 .gif {
	float: right;
	outline: 1px solid var(--accent1);
	outline-offset: 5px;
	margin: 12px;
}

#post1 .posttitle {
	font-family: 'Pirata One', cursive;
	font-size: 35px;
	letter-spacing: 2px;
	text-align: center;
	color: var(--accent1);
	line-height: 35px;
}

#post1 .postinfo {
	font-family: Tahoma;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 10px;
}

#post1 .textbox b {
	color: var(--accent1);
	font-weight: bold;
}

#post1 .textbox i {
	color: var(--accent1);
	text-decoration: italic;
}

#post1 .textbox u {
	background: var(--accent1);
	font-weight: bold;
	color: var(--accent2);
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}

#post2 {
	width: 450px;
	background: url(../../../design/vorlagen/post1back.png);
	margin: auto;
	padding: 30px;
	background-size: cover;
    background-position: right;
}

#post2 .textbox {
	background: var(--back);
	padding: 30px;
	font-family: Tahoma;
	font-size: 13px;
	color: var(--white);
	text-align: justify;
}

#post2 .gif {
	float: left;
	outline: 1px solid var(--accent3);
	outline-offset: 5px;
	margin: 12px;
	border-radius: 50%;
	height: 70px;
	width: 70px;
}

#post2 .posttitle {
	font-family: 'Pirata One', cursive;
	font-size: 30px;
	letter-spacing: 2px;
	text-align: center;
	color: var(--accent3);
	line-height: 35px;
}

#post2 .postinfo {
	font-family: Tahoma;
	font-size: 8px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 5px;
	margin-bottom: 40px;
}

#post2 .textbox b {
	color: var(--accent3);
	font-weight: bold;
}

#post2 .textbox i {
	color: var(--accent3);
	text-decoration: italic;
}

#post2 .textbox u {
	background: var(--accent3);
	font-weight: bold;
	color: var(--accent4);
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}