body {
	margin: 0px;
	color: #414037;
	background-color: #a4a4a4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	background-image: url(img/idx-bcg.gif);
}

body.galeria {
	background-color: #ffffff;
	background-image: none;
	font-family: Arial, sans-serif;
} 

body a {
	text-decoration: none;
	color: #a98900;
}

div.main {
	margin: 0 auto;
	width: 692px;
}

/*
 * fejlec
 */

div.head {
	background-repeat: repeat-x;
	background-image: url(img/head-bcg.gif);
	height: 51px;
}

div.head a.c6medialogo {
	position: relative;
	left: 6px;
	top: 16px;
}

div.head a.c6medialogo img {
	width: 191px;
	height: 28px;
	border: 0;
}


/*
 * menu
 */

div.menu {
	background-repeat: repeat-x;
	background-image: url(img/head-menubcg-m.gif);
	height: 46px;
}

div.menu div.menuleft {
	background-image: url(img/head-menubcg-l.gif);
	width: 11px;
	height: 46px;
	float: left;
}

div.menu div.menuright {
	background-image: url(img/head-menubcg-r.gif);
	width: 11px;
	height: 46px;
	float: right;
}

div.menu p.menu {
	margin: 0;
	padding-top: 17px;
	height: 24px;
	overflow: hidden;
}

div.menu p.menu a {
	color: #555555;
	display: block;
	float: left;
	margin-left: 2px;
	margin-right: 6px;
	white-space: nowrap;
}

div.menu p.menu a u,
div.menu p.menu a b,
div.menu p.menu a s {
	cursor: pointer;
	display: block;
	float: left;
	height: 24px;
}

div.menu p.menu a u,
div.menu p.menu a s {
	background-repeat: no-repeat;
	width: 4px;
}
div.menu p.menu a u {
	background-image: url(img/head-menu-l.gif);
}
div.menu p.menu a b {
	background-image: url(img/head-menu-m.gif);
	line-height: 24px;
	padding: 0px 7px;
	font-weight: normal;
}
div.menu p.menu a s {
	background-image: url(img/head-menu-r.gif);
}

div.menu p.menu a.menuselected,
div.menu p.menu a:hover {
	color: #ffffff;
}
div.menu p.menu a.menuselected u,
div.menu p.menu a:hover u {
	background-image: url(img/head-menu-l-over.gif);
}
div.menu p.menu a.menuselected b,
div.menu p.menu a:hover b {
	background-image: url(img/head-menu-m-over.gif);
}
div.menu p.menu a.menuselected s,
div.menu p.menu a:hover s {
	background-image: url(img/head-menu-r-over.gif);
}

div.menuinfo {
	height: 115px;
}

div.menuinfo p.infotxt {
	margin: 0;
	position: relative;
	top: -46px;
	font-size: 26px;
	color: #6a6a6a;
	text-align: right;
	padding-right: 9px;
}

/**
 * Lebegő menük stílusai
 */
div.mnu_fl_menu {
	position: absolute;
	left: 10px;
	top: 50px;
	_width: 200px;
	border: 0;
	background-color: #c6c5ac;
}

div.mnu_fl_menu div {
	padding: 0;
}

div.mnu_fl_menu a {
	display: block;
	border-bottom: 1px solid #e1e1d4;
	padding: 2px 7px;
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}

div.mnu_fl_menu a:hover {
	color: #ffffff;
	background-color: #73613d;
}

div.mnu_fl_menu ins {
	display: block;
	height: 0;
	background-color: #e1e1d4;
	_font-size: 1px;
	text-decoration: none;
}


/*
 * content
 */

div.content {
	background-color: #ffffff;
	padding: 16px 18px 0px 18px;
}

div.content_end {
	clear: both;
	height: 30px;
	background-color: #ffffff;
}

div.content p {
	margin: 0;
	margin-top: 10px;
	min-height: 1px;
}

/*
 * footer
 */

div.footer {
	height: 59px;
}

div.footer div.footerleft {
	background-image: url(img/foot-bcg-l.gif);
	width: 11px;
	height: 59px;
	float: left;
}

