
/* !General */
/* ---------------------------------------------------------------------- */

td.fusszeile,
p.fusszeile {
    font-size : 12px;
}

/* Hintergrundfarbe für den RTE-Editor */
.htmlarea-content-body,
.htmlarea-content-body p {
    background-color : #E1E8F1;
    font-family: Arial, sans-serif;
}

body,
td,
li,
p,
.bodytext,
.lauftext {
	font-size: 14px;
	font-style:normal;
	line-height:20px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	color:#000;
	text-decoration:none;
	
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
}

p {
    background-color: #ffffff !important;
    background-image: url(../images/rte/rte-p.png);
    background-position: 2px 2px;
    background-repeat: no-repeat;
	margin: 8px;
    padding: 8px;
}

.csc-firstHeader,
h1,
.headline {
    background-color: #ffffff !important;
    background-image: url(../images/rte/rte-h1.png);
    background-repeat: no-repeat;
    color: #000000;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height:normal;
	font-style:normal;
	font-weight: bold;
	font-variant:normal;
	text-transform:none;
	padding: 8px;
	margin:8px;
	text-decoration:none;
	text-align:left;
}

h2 {
    background-color: #ffffff !important;
    background-image: url(../images/rte/rte-h2.png);
    background-repeat: no-repeat;
	font-size: 18px;
	font-style:normal;
	line-height:normal;
	font-weight: bold;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	margin: 8px;
    padding: 8px;
}

h3 {
    background-color: #ffffff !important;
    background-image: url(../images/rte/rte-h3.png);
    background-repeat: no-repeat;
	font-size: 14px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	margin: 8px;
    padding: 8px;
}

h4 {
    background-color: #ffffff !important;
    background-image: url(../images/rte/rte-h4.png);
    background-repeat: no-repeat;
	font-size: 12px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	margin: 8px;
    padding: 8px;
}

h5 {
    background-color: #ffffff !important;
    background-image: url(../images/rte/rte-h5.png);
    background-repeat: no-repeat;
	font-size: 11px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	margin: 8px;
    padding: 8px;
}

h6 {
    background-color: #ffffff !important;
    background-image: url(../images/rte/rte-h6.png);
    background-repeat: no-repeat;
	font-size:9px;
	font-style:normal;
	line-height:normal;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	color:#000000;
	text-decoration:none;
	margin: 8px;
    padding: 8px;
}

/* !Links */
/* ---------------------------------------------------------------------- */

a,
a:link,
a:active {
	font-size: 12px;
	font-style:normal;
	line-height:15px;
	font-weight: bold;
	font-variant:normal;
	text-transform:none;
	color: #6666ff;
	text-decoration: underline;
}

a:hover {
	color: #66ccff;
	text-decoration: underline;
}

a:visited {
    color: #8000ff;
}

a:focus {
	outline:none;
}

/* ! */
/* ---------------------------------------------------------------------- */

span.roteSchrift {
	color:#FF0000;
}

span.sehrGross {
	font-size: 21px;
}

p.kleineSchrift,
span.kleineSchrift {
	font-size: 9px;
}

.internal-link-alternative-farbe {
	color: darkgreen !important;
}
