html, body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color: #caa789;
}

img#header_pic {
	margin-top: 0.5cm;
}

div {
	margin: 0;
	border: 0;
	padding: 0;
}

/* aktív terület */
div.content {
	margin: 0 auto;
	width: 850px;
}

/* fejléc */
div.header {
	width: 850px;
	height: 2.5cm;
	text-align: center;
	position: fixed;
	top: 0;
	left: auto;
	background-color: #caa789;
	z-index: 2;
}

/* belső tartalom */
div.main {
	/*margin-top: 0.5cm;*/
	width: 780px;
	min-height: 400px;
	padding: 1.5cm 35px 0 35px;
	position: absolute;
	top: 2.5cm;
	left: auto;
	background-image: url("hatter.jpg");
	background-repeat: no-repeat;
	background-position: center 2.5cm;
	background-attachment: fixed;
	z-index: 1;
	text-align: justify;
}

p, li, h1, h2 {
	font-family: "Palatino Linotype", "Century Schoolbook L", "Arial";
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
	color: #452b1b;
}

p {
	text-indent: 0.6cm;
}

ul {
	margin-top: 5px;
}

p.links {
	margin-top: 1cm;
	text-align: center;
	text-indent: 0;
}

h2 {
	margin: 1cm 0 5px 0;
	border: 0;
	padding: 0;
	text-align: left;
}

h1 {
	text-align: center;
	font-size: 20px;
}

/* index.html belépő kép */
div#intro_block {
	width: 850px;
	min-height: 450px;
	text-align: center;
	background-image: none;
	padding: 0;
	position: fixed;
	top: 2.5cm;
	left: auto;
}

div.kiskepek {
	width: 100%;
	text-align: center;
}

div.kiskep {
    margin: 1cm 0;
}

div.nagykep {
	text-align: center;
}

div.nagykep > img {
	vertical-align: middle;
}

a, img {
	margin: 0;
	border: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
	color: #452b1b;
}


object {
    z-index: 1;
}

img.kiskep {
	vertical-align: middle;
	margin: 1cm 0;
}

a:hover {
	color: white;
}

ul.mainmenu {
	margin: 0;
	border: 0;
	padding: 0 0 0 0.5cm;
	display: block;
	position: fixed;
	top: 2.5cm;
	left: auto;
	z-index: 2;
}

ul.mainmenu a {
	display: block;
}

li.mainmenu_item {
	width: 110px;
	height: 25px;
	margin: 0;
	border-top: 1px solid #5f4230;
	border-right: 0;
	border-bottom: 1px solid #5f4230;
	border-left: 1px solid #5f4230;
	padding-top: 5px;
	display: block;
	float: left;
	position: relative;
	list-style-type: none;
	background: #caa789 url("menuarnyek.jpg") repeat-x top left;
	color: #452b1b;
	text-align: center;
	font-family: "Palatino Linotype", "Century Schoolbook L", "Arial";
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

li.mainmenu_item:hover {
	background-image: none;
}

li.mainmenu_item.mainmenu_lastitem {
	border-right: 1px solid #5f4230;
}

ul.submenu {
	width: 146px;
	margin: 0;
	border: 0;
	padding: 0;
	display: block;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: -1px;
}

li.mainmenu_item:hover ul.submenu {
	visibility: visible;
}

li.submenu_item {
	height: 25px;
	margin: 0;
	border-top: 1px solid #5f4230;
	border-right: 1px solid #5f4230;
	border-bottom: 0;
	border-left: 1px solid #5f4230;
	padding: 5px 0 0 0;
	display: block;
	list-style-type: none;
	background: #caa789 url("menuarnyek.jpg") repeat-x top left;
	color: #452b1b;
	text-align: center;
	font-family: "Palatino Linotype", "Century Schoolbook L", "Arial";
	font-style: italic;
	font-weight: bold;
	font-size: 16px;
}

li.submenu_item a {
	width: 100%;
	height: 100%;
}

li.submenu_item:hover {
	background-image: none;
}

li.submenu_item.submenu_lastitem {
	border-bottom: 1px solid #5f4230;
}

/* kis portrék az életrajzoknál */
img.member_portrait {
	padding: 0 0 1cm 1cm;
	float: right;
}

dl.hir {
    font-family: "Palatino Linotype", "Century Schoolbook L", "Arial";
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    color: #452b1b;
}

dl.hir > dt {
    margin-bottom: 1mm;
}

dl.hir > dd {
    margin-bottom: 0.5cm;
}