.menue:link { font-weight:bold; color:#FFF7AF; text-decoration:none; }
.menue:visited { font-weight:bold; color:#FFF7AF; text-decoration:none; }

.menue:focus { font-weight:bold; color:#FFF7AF; text-decoration:none; }
.menue:hover { font-weight:bold; color:#FFEE55; text-decoration:none; }
.menue:active { font-weight:bold; color:#FFF7AF; text-decoration:none; }

.a_grey:link { color:#808080; text-decoration:none; }
.a_grey:visited { color:#808080; text-decoration:none; }

.a_grey:focus { color:#808080; text-decoration:none; }
.a_grey:hover { color:#E0E080; text-decoration:none; }
.a_grey:active {color:#808080; text-decoration:none; }

a:link { color:#FFF7AF;}
a:visited {color:#FFF7AF;}

a:focus {color:#FFF7AF;}
a:hover {color:#FFEE55;}
a:active {color:#FFF7AF;}

body {
  color:#FFF7AF;
  background-color:#020202;
  font: 0.9em Arial,sans-serif;
}

p {
  margin-top:0.5em;
  padding-top:0em;
}

table {
  margin-top:0.5em;
  margin-bottom:0.5em;
}

div.ietrans {
min-height:180px; margin:0;
padding:20px;
background:black;
opacity:0.85;
filter:alpha(opacity=85);
}
* html div.ietrans {height:1%;} /*Damit bekommt das Element "LAYOUT" - sonst keine Anwendung der Filter!*/

#menue {
  font-size: 1.2em;
  line-height: 1.2em;
  top:8.1em;
  left:1.1em;
  z-index:1;
}

pre {
  font-size: 0.9em;
  line-height: 1.2em;
}

h1 {
  font-size: 1.5em
}
h2 {
  font-size: 1.2em
}
h3 {
  font-size: 1.0em
}
