body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	background-color: white;
}

/* Lányok */
div.girls {
	position: absolute;
	left: 50%;
	top: -500px;
}

div.girls img {
	display: block;
	position: relative;
	left: -458px;
	top: 561px;
}

/* Menu */
div.menu {
	position: absolute;
	left: 50%;
	top: 0px;
}

div.menu div {
	position: relative;
	left: 262px;
	top: 104px;
	width: 191px;
	overflow: hidden;
}

div.menu div img {
	display: block;
}

div.menu div p {
	margin: 0px;
	background-color: #f3ebf6;
}

div.menu div p a {
	display: block;
	border-top: 2px solid white;
	color: black;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 1px 0px 0px 10px;
}
div.menu div p a.sel {
	color: #950acb;
}
div.menu div p a:hover {
	color: #d51f26;
}

div.menu div p a.f {
	border: none;
	padding-top: 2px;
}

div.menu div p a.lvl2 {
}
div.menu div p a.lvl3 {
	padding-left: 19px;
	font-size: 10px;
	text-transform: none;
	border: none;
	background-image: url(img/idx-menu-left-nyil.gif);
	background-position: left center;
	background-repeat: no-repeat;
}

/* Nyelvválaszó */
div.lang {
	position: absolute;
	left: 50%;
	top: 0px;
}

div.lang a {
	position: relative;
	left: 170px;
	display: block;
	float: left;
	width: 69px;
	height: 51px;
	background-repeat: no-repeat;
}

div.lang a:hover {
	background-position: 0px -51px;
}

div.lang a.hu { background-image: url(img/idx-flag-hu.gif); }
div.lang a.en { background-image: url(img/idx-flag-en.gif); }

/* Tartalom kerete */
div.main {
	background-image: url(img/idx-bcg-cont.gif);
	background-position: center;
	background-repeat: repeat-y;
}

div.main2 {
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 630px;
	_height: 630px;
}

div.main2.hu {
	background-image: url(img/idx-bcg-top.jpg);
}

div.main2.en {
	background-image: url(img/idx-bcg-top-en.jpg);
}

