/* ©2008 MagicToolbox.com. To use this code on your own site, visit http://www.magictoolbox.com */

/* CSS class for thumbnail link <A> */
.MagicThumb {
    cursor: url(cursor/zoomin.cur), pointer;
    outline: none;
}

/* CSS class for the thumbnail link <A> when the big image is zoomed */
.MagicThumb-zoomed { cursor: default; }

/* CSS class for span inside the thumbnail <A> */
.MagicThumb span { display: none; }

/* CSS class for the thumbnail image */
.MagicThumb img { border: 0px solid #000000; outline: none; }

/* CSS class for the big image while zooming */
.MagicThumb-image { border: 0px solid #000000; outline: none; }

/* CSS class for the zoomed big image */
.MagicThumb-image-zoomed { cursor: url(cursor/zoomout.cur), pointer; }

/* CSS class for the caption under the big zoomed image */
.MagicThumb-caption {
    color: #f1dd8d;
    background-color: #000000;
    border: 0px solid #000000;
    border-top: none;
    font-family: AppleGaramond-Light;
    font-size: 11px;
    padding: 8px 16px;
}

/* CSS class for the control bar */
.MagicThumb-controlbar {
	display: block;
	height: 18px;
}

.MagicThumb-controlbar a {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0px 1px;
	outline: none;
	float: left;
	overflow: hidden;
}

.MagicThumb-controlbar a span {
	display: block;
	width: 1000px;
	height: 1000px;
	background: transparent url(graphics/controlbar.png) no-repeat 0 0;
	outline: none;
	position: absolute;
	left: 0px;
	top: 0px;
}

/* CSS class for the loading message box */
.MagicThumb-loading {
	border: 1px solid #000000;
	background: #ffffff url(graphics/loader.gif) no-repeat 2px 50%;
	padding: 2px 2px 2px 22px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	font-size: 8pt;
	font-family: sans-serif;
}

.box1
  {
  background         : transparent;
  width              : 760px;
  height             : 150px;
  float              : left;
  margin-left        : 0px;
  margin-top         : 0px;
  background-image: url(laufband.png);
  background-repeat: no-repeat;
  }

.box2
{
  background         : transparent;
  width              : 760px;
  height             : 215px;
  float              : left;
  margin-left        : 0px;
  margin-top         : -8px;
  background-image: url(dom-laufband.png);
  background-repeat: no-repeat;
  }
  
.box3
  {
  background         : transparent;
  width              : 800px;
  height             : 180px;
  }
 
 .box4
  {
  background         : transparent;
  width              : 54px;
  height             : 161px;
  float              : left;
  margin-left        : 688px;
  margin-top         : 0px;
  background-image: url(Begrenzerrechts.png);
  background-repeat: no-repeat;
  } 
  
  .box5
  {
  margin-top         : 10px;
  margin-left        : 37px;
  position: inherit;
    visibility: inherit;
    }  
