/* CSS-Definitionsdatei, die Site-übergreifende Stylesheets enthält */

.Technical-Texte {
	font-family: Technical, cursive;
 	font-size: 14px;
 	color: rgb(81,81,13);
 	letter-spacing: 0pt;
 	line-height: 16pt;
 	font-weight: normal;
 	font-style: normal;
 	text-decoration: none ;
 	text-align: justify;
 	background-color: rgb(255,255,255);
 	background-image: url( "../assets/images/background1.gif" );
 	margin: 3mm 3.4mm;
 	border-left-style: none;
 	border-top-style: none;
 	border-right-style: none;
 	border-bottom-style: none
}

H6 {
	font-family: Technical, cursive;
 	font-size: 12px;
 	color: rgb(128,128,0);
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: baseline;
 	background-position: 5mm 5mm;
 	border: 3mm outset rgb(192,192,192);
 	padding: 2mm 3.4mm
}
