/**
 * Cascading Style SheetS für
 * www.acmeportable.de
 */
 
/**
  * browser reset Global
  */
center, isindex, menu, dir,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 101%;
	font-family: inherit;
	font-variant: inherit;
	vertical-align: baseline;
}

/**
  * das Zurücksetzen der Abstände (*) verursacht zu kleine Select Boxen.
  */
* { margin:0; padding: 0; }
option { padding-left: 0.4em; }

/**
  * Erzwingen vertikaler Scrollbalken für Netscape, Firefox und Safari
  * dadurch wird das "springern" der zentrierten Ausrichtung behoben   
  */
/*html {
	height:100%;
	margin-bottom:1px;
}*/

/**
  * Beseitigung des Rundungsfehlers beim Skalieren von Schriften in älteren Opera Versionen  
  */
body { font-size: 100.01%; }

/**
  * Beseitung des Italics Bugs im IE 5.x und IE 6
  */
* html body * { overflow:visible; }
