body {
	background-color  	: #cccce0;
	margin: 0 0 0 0;
}

div.m, div.h {
  overflow:hidden;
  white-space:nowrap;
}
div.h {
	background-image: url(gfx/hline.gif);
  background-repeat: repeat-y;
  background-color: transparent;
}
div.m table, div.h table {
  border: none;
  border-collapse: collapse;
}
div.m table td, div.h table td {
  border: none;
  vertical-align: top;
  padding: 0 0 0 0;
}

table {
	background-color  	: #cccce0;
	border			: 4px ridge blue;
	width			: 100%;
}

th {
	color             	: #ffffff;
	background-color  	: #401064;
	text-align        	: left;
	padding-left      	: 24px;
	font-family       	: Verdana, Helvetica, Arial;
	font-size         	: 12pt;
	background-image        : url(/templates/default/arrow.gif);
	background-repeat	: no-repeat;
}

td {
	text-align: left;
	border			: none;
}

table.user {
	background-color  	: #cccce0;
	border			: 4px ridge blue;
	width			: 100%;
}

table.user * th {
	color             	: #ffffff;
	background-color  	: #401064;
	text-align        	: left;
	font-family       	: Verdana, Helvetica, Arial;
	font-size         	: 8pt;
}

table.user * td {
	text-align: left;
	border			: none;
	font-family       	: Verdana, Helvetica, Arial;
	font-size         	: 8pt;
}


/* Schrift- und Farbzuweisung zu allen Elementen */
p,h1,h2,h3,h4,ul,ol,li,div,td,address,blockquote,nobr,b,i {
	font-family       	: Verdana, Helvetica, Arial;
	color             	: #000000;
	font-size         	: 10pt;
}

table.jspboard {
	background-color  	: #cccce0;
	border			: 4px ridge blue;
	width			: 100%;
	border-collapse: collapse;
}

table.jspboard * th {
	color             	: #ffffff;
	background-color  	: #401064;
	text-align        	: left;
	padding-left      	: 24px;
	font-family       	: Verdana, Helvetica, Arial;
	font-size         	: 12pt;
	background-image        : url(/templates/default/arrow.gif);
	background-repeat	: no-repeat;
}

table.jspboard * td {
	text-align: left;
	border			: 1px solid blue	;
}

table.quote * td, table.button * td
{
    border	: 0px;
}

table.button {
    border	: 0px;
}


PRE {
	border	: 1px solid #8f0010;
	BACKGROUND-COLOR: #FDEBC1;
	padding-left	: 10px;
	padding-right	: 10px;
}


