/* 
  - Hintergrundfarbe der Seite, und Farbe der Scrollbars.
  - Eigenschaften der Links auf der Seite.
*/
.body_menu
{
  margin: 0 0 0 0;
  background-color: #ffffff;
  scrollbar-face-color: #000000;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #000000;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #000000;
  scrollbar-arrow-color: #ffffff;
}

.body_menu A
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.body_menu A:hover
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

/* 
  - Eigenschaften eines Hautmenü-Eintrages.
  - Eigenschaften der Links eines Hautmenü-Eintrages.
*/
.td_main_menu_item
{
  border: solid 1px #9DC7DD;
  background-color: #9DC7DD;
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.td_main_menu_item A
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.td_main_menu_item A:hover
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

/* 
  - Eigenschaften eines ausgewählten Hautmenü-Eintrages.
  - Eigenschaften der Links eines ausgewählten Hautmenü-Eintrages.
*/
.td_main_menu_item_selected
{
  border: solid 1px #9DC7DD;
  background-color: #9DC7DD;
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.td_main_menu_item_selected A
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.td_main_menu_item_selected A:hover
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}

/* 
  - Eigenschaften eines Untermenü-Eintrages.
  - Eigenschaften der Links eines Untermenü-Eintrages.
*/
.td_sub_menu_item
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #265B7A;
  text-decoration: none;
}

.td_sub_menu_item A
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #265B7A;
  text-decoration: none;
}

.td_sub_menu_item A:hover
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #265B7A;
  text-decoration: underline;
}

/* 
  - Eigenschaften eines ausgewählten Untermenü-Eintrages.
  - Eigenschaften der Links eines ausgewählten Untermenü-Eintrages.
*/
.td_sub_menu_item_selected
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #E51A0B;
  text-decoration: none;
}

.td_sub_menu_item_selected A
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #E51A0B;
  text-decoration: none;
}

.td_sub_menu_item_selected A:hover
{
  font-family: Verdana, Trebuchet, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #E51A0B;
  text-decoration: underline;
}
