#hometop {
	background-image: url(images/hometop.png);
	background-repeat: repeat-x;
	background-position: center top;
	border-bottom: 4px solid #30425a;
	padding-bottom: 15px;
}
#hometop-2 {
	padding: 0 0 10px 0;
	border-bottom: 4px solid #30425a;
}
#hometop1 {
	padding: 60px 0 0 50px;
	font-size: 34px;
	color:black;
}
#hometop2 {
	padding: 35px 0 0 10px;
	margin-right: 250px;
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	color:#834E98;
}
#hometop3 {
	margin: 70px 430px 0 0;
	padding-top: 10px;
	font-size: 26px;
	text-align: right;
	color: black;
	border-top: 4px solid #30425a;
}
#hometop4 {
	position: absolute;
	left: 50%;
	top: 45px;
	margin-left: 250px;
}

#homecenter {
	position: relative;
	text-align: center;
	background: url(images/bg_08v2.jpg) center top no-repeat;
	background-size: 100%;
}
#homecenter1 {
	font-family: Arial;
	font-size: 70px;
	display: inline-block;
	margin: 300px 0 100px 0;
	padding: 20px 0;
	color: #30425a;
	font-weight: bold;
	border-top: 4px solid #30425a; 
	border-bottom: 4px solid #30425a;
	cursor: pointer;
	text-shadow: 0 0 3px #fff;
	/*text-shadow: 2px  2px #30425a;*/
}

#homebottom {
	background: white;
	border-top: 4px solid #30425a;
}

#green{
	width: 295px;
	height: 60px;
	background-color: #4BAC42;
	float: left;
	margin: 20px 30px 0 20px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#purple{
	width: 295px;
	height: 60px;
	background-color: #834E98;
	float: left;
	margin: 20px 30px 0 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#blue{
	width: 295px;
	height: 60px;
	background-color: #0089CF;
	float: left;
	margin: 20px 30px 0 0;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.szoveg{
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0px 0 0;
	text-transform: uppercase;
}

#greenszoveg{
	width: 295px;
	float: left;
	text-align: left;
	color: black;
	font-size: 18px;
	margin: 10px 30px 0 20px;
}
#purpleszoveg{
	width: 295px;
	float: left;
	text-align: left;
	color: black;
	font-size: 18px;
	margin: 10px 30px 0 0px;
}
#blueszoveg{
	width: 295px;
	float: left;
	text-align: left;
	color: black;
	font-size: 18px;
	margin: 10px 30px 0 0px;
}

.title-text {
	padding: 20px 0 0 20px;
	font-size: 23px;
	color: #30425A;
	font-weight: bold;
	text-transform: uppercase;
}

#home-tovabb {
	text-align: center;
}
#home-tovabb a {
	color: #4BAC42;
	font-size: 25px;
	font-weight: bold;
}

.fooldal-kep {
	width: 180px;
	margin: 10px 10px 0 10px;
	float: left;
	text-align: center;
}
.fooldal-kep img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #30425a;
	margin-bottom: 10px;
}