/*************************************
*  Standardtag und Scrollbalken
**************************************/

body {
  margin:                0px;
  padding:               0px;
  color:                 #214949;
  font-size:             11px;
  font-family:           Arial;
  background-color:      #54ACAE;
  background-image:      url(../images/menuback.jpg);
  background-repeat:     no-repeat;
  background-attachment: fixed;
  padding:               0px;
}

/*************************************
*  Standard Hyperlinks
**************************************/

a:link, a:active, a:visited {
  color:           #214949;
  font-size:       11px;
  text-decoration: none;
  font-weight:     normal;
  font-family:     Arial;
}

a:hover {
  color:           #5A6F8D;
  font-size:       11px;
  text-decoration: normal;
  font-weight:     normal;
  font-family:     Arial;
}

a:link.menu, a:active.menu, a:visited.menu {
  color:           #214949;
  font-size:       11px;
  text-decoration: none;
  font-weight:     normal;
  font-family:     Verdana;
}

a:hover.menu {
  color:           #5A6F8D;
  font-size:       11px;
  text-decoration: normal;
  font-weight:     normal;
  font-family:     Verdana;
}

.fontmini {
  color:       #ffffff;
  font-size:   10px;
  font-weight: normal;
  font-family: Arial;
}

/*************************************
*  Tables
**************************************/

p, td, tr, table, ul, li {
  vertical-align: middle;
  letter-spacing: 0px;
}

tr.menuspacerhead {
  height: 15px;
}

tr.menuspacer {
  height: 5px;
}
/*************************************
*  Mouse Over
**************************************/

/* Mouseover Normal */
td.mousenormal {
  background-color: #DDE4EE;
  height:           22px;
}

/* Mouseover Hover */
td.mousehover {
  background-color: #EFF2F7;
  height:           22px;
}

/* Mauszeiger als Link (Hand) */
.mousehand {
  cursor: pointer;
  cursor: hand;
}
