html {
    height: 100%;
    font-family: Arial, Times, "Times New Roman", serif;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 80%;
    background: white url("images/bground_orange.gif");
    text-align: center;
}

#header {
    background: url("images/logo_qb.gif") no-repeat center;
    color: White;
    height: 97px;
}

#navigation {
     font-size: 110%;
}

#navigation ul {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}

#navigation li {
      margin-left: 5px;
      margin-right: 5px;
      display: inline;
      list-style-type: none;
      text-align: center;
      font-weight: bold;
      padding: 2px 0;
}

#navigation li a {
      text-decoration: none;
      background-color: white;
      color: blue;
}

#navigation li a:hover, .selected {
      color: orange;
}

#inhalt {
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.mail {
    text-decoration: none;
    color: #666666;
}

.mail:hover {
     color: orange;
}

.link {
    text-decoration: none;
    color: blue;
}

.link:hover {
    color: orange;
}

.imglink {
    text-decoration: none;
    color: white;
}

.imgshow {
    cursor: pointer;
}

.selected {
     color: orange;
}

.imagebutton {
    margin-right: 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}

h1 {
    font-size: 140%;
    font-weight: bold;
    color: orange;
    text-align: center;
}

h2 {
    font-size: 110%;
    color: black;
}

hr {
    color: orange;
    text-align: center;
    width: 80%;
    /* nachfolgende Zeilen sind für den Firefox */
    background-color: orange;
    border-width: 0px;
}

.menue {
    max-width: 200px;
}
