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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* */

/* sötét: #734c8f; */
/* világos: #b88acf; */

a, a:visited {
	color: #efe6f2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #efe6f2;
	font-size: 14px;
}

#headerContainer {
	background: #734c8f;
	height: 100px;
}

header {
	width: 960px;
	margin: 0 auto;	
}

#logo {
	margin-top: 35px;
	margin-left: 50px;
}

#navContainer {
	background: #b88acf;
	height: 40px;
}

nav {
	width: 860px;
	margin: 0 auto;
	padding: 10px 50px 0px;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
}

nav a {
	margin-right: 50px;
	text-shadow: 1px 1px 1px #000000;
}

#navSelected {
	width: 960px;
	margin: 0 auto;
}

.navBg {
	height: 40px;
	position: relative;
	float: left;
}

#sel1 {
	width: 152px;
	top: -30px;
	left: 33px;
	background: url(images/nav_sel_1.png) top left no-repeat;
}

#sel2 {
	width: 172px;
	top: -30px;
	left: 53px;
	background: url(images/nav_sel_2.png) top left no-repeat;
}

#sel3 {
	width: 93px;
	top: -30px;
	left: 71px;
	background: url(images/nav_sel_3.png) top left no-repeat;
}

#sel4 {
	width: 119px;
	top: -30px;
	left: 89px;
	background: url(images/nav_sel_4.png) top left no-repeat;
}

.navSelected {
	color: #734c8f;
	position: relative;
	top: 2px;
}

article {
	width: 860px;
	margin: 0 auto;
	padding: 40px 50px;
}

h1 {
	color: #734c8f;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	color: #734c8f;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 25px;
}

.subheader {
	font-size: 14px;
}

article img {
	float: left;
	margin-bottom: 5px;
	margin-right: 25px;
	border: 8px solid #FFFFFF;
	box-shadow: 3px 3px 3px #c4adcc;
}

article p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #625c66;
	line-height: 1.5em;
	margin-bottom: 20px;
}

.masszazsClass {
	overflow: hidden;
	margin-top: 40px;
}

#map {
	margin-bottom: 50px;
}

table {
	margin-left: 50px;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, sans-serif;
}

td {
	height: 20px;
	text-align: center;
}

#footerContainer {
	clear: both;
	background: #b88acf;
	height: 40px;
}

footer {
	width: 860px;
	margin: 0 auto;
	padding: 0px 50px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.leftAlign { text-align: left; padding-top: 15px; }
.rightAlign { text-align: right; margin-top: -12px;}

.floatLeft { float: left; }
.floatRight { float: right; }

.hdr { padding: 10px; color: #625c66; height: 50px; background: #e2c2f2;}
.sel { padding: 10px; color: #625c66; width: 250px; height: 50px; text-align: left; background: #e2c2f2; }
.val { padding: 10px; color: #734c8f; width: 125px; height: 50px; background: #eadaf2; border-bottom: 1px solid #e2c2f2; }
.csel { color: #625c66; width: 125px; height: 40px; text-align: left; }
.cval { color: #734c8f; width: 400px; height: 40px; text-align: left; }

.clear { clear: both; }

.miniP {
	margin-bottom: 10px;
	font-size: 14px;
	font-family: Arial;
	font-style: italic;
	color: #734c8f;
	line-height: 1.4em;
}

.miniP:last-child {
	margin-bottom: 0px;
}

.magyarazat {
	float: left;
	width: 400px;
	border-left: 3px solid #734c8f;
	margin-top: 40px;
	margin-left: 5px; padding-left: 20px;
}

.fooldalMasszazs {
	float: left;
	margin: 40px 0 50px 50px;
}