/** Schriften **/
/** Titel ***/
.schrift_titel1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:24px;
	color:#000066;
	}

/*** Schriftgrösse 10px ***/		
.schrift10 {
	font-family: Arial, Tahoma;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:12px;
	}
	
/*** Schriftgrösse 11px ***/		
.schrift11 {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:13px;
	}

/*** Schriftgrösse 11px bold ***/		
.schriftb11 {
	font-family: Arial, Tahoma;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
	line-height:14px;
	}

/*** Zeilenhöhe 12px ***/	
.schrift12 {
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:14px;
	}

/*** Schriftgrösse 13px ***/	
.schrift13 {
	font-family: Arial, Tahoma;
	font-size: 13px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:15px;
	}

/*** Schriftgrösse 14px ***/
.schrift14 {
	font-family: Arial, Tahoma;
	font-size: 14px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:16px;
	}

/*** Schriftgrösse 15px ***/	
.schrift15 {
	font-family: Arial, Tahoma;
	font-size: 15px;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:17px;
	}

/*** Schriftgrösse 16pt ***/		
.schrift16 {
	font-family: Arial, Tahoma;
	font-size: 16pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:18px;
	}

/*** Schriftgrösse 18pt ***/		
.schrift18 {
	font-family: Arial, Tahoma;
	font-size: 18pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
	line-height:20px;
	}

/*** Zeilenhöhe 20pt ***/	
.schrift20 {
	font-family: Arial;
	font-size: 20pt;
	color: #000000;
	font-style:normal;
	font-weight:normal;
	line-height:22px;
	}
