
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background: #fff;
	margin: 0; padding: 0;
	color: #002552;
}

img { border: 0 none; }

pre { font-family: Courier New, Courier, monospace; }
table, pre { font-size: 100%; }

/* Links */

a {
	text-decoration: underline;
	color: #838285;
}
a:visited {
	color: #838285;
}

a.external {
	background: url(../images/external.gif) center right no-repeat;
	padding-right: 13px;
}
div#sub-footer a { background:none !important; }


SPAN.linkarrow {
	padding-right: 10px;
	background: url(../images/pfeil-rechts.gif) no-repeat right center;
}

SPAN.linkarrow A,
SPAN.linkarrow A:visited {
	text-decoration: none;
	color: #002552;
}
SPAN.linkarrow A:hover {
	text-decoration: underline;
}

/* Ueberschriften */

h1 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.2em;
	margin: 1em 0 .25em 0;
	padding: 0;
}
h2.csc-firstHeader {
	margin-top: 0;
}
h2 a, h2 a:visited {
	text-decoration: none;
	color: #002552;
}

/* Absaetze */

p {
	margin: 0 0 0.25em 0;
	padding: 0;
}

/* Listen */

ul {
	margin: 0 0 0.25em 1em;
	padding-left: 1em;
}

ul.fett {
	font-weight: bold;
}

ul.fett li {
	margin: 1em 0;
}

/* RTE-spezifisch */
body.htmlarea-content-body {
	background-color: #EDEEEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #002552;
}

