/* Form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }

/* Buttons */
#editor-xtd-buttons {
	padding: 5px;
}

.button2-left,
.button2-right,
.button2-left div,
.button2-right div {
	float: left;
}

.button2-left a,
.button2-right a,
.button2-left span,
.button2-right span {
	display: block;
	height: 22px;
	float: left;
	line-height: 22px;
	font-size: 11px;
	color: #666;
	cursor: pointer;
}

.button2-left span,
.button2-right span {
	cursor: default;
	color: #999;
}

.button2-left .page a,
.button2-right .page a,
.button2-left .page span,
.button2-right .page span {
	padding: 0 6px;
}

.page span {
	color: #000;
	font-weight: bold;
}

.button2-left a:hover,
.button2-right a:hover {
	text-decoration: none;
	color: #0B55C4;
}

.button2-left a,
.button2-left span {
	padding: 0 24px 0 6px;
}

.button2-right a,
.button2-right span {
	padding: 0 6px 0 24px;
}

.button2-left {
	background: url(../images/j_button2_left.png) no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-right {
	background: url(../images/j_button2_right.png) 100% 0 no-repeat;
	float: left;
	margin-left: 5px;
}

.button2-left .image {
	background: url(../images/j_button2_image.png) 100% 0 no-repeat;
}

.button2-left .readmore {
	background: url(../images/j_button2_readmore.png) 100% 0 no-repeat;
}

.button2-left .pagebreak {
	background: url(../images/j_button2_pagebreak.png) 100% 0 no-repeat;
}

.button2-left .blank {
	background: url(../images/j_button2_blank.png) 100% 0 no-repeat;
}

/* Tooltips */
div.tooltip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

div.tooltip h4 {
	padding: 0;
	margin: 0;
	font-size: 95%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../images/selector-arrow.png) no-repeat;
}

div.tooltip p {
	font-size: 90%;
	margin: 0;
}

/* Caption fixes */
.img_caption.left {
	float: left;
	margin-right: 1em;
}

.img_caption.right {
	float: right;
	margin-left: 1em;
}

.img_caption.left p {
	clear: left;
	text-align: center;
}

.img_caption.right p {
	clear: right;
	text-align: center;
}

.img_caption  {
text-align: center!important;
}

/* Calendar */
a img.calendar {
	width: 16px;
	height: 16px;
	margin-left: 3px;
	background: url(../images/calendar.png) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
/****
author - rgb(raduga) http://mambasana.ru
***/

body,html {
  height           : 101%;
  padding          : 0;
  margin           : 0;
  margin-bottom    : 10px;
  background       : #FFFFFF;
    }

#body_bg{
}

.main { 
  text-align       : left; 
  width            : 100%;
  margin           : 0; 
  padding          : 0;
}


.mod {
  background       : #FFFFFF;
  width            : 2px;
}

td, tr, p, div {
  font-family      : Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
}
hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

form {
margin           : 0; 
padding          : 0;
}


.leftrow {
  width            : 169px;
  height           : 100%;
  margin-right     : 0;
  background       : #fff;

}

.rightrow {
  height           : 100%;
  width            : 169px;
  margin-left      : 0;
  background       : #fff;

 }

.back_button {
  color            : #999999;
  font-family      : Arial, Verdana,  Helvetica, Tahoma, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  float            : right;
  line-height      : 20px;
  }

.button {
  font-size        : 11px;
  color            : #333333;
  border           : 1px solid #B4C1D1;
  margin           : 3px;
  background-color : #EAECEE;
  padding          : 2px !important;
  padding          : 1px;
  cursor           : pointer;
}

.inputbox {
 color        : #000000;
 background   : #ffffff;
 border       : 1px solid #B4C1D1;
 margin       : 3px;

}

h1 {font-size        : 24px;
    color            : #3B5576;
    margin           : 5px 0;
}

h2 {font-size        : 16px;
    color            : #666666;
    margin           : 5px 0;
}

