/* CSS Document */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color:#F5F9F9;
  margin-left: 20px;
  margin-top: 20px;
  }

p {
  color:#787878;
  font-size: 2;
  }
  
h1 {
  color:white;
  }
h2 {
  color:white;
  }
h3 {
  color:white;
  }
td {
  color:#787878;
  font-size: 2;
  }

a:link {
  text-decoration: underline;
  color:#787878;
  font-size: 2;
  }
a:visited {
  text-decoration: underline;
  color: #787878;
  font-size: 2;
  }
a:active {
  text-decoration: underline;
  color: #787878;
  font-size: 2;
  }
a:hover {
  text-decoration: underline;
  color: #6399AB;
  font-size: 2;
  }

body.kopf {
  margin-left: 3px;
  margin-top: 3px;
  }

body.menue {
  margin-left: 3px;
  margin-top: 3px;
  width: 204;
  }

table.menue {
  width: 160;
  font-size: 8pt;
  font-weight: bold;
  }

a.menue {
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  color: #787878;
  }
a.menue:visited {
  text-decoration: none;
  }
a.menue:hover {
  text-decoration: underline;
  color: #6399AB;
  }

.list {
	margin: 5px;
}
