/* ----- Forum Treaded Anfang----- */
div.categsChapter {
  border: 1px solid #000;
  padding: 5px 10px 5px 10px ;
  margin-top: 0px;
  background-color: #E8E8E8;
  font-weight: bold;
  font-size: 15px;
}
table.categBlock {
  width: 100%;
  border: 1px dashed #000;
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0px;
}
table.categBlock td {
  border: 1px dashed #000;
  padding: 10px;
}

div.categsBlock {
  border: 1px dashed #000;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 10px;
}


div.forumChapter {
  border: 1px solid #000;
  padding: 5px 10px 5px 10px ;
  background-color: #E8E8E8;
  font-weight: bold;
  font-size: 15px;
}
div.forumBlock{
  border: 1px solid #000;
  margin-top: 10px;
  padding: 10px;
}
div.forumBlock div.forenDescription {
  margin-top: 5px;
}
div.forumBlock div.forenLink {
  text-align: right;
}

div.noContens {
  margin-top: 10px;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding-top: 50px;
  padding-bottom: 50px;
  
}
/* ----- Forum Treaded Ende----- */

/* Forum Threadlist Anfang */
table.forumThreadList {
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #000;
  width: 100%;
}
table.forumThreadList col.theme {
  width: 100%;
}
table.forumThreadList th {
  border: 1px solid #000;
  text-align: center;
  background-color: #E8E8E8;
  padding: 3px;
  white-space: nowrap;
}
table.forumThreadList td {
  border: 1px solid #000;
  border-bottom: 1px dashed #000;
  border-top: 1px dashed #000;
  text-align: center;
  padding: 3px;
  white-space: nowrap;
}
table.forumThreadList tr.high td {

}
table.forumThreadList tr.low td {
  background-color: #F9F9F9;
}
table.forumThreadList td.theme {
  border: 1px solid #000;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: left;
  padding: 3px;
  white-space: normal;
}
table.forumThreadList td a {
  text-decoration: none;
  display: block;
  text-align: center;
}
table.forumThreadList td.theme a {
  text-decoration: none;
  display: block;
  text-align: left;
}
/* Forum Threadlist Ende */

/* Forum NewEntryForm Anfang */
h2.forumEntryForm{
  margin-top: 20px;
}
table.forumEnterArticle {
  margin-top: 10px;
  border: 1px solid #000;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: #E8E8E8;
}
table.forumEnterArticle td.title {
  padding-left: 10px;
  padding-top: 13px;
  vertical-align: top;
}
table.forumEnterArticle td.forumInput {
  padding: 10px;
  width: 100%;
}
table.forumEnterArticle td.forumInput input, table.forumEnterArticle td.forumInput textarea  {
  border: 1px solid #000;
  width: 100%;
}
table.forumEnterArticle td.mailCheckbox {
  padding: 10px 0px 10px 10px;
}
table.forumEnterArticle td.mailCheckbox input {
  float: left;
  margin-right: 15px;
}
div.forumEnterArticle {
  margin-top: 5px;
}
div.forumEnterArticle a.cancelButton {
  display: block;
  border: 1px solid #000;
  padding: 2px 4px 2px 4px;
  margin-top: 0px;
  float: left;
  text-decoration: none;
  font-weight: bold;
  color: white;
  background-color: #00428B;
  
}
div.forumEnterArticle input.submitButton {
  border: 1px solid #000;
  float: right;
  background-color: #00428B;
  font-weight: bold;
  color: white;  
} 
/* Forum NewEntryForm Ende */ 

/* Forum getOneEntry Anfang */
div.forumSubtitleTopic {
  font-size: 14px;
  font-weight: bold;
}
div.forumThreadedEntry {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #000;
  padding: 10px;
}
div.forumThreadedEntry div.text {
  margin-top: 15px;
}

