html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: White;
	overflow: hidden;
	font-family: Tahoma, Arial, Geneva, Helvetica, sans-serif;
	color: White;
	font-size: 12px;
}
#back {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 61px;
	height: 70px;
	z-index: 90;
}
#back img {
	border: none;
}
#container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -259px;
	margin-left: -400px;
	width: 800px;
	height: 518px;	
	background-image: url(img/common/back_pm.jpg);
	background-repeat: no-repeat;
	background-position: center -50%;
}
#content {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 500px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
}
#content a:link, #content a:visited {
	color: White;
	text-decoration: underline;
}
#content a:hover {
	background-color: White;
	color: #E20F6C;
}
#navi {
	position: absolute;
	bottom: 26px;
	left: 40px;
	text-indent: 60px;
}
#navi a:link, #navi a:visited {
	color: White;
	text-decoration: none;
}
#navi a:hover {
	background-color: White;
	color: #E20F6C;
}
.aktiv {
	color: #F9F9F9;
	text-decoration: none;
}
#studio {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
}
.q {
	font-style: italic;
	font-weight: bold;
}
