p.small { font-size: 10px; margin-top: 5px; color: #fff; }
.error { font-size: 11px; color: red; display: block; }

table {
	border-collapse: collapse;
	border: 0;
}

tr.header  {
	background: url(../img/table_th.gif) top left repeat-x #4e4e4e; 
}
tr.border  {
	background: url(../img/bg_tr_border.gif) bottom left repeat-x #4e4e4e;
}
td { vertical-align: top; text-align: left; color: #fff; font-size: 12px; padding: 9px; }
.header td { font-weight: bold; }


body.htmlarea-content-body  { background-color: #000 !important; color: #fff !important; }

/* content */
b { font-weight: bold; }
a { color:#78858D; text-decoration: none; }
a:hover { text-decoration: underline; }


h1, h2, h3 { font-weight: bold; }
h1 { font-size: 14px; margin-bottom: 10px; }
h2 { font-size: 13px; margin-bottom: 5px; }
h3 { font-size: 12px; }
p a, td a { color: #88929c; }


/* Allgemeine Styles / Content */
.innerContent>p, .innerContent>ul{
	width: 500px;
	margin-bottom: 10px; 
}

.innerContent>ul {
	list-style-position: inside;
}
.innerContent > ul li{
	padding-left: 13px;
	text-indent: -13px;
}
