
/* etwas kleiner als Normaltext */
td, .smalltext  {
	font-family: Helvetica,Arial;
	font-size: 10px;
	color: #0e1074;
}

.normal  {
	font-family: Helvetica,Arial;
	font-size: 12px;
	color: #0e1074;
}

.new {
	color: #ff0000;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

#content {
  font-family: Helvetica,Arial;
  font-size: 12px;
  color: #0e1074;
  width: 670px;
  margin: 10px 10px;
}

#footer {
  font-family: Helvetica,Arial;
  font-size: 12px;
  color: #0e1074;
  width: 670px;
  margin: 10px 10px 0px 10px;
  clear: both;
}

.slides {
  width: 670px;
}

.slidebox {
  float: left;
  margin: 5 15 10 0;
  text-align: center;
}

.slide {
}

.slide_title {
  text-align: center;
  margin: 0 0 0 0;
}


