* {
  margin: 0;
  padding: 0;
}
html{
  background-color:#fff;
  background: url(../images/background.gif) top left repeat-x;
}
body {
  font-family:Arial,Helvetica,sans-serif;
  font-weight:normal;
  text-align: center;
  font-size:82%;
}
img {
  border:none;
}

/* Text */
/* Ueberschriften */
h1 {
  font-size:135%;
  font-weight:normal;
}

h2 {
  font-size:125%;
  font-weight:bold;
  
}

h3 {
  font-size:110%;
  font-weight:bold;
}
h4 {  
  font-size:100%;
  font-weight:bold;
}

ul { margin: 0 0 10px 15px; }
li { list-style-type: disc; }

li li {
 list-style-type: disc;
}
li li li {
 list-style-type: disc;
}

/* Links */

a,a:link,a:visited
{ text-decoration:none; color:#000; }

a:focus,a:hover,a:active
{ text-decoration:underline; color:#000; }






