/* CSS sp53 RTE */

/* Ueberschrift Hauptueberschrift Arial content */
#content h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #5A111C;
	font-weight: bold;
	margin: 3px 0px 8px 0px;
}

/* Ueberschrift Absatzueberschrift Arial content */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 3px 0px 5px 0px;
	color: #5A111C;
	font-weight: bold;
	text-align: center;
}

/* Ueberschrift Seitenmitte Arial content */
h3 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 20px 0px 8px 0px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
        color: #5A111C;
	text-align: center;
	background-image: url(../layout/sp53/h3back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#content h3 a {
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	background-image: url(../layout/sp53/h3back.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#content h3 a:hover {
        color: #5A111C;
	font-weight: bold;
}

/* Text  Hinweistext content */
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1em;
	margin: 5px 5px 3px 3px;
	color: #896232;
	font-weight: normal;
	text-align: left;
}

/* Text   content Mitte */
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	margin: 2px 0px 5px 30px;
	line-height: 1.0em;
	text-align: center;
	font-weight: normal;
        width:350px;
}

p.schwarz {
	color: #000000;
	font-weight: normal;
}

p.schwarzbold {
	color: #000000;
	font-weight: bold;
}

p.rot {
	color: #5A111C;
	font-weight: normal;
}

p.rotbold {
	color: #5A111C;
	font-weight: bold;
}

span.schwarz {
	color: #000000;
	font-weight: normal;
}

span.schwarzbold {
	color: #000000;
	font-weight: bold;
}
span.rot {
	color: #5A111C;
	font-weight: normal;
}

span.rotbold {
	color: #5A111C;
	font-weight: bold;
}

a.rechts {
        float:right;
}
