/*CSS der Einstiegsseite*/

/* CSS Reset */
* { margin:0; padding:0; }

.bilderbox{
	background-color:#fff;
	width:250px;
	height:250px;
	float:left;
	margin-right:20px;
	}
	
.bilderbox_ende{
	background-color:#fff;
	width:250px;
	height:250px;
	float:left;
	}

.bilder{
	width:230px;
	height:230px;
	margin:10px auto;
	}

.text{
	text-align:center;
	width:250px;
	height:80px;
	float:left;
	margin-top:20px;
	margin-right:20px;
	}
	
.text_ende{
	text-align:center;
	margin-top:20px;
	width:250px;
	height:80px;
	float:left;
	}

.zeigtext{
	display:none;
	}

.neuladen{
	background-color:#fff;
	color:#336699;
	padding:5px;
	width:auto;
	}