/* schrift.css - globale Schrifteinstellungen */
/* ------------------------------------------ */

html,
button,
input,
select,
textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


body {
 font-size: 0.8em;
 color: #2b2b2b;
 line-height: 1.5;
}

textarea {
	font-size: 100%;
}

pre {font-family: Courier New, Courier, monospace;}

table, pre {font-size: 100%; line-height: 1.5;}

/* Überschriften */
h1, h2, h3, h4, h5, h6 {
 font-weight: bold;
}
h1 {
 clear: both;
 font-size: 1em;
}
h2 {
 font-size: 1em;
}
h3 {
 font-size: 1em;
}
h4 {
 font-size: 1em;
 font-style: italic;
}
h5 {
 font-size: 1em;
}
h6 {
 font-size: 1em;
 font-style: italic;
}

/* Hochgestellter Text*/
sup {

 line-height: 1;
}


/* Navigation */
a.omenu, a.omenum {
 font-size: 1em;
 line-height: 1.2;
}
a.umenu, a.umenum, a.umenu2, a.umenum2 {
 font-size: 0.85em;
 line-height: 1.2;
}

/* Fusszeile */
#fuss {
 font-size: 0.85em;
 line-height: 1;
}

/* CRM.V2 */
.crmv2 {
 font-size: 0.85em;
 line-height: 1;
}

/* Rand Liste - Aktuelle Messen */
.liste_am {
 font-size: 0.85em;
 line-height: 1.1;
}

/* Bild-Untertitel */
.csc-textpic-caption {
 font-size: 0.85em;
 line-height: 1.1;
}

/* Video-Untertitel */
.tx_kuloplayer_pi1-player-text {
 font-size: 0.7em;
 line-height: 1.2;
}
.tx_kuloplayer_pi1-player-text, .tx_kuloplayer_pi1-player-text a {
 color: #aaaaaa;
}