ul.nav3rd, ul.nav3rd li {
	list-style-type: none;
}

ul.nav3rd a {
	color: #666666;
	background: #D9D9D9;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	padding-left: 20px;
	display: block;
	margin-top: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.nav3rd a:hover {
	color: #CC0226;
}

#produktliste {
	width: 497px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}

#verkehrstechnik {
	width: 263px;
	height: auto;
	float: left;
}

#energietechnik {
	width: 262px;
	height: auto;
	float: left;
}

#park_und_kontrollsysteme {
	width: 263px;
	height: auto;
	float: left;
}

.produkt {
	width: 100%;
	height: auto;
	/*border-bottom: 2px solid black;*/s
}

.produkt_bild {
	width: 150px;
	padding-right: 20px;
	float: left;
}

.produkt_text {
	width: 325px;
	float: right;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	text-align: justify;
}

#produktliste h2.produkt_headline {
	width: 325px;
	float: right;
	color: black;
	font-size: 16px;
}

p.produkt_link a {
	width: 325px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;	
	font-size: 12px;
	float: right;
}

p.produkt_link a:hover {
	font-weight: bold;
	color: #CC0226;
	text-decoration: none;	
}

hr {
	clear: both;
	width: 100%;
	height: 1px;
}
