@charset "iso-8859-1";

/**********************/
/*** DOKUMENT-ANFANG
/**********************/

body {
  background-color: #D2E9FF;
  text-align: center;  /* Für IE */
}

div.main {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
	width: 750px;
}

img.toplogo {
}

/**********************/
/*** MENU
/**********************/

table.menu {
  margin-top: 20px;
  width: 100%;
}

td.menu {
  background-color: #ffffff;
  border: solid;
  border-bottom: none;
  border-color: #000000;
  border-width: 1px;
  text-align: center;
  width: 55px;
}

td.menu_selected {
  background-color: #ffffff;
  border: solid;
  border-bottom: none;
  border-color: #000000;
  border-width: 3px;
  text-align: center;
  width: 55px;
}

td.menu_left {
  width: 50px;
}

td.menu_break {
  width: 15px;
}

a.menu, a.menu:active, a.menu:visited {
  font-size: 10pt;
  text-decoration: none;
}

a.menu:hover {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

a.menu_selected, a.menu_selected:hover, a.menu_selected:active, a.menu_selected:visited {
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
}

/**********************/
/*** UNTER-MENU
/**********************/

td.untermenu {
  background-color: #ffffff;
  border: solid;
  border-color: #000000;
  border-width: 3px;
  padding: 3px;
  text-align: center;
}

a.untermenu, a.untermenu:active, a.untermenu:visited {
  text-decoration: none;
}

a.untermenu:hover {
  text-decoration: underline;
}

/**********************/
/*** INHALT
/**********************/

div.content {
  background-color: #ffffff;
  border: dashed;
  border-color: #000000;
  border-top: none;
  border-width: 1px;
  padding: 5px;
  padding-bottom: 20px;
  text-align: left;
}

/**********************/
/*** FUSSZEILE
/**********************/

div.bottom {
  color: #000000;
  font-family: Arial;
  font-size: 8pt;
  padding-top: 20px;
  text-decoration: none;
}

a.bottom, a.bottom:hover, a.bottom:active, a.bottom:visited {
  color: #000000;
  font-family: Arial;
  font-size: 8pt;
  text-decoration: none;
}


