/* ?usserer div um Einzelartikel */
.grea
{
	width: 790px;
	height:100%;
}
/* innerer div um Einzelartikel Links */
.greil
{
	float:left;
	width: 385px;
	border-right:5px groove #000000;
	height:100%;
}
/* innerer div um Einzelartikel Rechts */
.greir
{
	width: 385px;
	float:right;
	height:100%;
}
/* div um Einzelartikel*/
.ea
{
	width: 385px;
}
/* div um Bild Einzelartikel*/
.eabld
{
	width: 180px;
	float:left;
}
/* div um Text Einzelartikel*/
.eatxt
{
	width: 205px;
	float:right;
}
/* div Hersteller oben*/
.kohst
{
	width: 100px;
	float:left;
	vertical-align: middle;
}
.kohst.img
{
	width: 100px;
}
/* div GTS-Bild oben*/
.gts
{
	float:left;
}
.vnavil
{
	float:left;
}
.vnavir
{
	float:right;
}
ul#nav { 
	list-style:none; 
	width:980px; 
	/*background:blue url("../Bilder/leiste.PNG") repeat-x; */
} /* Ul kann auch wie ein Div formatiert werden */
ul#nav li { 
	float:left; 
} /* Listen Elemente floaten, horizontal ausrichten */
ul#nav:after { 
	content:"."; 
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
} /* Float beenden - Easy Clearing */
.blue
{
	text-align:center;
	color:#0000ff;
	font-weight:bold;
}