div.footer div.footerright {
	background-image: url(img/foot-bcg-r.gif);
	width: 11px;
	height: 59px;
	float: right;
}

div.footer div.footermid {
	background-repeat: repeat-x;
	background-image: url(img/foot-bcg-m.gif);
	height: 59px;
	width: 670px;
	float: left;
}

div.footer a.c6medialogo {
	position: relative;
	left: 534px;
	top: 25px;
}

div.footer a.c6medialogo img {
	width: 124px;
	height: 18px;
	border: 0;
}

div.footer p {
	font-size: 10px;
	color: #ffffff;
	margin: 0;
	position: relative;
	left: 22px;
	top: 14px; /* 32px - 18px [a.c6medialogo img->height] */
	width: 400px;
}

div.footer p a {
	color: #ffce00;
}

/*
 * freetext
 */

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

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

div.freetext span.image.baseline img {
	padding-top: 6px;
}

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

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

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

div.freetext span.bord img {
	border: 3px solid #c6a15a;
}

div.freetext p.impresszum {
	padding-left: 167px;
	padding-right: 167px;
}

div.freetext p.h1 {
	color: #979797;
	font-size: 20px;
	font-weight: bold;
}

div.freetext p.right {
	text-align: right;
}

div.freetext p.clearboth {
	clear: both;
}


/* galeria */
div.galtop {
	left: 0;
	top: 0;
	width: 800px;
	height: 72px;
	background-color: #ffffff;
	background-image: url(img/gal-head-bcg.gif);
	background-repeat: repeat-x;
	_overflow: hidden;
}

div.galtop div.logo {
	width: 216px;
	height: 46px;
	border-right: 1px solid #ffffff;
}

div.galtop div.logo img {
	position: relative;
	top: 20px;
	left: 12px;
}

div.galtop p {
	overflow: hidden;
	margin: 0;
}

div.galtop p.name {
	position: relative;
	left: 228px;
	top: -22px;
	width: 561px;
	height: 22px;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	white-space: nowrap;
}


table.galmain {
	border-collapse: collapse;
	width: 800px;
	height: 473px;
	position: relative;
	top: 0px;
	background-image: url(img/gal-bcg.gif);
	background-repeat: repeat-x;
	background-color: #f3f3f3;
}

table.galmain td.left img,
table.galmain td.right img {
	border: 0;
	width: 24px;
	height: 49px;
}

table.galmain td.left {
	vertical-align: middle;
	text-align: left;
	padding: 0 13px 0 12px;
	width: 22px;
}

table.galmain td.left a {
	background-image: url(img/gal-nyil-l.gif);
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 44px;
}

table.galmain td.right {
	vertical-align: middle;
	text-align: right;
	padding: 0 12px 0 15px;
	width: 22px;
}

table.galmain td.right a {
	background-image: url(img/gal-nyil-r.gif);
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 44px;
}

table.galmain td.kep {
	padding: 0;
	text-align: center;
	color: white;
	font-weight: bold;
}

table.galmain td.kep img {
	border: 2px solid #ffffff;
	text-align: center;
}

table.galmain td.kep div {
	padding-top: 0;
	padding-bottom: 0;
}

table.galmain td.pictitle {
	text-align: center;
	font-weight: bold;
	vertical-align: bottom;
	color: #bc4026;
	height: 12px;
	padding: 0 0 5px 0;
	color: #535353;
	font-weight: bold;
}


div.galfoot {
	height: 132px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	width: 800px;
	background-color: #b4b4b4;
	background-image: url(img/gal-foot-bcg.gif);
	background-repeat: repeat-x;
	white-space: nowrap;
}

div.galfoot2 {
	_width: 796px;
	height: 132px;
	display: block;
	overflow: scroll;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

div.galfoot div.galfoot2 a img {
	border: 1px solid #f5f5eb;
	margin: 7px 3px 24px 3px;
}

div.emleklapform {
	width: 800px;
	padding-top: 100px;
	padding-left: 240px;
}

div.emailkuldesform {
	width: 372px;
	padding-top: 40px;
	padding-left: 30px;
}

