/* allgemeine einstellung überschreiben*/
#all #content td {
	line-height: 15px;
}

.board_bg {
	background-image: url(../../../img/design_two/board_main_bg.jpg);
	background-repeat: repeat-y;
	border: 0px;
}

.board {
	background-image: url(../../../img/design_two/board_main_head.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 12px 0 7px;
	border: 0px;
}

.board_blue {
	background-image: url(../../../img/design_two/board_main_head_blue.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 12px 0 7px;
	border: 0px;
}

.board_pink {
	background-image: url(../../../img/design_two/board_main_head_pink.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0 12px 0 7px;
	border: 0px;
}

.board_bottom {
	background-image: url(../../../img/design_two/board_main_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 17px;
	height: 17px;
	border: 0;
}

.board table{
  border-collapse: collapse;
}

.board table .topic1 td {
	background-position: top;
  padding: 14px 0 3px 33px;
  line-height: 22px;
  color: #636363;
  font-size: 10pt;
  text-transform: uppercase;
}

.board table .topic2 td {
  border-bottom: 1px solid #e6e6e6;
  padding: 2px;
  color: #636363;
  font-weight: bold;
  font-size: 9pt;
}

.board table .forum_row td {
  padding: 4px;
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.board table .forum_row td table td {
  padding: 0;
  border: 0;
}

.board table .forum_row td.col_b,
.board table .row_b td {
  background-color: #f2f2f2;
  padding: 5px
}
.board table .row_a td {
  background-color: #ffffff;
  padding: 5px
}

.board table .row_a td,
.board table .row_b td {
  border-bottom: 1px solid #e6e6e6;
}

.board table .row_a td .userstatus,
.board table .row_b td .userstatus {
  font-size: 8pt;
  color: #a0a0a0;
}

.board table .row_a .text .post_options,
.board table .row_b .text .post_options {
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
  padding: 0 0 3px 0;
  margin: 0 0 8px 0;
}

.board table .row_a .text .quote {
  border-left: 3px solid #bbe5da;
  background-color: #effbf8;
  padding: 0 0 0 5px;
  margin: 0 0 0 0px;
}


.board table .row_b .text .quote {
  border-left: 3px solid #bbe5da;
  background-color: #ffffff;
  padding: 0 0 0 5px;
  margin: 0 0 0 0px;
}

.pages {
	display: inline;
	margin: 0 auto 0 auto;
}
.pages a {
	background-color: #f2f2f2;
	border: 2px solid #ffffff;
	display:inline-block;
	width: 20px;
	height: 16px;
	line-height: 16px;
	margin: 0 0 0 1px;
	text-decoration: none;
}
.pages .unlinked {
	background-color: #f2f2f2;
	border: 2px solid #ffffff;
	display:inline-block;
	width: 20px;
	height: 16px;
	line-height: 16px;
	margin: 0 0 0 1px;
}
.pages a:hover, .pages .akt {
  background-color: #e5f4f4;
  border: 2px solid #e5f4f4;
	text-decoration:none;
}