@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
}

.container {
	position: absolute;
	left: 50%;
	width: 1024px;
	height: 768px;
	background-color: ##FFF;
	margin-left: -480px;
	opacity: 50;
}

.content {
	position: absolute;
	top: 20px;
	width: 900px;
	height: 620px;
	background-color: #FFF;
	text-align: justify;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

.home {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 500px;
	height: 86px;
	margin-top: -43px;
	margin-left: -250px;
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
}

#info {
	position: absolute;
	top: 50px;
	line-height: 29px;
	width: 780px;
}

#frage {
	position: absolute;
	top: 40px;
	line-height: 29px;
	width: 250px;
}

#antwort {
	position: absolute;
	top: 40px;
	left: 250px;
	line-height: 29px;
	width: 500px;
}

#jahre {
	position: absolute;
	top: 40px;
	line-height: 29px;
	width: 250px;
}

#stellen {
	position: absolute;
	top: 40px;
	left: 250px;
	width: 774px;
	line-height: 29px;
}

#portrait {
	position: absolute;
	top: 69px;
	left: 784px;
	line-height: 29px;
}

#text {
	position: absolute;
	top: 640px;
	width: 1024px;
	height: 90px;
	color: #333;	
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 2;
}

.blocksatz {
	text-align: justify;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #333;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0;
	margin: 0;
}

hr {
	size: 2;
	height: 2px;
	color: #FFF;
	line-height: 2px;
	margin: 0 auto;
}