p {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 21px;
	color: White;
	letter-spacing: 1px;
}
h1 {
	/* Ueberschrift Ebene 1 */
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	letter-spacing: 1px;
	margin-top: 5px;
	font-weight: normal;
}
h2 { /* Ueberschrift Ebene 2 */
	font-size: 18px;
	margin-bottom: 7px;
}
h3 { /* Ueberschrift Ebene 3 */
	font-size: 16px;
	margin-bottom: 7px;
}

.spruchtext {
 padding-right: 60px;
	
}

.spruchquelle {
	text-align: right;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
	letter-spacing: 1px;
	margin-top: 5px;
	font-weight: normal;
}

/* Klassen für Links */

/* Interne Links */

a.intern{
     text-decoration: none;
    color: Red;
	
}

a.intern:active{
text-decoration: none;
	
}
a.intern:focus{
text-decoration: none;
	
}
a.intern:hover{
text-decoration: none;
	
}
a.intern:link{
text-decoration: none;
	
}


/* Externe Links */

a.extern{
	text-decoration: none;
	color: Red;
}

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: Red;
}

a.mailto:active{
	text-decoration: none;
}
a.mailto:focus{
	text-decoration: none;
}
a.mailto:hover{
	text-decoration: none;
}
a.mailto:link{
	text-decoration: none;
}



