
body {
	font-size: 75%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f5f5f5;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 1em;
}

h2 {
	font-weight: bold;
	font-size: 1.167em;
}

h3 {
	font-weight: bold;
	font-size: 1em;
	font-style: italic;					
}

a,
a.link {
	color: #fff;
 	text-decoration: none;
 	border-bottom: 1px solid #999;
}

a.link {
	font-weight: bold;
}

p,
ul,
ol,
table,
form,
blockquote {
	margin-bottom: 1.5em;
}

ul.bulleted {
	margin-left: 1.5em;
	list-style-type: square;
}

ol.numbered {
	margin-left: 1.5em;
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

caption {
	font-size: 0.857em;
	margin-bottom: 0.5em;
	text-align: left;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px solid #555;
}

thead th {
	font-weight: bold;
}

td, th {
	padding: 0.5em;
	border-top: 1px solid #555;
}

tr {
	background-color: #111;
}


/* XStandard Tables Classes */

.auflistung {
	width: auto;
}

.auflistung,
.auflistung td,
.auflistung th {
	border-width: 0;
	background-color: #000;
}

.auflistung tbody th {
	font-weight: bold;
}

blockquote {
	padding-left: 20px;
	font-style: italic;
	border-left: 1px solid #aaa;
}

sub, sup {
	font-size: 0.763em;
}

sub {
	vertical-align: sub;
}

sup {
	vertical-align: super;
}

hr {
	margin: 1.5em 0 2.5em 0;
	clear: both;
}

.XStandardImageRight {
	float: right;
	clear: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

.XStandardImageLeft {
	float: left;
	clear: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.clearing {
	clear: both;
}
