/* ALGEMEINE EIGENSCHAFTEN */
body {
  border: 1px dotted #FAFAD2;
  margin: 0px auto;
  width: 850px;
}

/* FIELDSET & LEGEND */
fieldset, legend {
  display: block;
  border: 1px dotted #FAFAD2;
  background-image: url(http://www.feierabendbude.de/kidchat/mitte.jpg);
  margin: 5px;
}

legend {
  font-weight: bold;
  padding: 5px;
}

/* DIV */
div {
  overflow: visible;
}

.clear {
  float:clear;
}

/* TABLES */
table {
  width: 100%;
  text-align: justify;
}

th {
  font-weight: bold;
  font-size: 110%;
}

.numeric {
  text-align: right;
  width: 1px;
}

.little {
  width: 1px;
}

/* INPUT, TEXTAREA */
input, textarea {
  width: 200px;
}


/* AUFZÄHLUNGEN */
ul {
  margin: 0px;
  padding-left: 20px;  
}

li {

}

ul.liegend {
  padding: 0px;
  margin: 0px;
}

ul.liegend li {
  float: left;
  list-style-type:none;
  margin: 3px;
  padding: 0px;
}CSS: Ausrichtung

Code:
