@charset "utf-8";

/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

a {
	color: rgb(136,86,36);
	text-decoration: underline;
	outline-style: none;
}

a:hover {
	color: rgb(100,50,0);
	text-decoration: underline;
}

html {
	overflow: auto;
}

body {
	position: relative;
	background: rgb(255,255,255);
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 15px;
	color: rgb(62,62,62);
}

p {
	padding-bottom: 14px;
}

#header {
	background: rgb(206,189,173) url("../kepek/header_side_bg.jpg") top repeat-x;
}

#header #top {
	position: relative;
	margin: 0 auto;
	padding: 0 10px;
	width: 910px;
	height: 20px;
}

#header #bottom {
	position: relative;
	margin: 0 auto;
	width: 910px;
	height: 400px;
	background: url("../kepek/header_img.jpg") no-repeat;
}

#header #bottom img {
	border: 0;
}

#content {
	position: relative;
	margin: 0 auto;
	padding: 20px 25px 145px 25px;
	width: 860px;
	min-height: 160px;
	background: rgb(246,242,237) url("../kepek/content_bg.gif") top repeat-x;
	z-index: 2;
}

#content ul li {
	margin-bottom: 10px;
}

#content ul li ul li {
	margin: 0;
}

.imgbox {
	margin-bottom: 10px;
}

.left {
	float: left;
	margin-right: 30px;
}

.right {
	float: right;
	margin-left: 30px;
}

.kozep {
	text-align: center;
}

.imgbox img {
	padding: 2px;
	margin-bottom: 5px;
	background: rgb(255,255,255);
	border: 5px rgb(231,218,205) solid;
}

#content ul {
	margin-left: 20px;
}

.galeria {
	overflow: hidden;
}

.galeria .foto-csoport {
	float: left;
	padding-bottom: 20px;
	margin: 0 15px 0 15px;
	width: 254px;
	height: 240px;
	font-weight: bold;
	text-align: center;
	background: url("../kepek/galeria-hatter.png") top left no-repeat;
	white-space: normal;
}

.galeria .foto-csoport .kep {
	padding-top: 9px;
	padding-left: 14px;
	width: 254px;
	height: 196px;
	text-align: left;
}

.galeria .foto-csoport .kep a img {
	border: none;
}

.galeria .video-csoport {
	float: left;
	padding-bottom: 15px;
	margin: 0 15px 0 15px;
	width: 384px;
	font-weight: bold;
	text-align: center;
	background: url("../kepek/video-hatter.png") top left no-repeat;
	white-space: normal;
}

.galeria .video-csoport .kep {
	padding: 11px 0 13px 10px;
	width: 374px;
	height: 205px;
	text-align: left;
}

.galeria .video-csoport .kep a img {
	border: none;
}

h1 {
	margin-bottom: 10px;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
}

h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	line-height: 0.9em;
}

h3 {
	margin-bottom: 10px;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 0.9em;
}

#footer {
	position: relative;
	font-size: 12px;
	background: rgb(206,189,173);
	z-index: 1;
}

#footer div {
	padding: 15px 0;
	margin: 0 auto;
	width: 860px;
	color: rgb(87,66,45);
}

#footer div #footer-menu ul {
	margin: 0 0 20px 10px;
	list-style: none;
	line-height: 1.4em;
}

#footer div #footer-menu ul a, #footer div #footer-menu ul a:hover {
	text-decoration: none;
}

#footer div span {
	float: right;
	text-align: right;
}

#footer div a {
	color: rgb(87,66,45);
	text-decoration: underline;
}

#footer div a:hover {
	color: rgb(43,33,22);
	text-decoration: underline;
}

#lablec-fogat {
	position: absolute;
	bottom: -183px;
	left: 436px;
	width: 488px;
	height: 325px;
	background: url("../kepek/lablec-fogat.jpg") no-repeat;
	z-index: 100;
}

table.arak {
	color: rgb(255,255,255);
	background: rgb(134,103,68) url("../kepek/tabla-hatter.png") repeat-x top left;
	border: 5px solid rgb(101,78,51);
	border-collapse: collapse;
}

table.arak thead th {
	padding: 10px;
	text-align: center;
}

table.arak td, th {
	background: transparent;
	padding: .5em 1em;
}

table.arak td a {
	color: rgb(255,255,255);
}

table.arak td a:hover {
	color: rgb(136,86,36);
}

table.arak tbody tr.kiemelt td {
	background: transparent url("../kepek/tabla-kiemelt-hatter.png") repeat top left;
	border-top: 1px solid rgb(246,242,237);
	font-weight: bold;
}

table.arak tfoot td {
	padding-top: 20px;
	font-weight: bold;
}

* html table.arak tr.kiemelt td {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../kepek/tabla-kiemelt-hatter.png", sizingMethod='scale');
	font-weight: bold;
}

table.rendeles {
}

table.rendeles td {
	padding: 2px;
}

table.rendeles td a {
	color: rgb(255,255,255);
}

table.rendeles td a:hover {
	color: rgb(136,86,36);
}

table.rendeles tbody tr.kiemelt td {
	border-top: 1px solid rgb(246,242,237);
	font-weight: bold;
}

table.rendeles input {
	padding: 3px;
	width: 200px;
	font-family: Arial, Tahoma, Times New Roman;
	font-size: 14px;
	color: rgb(62,62,62);
	background: rgb(255,255,255);
	border: 1px rgb(101,78,51) solid;
}

table.nevezesek {
	border-collapse: collapse;
}

table.nevezesek thead th {
	font-weight: bold;
	text-align: center;
}

table.nevezesek td {
	padding: 1px 2px;
	text-align: center;
}

table.nevezesek tr.elvalaszto td {
	border-bottom: 1px rgb(160,160,160) solid;
}

table.kiiras {
	margin-left: 40px;
	margin-right: 40px;
	border-collapse: collapse;
}

table.kiiras td {
	padding-top: 7px;
	padding-bottom: 7px;
	vertical-align: top;
	border-bottom: 1px rgb(227,213,197) solid;
}

table.kiiras td.mezo {
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

