
body { font-family:Arial; font-size:16px; color:rgb(180,180,180); background-color:black; }

p,div,ul,ol,h1,h2,h3,h4,h5,th,td { font-size:16px; line-height:150%; font-weight:normal }

h1 { color:rgb(255,102,0); }
h2 { color:rgb(255,102,0); }
li { line-height:150%; }
td { background-color:black }
th { background-color:black }

p.hinweis {
  position: relative;
  width: 80%;
  padding: 10px;
  padding-bottom: 10px;
  border: 1px solid rgb(180,180,180);
  line-height: 1.5em;
  color: rgb(180,180,180);
  font-weight: bold;
  text-align: center;
  background-color:black;
	}

a:link { color:rgb(34,93,113); text-decoration:underline; }
a:visited { color:rgb(0,43,69); text-decoration:underline; }
a:active { color:rgb(255,102,0); text-decoration:underline; }
a:hover { color:blue; text-decoration:underline; }

table {border-width:0; border-color:rgb(189,189,189); border-style:solid; }




