body {
  margin: 50px;
  margin-left: 100px;
  padding: 0px;
  text-align: left;
  background-image: url(linie.gif);
  background-repeat: repeat-x;
  background-color: rgb(255,255,255);
}

img {
  border-width: 0px;
  border-style: solid;
  border-color: rgb(0,0,0);
}

img.menu {
  margin-right: 3px;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(0,0,0);
}

p {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  word-spacing: 2px;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

p#foot {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 8pt;
  color: rgb(150,150,150);
  font-style: normal;
  font-weight: normal;
  word-spacing: 0px;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  margin-top: 40px;
  border-style: dotted;
  border-color: rgb(200,200,200);
  border-width: 0px;
  border-top-width: 1px;
}

h1 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: bold;
  color: rgb(140,140,140);
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

h2 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 13pt;
  color: rgb(140,40,0);
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 10px;
}

h3 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 11pt;
  color: rgb(140,40,0);
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 6px;
}

h4 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 10pt;
  color: rgb(140,40,0);
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 6px;
}

h5 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 9pt;
  color: rgb(140,40,0);
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 6px;
}

h6 {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 9pt;
  color: rgb(140,40,0);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 6px;
}

ul {
  margin: 0px;
  margin-bottom: 15px;
  padding: 0px;
}

ul li ul,ul li ul li ul {
  margin-top: 5px;
  margin-bottom: 0px;
}

li {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 0px;
  margin-left: 30px;
  margin-bottom: 4px;
  list-style-type: disc;
}

a:link, a:visited {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 9pt;
  color: rgb(150,150,150);
  font-style: normal;
  font-weight: normal;
  text-decoration:none;
  margin: 0px;
  padding: 2px;
  padding-top: 0px;
}

a:hover {
  text-decoration: underline;
  font-weight: bold;
  padding: 2px;
  padding-top: 0px;
}

a:link.text, a:visited.text {
  font-family: 'Verdana', 'Nimbus Sans L', sans-serif;
  text-align: left;
  font-size: 9pt;
  color: rgb(0,0,0);
  font-style: normal;
  font-weight: normal;
  text-decoration:none;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: dashed;
  border-color: rgb(120,120,120);
  margin: 0px;
  padding: 0px;
}

a:hover.text {
  color: rgb(150,150,150);
  text-decoration: none;
  padding: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: dotted;
  border-color: rgb(150,150,150);
}

a:link.img, a:visited.img {
  margin: 0px;
  padding: 0px;
}

a:hover.img {
  background-color: rgb(255,255,255);
  padding: 0px;
}

div#header {
  height: 172px;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-top: 0px;
  border-style: solid;
  border-width: 0px;
}

div#menu {
  width: 600px;
  height: 50px;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-top: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: rgb(255,255,255);
}

div#main {
  width: 600px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  padding-left: 0px;
  padding-top: 40px;
  border-style: solid;
  border-color: rgb(150,150,150);
  border-width: 0px;
  border-top-width: 0px;
  background-color: rgb(255,255,255);
}

div#footer {
  width: 600px;
  clear: left;
  margin: 0px;
  padding: 0px;
  border-style: solid;
  border-width: 0px;
  background-color: rgb(255,255,255);
}
