body { background-color:#000000;
	color:#FFFFFF;
	font-family:Tahoma,Verdana; }

.info { border-bottom:2px dotted #FFFC00; }
.ueberschrift { color:#FFFC00; font-weight:bold; font-size:16pt; }
.grau { color:#BCBCBC; font-size:small; }

a:link { color:#FFFC00; text-decoration:none; font-weight:bold; }
a:visited { color:#FFFC00; text-decoration:none; font-weight:bold; }
a:focus { color:#EE0000; background-color:#FFFF99; font-weight:bold; }
a:hover { color:#EE0000; text-decoration:none; background-color:#FFFF99; font-weight:bold; }
a:active { color:#EE0000; background-color:#FFFF99; font-weight:bold; }

h1 { font-family:Tahoma; font-size:18pt; }
h2 { font-family:Tahoma; font-size:16pt; }

#f1 { width:770px; background-color:#000000; text-align:left; z-index:2; padding:2em;
	border-width:0.2em; border-top-width:0em; border-style:solid; border-color:#FFFFFF; }
#f2 { width:770px; background-color:#000000; z-index:3; text-align:right; padding:2em; direction:rtl;
	border-width:0.2em; border-bottom-width:0em; border-style:solid; border-color:#FFFFFF; }

@media handheld {
  #f1 { width:460px; background-color:#000000; }
  #f2 { width:460px; background-color:#000000; }
  #counter { position:static; }
}

