@charset "utf-8";
p {
  display: inline;
}
.clear {
  clear: both;
  height: 20px;
  display: block;
}
#footline {
  clear: both;
  display: block;
  height: 6px;
}
.image_right {
  float: right;
  width: 113px;
	height: 85px;
}
.image_left {
  float: left;
  width: 85px;
	height: 113px;
	margin-right: 10px;
}
a.firmenbus {
	cursor: pointer;
	cursor: hand;
	position: absolute;
  background: url(../gfx/ueber_uns/thumbs/firmenbus.jpg);
	width: 113px;
	height: 85px;
}
a.firmenbus:hover {
  cursor: pointer;
	cursor: hand;
	position: absolute;
  width: 113px;
	height: 85px;
	background: url(../gfx/ueber_uns/thumbs/firmenbus.jpg) -113px 0;
}
a.stefan_ried {
	cursor: pointer;
	cursor: hand;
	position: absolute;
  background: url(../gfx/ueber_uns/thumbs/stefan_ried.jpg);
	width: 85px;
	height: 113px;
}
a.stefan_ried:hover{
  cursor: pointer;
	cursor: hand;
	position: absolute;
  width: 85px;
	height: 113px;
	background: url(../gfx/ueber_uns/thumbs/stefan_ried.jpg) 0 -113px;
}
a.christian_ried {
	cursor: pointer;
	cursor: hand;
	position: absolute;
  background: url(../gfx/ueber_uns/thumbs/christian_ried.jpg);
	width: 85px;
	height: 113px;
}
a.christian_ried:hover{
  cursor: pointer;
	cursor: hand;
	position: absolute;
  width: 85px;
	height: 113px;
	background: url(../gfx/ueber_uns/thumbs/christian_ried.jpg) 0 -113px;
}
