@import "screen.css";

a:link,
a:visited,
a:hover,
a:active,
a:focus
{  background-color: white;
   text-decoration: underline; }

body,
.mainbox,
.transparent,
.copybox
{  background-color: white;
   color: black; }

.copytext a:link,
.copytext a:visited,
.copytext a:hover,
.copytext a:active,
.copytext a:focus
{  background-color: white;
   color: black; }

.navmini,
.navkruemel,
.navmenu
{  display: none; }

.tabelle
{  border-style: solid;
   border-collapse: collapse;
   border-width: 1px;
   border-color: black; }

.tabelle tr,
.tabelle tr th,
.tabelle tr td
{  border-style: solid;
   border-width: 1px;
   border-color: black; }
				
.tabelle tr td table,
.tabelle tr td table tr,
.tabelle tr td table tr td,
.tabelle tr td table tr th
{  border-style: none; }

