/*
-----------------------------------------------------
master CSS für die bildschirmwiedergabe
-----------------------------------------------------
*/

@import url("/styleScreenNav.css");
@import url("/styleScreenBase.css");
@import url("/styleScreenPress.css");
@import url("/styleScreenTable.css");
@import url("/os-suggest.css");

body, p, h1, h2, h3, h4, h5, h6, td, th {font-family: Verdana,Arial,Helvetica,Geneva,SunSansRegular,sans-serif;}
p, h1, h2, h3, h4, h5, h6 {margin:0px;}
h1 {font-size:19px;}
h2 {font-size:17px;}
h3 {font-size:15px;}
h4 {font-size:13px;}
p, td, th {font-size:12px;}
form {font-size:12px;}
a img {
  border-width:0;
  border-style:none;
  border-color:#fff;
  color:#fff;
  }

/*
bug-report

falsche masse-interpretation (box-modell) von ie5
folgendes unbedingt löschen, wenn ie5 gestorben
voice-family: "\"}\"";
	ie5-bug: wird nicht ignoriert, er stoppt hier und alles danach wird ignoriert

marginale unterschiede ie6, opera, moz
den selector html>body ignoriert ie6
	ie5 ignoriert, braucht ihn sogar evtl. wg. obigem hack zum weiterparsen

ie6 haupt-bug <a/>
	bei komplexeren margin/padding-kombinationen kommts eventuell zu wilden verschiebungen/display-änderungen
	abhilfe: dem parent-element eine breite zuweisen


22.08.2006 09:25
CSS3	ATTR opacity | gecko, opera, IE7 NA
			POSITION fixed | gecko, opera, IE7;
	*/

