html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	background-repeat: no-repeat; 
	vertical-align: baseline;
	border: none; 
	font-family: Tahoma;
}
html {
	font-size: 11pt;
	overflow-x:hidden;
}
body {
	background:#FFFFFF;
}
#wrap {
	width:10080px;
	overflow:hidden;
	clear:both;
	height:550px;
	background-color:#E1E1E1;
}
#home, #about_us, #szolgaltatasaink, #kedvezmenyeink, #egeszsegpenztarak, #contact {
	float:left;
	background-color: #748aff;
	height: 478px;
	width: 1680px;
}

a{
	outline: none;	
	text-decoration: none;
	font-weight:bold;  
}
#menu {
	width: 100%;
	float: left;
	height: 120px;
}

#menu ul {
	position:fixed;
	float: right;
	top:0;
	left: 300px;
	line-height:120px;
}
#menu li {
	float: left;
	display:inline;
	margin:0 7px;
	text-align: right;
	font-size: 10pt;
}
#menu li a{
	color:#6c7782;
	letter-spacing: 1px;
}
.logo {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 120px;
}

#footer {
	font-family: Verdana;
	margin-top: 100px;
	color: #ffffff;
	float: left;
}

h2{
	font-weight: normal;
	color: #FFFFFF;
	font-size: 28px;
	margin-bottom: 30px;
	margin-right: 30px;
	text-align: left;
}

p{
	font-weight: normal;
	line-height: 150%;
}

.text {
	width: 450px;
	font-family: Verdana;
	margin: 25px 0 0 45px;
	float: left;
	color : #1e1e28;
	text-align: justify;
}

#penztarak {
	width: 603px;
	height: 478px;
	background-color: #FFFFFF;
	padding-left: 55px;
	float:left;
}







.container {
	float: left;
	margin: 0 auto;
}

#homeslides {
	margin: 0 0 0 50px;
}


#slides {
	margin: 0 0 0 50px;
}

/* For smartphones */
@media (max-width: 480px) {
	.container {
		width: 480px;
	}
}

/* For tablets & smart phones */
@media (max-width: 700px) {
	#menu ul {
		line-height:20px;
	}
}

/* For tablets & smart phones */
@media (min-width: 700px) and (max-width: 852px) {
	.container {
		width: 758px;
	}
	#menu ul {
		line-height:40px;
	}
}

/* For smaller displays like laptops */
@media (min-width: 852px) and (max-width: 1040px) {
	.container {
		width: 758px
	}
	#menu ul {
		line-height:50px;
	}
}

/* For larger displays */
@media (min-width: 1040px) {
	.container {
		width: 758px
	}
}