table.forumThreadedEntry {
  border: 1px solid #000;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
table.forumThreadedEntry col.theme {
  width: 100%;
}
table.forumThreadedEntry th {
  border: 1px solid #000;
  text-align: center;
  background-color: #E8E8E8;
  padding: 3px;
  white-space: nowrap;
}
table.forumThreadedEntry td {
  border: 1px solid #000;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: center;
  padding: 3px;
  white-space: nowrap;
}
table.forumThreadedEntry tr.high td {

}
table.forumThreadedEntry tr.low td {
  background-color: #F9F9F9;
}
table.forumThreadedEntry td.theme {
  border: 1px solid #000;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: left;
  padding: 3px;
  white-space: normal;
}
table.forumThreadedEntry td a {
  text-decoration: none;
  display: block;
  text-align: center;
}
table.forumThreadedEntry td.theme a {
  text-decoration: none;
  display: block;
  text-align: left;
}
a.forumThreadedEntryReply {
  display: block;
  border: 1px solid #000;
  margin-top: 5px;
  padding: 2px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #00428B;
  color: white;
  font-weight: bold;
}

/* Forum getOneEntry Ende */

/* Forum SearchForm Anfang */
table.forumSearchForm {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0px;
  background-color: #E8E8E8;
}
table.forumSearchForm td {
  padding: 3px 3px 3px 3px;
}
table.forumSearchForm td.inputField {
  width: 100%;
}
table.forumSearchForm td.inputField input {
  border: 1px solid #000;
  width: 100%;
}
table.forumSearchForm td.submitButton input {
  padding: 2px 0px 1px 0px ;
  border: 1px solid #000;
  background-color: #00428B;
  font-size: 12px;
  font-weight: bold;
  color: white;
}

h2.forumSearchResultsTitle{
  margin-top: 10px;
}

table.forumSearchResults {
  width: 100%;
  border: 1px solid #000;
  margin-top: 10px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.forumSearchResults col.theme {
  width: 100%;
}
table.forumSearchResults th {
  border: 1px solid #000;
  text-align: center;
  background-color: #E8E8E8;
  padding: 3px;
  white-space: nowrap;
}

table.forumSearchResults td {
  border: 1px solid #000;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: center;
  padding: 3px;
  white-space: nowrap;
}
table.forumSearchResults tr.high td {

}
table.forumSearchResults tr.low td {
  background-color: #F9F9F9;
}
table.forumSearchResults td.theme {
  border: 1px solid #000;
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  text-align: left;
  padding: 3px;
  white-space: normal;
}
table.forumSearchResults td a {
  text-decoration: none;
  display: block;
  text-align: center;
}
table.forumSearchResults td.theme a {
  text-decoration: none;
  display: block;
  text-align: left;
}
a.forumSearchResultsButtonNewer, a.forumSearchResultsButtonOlder {
  border: 1px solid #000;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #00428B;
  display: block;
  float: right;
}
a.forumSearchResultsButtonOlder {
  float: left;
}
/* Forum SearchForm Ende */


/* ---- Forum BBS Entry Anfang ---- */
div.forumBbsEntryTitle {
  border: 1px solid #000;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #E8E8E8;
}
table.forumBbsEntry {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #000;
}
table.forumBbsEntry td.articleData {
  border-right: 1px dashed #000;
  border-bottom: 1px solid #000;
  padding: 10px;
  background-color: #E8E8E8;
  vertical-align: top;
  white-space: nowrap;
}
table.forumBbsEntry td.articleData div {
  padding-bottom: 4px;
}
table.forumBbsEntry td.articleTitleHigh {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #000;
  font-weight: bold;
  vertical-align: top;
}
table.forumBbsEntry td.articleTitleLow {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #000;
  font-weight: bold;
  vertical-align: top;
  background-color: #F9F9F9;
}
table.forumBbsEntry td.articleTextHigh {
  vertical-align: top;
  padding: 10px;
}
table.forumBbsEntry td.articleTextLow {
  vertical-align: top;
  padding: 10px;
  background-color: #F9F9F9;
}

div.bottomLinkBar {
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #000;
  background-color: #E8E8E8;
  height: 20px;
}
div.bottomLinkBar a.newer, div.bottomLinkBar a.older  {
  border: 1px solid #000;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #00428B;
  display: block;
  float: left;
}
div.bottomLinkBar a.older {
  float: right;
}
div.bottomLinkBar div.links {
  margin-top: 3px;
  float: center;
  text-align: center;
}
/* ---- Forum BBS Entry Ende ---- */

/* ---- Forum BBSThreaded Entry Anfang ---- */
h2.forumThreadedBbsEntry {
  margin-top: 20px;
}
table.forumThreadedBbsEntry {
  margin-top: 10px;
}
div.bottomLinkBarThreadedBbs {
  margin-top: 10px;
  padding: 3px;
  border: 1px solid #000;
  background-color: #E8E8E8;
  height: 20px;
}
div.bottomLinkBarThreadedBbs a.newer, div.bottomLinkBarThreadedBbs a.older  {
  border: 1px solid #000;
  padding: 2px 4px 2px 4px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  background-color: #00428B;
  display: block;
  float: right;
}
div.bottomLinkBarThreadedBbs a.older {
  float: left;
}
div.bottomLinkBarThreadedBbs div.links {
  margin-top: 3px;
  float: center;
  text-align: center;
}
a.forumThreadedBbsEntryLink {
  width: 76px;
  border: 1px solid #000;
  margin-top: 10px;
  padding: 2px 4px 2px 4px;
  background-color: #00428B;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 10px;
  color: white;
  font-weight: bold;
}
/* ---- Forum BBSThreaded Entry Ende ---- */