div.main h1 {
	margin: 0;
	padding-top: 128px;
	padding-left: 55px;
	width: 440px;
	color: #d52069;
	text-align: left;
	line-height: 38px;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div.main h1:first-letter {
	font-size: 24px;
}

div.content {
	padding-left: 55px;
	width: 440px;
	text-align: left;
	padding-top: 1.7em;
}

div.content p {
	margin-top: 0;
}

div.content h2, body.tartalom h2, body.tartalom_ember h2 {
	font-size: 16px;
	font-weight: normal;
}

div.content .red, body.tartalom .red, body.tartalom_ember .red {
	color: #d52069;
}

/* Form és kapcsolatos */
div.content div.err {
	width: 438px;
}

div.content div.err img {
	display: block;
	clear: both;
}

div.content div.err div {
	border-color: #c10000;
	border-style: solid;
	border-width: 0px 1px;
	background-color: red;
	color: white;
	font-weight: bold;
	min-height: 42px;
	_height: 42px;
}

div.content div.err div p {
	margin: 0;
}

div.content div.err div img {
	float: left;
	margin: 0px 20px 0px 10px;
}

div.content form {
	margin: 1em 0px;
}

div.content div.form {
	width: 438px;
}

div.content div.form img {
	display: block;
}

div.content div.form div.top, div.content div.form div.bottom {
	border-color: #e88dc8;
	border-style: solid;
	border-width: 0px 1px;
}

div.content div.form div.top {
	background-color: #fdc7ea;
	background-image: url(img/frm-bcg.gif);
	background-repeat: repeat-x;
	padding-bottom: 6px;
}

div.content div.form div.bottom {
	background-color: #fcbae4;
	text-align: center;
}

div.content div.form p {
	margin: 0;
	padding: 4px 24px;
	color: #d52069;
	font-size: smaller;
	clear: both;
}

div.content div.form table p {
	padding: 4px;
}

div.content div.form table {
	border-collapse: collapse;
	margin: 6px 24px;
}

div.content div.form table td {
	padding: 0px;
	vertical-align: top;
	line-height: 20px;
}

div.content div.form table span {
	border: 1px solid #e88dc8;
	border-right: none;
	background-color: #fba0d9;
	display: block;
	padding-right: 8px;
	width: 96px;
	height: 26px;
	line-height: 26px;
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: small;
	_margin-top: 1px;
}

div.content div.form h3 {
	border-bottom: 1px solid #e36097;
	padding: 8px 4px 18px 4px;
	margin: 0px 24px 8px 24px;
	color: #d52069;
	font-size: small;
}

div.content div.form h4 {
	padding: 8px 0px 0px 0px;
	margin: 0px 24px 14px 24px;
	color: black;
	text-align: center;
	font-size: small;
	font-weight: bold;
}

div.content div.form a {
	display: block;
	padding: 0px 0px 6px 0px;
	color: #d82d72;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

div.content div.form input.btn {
	margin: 16px 0px 4px 0px;
	padding-left: 44px;
	padding-right: 44px;
	background-color: white;
	background-image: url(img/frm-button-bcg.gif);
	border: 1px solid #e88dc8;
	color: #d52069;
	height: 26px;
	cursor: pointer;
	font-weight: bold;
}

div.content div.form input.txt {
	margin: 0;
	padding: 4px 1px;
	border: 1px solid #e88dc8;
	height: 18px;
}	

div.content div.form textarea.txt {
	margin: 0;
	padding: 4px 1px;
	border: 1px solid #e88dc8;
}

div.content div.form input.file {
/*	font-size: 18px; */
	width: 200px;
	border: 1px solid #e88dc8;
}

/* Ember */
div.content div.namelist {
	float: left;
	width: 150px;
	border-right: 1px solid black;
	margin-top: 34px;
}

div.content div.namelist a {
	display: block;
	font-size: 11px;
	color: black;
	text-decoration: none;
}

div.content div.namelist a:hover {
	color: #d52069;
}

div.content div.namelist a.sel {
	color: #d52069;
	font-weight: bold;
	cursor: default;
}

div.content div.ember {
	padding: 0;
	padding-left: 14px;
	float: left;
	width: 272px;
}

div.content div.ember img, body.tartalom_ember img {
	border: 3px solid #fdd3ed;
	display: block;
}

div.content div.ember s {
	color: #d52069;
	text-decoration: none;
}

div.content div.ember h3 {
	color: #d52069;
	margin: 0px 0px 1em 0px;
	font-size: 15px;
}

div.content div.ember p {
	padding: 0px 0px 5px 0px;
	margin: 5px 0px 0px 0px;
	border-bottom: 1px solid #d52069;
	font-weight: bold;
}

div.content div.ember code {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 3px 0px 18px 4px;
	color: #d52069;
}

div.content div.ember div {
	font-size: 11px;
}

div.content div.ember div p {
	margin: 1em 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

div.content dd {
	display: block;
	clear: both;
	font-size: 1px;
	height: 1px;
}

/* Footer */
div.footer {
	background-color: white;
} 
 
div.footer div {
	width: 642px;
	height: 124px;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: 66px 0px;
	text-align: left;
}

div.footer div p {
	position: relative;
	left: 230px;
	top: 75px;
	width: 330px;
	margin: 0;
	font-size: 12px;
}

div.footer.fhu div {
	background-image: url(img/idx-foot-bcg.jpg);
}

div.footer.fen div {
	background-image: url(img/idx-foot-bcg-en.jpg);
}

div.content a, div.footer div p a, a.gmapInfo, body.tartalom a {
	color: #7f0ab0;
	text-decoration: none;
}

div.content a:hover, div.footer div p a:hover, a.gmapInfo:hover, body.tartalom a:hover {
	color: #b502ff;
}

/* admin - editor stilusok */
body.tartalom {
	margin: 2px;
}

body.tartalom_ember {
	margin: 2px;
	font-size: 11px;
}


/* freetext START */
div.freetext p {
	margin: 13px 0;
	text-align: justify;
}

div.freetext p:first-child {
	margin-top: 0;
}

div.freetext p.left {
	text-align: left;
}
div.freetext p.center {
	text-align: center;
}
div.freetext p.right {
	text-align: right;
}
div.freetext p.clear {
	clear: both;
}

div.freetext span.image {
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

div.freetext span.image.left {
	float: left;
	padding-right: 8px;
}

div.freetext span.image.baseline img {
/*	padding-top: 8px; */
}

div.freetext span.image.center img {
/*	padding-top: 8px; */
	margin-left: auto;
	margin-right: auto;
}

div.freetext span.image.right {
	float: right;
	padding-left: 8px;
}

div.freetext span.image img {
	display: block;
	margin-bottom: 5px;
	border: 0;
}

div.freetext span.image a img {
	border: 2px solid #7f0ab0;
}
div.freetext span.image a img:hover {
	border: 2px solid #b502ff;
}

/* freetext END */
