@charset "iso-8859-1";
body {
  background: #ffffff;
  text-align: center;
}

p, div, td, form, input, textarea {
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

  
a {
  color: #ffffff;}
   

<!--noch nicht besuchte Ziele a:link {color: #ffffff;}-->
   
<!--Verweise bei "MouseOver"--> 
a:hover {
  background: #999999;
  color: #ffffff }
  
<!--Angeklickte Verweise a:active {font-weight: bold;}-->
 
a:hover img {
  background: #ffffff;
}

#main {
  text-align: right;
}

#topcontent {
  text-align: right;
}
#topcontainer {
  text-align: left;
}

#bottomcontent {
  text-align: right;
}
#subnavi a {
  text-decoration: none;
  vertical-align: middle;
}

#navi {
  text-align: right;
  line-height: 18px;
  vertical-align: middle;
}
#navi a {
  text-decoration: none;
}

#next {
  text-align: right;
}

.attrname {
  text-align: left;
}
.attrvalue {
  text-align: left;
}

.formcell1 {
  text-align: right;
}
.formcell2 {
  text-align: left;
}

.textfield {
  background: #ffffff;
}
.textfieldfocus {
  background: #eeeeee;
  color: #999999;
}
.button {
  
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  color: #ffffff;
  font-weight: bold;
}

.button2 {
  
  color: #000000;
  font-weight: normal;
  text-decoration: none;
  cursor: pointer;
}
.button2:hover {
  color: #000000;
  font-weight: bold;
}


.uc {
  text-transform: uppercase;
}
