.teaserBox .csc-textpic-text,
.currentSubNav {
	background:#faee48;
}

.teaserBox .csc-textpic-text *,
.currentSubNav li a {
	/*color:#807810;*/
	color:#777;
}

.content .teaserBox h1,
.content .teaserBox a {
	color:#555;
}

/*
.currentSubNav li {
	border-bottom:1px solid #e3d407;
	background-color:transparent;
	background-image:none;
}
*/

.currentSubNav li.current {
	background-color:#EFE10E;
}

.mainInner1 a,
.content h1 {
	/*color:#807810;*/
	color:#555;
	border-bottom-color:#807810;
}

.mainInner1 ul li {
	background-image:url(../images/bg_li_yellow.gif);
	background-position:0 5px;
}

.content {
	background-image:url(../images/contentbgbtm_yellow.gif);
}

.cite .csc-textpic-text {
	background-image:url(../images/cite_yellow.gif);
}

/* Karte tooltip gelb */
#cvi_tooltip {
	display:none;
	position:absolute;
	padding:4px 8px;
	color: #666666;
	text-shadow: white 0px 1px 0px;
	background: #ffdd00;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)), to(rgb(255,224,0)));
	background-image: -moz-linear-gradient(top, rgb(255,255,255), rgb(255,224,0));
	font: 100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid orange;
	max-width: 240px;
	min-width: 30px;
	border-radius: 8px;
	-moz-border-radius: 8px;	
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-moz-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	-webkit-box-shadow: rgba(40,20,0,.66) 0px 0px 8px;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
}
#cvi_tooltip  b {color: #333333; }
#cvi_tooltip  i {font-family: Times, serif; }
#cvi_tooltip  big {text-transform: uppercase; }
#cvi_tooltip  hr {
	color: orange; 
	border-color: orange; 
	background-color: orange; 
}