h3 {font-size        : 14px;
    color            : #3B5576;
    margin           : 5px 0;
}

form#form-login{
	background: #F1F4F6;
	color: #fff;
	margin: 5px 0 15px 0;
	text-align:left
      }

form#form-login fieldset{
border: none;
}

form#form-login fieldset label {}
form#form-login ul a
{}



.contact_email  {
  width            : 100%;
}

.contact_email .inputbox {
  width            : 345px;

}

table.moduletable, table.moduletable_menu, table.moduletable_text {
	margin           : 0 0 8px 0;
	width            : 100%;
      background       : url(/css/mod_bottom.gif) #F8F9FA repeat-x bottom left; 
      padding-bottom   : 2px;
	}

table.moduletable th, table.moduletable_menu th, table.moduletable_text th{
      
    font-family          : Arial, Verdana,  Helvetica, Tahoma, sans-serif;
	font-size          : 12px;
	font-weight        : bold;
	text-align         : left;
	width              : 100%;
      background         : url(/css/mod.gif) #E7EAEC repeat-x top left; 
      color              : #536570;
	padding            : 2px;
      text-indent        : 10px;
	line-height        : 22px;
       border-bottom: 1px solid #D2D5D8;
	    
	}

table.moduletable td, table.moduletable_menu td{
    padding-top: 2px;
   
    	}

.lcol table.moduletable th, .lcol table.moduletable_menu th, .rcol table.moduletable th, .rcol table.moduletable_menu th{
      
      background         : url(/css/mod_lr.gif) #6D8DB5 repeat-x top left; 
      color              : #F6F7F9;
	
	    
	}

.sectiontableheader {
  font-size        : 12px;
  font-weight      : normal;
  text-transform   : uppercase;
  letter-spacing   : 1px;
  background         : url(/css/mod_lr.gif) #6D8DB5 repeat-x top left; 
  color              : #F6F7F9; 
  padding          : 3px;
}

td.sectiontableheader a {
color              : #F6F7F9;
}

.sectiontableentry1 {
  vertical-align   : top;
  padding          : 3px;
  background       : #F4F5F7;
  border-bottom    : 1px solid #ffffff;
  line-height      : 18px;

}

.sectiontableentry2 {
  vertical-align   : top;
  padding          : 3px;
  border-bottom    : 1px solid #ffffff;
  background       : #EFF1F4;
  line-height      : 18px;
  }

.sectiontableentry1 img{
 
padding-top: 3px !important;
padding-top: 1px;
}

.sectiontableentry2 img{
 padding-top: 3px !important;
 padding-top: 1px;

}

a:link, a:visited {
  
  color            : #4B6B94;
  text-decoration  : none;
}

a:hover {
  color            : #999999;
  text-decoration  : none;
}



a.category:link, a.category:visited {
  font-size        : 11px;
}

a.readon:link, a.readon:visited {
  color            : #999999;
  font-family      : Arial, Verdana, Helvetica, Tahoma, sans-serif;
  font-size        : 11px;
  background       : url(/css/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0 3px 18px;
  float            : right;
  line-height      : 10px;
  text-decoration  : underline;
}

a.readon:hover {
  color            : #4B6B94;
  font-family      : Arial, Verdana, Helvetica, Tahoma, sans-serif;
  font-size        : 11px;
  background       : url(/css/readon.gif) no-repeat;
  white-space      : normal;
  font-weight      : normal;
  padding          : 1px 0 3px 18px;
  line-height      : 10px;
  text-decoration  : underline;
}

ul {
  margin           : 15px;
  padding-left     : 10px;
  list-style       : none;
}


table.contenttoc {
  border           : 1px solid #dcdcdc;
  background       : #F1F1F1;
  padding          : 5px;
  margin-left      : 2px;
  margin-bottom    : 2px;
}

.pagenavcounter {
  font-size        : 10px;
  color            : #4B6B94;
}

.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; } 

