/* ################################################################ */    
/* adjustments */


.ampel
{
	float: left;
	width: 20px;
	margin-right: 10px;
}

.ampel_small
{
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	margin-top: 3px;
}

.ampel_esiaxe
{
	width: 20px;
	margin-left: 9px;
}

.gruen
{
	background-color: #090;
}

.gelb
{
	background-color: #ff0;
}

.rot
{
	background-color: #f00;
}