
/***************************
* Text-Formatierungen
***************************/

p.entry_c1,
p.entry_c2,
p.entry_c3,
p.entry_c4,
p.entry_c5,
p.entry_c6,
p.entry {
	margin:0px;
	padding:0px;
	margin-left: 80px;
    font-size: 14px;
}
p.entry_c1 {
	color: #663399;
}
p.entry_c2 {
	color: #336699;
}
p.entry_c3 {
	color: #339966;
}
p.entry_c4 {
	color: #996633;
}
p.entry_c5 {
	color: #993366;
}
p.entry_c6 {
	color: #669933;
}


/***************************
* H-Tags - Überschriften
***************************/

h1 {
    font-size: 25px;
	font-style: bold;
	border-bottom: solid 1px #1a4c65;
    padding-bottom: 20px;
	text-align: center;
}
h2 {
    font-size: 21px;
	font-style: bold;
	border-bottom: solid 1px #1a4c65;
    padding-bottom: 15px;
	text-align: center;
}
h3 {
    font-size: 40px;
	font-style: bold;
	border-bottom: solid 1px #1a4c65;
    padding-bottom: 10px;
	text-align: center;
}
h5,
h4 {
    font-size: 16px;
	font-style: bold;
	text-decoration: underline;
    padding-bottom: 8px;
	margin-left: 15px;
}
h5 {
    font-size: 14px;
	text-decoration: none;
	margin:0px;
	padding:25px 0px 5px 0px;
}






















