h1.theme { margin:0; font-size:14px; font-weight:bold; }

/* Tabellen Forum */
table.forum { border-spacing:0; margin-top:5px; border-spacing:0; }

table.forum tr.row { background-color:#ffffff; }
table.forum tr.row:hover { background-color:#e5e5e5; }

table.forum td { padding:5px; vertical-align:top; border-right:#cccccc solid 1px; border-top:#cccccc solid 1px; }
table.forum td.header_left { padding:16px 4px 10px 4px; font-weight:bold; background:url(../images/table_lt.jpg) left top #eeeeee no-repeat; border-right:#cccccc solid 1px; border-top-width:0px; }
table.forum td.header_middle { padding:16px 4px 10px 4px; font-weight:bold; background:url(../images/table_mt.jpg) top #eeeeee repeat-x; border-right:#cccccc solid 1px; border-top-width:0px; }
table.forum td.header_right { padding:16px 4px 10px 4px; font-weight:bold; background:url(../images/table_rt.jpg) right top #eeeeee no-repeat; border-right-width:0px; border-top-width:0px; }

table.forum td.theme { background-color:#dddddd; }
table.forum td.author { background-color:#f8f8f8; font-size:12px; border-left:#cccccc solid 1px; }
table.forum td.question { background-color:#f2f2f2; }
table.forum td.item { background-color:#ffffff; }

table.forum td.left { border-left:#cccccc solid 1px; }

table.forum td.footer_left { background:url(../images/table_lb.gif) left bottom no-repeat; border-right:#cccccc solid 1px; border-top-width:0px; }
table.forum td.footer_middle { background:url(../images/table_mb.gif) bottom repeat-x; border-right:#cccccc solid 1px; border-top-width:0px; }
table.forum td.footer_right { background:url(../images/table_rb.gif) right bottom no-repeat; border-right-width:0px; border-top-width:0px; }


/* Formulare */
form.search { margin:5px 0; text-align:right; }
label.search { width:120px; display:inline-block; text-align:left; }



/* im Formular soll dieses Feld nicht angezeigt werden und leer bleiben
wird es trotzdem gefuellt, ist dies wohlmöglich ein automatischer und unerwuenschter Beitrag */
p.dontsee {
	height:0;
	display:none;
}


