@charset "iso-8859-1";

/* DOKUMENT-ANFANG */
body {
  text-align: center;  /* Für IE */
}

div.main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
	width: 750px;
}

div.top {
  background-color: #cc3333;
  text-align: center;
}

img.logo, img.logo:hover {
  border: solid;
  border-color: #000000;
  border-width: 2px;
  margin-top: 25px;
  width: 700px;
}

span.hpheadline1 {
  color: #ffffff;
  font-family: Arial;
  font-size: 24pt;
  font-weight: bold;
  text-decoration: none;
}

span.hpheadline2 {
  color: #ffffff;
  font-family: Arial;
  font-size: 16pt;
  text-decoration: none;
}

/* MENU */
table.menu {
  width: 100%;
}

td.menu {
  background-color: #cc3333;
  border: none;
  border-bottom: solid;
  border-color: #000000;
  border-width: 2px;
  padding-bottom: 3px;
  text-align: center;
}

td.menu_selected {
  border: solid;
  border-bottom: none;
  border-color: #000000;
  border-width: 2px;
  text-align: center;
}

a.menu, a.menu:hover, a.menu:active, a.menu:visited {
  color: #ffffff;
  font-family: Verdana, Arial;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

td.menu2 {
  border: solid;
  border-color: #000000;
  border-top: none;
  border-width: 2px;
  color: #ffffff;
  font-family: Verdana, Arial;
  font-size: 10pt;
  padding: 3px;
  text-align: center;
}

a.menu2, a.menu2:hover, a.menu2:active, a.menu2:visited {
  color: #ffffff;
  font-family: Verdana, Arial;
  font-size: 10pt;
  text-decoration: none;
}

/* INHALT */
div.content {
  border: solid;
  border-color: #000000;
  border-top: none;
  border-width: 2px;
  padding: 5px;
  padding-bottom: 20px;
  text-align: left;
}

/* FUSSZEILE */
div.bottom {
  color: #bbbbbb;
  font-family: Arial;
  font-size: 8pt;
  padding-top: 20px;
  text-decoration: none;
}

a.bottom, a.bottom:hover, a.bottom:active, a.bottom:visited {
  background-color: #ffffff;
  color: #888888;
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
}



