
.memberz {
	float: left;
	margin-left: 5px;
	margin-bottom: 10px;
	width: 215px;
}

.username {
	text-align: center;
	height: 30px;
	padding: 10px;
	background-color: #080808;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
}

.hoverbox {
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: auto;
	
	width: 215px;
}

.hoverbox .memberz_stats {
	background: #080808;
	width: 215px;
	box-sizing: border-box;
	padding: 5px;
	height: 250px;
	margin: auto;
	text-transform: uppercase;
	text-align: justify;
	overflow: auto;
	position: absolute;
	top: 500px;
	transition: 1s;
	
	font-family: Verdana;
	font-size: 10px;
}

.hoverbox:hover .memberz_stats {
	top: 0px;
	transition: 1s;
	opacity: 0.9;
}


.boardtitle {
	padding: 5px;
	border-bottom: 1px solid #197e14;
	margin: 2px;
}

.boarddescr {
	max-height: 80px;
	overflow-y: auto;
	padding: 2px;
	text-align: justify;
}

.descrkasten {
	width: 35%;
	float: left;
	margin: 3px;
}

.boardstat {
	background: #374633;
	float: right;
	padding: 2px;
	margin: 0px 2px 2px 2px;
}

.vorlage {
	width: 450px;
	background-color: white;
	padding: 20px;
	box-shadow: 3px 3px 3px black;
}

.vorlage1 {
	width: 445px;
	height: 348px; 
	font-family: calibri; 
	text-transform: uppercase; 
	font-size: 10px; 
	color: #000;
	line-height: 105%; 
	text-align: justify;
	overflow: auto;
	padding-bottom: 2px; 
	padding-right: 7px;
}

.vorlage1 img {
	float: left;
	max-width: 215px;
	margin-right: 5px;
	margin-bottom: 3px;
}

.stecki_headline {
	font-size: 12px;
	color: #fdfdfb;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px; 
	height: 20px; 
	background-color: #4c4f71;
	margin: 2px 0px;
}