@font-face {
  font-family: present;
  src: url(PRSENT.TTF);
}

* {
    font-family: present, tahoma, verdana, arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
body {
    background: url("pix/background_shuttle.gif") center center no-repeat fixed;
}

#menu {
  font-size: 11pt;
  margin: 5px auto;
}
#menu a {
  font-size: 11pt;
  font-weight: bold;
}
#content {
    width: 740px;
    margin: auto;
}

a:link {
    color: #000099;
}

a:visited {
    color: #990000;
}

.heading {
    font-size: 20pt;
}
.clubname {
    font-size: 36pt;
    color: #990000;    
}

table {
    width: 100%;
}

th {
    font-size: 18pt;
    text-decoration: underline;
}

hr {
    border: 1px solid #808080;
    width: 100%;
}

p.satzung {
    text-align: left;
}