* {
	margin:0; padding:0;
	border:0;
}
body {
	position:relative;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background:#F0E7D4 url(images/bg01.jpg) top left no-repeat;
}
body#deutsch {
	background:#F0E7D4 url(images/bg01_de.jpg) top left no-repeat;
}
body#italiano {
	background:#F0E7D4 url(images/bg01_it.jpg) top left no-repeat;
}
body#nederlands {
	background:#F0E7D4 url(images/bg01_nl.jpg) top left no-repeat;
}
/*																																							>>> COMMON DEFS*/
h1 {
	font-size:1.2em;
	margin:0em 0 1em 0;
}
h2 {
	font-size:1em;
	margin:0.6em 0 0.5em 0;
}
h1 + h2 { /* h2 a h1 után  */
	off margin:0em 0 0.5em 0;
}

p {
	margin:0 0 0.8em 0;
}
a {
	text-decoration:none;
	font-weight:bold;
	color:#004B9B;
	background:transparent;
}
a:hover {
	color:#fff;
	background:#004B9B;
}

ul { /* minden bullet kikapcsolasa */
	list-style-type:none;
}

form {
	font-size:0.85em;
}
form input.txt, form input.txtshort, form input.sbmt, form input.bttn, form textarea {
	display:block;
	width:430px;
	margin:3px 0;
	border:1px #987535 solid;
	background:#fff url(../images/input_bg.gif) repeat-x;
}
form input.txtshort {
	width:100px;
}
form input.chkbx {
	margin:3px 0;
	display:inline;
}
form label.chkbx {
	position:relative;
	top:-3px; left:3px;
	margin:0 3px 0 0;
}

form input.sbmt {
	width:150px;
	background:#6F5729;
	color:#F0E7D4;
}

form label {
	off float:right;
}
form select {
	display:block;
	width:430px;
}
fieldset {
	margin-bottom:5px;
	padding:5px 10px 10px 10px;
	border:1px #E0EBDF solid;
}
legend {
	margin:0 3px;
	color:#696;
	font-size:0.9em;
}

hr {
	height:1px;
	border:0;
	border-bottom:1px #E0EBDF solid;
	color:#E0EBDF;
	margin:5px 0;
}

.clearing {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
/*																																							<<< COMMON DEFS*/

#all {
	width:770px;
	padding:1px 0;
	background:transparent;
}

#header {
	position:relative;
	width:770px;
	height:160px;
	background:transparent;
	off background:#fee;
}
ul#selectlang {
	position:absolute;
	top:15px;
	right:35px;
	text-align:right;
	off font-size:0.85em;
	font-size:0.75em;
}

ul#selectlang li {
	display:block;
	padding-bottom:1px; /* IE lista szetugrik enelkul */
}
ul#selectlang li a {
	display:block;
	padding:3px 25px 2px 3px;
}
ul#selectlang li a:hover {
	color:#fff;
	background:#004B9B !important;
}

ul#selectlang li.lng_en a {
	background:url(images/flag_en.gif) right 40% no-repeat;
}
ul#selectlang li.lng_en a:hover {
	background:#004B9B url(images/flag_en.gif) right 40% no-repeat !important;
}
ul#selectlang li.lng_nl a {
	background:url(images/flag_nl.gif) right 40% no-repeat;
}
ul#selectlang li.lng_nl a:hover {
	background:#004B9B url(images/flag_nl.gif) right 40% no-repeat !important;
}
ul#selectlang li.lng_de a {
	background:url(images/flag_de.gif) right 40% no-repeat;
}
ul#selectlang li.lng_de a:hover {
	background:#004B9B url(images/flag_de.gif) right 40% no-repeat !important;
}
ul#selectlang li.lng_it a {
	background:url(images/flag_it.gif) right 40% no-repeat;
}
ul#selectlang li.lng_it a:hover {
	background:#004B9B url(images/flag_it.gif) right 40% no-repeat !important;
}
ul#selectlang li.lng_fr a {
	background:url(images/flag_fr.gif) right 40% no-repeat;
}
ul#selectlang li.lng_fr a:hover {
	background:#004B9B url(images/flag_fr.gif) right 40% no-repeat !important;
}

#logo h1, #logo h2 {
	margin:0;
	padding:0;
	font-size:1px;
	text-indent:-9999px;
}

#menu {
	font-size:0.9em;
	position:absolute;
	top:240px;
	left:15px;
	width:220px;
}
#menu ul {
	margin-bottom:20px;
	background:url(images/menubg.gif) top left repeat-x;
}
#menu li {
	padding:5px 0 6px 0;
}
#menu li a {
	padding:0 0 0 15px;
	background:url(images/bullet.gif) 0px 3px no-repeat;
}
#menu li a:hover, #menu li.selected a, #menu li.selected a:hover {
	off color:#d60;
	color:#004B9B;
	background:url(images/bullet_hover.gif) 0px 3px no-repeat;
}
#menu li.selected {
	background:transparent url(images/selected.gif);
}
#menu li.selected a {
}


#menu p {
	padding-left:15px;
	font-size:0.95em;
	color:#6F5729;
}

#content_wrapper {
	width:490px;
	min-height:380px;
	_height:380px;
	margin-left:250px;
	background:transparent url(images/content_bg_bottom.gif) bottom left no-repeat;
}
#content {
	padding:25px;
	background:transparent url(images/content_bg_top.jpg) top left no-repeat;
}
#content h1 {
	position:relative; /* IE peek-a-boo */
	color:#6F5729;
}
#content p {
	position:relative;  /* IE peek-a-boo */
	color:#6F5729;
}

#content img {
	off float:left;
	off margin:0 10px 10px 0;
	padding:5px;
	background:#fff;
}

#content ul {
	margin:10px 0;
}
#content li {
	margin-bottom:5px;
	padding-left:12px;
	background:url(images/list_bullet.gif) 0 3px no-repeat;
	color:#6F5729;
}
#content ol {
	position:relative;  /* IE peek-a-boo */
	margin:10px 0 10px 25px;
}
#content ol li {
	padding-left:0px !important;
	font-size:12px;
	background:transparent !important;
	color:#6F5729 !important;
}

#content table {
	width:440px;
	margin:5px 0;
}
#content thead {
	font-size:11px;
	line-height:100%;
	background:#F0E7D4;
}
#content th {
	padding:3px 5px;
}
#content th.price { /* angol nyelvu */
	text-align:center;
}
#content th.preis { /* nemet nyelvu */
	text-align:center;
}
#content th.prezzi { /* olasz nyelvu */
	text-align:center;
}
#content th.tariven { /* holland nyelvu */
	text-align:center;
}

#content td {
	padding:3px 5px;
	border-bottom:1px #F0E7D4 solid;
}
#content td.treatmentname { /* angol nyelvu */
	width:300px;
}
#content td.behandlung { /* nemet nyelvu */
	width:300px;
}
#content td.cure { /* olasz nyelvu */
	width:300px;
}
#content td.behandeling { /* holland nyelvu */
	width:370px;
}

#content td.price { /* angol nyelvu */
	width:70px;
	text-align:center;
}
#content td.preis { /* nemet nyelvu */
	width:140px;
	text-align:center;
}
#content td.prezzi { /* olasz nyelvu */
	width:140px;
	text-align:center;
}
#content td.tariven { /* holland nyelvu */
	width:70px;
	text-align:center;
}

#footer {
	width:490px;
	height:80px;
	margin-left:250px;
	padding-top:15px;
	off background:#fee;
}
#footer p {
	margin:0;
	margin-left:25px;
	padding-left:15px;
	border-left:8px #004297 solid;
}

.error {
	color:#f00 !important;
}