/* Alternierende Tabellenzellen: Vergleichstabelle */
#vergleichstabelle {
	border: 1px solid #666;
}

#vergleichstabelle tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #666;
}

#vergleichstabelle thead tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-bottom: 1px solid #666;
	background-color:#191919;
}

#vergleichstabelle tbody tr.selected td {
	background-color:#293A53;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	
}

#vergleichstabelle2 {
	border: 1px solid #666;
}

#vergleichstabelle2 tbody tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-left: 1px solid #666;
}

#vergleichstabelle2 thead tr td {
	font-family: "lucida grande", verdana, sans-serif;
	font-size: 8pt;
	padding: 3px 8px;
	border-bottom: 1px solid #666;
	background-color:#191919;
}

#vergleichstabelle2 tbody tr.selected td {
	background-color:#293A53;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	
}

h1 {
	line-height:normal;
}
h2 {
	line-height:normal;
}
h3 {
	line-height:normal;
}

.cart-head { font-size: 11px; border-bottom-color:#000000; border-bottom-style:inset; border-bottom-width:thin; }
.cart-body { font-size: 11px; }

.reference {
	padding:10px;
	width:140px;
	height:160px;
	float:left;
	text-align:center;
}

dl.reference dt {
	width:120px;
}

dl.reference dd {
	width:120px;
}

ul.cart li {
	font-size: 10px;
}

ul.cart li form {
	display:inline;
}