a.info { border-bottom: 1px dashed #2B6475;
	text-decoration: none;
}
a.info:hover { cursor: help;
	      background: #E9E9E9;
}
a.info span { visibility: hidden;
	     position: absolute;
	     left: 10em;
 	     margin-top: 1em;
	     padding: 1em;
	     text-decoration: none;
}
a.info:hover span { visibility: visible;
	    border: 1px solid #2B6475;
	    color: ##000000;
	    background: #DBEDF2;
}


.einrahmen {border-left: 1px solid #2B6475;
	border-right: 1px solid #2B6475;
	width: 60%;
	align: center;
	text-align: center ;
	padding-left: 5px;
	padding-right: 5px;
         background-color: #E9E9E9;
}

#jobs {	display: block;
         background-color: #DBEDF2;
	overflow: auto;
         text-align: center;
         margin: 0 auto;
}


#banner {position: absolute;
	top: 650px;
	width: 120px;
         height: 60px;
         background-color: #CCFFFF;
	float: left;
}