/*

Fonts

*/
@import "def_css.css";

/* --------------------- */
/* --- Überschriften --- */

ueberschrift1,ueberschrift2,ueberschrift3,ueberschrift4,ueberschrift5{
	font-size: 1.0em;
	font-weight: bold;
	font-family: calibri,sans-serif,courier;
	font-style: italic;
	color: black;
}
ueberschrift1{
	font-size: 1.4em;
	color: darkred;
}
ueberschrift2{
	font-size: 1.2em;
	color: darkred;
}
ueberschrift3{
	font-size: 1.0em;
	color: darkblue;
}
ueberschrift4{
	font-size: 0.9em;
	color: darkblue;
}
ueberschrift5{
	font-size: 0.8em;
	color: darkgreen;
}

/* --------------------- */
/* --- Schriftgrößen --- */
font_08{ font-size: 0.8em; }
font_09{ font-size: 0.9em; }
font_10{ font-size: 1.0em; }
font_11{ font-size: 1.1em; }
font_12{ font-size: 1.2em; }

/* --------------------- */
/* --- Schriftfarben --- */
col_black{ color: #000000; }
col_red{ color: #ff0000; }
col_mec_schrift{ color: var(--a_link); }

/* --------------------- */
/* --- Schriften  ------ */
feldname{
	font-style: italic;
	font-size: 0.8em;
	color: black;
}

datenfeld,
input{
	font-size: 0.9em;
	font-weight: bold;
	color: darkblue;
}

fehler{
	font-style: italic;
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}
.protokoll{
	overflow-y: auto;
	overflow-x: hidden;
}

