
body {
	background-color: rgb(0,196,49);
	padding-top: 60px;
	padding-left, padding-right: 12px;
	font-family: Arial,Helvetica;
	font-size: 1em;
	transition: 4s all;
	}

#menusor {
	background-color: #fff;
	width: 100%;
	transition: 1s all;
}
#kiadvanyok {
	display: inline-block;
	width: 80%;
	}
	
#kontakt {
	float: right;
	display: block;
}

#tartalom {
	width: 100%;
	background-color: #fff;
	display: inline-block;
	transition: 1s all;
}

#infodoboz {
	width: 48%;
	background-color: #666;
	display: inline-block;
	float: left;
	padding-bottom: 40px;
	padding-right: 40px;
	min-height: 600px;
	transition: 1s all;
}

#info {
	margin-top: 40px;
	display: inline-block;
	background-color: #333;
	width: 400px;
	color: #ccc;
	transition: 1s all;
}

#email {
	text-decoration: none;
}


#kepek {
	width: auto;
	display: inline-block;
	padding-left: 0px;
	height: 100%;
	float: left;
	transition: 3s all;
}

#mobilkepek {
	width: auto;
	display: none;
	padding-left: 0px;
	float: left;
	transition: 3s all;
}

#mobilkiskep {
	width: 420px;
}
a:link {
	color: #9abfda;
}

a:visited {
	color: #9abfda;
}

a:active {
	color: #aee3e2;
}

#infodoboz a:hover {
	text-decoration: none;
}
.diobelek {
	border: 3px solid #9abfda;
	height: 30px;
	width: 30px;
	margin-left: 0px; 
}

.felsorolas1 {
	background-color: rgb(199,109,109);
	color: rgb(249,239,239);
}

.felsorolas2 {
	background-color: rgb(249,239,239);
	color: rgb(199,109,109);
}


.spr {
	cursor: pointer;
}

.kepek {

	border: 1px solid; 
	width: 60px; 
	height: 60px; 
	margin-left: 3px;
}

.ikonok {
	height: 50px;
}

@media screen and (max-width: 900px) {
#kontakt {
	display: none;
}

#kepek {
	display: none;
}

#mobilkepek {
	width: auto;
	display: inline-block;
	padding-left: 0px;
	float: left;
	transition: 3s all;
}

#mobilkiskep {
	width: 300px;
}


#infodoboz {
	width: 100%;
}

}