a.pagination:link, a.pagination:visited {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : none;
}

a.pagination:hover {
  font-size        : 11px;
  color            : #4B6B94;
  text-decoration  : none;
}

div.date {
  float:right;
  font-size        : 11px;
  font-weight      : bold;
  color            : #707070;
  width: 140px;
  text-align: right;
}

div.pw {
  float:left;
  width: 580px;
}

.small {
  font-size        : 10px;
  color            : #333333;
}

.smalldark {
  font-size        : 10px;
  color            : #333333;
}

.createdate, .modifydate {
  float            : left;
  font-size        : 10px;
  color            : #666666;
  font-weight      : bold;
}

.content_vote {
  font-size        : 10px;
  height           : 22px;
  padding-top      : 2px;
  padding-bottom   : 2px;
}

.content_rating {
  font-size        : 10px;
  color            : #999999;
}

.pathway {
  font-size        : 11px;
  color            : #333333;
  }

a.pathway:link, a.pathway:visited {
  font-size        : 11px;
  padding-left     : 0;
}

a.pathway:hover {
  font-size        : 11px;
  padding-left     : 0;
}

table.content{
  width            : 100%;
  padding          : 0;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 10px;
}

table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}

table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}

.poll {
	color : #333333;
	line-height : 12px;
	font-weight: normal;
      
}

.pollstableborder{
  border-color     : #999999;
  text-align: left;
}

.contentheading, .componentheading {
  border-bottom    : 1px solid #3B5576;
  font-size        : 13px;
  font-weight      : bold;
  line-height      : 16px;
  text-transform   : uppercase;
  text-align       : left;
  text-indent      : 0;
  color            : #3B5576;
  width            : 100%;
  padding          : 1px;
  margin: 3px 0px;
  }

td.article_column{
padding-right: 5px;
}

.footer {
  font-size        : 11px;
  font-weight      : normal;
  height           : 31px;
  border-top       : 1px solid #cccccc;
 
 }

.lcol {
   vertical-align   : top;
   background       : #ffffff;
   padding-top: 5px;
   border-left       : 1px solid #cccccc;
   padding-left: 3px;

}

.rcol {
   vertical-align   : top;
   background       : #ffffff;
   padding-top: 5px;
   border-right       : 1px solid #cccccc;
   padding-right: 3px;

}

.foot {
  background       : none;
  vertical-align   : top;
  
}


.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        :  0;
  padding-top    : 5px;
  text-align     : left;
}

td.top1{
margin: 0;
padding:  0;
height: 28px !important;
height: 25px;
padding-top:  0px !important;
padding-top:  3px;
padding-left: 2.5%;
padding-right: 2.5%;
background		: url(/css/shadow.jpg) #ffffff repeat-x top;

}

table.top2{
background : #ffffff;

}

#searchbox {
  margin           : 0;
  padding          : 0;
  margin-top       : 13px;
  margin-left      : 10px;
  width            : 130px;
  font-size        : 11px;
  color            : #707070;
  padding          : 2px !important;
  padding          : 1px; 
  border           : 1px solid #cccccc;
  background       : none;
  
   }

td.logoheader {
  margin: 0;
  padding:  0;
  background     : url(http://www-test.bmw-02-club.de/images/titel02_90px.jpg)  #fff no-repeat bottom left;
  height         : 90px;
  width          : 100%;
  
 }

td.topnav {
  margin : 0px;
  padding:  0px;
  background     : url(/css/bg_top.gif) repeat-x top left;
  height         : 42px;
  width          : 770px;
  
 }

td.bgline {
  margin : 0px;
  padding:  0px;
  background     : url(/css/s.gif) repeat-y;
  width          : 7px;
 }


 #mainlevel-nav {
  font-size        : 11px;
  list-style       : none;
  padding          : 0;
  margin           : 0;
  margin-left      : 1px;
 
}

