html {
	height: 100%;
	background-color: #6e6e6e;
	font-size: 10px;
	line-height: 18px;
	font-family: Verdana, Georgia, Arial, "MS Trebuchet", sans-serif;
}
a {text-decoration: underline; color: black;}
a:hover {text-decoration: none;}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url('../content/streifen.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1024px;
	height: 580px;
	margin-left: -512px;
	margin-top: -290px;
}
#content_left {
	float: left;
	margin-left: 240px;
	width: 180px;
}
#content_right {
	float: left;
	margin-left: 40px;
	width: 450px;
}
#portrait {
	margin-top: 0;
	margin-bottom: 8px;
}
