.nichthervorheben .hervorheben {background:#F4F4F4;}
.jetzthervorhebena .hervorheben {background:#0687CC;}
.jetzthervorhebenb .hervorheben {background:#00D200;}
.jetzthervorhebenc .hervorheben {background:#FF8000;}

body {
	font: 78.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	word-spacing:2px;
	color:#444;
	margin:5px;
	
}



input {


	font: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;

}




h2 {
	font:170% Arial;
	color:#79B933;
	border-bottom:2px solid #f6f6f6;
}

h2 a {
	/* color:#79B933; */
	color: #1889c4;
	text-decoration:none;
}

h2 a:hover {
	color: #5fa7cf;
}



a {
	color:#222;
}

a:hover {
	text-decoration:none;
}

h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}



img {
	padding:1px;
	border:0px;
}






blockquote p {
	font:160% Georgia;
	color:#aaa;
	padding:0 10% 0 0;
	line-height:30px;
}


/* Tooltip */
a.tooltip,
a.tooltip:link,
a.tooltip:visited,
a.tooltip:active {
position: relative;
text-decoration: underline;
font-style: bold;
border-bottom:0px dotted #4dbcf3;
}
a.tooltip:hover {
background: transparent;
z-index: 100;
}
a.tooltip span {
display: none;
text-decoration: none;
}
a.tooltip:hover span {
display: block;
position: absolute;
top: 30px;
left: 0;
width: 148px;
z-index: 100;
color: #000000;
border: 1px solid;
border-color: #FFFFFF #D5D7DB #D5D7DB #FFFFFF;
border-left: 4px solid #FED801;
padding: 2px 10px 2px 10px;
background: #EEEEEE;
font-family: Verdana, Arial, Helvetica, Sans-serif;
font-style: Normal;
font-size: 80%;
text-align: left;
}