#mainlevel-nav li {
  float            : right;
  display          : block;
  list-style       : none;
  background-image : none;
  padding-left     : 2px;
  padding-right    : 2px;
  margin           : 0;
  width            : auto !important;
  font-size        : 11px;
  line-height      : 28px;
  white-space      : nowrap;
  border-left      : 1px solid #cccccc;

}
#mainlevel-nav li a {
  
  padding-left     : 10px;
  padding-right    : 10px;
  font-size        : 11px;
  color            : #000033;
  text-decoration  : none;
  
}

#mainlevel-nav li a:hover {
  font-size        : 11px;
  color            : #999999;
    
}

.blog_more {
margin   : 10px 0 7px 7px;
}

.buttonheading {
padding  : 0 2px;
}

span.article_separator {
display:block;
height:15px;
clear: both;
}

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

.caption {border: 1px solid #CCC; padding: 3px;}

/*  Main Menu */
table.moduletable_menu ul, table.moduletable_menu ul li
{
  background-image: none;
  list-slyle:none;
  display           : block;
  width             : auto;
  margin           : 1px 0px;
  padding          : 0;
  font-size        : 12px;
  background       : none;
  

}



table.moduletable_menu ul li a, table.moduletable_menu ul li a:link, table.moduletable_menu ul li a:visited
{
  display          : block;
  font-size        : 12px;
  border           : 1px solid #B4C1D1;
  background-color : #ECF0F3;
  font-weight      : normal;
  padding          : 2px 0;
  color            : #666666;
  font-weight      : bold;
  padding-left     : 10px;

}

table.moduletable_menu ul li a:hover
{
  border           : 1px solid #B4C1D1;
  background-color : #E2E5EA;
  font-size        : 12px;
  font-weight      : normal;
  color            : #4B6B94;
  text-decoration  : none;
  padding-left     : 10px;

}
table.moduletable_menu ul li.active a:link, table.moduletable_menu ul li.active  a:visited
{
  color            : #000000;
  border           : 1px solid #B4C1D1;
  background-color : #E2E5EA;
  font-weight      : bold;
}



table.moduletable_menu ul li ul li a:link, table.moduletable_menu ul li ul li a:visited, table.moduletable_menu ul li ul li ul li a:link, table.moduletable_menu ul li ul li ul li a:visited
{
   display          : block;
   font-family      : Arial, Helvetica, Tahoma, Verdana, sans-serif;
   font-size        : 11px;
   font-weight      : bold;
   color            : #999999;
   padding    	  : 3px 1px 3px 5px;
   margin		  : 3px;
   text-decoration  : none;
   padding-left     : 15px;
   border: none;
}

table.moduletable_menu ul li ul li a:hover, table.moduletable_menu ul li ul li ul li a:hover
{ background:none;
  font-size        : 11px;
  font-weight      : normal;
  color            : #666666;
  text-decoration  : none;
  padding-left     : 15px;

}

table.moduletable_menu ul li.active ul li a:link, table.moduletable_menu ul li.active ul li a:visited, table.moduletable_menu ul li.active ul li ul li a:link, table.moduletable_menu ul li.active ul li ul li a:visited
{
   display          : block;
   font-family      :  Arial, Helvetica, Tahoma, Verdana,sans-serif;
   font-size        : 11px;
   font-weight      : bold;
   color            : #4B6B94;
   padding    	  : 3px 1px 3px 5px;
   margin		  : 3px;
   text-decoration  : none;
   padding-left     : 15px;
   border: none;
}

table.moduletable_menu ul li.active ul li a:hover, table.moduletable_menu ul li.active ul li ul li a:hover
{ background:none;
  font-size        : 11px;
  font-weight      : bold;
  color            : #000000;
  text-decoration  : none;
  padding-left     : 15px;

}

table.moduletable_menu ul li.active ul li#current a
{ background:none;
  font-size        : 11px;
  font-weight      : bold;
  color            : #6284B0;
  text-decoration  : none;
  padding-left     : 15px;

}
form                   { display: inline; }


/* Features Bar */
a.features:link        { font-size: 12px; font-family: arial, Helvetica; padding-left: 8px; color: #0000cc; text-decoration: none; font-weight: lighter; background-image:url(/css/link.gif); background-repeat:no-repeat; background-position: top left; }
a.features:visited     { font-size: 12px; font-family: arial, Helvetica; padding-left: 8px; color: #0000cc; text-decoration: none; font-weight: lighter; background-image:url(/css/link.gif); background-repeat:no-repeat; background-position: top left; }
a.features:hover       { font-size: 12px; font-family: arial, Helvetica; padding-left: 8px; color: #0000ff; text-decoration: underline; font-weight: lighter; background-image:url(/css/link_mo.gif); background-repeat:no-repeat; background-position: top left;}
a.features:active      { font-size: 12px; font-family: arial, Helvetica; padding-left: 8px; color: #ff0000; text-decoration: none; font-weight: lighter; background-image:url(/css/link.gif); background-repeat:no-repeat; background-position: top left; }
b.features              { font-size: 12px; font-family: arial, Helvetica; }

/* template: */
#top                   { margin:0px; height: 70px; color:#000000; background-color:#d2ddea; font-family: Arial,Helvetica,sans-serif; font-size: 13px; background-image:url(/css/bg_top.gif); background-repeat: repeat-x; }
#top div.left          { margin:0px; padding: 6px 0px 5px 20px; float: left; }
#top div.left .home    { margin:0px 0px 3px 0px; padding:0px; font-size:11px; }
#top div.left .index   { margin:0px; padding:0px; font-size:13px; }
#top div.right         { margin:0px; padding: 6px 20px 5px 0px; text-align: right; }
p.usermenu             { margin:0px 0px 13px 0px; font-size: 11px; }
#top h1                { margin:0px 0px 3px 0px; }


.search                { display: inline; font-size: 10px; }
input.searchfield      { font-size: 10px; width: 200px; }

#topnav                { clear:both; margin: 0px; padding: 0px; height: 30px; color:#000000; background:#f9f9f9; font-family: Helvetica,Arial,Helvetica,sans-serif; font-size: 13px; border-top: 1px solid #bacbdf; border-bottom: 1px solid #bacbdf; }
#topnav div.left       { margin: 0px; padding: 7px 0px 0px 20px; float: left; }
#topnav div.right      { margin: 0px; padding: 6px 20px 0px 0px; text-align: right; }

#content               { padding: 20px; font-family: arial, helvetica, sans-serif; font-size: 13px; color: #000000; background:#fff; }

#bottomnav             { margin: 0px; padding: 0px; height: 30px; color:#000000; background:#f9f9f9; font-family: Helvetica,Arial,Helvetica,sans-serif; font-size: 13px; border-top: 1px dotted 1px #bacbdf; border-bottom: 1px solid #bacbdf; }
#bottomnav div.left    { margin: 0px; padding: 7px 0px 0px 20px; float: left; }
#bottomnav div.mid     { margin: 0px; padding: 7px 0px 0px 0px; float: center; }
#bottomnav div.right   { margin: 0px; padding: 6px 20px 0px 0px; text-align: right; }

#bottom                { height:45px; font-family: arial, helvetica, sans-serif; font-size: 11px; line-height:16px; margin: 0px; padding: 0px; color: #000000; background:#d2ddea; background-image:url(/css/bg_bottom.gif); background-repeat: repeat-x; }
#bottom div.left       { margin: 0px; padding: 7px 0px 7px 20px; float: left; }
#bottom div.right      { margin: 0px; padding: 7px 20px 10px 0px; text-align: right; }

.postingheadline       { margin: 0px 0px 2px 0px; padding: 0px; font-family: arial, Helvetica,  sans-serif; font-size: 18px; font-weight: bold; }
.posting               { margin: 0px 0px 0px 0px; padding: 0px; font-family: arial, Helvetica,  sans-serif; font-size: 12px; line-height: 19px; color: black; max-width: 800px; }
.author                { margin-top: 1px; font-family: arial, Helvetica,  sans-serif; font-size: 13px; line-height: 19px; color: black; font-style: italic; }
.postingbottom         { clear:both; margin:25px 0px 0px 0px; padding: 0px 0px 0px 0px; }
.postinganswer         { float: left; }
.postingedit           { text-align: right; }

h2.postingform         { margin: 0px 0px 0px 0px; }
p.postingforma         { margin: 3px 0px 0px 0px; }

.searchresults         { margin: 0px 0px 15px 0px; }

.actthread             { padding-left: 18px; color: #ff0000; font-weight: bold; background-image:url(/css/topic.gif); background-repeat:no-repeat; background-position: top left; }
.actreply              { padding-left: 16px; color: #ff0000; font-weight: bold; background-image:url(/css/reply.gif); background-repeat:no-repeat; background-position: top left; }

.thread                { font-family: arial, Helvetica, sans-serif; font-size: 12px; font-weight: thin;}
.thrbeg                { font-family: arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
.aktuell               { font-family: arial, Helvetica, sans-serif; font-size: 10px; color: red; font-weight: bold; }
.small                 { font-family: arial, Helvetica, sans-serif; font-size: 11px; }
.xsmall                { font-family: arial, Helvetica, sans-serif; font-size: 11px; color: #808080; font-weight: normal; }
.caution               { color: red; font-weight: bold; }
.entryline             { margin: 15px 0px 15px 0px; border-top: 1px dotted #808080; border-left: 0; border-right: 0; border-bottom: 0; height: 1px; }
.marked-threads        { margin:30px 0px 0px 0px; font-size:11px; }
.marked-threads-board  { margin:10px 1px 0px 1px; font-size:11px; }

.admin-highlight       { color: red; }
.mod-highlight         { color: red; }
.user-highlight        { color: blue; }
/* quoted text: */
.citation              { color: #6f6f6f; font-style: italic; }

/* signatures: */
.signature             { margin: 10px 0px 0px 0px; padding:0px; font-family: arial, Helvetica,  sans-serif; font-size: 11px; line-height: 16px; color: #808080; font-weight: normal; max-width: 750px; }

.userdata              { margin: 0px; padding: 0px; font-family: arial, Helvetica,  sans-serif; font-size: 13px; line-height: 19px; color: black; }
.online                { font-family: arial, Helvetica, sans-serif; font-size: 11px; color: red; }
.code                  { font-family: courier-new, courier; font-size: 13px; color: #000080; }

/* categories: */
.category              { color: #000080; font-size: 11px; font-weight: normal; }
.category-regusers     { color: #000080; font-size: 11px; font-weight: normal; background:#e7e7e7; }
.category-adminmod     { color: #000080; font-size: 11px; font-weight: normal; background:#d5d5d5; }
.category-b            { color: #0000cc; font-size: 11px; font-weight: normal; }
.category-regusers-b   { color: #0000cc; font-size: 11px; font-weight: normal; border-bottom: 1px dotted #0000cc; }
.category-adminmod-b   { color: #0000cc; font-size: 11px; font-weight: normal; border-bottom: 1px solid #0000cc; }

table.board-entry      { border: 1px solid #bacbdf; }
table.mix-entry        { margin-top:-1px; border: 1px solid #bacbdf; }
td.autorcell           { width: 100%; width: 106px; padding: 5px 7px 5px 7px; font-family: arial, helvetica, sans-serif; font-size: 13px; color: #000000; background:#d2ddea; background-image:url(/css/bg_author.gif); background-repeat: repeat-y; background-position: right; }
td.titlecell           { margin:0px; padding:5px 10px 5px 10px; height:15px; font-family: arial, helvetica, sans-serif; font-size: 13px; color: #000000; background: #d2ddea; background-image:url(/css/bg_th.gif); background-repeat: repeat-x; background-position: bottom; }
td.titlecell .left     { margin: 0px; padding: 0px; float: left; }
td.titlecell h2        { margin: 0px; padding:0px; font-family: arial, helvetica, sans-serif; font-size: 13px; color : #000000; font-weight: bold; }
td.titlecell .right    { margin: 0px; padding: 0px; text-align: right; }
td.postingcell         { margin:0px; padding:10px 10px 15px 10px; width: 100%; font-family: arial, helvetica, sans-serif; font-size: 13px; color: #000000; background:#f9f9f9; }
div.autorcellwidth     { margin: 0px; padding: 0px; width: 106px; font-size: 1px; height: 1px; }
.postingboard          { margin: 0px; padding:0px; font-family: arial, Helvetica,  sans-serif; font-size: 13px; line-height: 19px; color: black; max-width: 750px; }

div.preview            { font-family: arial, helvetica, sans-serif; font-size: 13px; margin: 0px 0px 0px 0px; padding: 10px; color: #000000; border: 1px dotted red; }

table.normaltab        { width: 100%; border: 1px solid #bacbdf; }
table.normaltab th     { font-family: arial, Helvetica, sans-serif; vertical-align: top; font-size: 13px; font-weight: bold; text-align:left; color: #000000; background:#d2ddea; background-image:url(/css/bg_th.gif); background-repeat: repeat-x; background-position: bottom; }
table.normaltab td.a   { font-family: arial, Helvetica, sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #f5f5f5; }
table.normaltab td.b   { font-family: arial, Helvetica,  sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #f9f9f9; }
table.normaltab td.c   { width:150px; font-family: arial, Helvetica, sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #d2ddea; background-image:url(/css/bg_author.gif); background-repeat: repeat-y; background-position: right; }
table.normaltab td.d   { font-family: arial, Helvetica, sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #f5f5f5; }

table.smalltab        { border: 1px solid #bacbdf; }
table.smalltab th     { font-family: arial, Helvetica, sans-serif; vertical-align: top; font-size: 12px; font-weight: bold; text-align:left; color: #000000; background:#d2ddea; background-image:url(/css/bg_th.gif); background-repeat: repeat-x; background-position: bottom; }
table.smalltab td.a   { font-family: arial, Helvetica,  sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #f5f5f5; }
table.smalltab td.b   { font-family: arial, Helvetica,  sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #f9f9f9; }
table.smalltab td.c   { font-family: arial, Helvetica,  sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #d2ddea; background-image:url(/css/bg_author.gif); background-repeat: repeat-y; background-position: right; }
table.smalltab td.d   { font-family: arial, Helvetica, sans-serif; vertical-align: top; font-size: 13px; font-weight: normal; color: #000000; background: #f5f5f5; }


/* mix view: */
.threadkl              { font-family: arial, Helvetica, sans-serif; font-size: 11px; }
div.mixdivl            { }
div.mixthread          { background: #ffe8b7; padding: 0px; }
div.mixthreadbeg       { background: #ffdf9d; margin-bottom: 5px; padding: 5px; }

select.kat             { font-family: arial, Helvetica,  sans-serif; font-size: 11px; }

input.bbcode-button    { width: 90px; height: 20px; font-size: 10px; font-weight: normal; margin: 0px 0px 5px 0px; background: #efefef; }
button.smiley-button   { width: 44px; height: 23px; font-size: 10px; font-weight: normal; margin: 0px 1px 1px 0px; background: #efefef; }

/* thread links: */
a.thread:link          { padding-left: 18px; color: #0000cc; background-image:url(/css/topic.gif); background-repeat:no-repeat; background-position: top left; }
a.thread:visited       { padding-left: 18px; color: #FF4D00; background-image:url(/css/topic.gif); background-repeat:no-repeat; background-position: top left; }
a.thread:hover         { padding-left: 18px; color: #0000ff; background-image:url(/css/topic.gif); background-repeat:no-repeat; background-position: top left; }
a.thread:active        { padding-left: 18px; color: #0000cc; background-image:url(/css/topic.gif); background-repeat:no-repeat; background-position: top left; }

/* new threads: */
a.threadnew:link       { padding-left: 18px; color: #0000CC; background-image:url(/css/topic_new.gif); background-repeat:no-repeat; background-position: top left; }
a.threadnew:visited    { padding-left: 18px; color: #800080; background-image:url(/css/topic_new.gif); background-repeat:no-repeat; background-position: top left; }
a.threadnew:hover      { padding-left: 18px; color: #0000ff; background-image:url(/css/topic_new.gif); background-repeat:no-repeat; background-position: top left; }
a.threadnew:active     { padding-left: 18px; color: #0000cc; background-image:url(/css/topic_new.gif); background-repeat:no-repeat; background-position: top left; }

/* replies: */
a.reply:link           { padding-left: 16px; color: #0033B2; background-image:url(/css/reply.gif); background-repeat:no-repeat; background-position: top left; }
a.reply:visited        { padding-left: 16px; color: #FF4D00; background-image:url(/css/reply.gif); background-repeat:no-repeat; background-position: top left; }
a.reply:hover          { padding-left: 16px; color: #0000ff; background-image:url(/css/reply.gif); background-repeat:no-repeat; background-position: top left; }
a.reply:active         { padding-left: 16px; color: #0000cc; background-image:url(/css/reply.gif); background-repeat:no-repeat; background-position: top left; }

a.replynew:link        { padding-left: 16px; color: #0000CC; background-image:url(/css/reply_new.gif); background-repeat:no-repeat; background-position: top left; }
a.replynew:visited     { padding-left: 16px; color: #FF4D00; background-image:url(/css/reply_new.gif); background-repeat:no-repeat; background-position: top left; }
a.replynew:hover       { padding-left: 16px; color: #0000ff; background-image:url(/css/reply_new.gif); background-repeat:no-repeat; background-position: top left; }
a.replynew:active      { padding-left: 16px; color: #0000cc; background-image:url(/css/reply_new.gif); background-repeat:no-repeat; background-position: top left; }

/* replies in search results: */
a.reply-search:link    { padding-left: 18px; color: #0000cc; background-image:url(/css/reply_s.gif); background-repeat:no-repeat; background-position: top left; }
a.reply-search:visited { padding-left: 18px; color: #FF4D00; background-image:url(/css/reply_s.gif); background-repeat:no-repeat; background-position: top left; }
a.reply-search:hover   { padding-left: 18px; color: #0000ff; background-image:url(/css/reply_s.gif); background-repeat:no-repeat; background-position: top left; }
a.reply-search:active  { padding-left: 18px; color: #0000cc; background-image:url(/css/reply_s.gif); background-repeat:no-repeat; background-position: top left; }

/* Thread tree: */
ul.reply               { margin: 0px; padding: 0px 0px 0px 30px; list-style-type:none; }
ul.deep-reply          { margin: 0px; padding: 0px 0px 0px 0px; list-style-type:none; }
li                     { line-height: 16px; }

#deletecookie          { color:#000; background:#fff; margin:0px; padding:10px; font-family:arial, Helvetica,  sans-serif; }
#deletecookie h1       { font-size:18px; color:#000000; font-weight:bold; }
#deletecookie p        { font-size:13px; margin-top: 0px; }

img.captcha   { margin:0px; padding:0px; border:1px solid #000; }

/* Hilfreiches */
#hilfreiches            { text-decoration: none; }
#hilfreiches b          { color: #000000; }
#hilfreiches div.left	{ margin:0px; padding: 2px 2px 2px 20px; text-align: left; }

/* User Online */
#useronline            { text-decoration: none; }
#useronline b          { color: #000000; }
#useronline div.left   { margin:0px; padding: 2px 2px 2px 20px; text-align: left; }

img                    { border: 0px }

