/* css by Sandra Hundacker, http://www.hundertmorgen.de/ */
/* All associated graphics copyright 2004, Sandra Hundacker */
/* Added: Nov. 22nd, 2004 */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the
designer's written permission. However, feel free to study the CSS and use
techniques you learn from it elsewhere. */



/* ________________ general ________________ */

*{
	 margin:0;
	 padding:0;
	 background-repeat:no-repeat;

}

body{
	margin:0;
	padding:23% 0% 0% 0%;
	text-align:center;
	height:100%;

}

#startcontainer{
	width: 600px;
	height:60%;
	margin:auto;
	padding : 0px;
	overflow:auto;
}



p span{
	display:block;
	padding:0 22px 22px 22px;
	z-index: 2;
}

.extraDiv {
	margin-left: 20px;
	width:100px;
	height:180px;
	float: left;
	z-index:1; 
	background-image:url(../images/bohnen.jpg);
}

/* \*/ * html body .extraDiv { margin-left: -5px; } /* */


#divZoom {
	width: 70%;
	height:50px;
	margin: auto;
	padding-top: 40px;
	padding-left: 5px;

}

/* \*/ * html body #divZoom { padding-left: 0px; padding-right: 90px;  width:60%; } /* */


img {
	border: none;
}



