/* Body class */

.gbody{
font-family: Arial, sans-serif;
}

/* General smart tables class */

.forums TABLE {
width: 100%;
display: table;
color: #000000;
border-collapse: collapse;
text-align: left;
}

div.forums {
	background-color: #efefef;
	border-top: 1px solid #FF1A24;
    border-bottom: 1px solid #FF1A24;
}


/* Simple transparent table without borders and background color (menu navigation, general tables) */

.tbTransparent{
font-family: Arial, sans-serif;
width: 100%;
background: transparent;
font-size: 12px;
line-height: 15px;
text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Arial, sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
font-family: Arial, sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* Views color */

.views{
color:#9A9A9A;
font-size: 11px;
}

/* Warning text */

.warning{
color: #FF1A24;
font-size: 12px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial, sans-serif;
font-size: 10px;
}

/* Class for select boxes */

.selectTxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
list-style: circle;
font-size: 11px;
margin-left: 15px;
}

/* Input areas - boxes, textareas... */

.inputButton {
font-family: Arial, sans-serif;
background: #FFFFFF;
border-top: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-bottom: #CCCCCC 1px solid;
font-size: 10px;
color: #000000;
/* height: 19px; */
}

.textForm {
font-family: Arial, sans-serif;
background: #FFFFFF;
border-bottom: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-top: #CCCCCC 1px solid;
font-size: 11px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #FFFFFF solid;
font-size: 12px;
line-height: 16px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #FFFFFF;
border: 1px #CCCCCC dotted;
padding: 4px;
height: 20px;
font-size: 11px;
font-weight: bold;
line-height: 15px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #F3F9FB;
padding: 3px;
height: 20px;
font-size: 11px;
line-height: 15px;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4 {
font-size: 12px;
background-image: url(/website-data/verlauf_rot.png);
background-position: 0px 1px;
background-repeat:repeat-x;
background-color: #FFFFFF;
padding-bottom: 2px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
font-weight: bold;
color: #FFFFFF;
line-height: 17px;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
background-color: #EFEFEF;
padding: 4px;
height: 20px;
font-size: 12px;
line-height: 15px;
font-weight: bold;
}

/* Caption 6 (this one is for displaying title headers (search, stats, user reg/prefs) ) */

td.caption6 {
background-color: #F3F9FB;
border: 1px #E4EEF3 solid;
padding: 4px;
height: 18px;
font-size: 11px;
font-weight: bold;
}

/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #EFEFEF;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #EFEFEF;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 11px;
}

.forum_header {
   border: 1px solid #cccccc;
   background-color: #EFEFEF;
   text-align: left;
   padding-left: 3px;
   margin-bottom: 10px;
   margin-top: 3px;
   padding-top: 2px;
   padding-bottom: 2px;
   font-size: 11px;	
}

.forum_header TABLE {
   border-collapse: collapse;
   border: 0;
}

.forum_header TD {
   font-size: 11px;	
}

.forum_msgInfo {
   margin-bottom: 5px;
   font-size: 11px;
}

.forum_msgtools {
  margin-bottom: 5px;
  font-size: 11px;
}

.forum_faq_antwort {
  border-bottom: 1px solid #999999;
  padding-bottom: 10px;
  font-size: 12px;
}

