table.forum {
  width:100%;
}

td.forumIndex {
  width:100%;
  font-size:16px;
  font-weight:bold;
  border:1px solid #AAAAAA;
  background:#EEEEEE;
  padding-left:10px; 
}

td.forumKategorie {
  font-size:20px;
  font-weight:bold;
  border:2px solid #142D59;
  background:url('verlauf_forum_titelleiste.png') #273a66;
  color: white;
  padding-left:10px;
}

td.forumTopic {
  border:1px solid #AAAAAA;
  background:#EEEEEE;
  padding-left:20px;
}

span.forumTopic {
  font-weight:bold;
  color:#739123;
  font-size:14px;
}

td.forumInfo {
  border:1px solid #AAAAAA;
  background:#DDDDDD;
  text-align:center;  
  font-weight:bold;
}

td.forumInfo2 {
  border:1px solid #AAAAAA;
  background:#EEEEEE;
  text-align:center;
  font-size:11px;  
}

td.forumInfo3 {
  border:1px solid #AAAAAA;
  background:#EEEEEE;
  text-align:center;
  font-size:9px;  
  line-height:12px;
}

td.forumInfo4 {
  border:1px solid #AAAAAA;
  background:#DDDDDD;
  text-align:left; 
  padding:2px;
}

.p50 {
  width:50%;
}

.p5 {
  width:5%;
}

.p20 {
  width:30%;
}

/* Forenansicht */
table.threadsOverview {
  width:100%;
}

td.forum_thread_title {
  font-size:20px;
  font-weight:bold;
  border:2px solid #142D59;
  background:url('verlauf_forum_titelleiste.png') #273a66;
  color: white;
  padding-left:10px;
}

td.threadsHeader {
  border:1px solid #AAAAAA;
  background:#DDDDDD;
  text-align:center;  
  font-weight:bold;
}

td.thread {
  border:1px solid #AAAAAA;
  background:#EEEEEE;
  text-align:center;
}

td.thread_small {
  border:1px solid #AAAAAA;
  background:#EEEEEE;
  text-align:center;
  font-size:9px;
  line-height:12px;
}

td.addButton {
  background: #EEEEEE;
  border:1px solid #DDDDDD;
  float:right;
}

img.forumButton {
  vertical-align:middle;
}

/* Threadansicht */
div.forum_posts_container {
  border:1px solid #AAAAAA;
  padding:1px 1px 1px 1px;
}
table.forum_post {
  width:100%;
  border-collapse:collapse;
}

tr.forum_posts_header {
  font-size:14px;
  font-weight:bold;
  background:url('verlauf_forum_titelleiste.png') #273a66;
  color: white;
}

td.forum_autor {
  /*background: #E6E6E6;*/
  width:25%;
  border: 1px solid white;
  vertical-align:top;
  font-size:11px;
}

td.forum_post {
  /*background: #EEEEEE;*/
  border: 1px solid white;
  vertical-align:top;
  font-size:10px;
}

td.forum_post_divider {
  height:5px;
  background: #CCCCCC;
  border: 1px solid white;
}

.forum_post_text_header {
  border-bottom:1px solid white;
}

.forum_post_datum {
  font-size:10px;
  float:left;
}

.forum_post_quote {
  font-size:10px;
  float:right;
}

.forum_posts_autorInfo {
  font-size:10px;
}

tr.post_hell {
  background: #EFEFEF;
}

tr.post_dunkel {
  background: #E0E0E0;
}

.forum_quote {
  border:1px solid #AAAAAA;
  background:#CCCCCC;
  margin:5px 5px 2px 15px;
  padding:0px 5px 0px 5px;  
}

.forum_quote_head {
  font-size:10px;
  color:#606060;
}
