/* style für webseite */

body, pre, p, td, th, table {
 	font-size: 12px;
 	font-family: Verdana;
	color: #0A0B0C;
}

td {
	vertical-align: top;
 	text-align: left;
	color: #0A0B0C;
}

h1 {
	font-size: 16px;
 	font-weight: bold;
 	margin-top: 20;
 	margin-bottom: 20;
	color: #616F85;
}

h2 {
	font-size: 14px;
	font-face: Verdana;
 	font-weight: bold;
 	margin-top: 20;
	color: #616F85;
}

h3 {
	font-size: 12px;
 	font-weight: bold;
 	margin-top: 10;
	margin-bottom: 0;
	color: #616F85;
}



INPUT {
	border : 1 solid #616F85;
	font : 12px Verdana;

}
INPUT.Button {
	border : 1 solid #616F85;
	font : 12px Verdana;
	background : White;
}
TEXTAREA {
		border : 1 solid #616F85;
	font : 12px Verdana;

}