
.forum_descrip {
	width: 220px;
	padding: 5px;
	text-align: justify;
	height: 50px;
	overflow: auto;
	border: 1px #000 solid;
	box-sizing: border-box;
	
	font-family: 'Open Sans';
	font-size: 10px;
}

.title_forumtabelle {
	width: 200px;
	height: 50px;
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	box-sizing: boder-box;
	
	font-size: 20px;
}

.topics_forumtabelle {
	width: 88px;
	border: 1px solid #000;
	padding: 7.5px 0;
	text-align: center;
	margin-top: 5px;
	float: left;
	box-sizing: border-box;
	
	font-family: 'Open Sans';
	font-size: 12px;
}

.t_margin_forumtabelle {
    margin-right: 1px;
}

.subforums_forumtabelle {
  width: 150px;
  height: 100px;
  overflow: auto;
  border: 1px solid #000;
  padding: 5px;
  box-sizing: border-box;
}

.sub_forumtabelle {
  padding: 3px;
  margin: 2px 0;
  background: #cdcdcd;
  font-size: 10px;
  font-family: 'Open Sans';
}

.lastpost_forumtabelle {
	width: 150px;
	border: 1px solid #000;
	height: 100px;
	padding: 5px;
	box-sizing: border-box;
}

.lastpost_title_forumtabelle {
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans';
}

.line_forumtabelle {
  width: 80%;
  height: 2px;
  background: #2a2a2a;
  margin: 4px auto;
}

.date_forumtabelle {
  font-size: 10px;
  text-align: center;
  font-family: 'Open Sans';
}

.poster_forumtabelle {
  font-size: 12px;
  font-family: 'Open Sans';
  text-align: center;
}

.front_threads {
	background: #afafaf;
	width: 100px;
	color: #6e6e6e;
	height: 25px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	
	font-size: 10px;
}

.front_posts {
	background: #afafaf;
	width: 100px;
	color: #6e6e6e;
	height: 25px;
	box-sizing: border-box;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	margin-bottom: 3px;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	
	font-size: 10px;
}

.front_lastposts {
	background: #b2b2b2;
	width: 180px;
	color: #6e6e6e;
	box-sizing: border-box;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline-block;
	margin-bottom: 3px;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
	
	font-size: 10px;
}

#catname {
	background: #b2b2b2;
	width: 450px;
	height: 20px;
	border-bottom: 1px solid #e9eff3;
	margin: auto 0px;
	padding: 20px 5px 5px 5px;
	text-align: center;
	line-height: 20px;
	
	font-family: 'PT Sans Narrow' sans-serif;
	font-size: 14px;
}

.beschreibung {
	width: 420px;
	color: #6e6e6e;
	text-transform: uppercase;
	border: 1px dotted #838383;
	margin: 3px;
	padding: 3px;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 10px;
}

.threadsposts {
	background: url(../../../images/greytheme/threadsposts.png);
	width: 120px;
	backhround-color: #ff0000;
	border: 1px solid #e6e6e6;
	height: 60px;
	padding-top: 10px;
	margin-left: -10px;
}

.lastposts_rahmen {
	background: url(../../../images/greytheme/lastpost.png);
	width: 190px;
	backhround-color: #ff0000;
	border: 1px solid #e6e6e6;
	height: 65px;
	padding-top: 10px;
	padding-left: 10px;
	margin-left: -50px;
}

