/* CSS ford unlimited */
/* letzte Aenderung: 17.06.2005 */

/* Link */

a:link {
  color:#EBEBEB;
  font-weight:bold;
  text-decoration:none;
}

/* Link, besucht */

a:visited {
  color:#EBEBEB;
  font-weight:bold;
  text-decoration:none;
}

/* Link, MouseOver */

a:hover {
  color:#CDCDCD;
  text-decoration:underline;
}

/* Link, aktiv */

a:active {
  color:#EBEBEB;
  text-decoration:none;
}

/* Allgemein */

h1 {
 font-size: 40;
}

h2 {
 font-size: x-large;
}

/* Kopf */

head {

  color:#FFFFFF;

  font-family: Comic Sans MS;
  font-size:100.01%;
  padding:0;
  margin:0;
  text-align: center;

}

/* BODY */

body {
  background-attachment:fixed;
  color:#FFFFFF;
  font-family: Comic Sans MS;
  font-size:100.01%;
  padding:0;
  margin:0;
  text-align: center;

}

/* Tabellen */

table {
 text-align: center;
}


/* Scrollbar, nur IE */

html, body, textarea {
  scrollbar-base-color:#000075;
  scrollbar-arrow-color:#000075;
  scrollbar-darkshadow-color:#000075;
  scrollbar-face-color:#000075;
  scrollbar-highlight-color:#000075;
  scrollbar-shadow-color:#000075;
  scrollbar-track-color:#000082;
}
