/*************************** basic styles ********************/
/*
	basic settings
	font-size: 62.5%
	grösser z.B. 85%
*/
body {
	font-size: 62.5%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
}
textarea {
	font-family: Arial,Helvetica,sans-serif;
	background-color: #fff;
	color: #000;
}
body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre {
	margin: 0;
	padding: 0;
}
p, input, li, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}
textarea {
	font-size: 1em;
}
/*
"Trebuchet MS",
Georgia,
Geneva,
Verdana,
Helvetica,
*/
/*************************** pre -> debug ********************/
/*
pre {
	border:solid 1px black;
	font-size:1.1em;
	background-color:#FFFFC0;
	margin:2px 0 0 240px;
	padding:2px;
	line-height:1.1em;
}
*/
/*************************** common styles *******************/
p {
 display:inline;
}
img {
	border:0px;
}
form {
	display:inline;
}
table {
	border-collapse:collapse;
}
td {
	vertical-align:top;
}

