#main {
	background-image:url(images/background_tischtennis.jpg);
	background-repeat:no-repeat;
	background-position:150px 0px;
}

.Profile {
	width:620px;
	margin:auto;
	border:1px solid #555555;
	position:relative;
}

.Profile .Name {
	background-color:#333333;
	color:#f3f3f3;
	font-weight:bold;
	padding-left:10px;
}

.Profile .Links {
	background-color:#d3d3d3;
	text-align:center;
	border-bottom:1px solid #555555;
}

.Profile img {
	border-width:1px;
	float:left;
}

.Profile table {
	background-color:#555555;
}

.Profile table td {
	background-color:white;
}

.Profile .Question {
	background-color:#e6e6ee;
	border-top:1px solid #555555;
	border-bottom:1px solid #555555;
	padding-left:10px;
}

.Profile .Answer {
	padding-left:10px;
}

.Interview .Headline {
	background-color:#d3d3d3;
	border-top:1px solid #555555;
	font-weight:bold;
	padding-left:5px;
}
