/* CSS Document */

/* Text */

#textbox  {
	position: absolute;
	line-height: 1.3em;
	overflow:auto;
}


/* Bilder */
#picbox {
	position: absolute;
	width: 440px;
	height: 300px;
}

#picbox img { 
	position: absolute;
	width: 210px;
	height: 140px;
}

#picbox img.a { 
	left: 0px;
	top: 0px;
}

#picbox img.b { 
	left: 230px;
	top: 0px;
}

#picbox img.c { 
	left: 0px;
	top: 160px;
}

#picbox img.d { 
	left: 230px;
	top: 160px;
}