
div.oo-favtab-container {
	clear:both;
	width:763px;
	border:1px solid #c2cfdf;
	border-bottom: none;
	background-color:#B90322;
}
div.oo-favtab {
	float:left;
	padding: 8px 10px 8px 10px;
	border-right:1px solid #ac4562;
}
/* Zusatzanweisung für den aktiven Karteireiter */
div.oo-favtab_active {
	background-color:#fff;
	border-bottom:1px solid #fff;
	color:#B90322;
}
/* Styleanweisung für die Links */
div.oo-favtab_active a {
	text-decoration: none;
	color:#B90322;
	font-weight:bold;
}
div.oo-favtab_inactive a {
	text-decoration: none;
	color:#FFFFFF;
	font-weight:bold;
}
/* Hovereffekt für die Links in den inaktiven Karteireitern */
div.oo-favtab_inactive:hover {
	background-color:#FFFFFF;
	text-decoration: underline;
	border-bottom: 1px solid #FFFFFF;
}
div.oo-favtab_inactive:hover a {
	color:#B90322;
	text-decoration: underline;
}
div.oo-favtab_inactive a:hover {
	color:B90322;
	text-decoration: underline;
}

.oo-td-favitem {
	width:30px;
}

tr.tr-favline:hover {
	background-color:#EFEFEF;
}
.oo-favlinksmall {
background-image: url(../img/head/arrow_blue.gif);background-repeat: no-repeat;background-position:0 3px; padding-left:7px;
font-size:10px;
color:#214a7b;
text-decoration:none;
}
.oo-favlinksmall:hover {
color:#214a7b;
text-decoration:underline;
}
.oo-favlistname {
cursor:pointer;
font-weight:bold;
text-decoration:underline;
}
.oo-favlistname:HOVER {
text-decoration:none;
}
