/* Basis */
/* ------------------------------------------------- */
body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
}
h1 {
  font-size: 1.1em;
  font-weight: bold;
}
h2 {
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
h2.blau {
  background-color: rgb(204, 242, 255);
}
h2.gelb {
  background-color: rgb(250, 236, 192);
}
h2.gruen {
  background-color: rgb(235, 254, 182);
}
h2.rot {
  background-color: rgb(255, 204, 204);
}
h2.braun {
  background-color: rgb(230, 211, 184);
}
p, li {
  font-size: 0.8em;
}

/* Klassen */
/* ------------------------------------------------- */
.fett {
  font-weight: bold;
}
.klein {
	font-size: 0.6em;
}
.blautxt {
  color: rgb(51, 204, 255);
}
.gelbtxt {
  color: rgb(204, 102, 0);
}
.gruentxt {
  color: rgb(51, 190, 0);
}
.rottxt {
 color: rgb(204, 0, 0);
}
.brauntxt {
  color: rgb(102, 51, 0);
}
.special {
  text-transform: uppercase;
}
.zentriert {
  text-align: center;
}
.umfliessen {
  float:left;
  width: 50px;
  height: 50px;
  border: 0px;
  margin-top: 7px;
  margin-right: 5px;
  margin-bottom: 5px
}
.rahmen {
	border: 1px solid #808080;
}

.s-icon-top {
  width: 30px;
  height: 19px;
  border: 0px;
  vertical-align: top;
}
.s-icon-mid {
  width: 30px;
  height: 19px;
  border: 0px;
  vertical-align: middle;
}
.weiss {
	color: #FFFFFF;
}
.innenabstand {
	margin: 10px;
}
