p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 23px;
}

h1 { /* Ueberschrift Ebene 1 */
	margin-top: 15px;
	color: #B52642;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-size: 16px;
	letter-spacing: 0px;
}
h2 { /* Ueberschrift Ebene 2 */
	margin-top: 25px;
	color: #B52642;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	letter-spacing: 0px;
}
h3 { /* Ueberschrift Ebene 3 */
	font-size: 16px;
	margin-bottom: 7px;
}
h4 { /* Ueberschrift Ebene 4 */
	color: #B52642;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h5 { /* Ueberschrift Ebene 5 */
	font-size: 12px;
	margin-bottom: 7px;
}
h6 { /* Ueberschrift Ebene 6 */
	font-size: 10px;
	margin-bottom: 7px;
}

strong { /* Fett */
	font-weight: bold;
}

em { /* Kursiv */
	font-style: italic;
}


u { /* Unterstrichen */

}

strike { /* Durchgestrichen */

}

sub { /* Tiefgestellt */
	
}

sup { /* Hochgestellt */
	
}




ol li { /* Nummerierte Liste */
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 23px;
}

ul li { /* Nicht nummerierte Liste */
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 23px;
}

blockquote { /* Einrückung */ 	

}

/* Klassen für Links */

/* Interne Links */

a.intern{
     color: #DD7377;
     text-decoration: none;
	
}

a.intern:active{
	
}
a.intern:focus{
	
}
a.intern:hover{
	
}
a.intern:link{
	
}


/* Externe Links */

a.extern{
	text-decoration: none;
	color: #DD7377;
}

a.extern:active{
	text-decoration: none;
}
a.extern:focus{
	text-decoration: none;
}
a.extern:hover{
	text-decoration: none;
}
a.extern:link{
	text-decoration: none;
}




/* Mail Links */

a.mailto{
	text-decoration: none;
	color: #DD7377;
}

a.mailto:active{
	text-decoration: none;
}
a.mailto:focus{
	text-decoration: none;
}
a.mailto:hover{
	text-decoration: none;
}
a.mailto:link{
	text-decoration: none;
}






/* Klassen für Bilder */
img.blauerRand{
	
}
img.10pxAbstand{
	
}


/* Klassen für Absatzformate */
p.bodytext {  /* Normaler Absatz im rte */

}




/*

/* Klassen für Textformate */
span.rot {
	color: Red;
}

span.blau {
	color: Blue;
}

span.gruen {
	color: Green;
}

span.gelb {
	color: Yellow;
}

*/



