/* mit http://jigsaw.w3.org/css-validator/ geprüft*/

/* ---- titel ---- */

span.h1 {
font-size: 28px;
font-weight: bold;
text-decoration: underline;
}

/* ---- titel klein ---- */

span.h2 {
font-size: 20px;
font-weight: bold;
text-decoration: underline;
}

/* ---- normale schrift ---- */

span.h3 {
font-size: 14px;
}

/* ---- normale dicke schrift ---- */

span.h3an {
font-size: 14px;
font-weight: bold;
}

/* ---- normale dicke schrift unterstriechen ---- */

span.h3dun {
font-size: 14px;
font-weight: bold;
text-decoration: underline;
}

/* ---- formulare ---- */

span.h4 {
font-size: 20px;
}

span.h4un {
font-size: 20px;
text-decoration: underline;
}

/* ---- rote schrift ---- */

span.h5 {
font-size: 14px;
color: #990000;
font-weight: bold;
}