/* global font definition if no class  ---------------------------------------------------------------------------- */body 				{margin:0px; padding:0px;}body, p, pre, td, form, input, textarea, div, table, a {	font-family: Arial, Verdana, Times New Roman, Courier;	font-size: 12px;	color: #FFFFFF;		line-height: 16px;}P {margin: 0px 0px 0px 0px;}a:link 				{ color:#FFFFFF; text-decoration:underline;}a:visited 			{ color:#FFFFFF; text-decoration:underline;}a:focus, a:hover 	{ color:#FFFFFF; text-decoration:none; }a:active 			{ color:#FFFFFF; text-decoration:none;}/* --------- FLIESSTEXT --------------------------------------- */.fliesstext {	font-family: Arial, Verdana, Times New Roman, Courier;	font-size: 11px;	color: #FFFFFF;	line-height: 16px;}/* --------- Hinweis --------------------------------------- */.hinweis {	font-family: Arial, Verdana, Times New Roman, Courier;	font-size: 10px;	color: #FF9933;	line-height: 16px;}/* --------- HEADLINES --------------------------------------- */.headlines {	font-family: Arial, Verdana, Times New Roman, Courier;	font-size: 18px;	color: #FFFFFF;	line-height: 26px;	font-weight : normal;}/* MAIL Formular Definition  ---------------------------------------------------------------------------- */input {  font-family: Verdana, Arial, Times New Roman, Courier;  font-size: 10px;	background-color:#FFFFFF;	color:#000000;	width:180px;	padding:2px;	margin:2px;	border:1px; 	border-style:solid;	border-color:#FF9933;}submit, reset{  font-size: 10px;	background:#CCCCCC; 	color:#ffffff;	margin:2px;	margin-top:10px;	height:16px;	width:50px;	vertical-align:top;	border-style:solid;	border-width:1px;  border-color:#FF9933;  font-size: 11px;}textarea {	color: #000000;  text-align: left;	width:570px;	border-width:1px;	border-style:solid;	border-color:#FF9933;	background:#FFFFFF;	padding: 0px;  font-size: 10px;	margin-left: 2px;	margin-top: 2px;	margin-right: 5px;	margin-bottom: 2px;}