/** Spezielle CSS Anweisungen, die nur auf der Index Seite vorkommen */

div.rahmenH	{
	width:162px;
	height:212px;
	background-color: #AA0000;
}

div.rahmenQ	{
	width:212px;
	height:162px;
	background-color:#AA0000;
}

img.foto	{
	border-width:5px;
	border-style:solid;
	border-color:#FFFFFF;
	margin:1px;
}

/** Reihe fuer Elemente */
div.row	{
	width:800px;
	height:212px;
	margin-top:60px;
	float:clear;
}

/** Eingangstext */
div.text	{
	margin-top:15px;
	margin-left:100px;
	width:460px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	float:left;
}

ul	{
	list-style-type:circle;
	line-height:20px;
}

div.pic1	{
	float:left;
}

div.space60	{
	padding-left:45px;
	float:left;
}

div.pic2	{
	float:left;
}

div.pic3	{
	margin-top:50px;
	margin-left:70px;
	float:left;
}

div.pic4	{
	margin-left:70px;
	float:left;
}