@media (min-width: 768px) { 
body {
	background: url('bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

h1 {
	color: red;
}

p {
	font-size: 22px;
	line-height: 2;
}

.container {
	width: 841px;
	margin: 50px auto;
	border: 2px solid red;
	background: white;
	text-align: center;
	opacity: 0.9;
	padding: 20px 40px 20px 40px;
}

.balszoveg {
	width: 45%;
	float: left;
	font-size: 20px;
	line-height: 2;
}

.jobbszoveg {
	width: 45%;
	float: left;
	font-size: 20px;
	line-height: 2;
}

.jobbszoveg {
	width: 45%;
	float: right;
}

.buttona {
	display: block;
	padding: 10px;
	background: black;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.voros {
	color:	red;
}

.hirdetes_fent {
	text-align: left;
	border-bottom: 1px dotted black;
	margin-bottom: 20px;
}

.hirdetes_lent {
	text-align: left;
	border-top: 1px dotted black;
	margin-top: 20px;
}

.inner_ad {
   text-align: center;
 }
 }


@media (max-width: 767px) { 
body {
	background: url('bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;	
}

h1 {
	color: red;
}

p {
	font-size: 22px;
	line-height: 2;
}

.container {
	width: 95%;
	margin: 0px
	border: 2px solid red;
	background: white;
	text-align: center;
	opacity: 0.9;
	padding: 10px 10px 10px 10px;
	overflow: hidden;
}

.balszoveg {
	width: 100%;
	font-size: 20px;
	line-height: 2;
}

.jobbszoveg {
	width: 100%;
	font-size: 20px;
	line-height: 2;
}


.buttona {
	display: block;
	padding: 10px;
	background: black;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.voros {
	color:	red;
}

.hirdetes_fent {
	text-align: left;
	border-bottom: 1px dotted black;
	margin-bottom: 20px;
}

.hirdetes_lent {
	text-align: left;
	border-top: 1px dotted black;
	margin-top: 20px;
}

.inner_ad {
   text-align: center;
 }
 }