@charset "utf-8";
<!-- Allgemeine Farbeinstellungen, für alle Seiten -->
/* Allgemeine Grundeinstellungen für amdus.de


Body {background-color: "#000000"}
 */
P {
  font-family: Comic, Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height: 100%;
}

h1 {
  color:#000000;
  font-family: Comic, Verdana, Arial, sans-serif;
  font-weight:bold;
  font-size:14px;
}
h2 {
  color:#000000;
  font-family: Comic, Verdana, Arial, sans-serif;
  font-size:20px;
}




body {
  color:       #999999;
  background:  #FCCF54;
}



#startseite {
  color:       #999999;
  background:  #FFFFFF;
}

#boxView {
  display:  block;
}
#boxHide {
  display:  none;
}



.sample, .sample:link, .sample:visited {
  background-image:     url(image.jpg);
  background-position:  0% 0%;
}
.sample:hover {
  background-image:     url(image.jpg);
  background-position:  0% 50%;
}
