html, body {
	color: white;
	font-size: 88%;
	font-family: "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #f1f1f1;
	text-align: center;
	margin: 0;
	padding: 0;
	text-shadow: black 0 0 3px;
}

#container {
	background-color: #f1f1f1;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 938px;
	min-height: 100%;
}

#medienwelt, #mediensysteme {
	display: block;
	width: 938px;
	height: 295px;
	margin: 0;
	background: url(/bilder/mw-hg.png) repeat-x;
	padding: 0;
	position: relative;
	clear: both;
	float: left;
	overflow: hidden;
}

#mediensysteme {
	background-image: url(/bilder/ms-hg.png);
	height: 296px;
}

h1 {
	border-style: none;
	height: 40px;
	background: url(/bilder/titel.png) no-repeat;
	text-indent: -9000px;
	margin: 25px 0 0;
	overflow: hidden;
	font-size: 1em;
}

img.foto {
	float: left;
	margin: 0;
	padding: 0;
	border-style: none;
	border-width: 0;
}

img.button {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 55px;
	bottom: 28px;
	display: block;
	border-style: none;
	border-width: 0;
}

h2, p {
	line-height: 1.5em;
	padding: 0;
	font-size: 1.05em;
	margin: 0.6px 0 0.6em 676px;
	opacity: 0.99;
}

h2 {
	font-weight: bold;
	padding-top: 1em;
	font-size: 1.45em;
	margin-top: 8px;
}

.info {
	display: block;
	position: absolute;
	top: 0;
	left: -1000px;
	overflow: hidden;
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}

.abschluss {
	clear: both;
	display: block;
	height: 5px;
}