sup {
	font-size: 9px;
	line-height: 110%;
}

h1 {
	color: #b4b4b4;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 30px;
	padding: 0:
}

h1.noMarginBottom {
	margin-bottom: 0;
}

h2 {
	color: #000;
	margin-bottom: 2px;
	margin-top: 12px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

p {
	margin-bottom: 0px;
	line-height: 140%;
}


a img {
	border: none;
}


a, a:link, a:visited {
	text-decoration:none;
	color: #0066FF;
}


a:hover {
	text-decoration:underline;
}

ul {
	line-height:17px;
	margin-bottom:15px;
	list-style-type: disc;
}

li {
	margin-left:15px;
}

td, tr {
	font-size: 11px;
}

/* --- Auswahl durch RTE --- */
span.orange {
	color: #eb902e;
}


a.pdf {
	background-image: url(../img/pdf.gif);
	background-repeat: no-repeat;
	padding-left: 19px;
	margin-bottom:20px;
	margin-top:0px;
}

table.Standardtabelle {
	border-collapse: collapse;
	width: 740px;

}
table.Standardtabelle th {

	background: #ebeae8;
    color: #000;
    font-weight: bold;
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}
table.Standardtabelle td {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #eb902e;
	vertical-align: top;
}
table.Standardtabelle p {
	margin: 0;
	padding: 0;
}

tr.grau {
background: #ebeae8;
}
tr.weiss {
background: #FFF;

}
table.Standardtabelle th.rechts {
	text-align: right;
}
th.rechts {
	text-align: right;
}
th.links {
	text-align: left;
}
th.mitte {
	text-align: center;
}


td.rechts {
	text-align: right;
}
td.links {
	text-align: left;
}
td.mitte {
	text-align: center;
}

