* {
  margin: 0;
  padding: 0;
  border:none;
}
html{
  background-color:#fff;
  background-image:url(../img/background.gif);
  background-repeat:repeat-x;
}
body {
  font-family:Arial,Helvetica,sans-serif;
  font-weight:normal;
  font-size:.8em;
  text-align: center;
}
html td {font-size:.8em;}

/* Textfarben*/
.weiss {
  color:#000068;
  }
.grau {
  color:#b6b6b6;
}
.fett {
  font-weight:bold;
}
.klein {
  font-size:.8em;
}


/* Text */
/* Ueberschriften */
h1 {
  font-size: 1.6em;
  font-weight:bold;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 1.2em;
  font-weight:bold;
  margin: 20px 0 10px 0;
}

h3 {
  font-size: 1em;
  font-weight:bold;
  margin: 0;
}
h4 {  
  font-size: 1em;
  font-weight:bold;
  margin: 20px 0 0 0;
}
.oben20unten10 {
  margin: 20px 0 10px 0; 
}


p  { margin: 0 0 10px 0; }
ul { margin: 0 0 10px 20px; }
li { list-style-type: square; }

li li {
 font-size: 100%;
 list-style-type: square;
}
li li li {
 list-style-type: square;
}

img {
  border:0;
}

/* Floating */
.clearright { clear:right; }
.clearleft  { clear:left; }
.clearboth  { clear:both; }
div.clear   { clear: both; height: 0;line-height:0;border:1px solid #00ff00;}


/* Table */
table      { border-collapse:collapse; }
.bottom    { vertical-align:bottom; }
.middle    { vertical-align:middle; }
.center    { text-align:center; }
.right     { text-align:right; }

/* Links */

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

a:focus,a:hover,a:active
{ text-decoration:underline; color:#000; }

a.weiss,a.weiss:link,a.weiss:visited
{ text-decoration:none; color:#000068; }

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

a.imtext,a.imtext:link,a.imtext:visited
{ text-decoration:underline; color:#000; }

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





