/* CSS Document für den Index der Ausstellungen */

#ausstellung-box
{
	width:750px;
	height:auto;
	float:left;
	margin-top:20px;
}

#ausstellung-box p
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin-top:0px;	
}

#ausstellung-box:hover p
{
	font-family: Helvetica, Arial;
	font-size: 14px;
	color: #000000;
	margin-top:0px;	
}

#ausstellung-img-1
{
	width:150px;
	height:100px;
	float:left;
	margin-left:0px;
	margin-right: 5px;
}

#ausstellung-img-2
{
	width:150px;
	height:100px;
	float:left;
	margin-left:5px;
	margin-right: 5px;
}

#ausstellung-img-3
{
	width:150px;
	height:100px;
	float:left;
	margin-left:5px;
	margin-right: 5px;
}

/* CSS Document für die Einzelbeiträge der Ausstellungen */

#ausstellung-beitrag-box
{
	width:750px;
	float:left;
}

#ausstellung-beitrag-img
{
	width:280px;
	height:auto;
	float:left;
	margin-top: 15px;
}

#ausstellung-beitrag-img img
{
	padding-bottom: 10px;
}

#ausstellung-beitrag-text
{
	width:460px;
	height:auto;
	float:left;
	margin-left: 10px;
}
