@media screen, handheld, projection, tv{
body	{font:14px/19px Helvetica,Arial,sans-serif;
	 margin:0 12px 0 0; position:absolute; top:0; left: 185px; height:100%}
iframe	{margin:0;          position:absolute; top:0; left:-185px; height:100%; width:180px}
h1,h2,h3,h4,i,em,th	{font-weight:bold; color:#A02900}
table	{border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px}
}

@media print{
body	{font:12pt Times,serif}
iframe	{display:none}
dt	{page-break-after:avoid}
table,p,dd	{orphans:4; widows:4}
h1:before	{content:url(images/logo.gif)" "}
h1,h2,h3,h4,i,em,th	{font-weight:bold; page-break-after:avoid}
}

/* Ab hier keine absoluten Größenangaben (pt,px) mehr, nur noch relative (em) */

h1	{font-size:1.5em; margin-top:0.5em}
h2	{font-size:1.3em; margin-left:1em}
h3	{font-size:1.1em; margin-left:2em}
h4	{font-size:0.9em; margin-left:3em; margin-bottom:-0.9em}
em	{font-style:italic}
th	{font-style:italic; background-color:#ffcc66; text-align:left; vertical-align:top; white-space:nowrap}

a:link     {color:#A02900}
a:visited  {color:#666666}
a:focus    {border-bottom:1px solid #A02900}
a:hover    {border-bottom:1px solid #A02900}
a:active   {border-bottom:1px solid #A02900}

img	{border:0}
ul	{list-style-image:url(images/bullet.gif)}
dd	{margin-bottom:1em}
pre	{line-height:1em}

/* Formatierung fuer Judge-Befehle. Z.B.: <span class="schieri"> */
.schieri   {font-family:Courier,monospace; line-height:1em; background-color:#ffffcc; color:#A02900}

/* Definitionen fuer Spieluebersicht */
.running   {white-space:nowrap; background-color:#ffffff}
.cd        {white-space:nowrap; background-color:#ffcc66}
.waiting   {white-space:nowrap; background-color:#ffeeaa}
.completed {white-space:nowrap; background-color:#ffffcc}
