.body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    }
.headline {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 16px;
	font-weight: bold;	
	color: #000000;
	font-style: normal;
	line-height: normal;
	}
.h1 {
   	font-family: Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	}
.h2 {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
.h3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	}
.absatz {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	font-style: normal;
	line-height: normal;
	}
.text {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	}
.text_zitat{
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #002A78;
	}
.text_stichwort {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;
}
.pre {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #3333ff;
	}
.code {
    font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #3333ff;
	}
.codeblock {
    white-space: pre;        /* Zeilen & Einrückungen beibehalten */
	font-family: "Courier New", Courier, monospace; /* sans-serif, äquidistant */
    font-size: 12px;          /* Fontgröße 12 px */
    line-height: 1.2;        /* verhindert Überlappung  */
	                         /* 10-12px 1.2; 14-16px 1.4*/
	color: #0000ff;          /* Beispiel: blau */
	
	display: block;          /* Hintergrund rechteckig */
	background: #aaaaaa;     /* Hintergrundfarbe */
	padding: 10px;           /* Abstand innen    */
	border: 1px solid #ccc;  /* Rand             */
	border-radius: 2px;      /* optional         */
}
.formel_chem {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	}
.formel_math {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	}
.griechisch {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-family: Symbol;
	font-weight: bold;
	font-style: italic;
}
.autor {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    font-style: italic;
}
.randtext {
    font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}
.bild {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
.bildunterschrift {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}.artikel {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 12px;
}
.uvp {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;	
}
a:link {
	color: #0000AA;
	text-decoration: none;
}
a:visited {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #3333CC;
	text-decoration: underline;
}
a:active {
	color: #3333FF;
	text-decoration: underline;
}

