* { /* Entfernt alle Abstände */
	margin: 0px;
	padding: 0px;
}

/**********************************************************************/
/** font,text *********************************************************/
/**********************************************************************/

body,p,a,h1,h2,h3,h4,h5,h6,td,th,label,legend,caption,li,blockquote,address,pre,input,select,textarea,button,code {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
}
	
	
pre,input,select,textarea,code {
	font-family: 'Courier New', monospace;
}

body {
	text-align:center;	/* Mittige Ausrichtung für IE */
	vertical-align:top;
}


