@import url(aktuell.css);

#inhalt {
	background-image: url(../bilder/hg_stellenangebote.jpg);
	min-height: 50em;
	height: 50em;
}

html>body #inhalt {
	height: auto;
}

#inhalt div.aktuell h3 {
	margin: 15px 0 10px 0;
	font-size: 0.8em;
	font-weight: bold;
}

#inhalt div.aktuell address {
	margin: 10px 0;
    padding: 4px 8px;
	font-size: 1em;
    color: #000;
    background-color: #C0C0C0;
    width: 18em;
}

#inhalt div.aktuell address p {
	margin: 0 0 5px;
	font-size: 0.8em;
}

#inhalt div.aktuell hr {
	clear: right;
}

