* {   
	font-size: 24px;
	font-family: 'Trebuchet MS';
}

body {
	background-image: url('images/minden.png');
	background-size:cover;
	background-position:center;
	margin:0px;
	padding:0px;
}

.minden {
	position:absolute;
	background-color:#ffffff;
	width:700px;
	height:400px;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-350px;
	overflow:hidden;
	box-shadow: 3px 3px 8px #aaaaaa;
}

.profilkep {
	background-color:red;
	width:200px;
	height:350px;
	background-image: url('images/fokep.jpg');
	background-size:cover;
	background-position:center;
	float:left;
}

.bemutatkozas {
	float:left;
	width:500px;
	height:350px;
}

.bemutatkozas h2 {
	text-align:center;
}

.bemutatkozas p {
	margin:10px 10px 10px 10px;
	text-align:justify;
}

.lablec {
	float:left;
	height:50px;
	width:100%;
	background-color: #ff6961;
	color:#ffffff;
	text-align:center;
	line-height:50px;
}

.lablec img {
	height:30px;
	margin-top:10px;
	margin-left:5px;
	margin-right:5px;
}