a:link,
a:visited 
{
  color:            #be0000;
  text-decoration:     none;
}

a:link.menu,
a:link.start,
a:visited.menu,
a:visited.start,
a:active.start,
a:focus.start,
a:hover.start
{
  color: #000000;
  text-decoration:     none;
}

a:active,
a:active.menu,
a:focus,
a:focus.menu,
a:hover,
a:hover.menu 
{
  color:            #be0000;
  text-decoration:underline;
}

a:hover.inaktiv,
a:focus.inaktiv,
a:active.inaktiv,
a:visited.inaktiv,
a.inaktiv {
  color:            inherit;
  text-decoration:     none;
}

a.msel {
  color:            #be0000;
}

div.foo {
  position:        absolute;
  bottom:              -1px;
  visibility:        hidden;
}

div.main {
  background-color: #ffffff;
  width:              510px;
  margin-left:         auto;
  margin-right:        auto;
  padding-top:         20px;
  padding-left:       160px;
  padding-right:       20px;
  padding-bottom:      20px;
  border:               1px;
  border-color:     #888888;
  border-style:       solid;
  text-align:          left;
}

h1 {
  clear:              right;
  font-size:           15px;
  font-weight:         bold;
  color:            #555555;
}

h2 {
  clear:              right;
  font-size:           12px;
  font-weight:         bold;
  color:            #505050;
}

p.bsp-links {
  font-size:        inherit;
}

p#bsp-zurueck {
  color:            #be0000;
  font-size:        inherit;
  display:             none;
}

p.footer {
  clear:               both;
  padding-top:         10px;
  text-align:         right;
  font-size:           10px;
}

p.menu1 {
  line-height:      inherit;
  clear:               none;
  margin-top:           0px;
  margin-left:       -140px;
  margin-right:       140px;
  margin-bottom:       10px;
  text-align:          left;
  font-size:        inherit;
  font-weight:         bold;
}

p.menu2 {
  line-height:      inherit;
  clear:               none;
  margin-top:           0px;
  margin-left:       -140px;
  margin-right:       140px;
  text-align:          left;
  font-size:        inherit;
}

span.deaktiviert {
  color:            #888888;
}

ul {
  list-style-image: 
  url(../Images/bullet.gif);
}

