body {
	background-color:#000000;
	color:#AB5F00;
	margin:3px;
	padding:0px;
	font-size:11pt;
	font-weight:normal;
}

h1 {
	font-weight:bold;
	margin:0px;
}

a.forum			{ color:#ffffff; }
a.forum:link	{ text-decoration:underline; }
a.forum:visited	{ text-decoration:underline; }
a.forum:active	{ text-decoration:underline; }
a.forum:hover	{ text-decoration:underline; }


/***** Übersicht Tabelle *****/
#bs_table table {
	padding:0px;
	border:0px;
}
/* Zelle */
#bs_table td {
	text-align:center;
	padding-left:2px;
	padding-right:2px;
}
#bs_table div {
	text-align:center;
	cursor:pointer;
}
/* Überschrift */
#bs_table p {
	font-size:13pt;
	font-weight:bold;
	margin:0px;
}
/* Datum */
#bs_table span {
	font-size:8pt;
	font-weight:normal;
}
/* Überschrift (span) */
#bs_table span.p {
	font-size:11pt;
	font-weight:bold;
	margin:0px;
}
/* Link */
#bs_table a				{ display:block; color:#AB5F00; }
#bs_table a:link		{ text-decoration:none; }
#bs_table a:visited		{ text-decoration:none; }
#bs_table a:active		{ text-decoration:none; color:#D77700; background-color:#271500; }
#bs_table a:hover		{ text-decoration:none; color:#D77700; background-color:#271500; }

#bs_table a.info			{ color:#AB5F00; }
#bs_table a.info:link		{ text-decoration:none; }
#bs_table a.info:visited	{ text-decoration:none; }
#bs_table a.info:active		{ text-decoration:underline; }
#bs_table a.info:hover		{ text-decoration:underline; }


