/* Formatierung des Körpers. */
body
{
background-color: #ffcc00;
/* background-color: #f4f4f4; */
/* background-image:url(../../images/templates/back-pattern.jpg); */
font-family: Arial, Verdana, Helvetica, Times, serif;
font-size: 13px;
}

/* Universelle Formatierung von margin und padding auf 0. */
* {
margin:0;
padding:0;
}

img {
border: 0;
}
/* Formatierung der Überschriften. Anfang. */
h1 {
font-size: 16px;
line-height: 28px;
color: #24669c;
text-indent: 28px;
}

h1.texth1 {
font-size: 14px;
line-height: 22px;
color: black;
text-indent: 0;
}

h2 {
font-size: 16px;
line-height: 30px;
}

h3 {
font-size: 15px;
line-height: 26px
}

h4 {
font-size: 14px;
line-height: 22px;
text-indent: 40px;
}

h5 {
font-size: 12px;
line-height: 22px;
text-indent: 60px;
}