/* =============== Text =============== */

/* --------------- Standardschrift --------------- */

/* weiss links */
p {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	color: rgb(255,255,255);
    margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}


/* weiss rechts */
p#re {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: right;
	color: rgb(255,255,255);
    margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}


/* weiss zentriert*/
p#ze {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	color: rgb(255,255,255);
    margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}


/* weiss links ohne margin-top/-botton */
p#ohne {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	color: rgb(255,255,255);
	margin-left: 12px;
	margin-right: 12px;
}


/* weiss block */
p#block {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: justify;
	color: rgb(255,255,255);
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}


/* weiss klein links*/
p#kleinli {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 8pt;
	text-align: left;
	color: rgb(255,255,255);
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}


/* gelb links */
p#gelbli {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	color: rgb(225,180,55);
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}


/* grau links */
p#grauli {
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	color: rgb(180,180,180);
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}



/* --------------- Fette Schrift --------------- */

/* weiss fett links */
p#fett {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	color: rgb(255,255,255);
	margin-bottom: 6px;
	margin-top: 6px;
	margin-left: 12px;
	margin-right: 12px;
}


/* gelb fett links */
p#gelbfe {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 12px;
	color: rgb(225,180,55);
}


/* gelb fett zentriert */
h1 {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: rgb(225,180,55);
}


/* blau fett zentriert groß*/
h2 {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	color: rgb(55,100,225);
}


/* grau zentriert */
h4 {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: rgb(180,180,180);
}


/* weiss zentriert */
h5 {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: rgb(255,255,255);
}


/* gelb Überschrift */
h3 {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: rgb(225,180,55);
}


/* rot Überschrift */
h6 {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
	color: rgb(255,55,100);
}


/* blau fett links */
p#blaufeli {
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 12px;
	color: rgb(55,100,225);
}
