@charset "utf-8";

/* Keret és egyéb beállítások */

* {
	margin: 0;
	padding:0;
}

html {
	border: 0;
}

body {
	background: url('images/background_repeat.jpg');
}

#facebook-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 500;
}

#facebook-button img {
	border: 0;
}

#frame {
	width: 900px;
	margin: 0 auto;
	border: 1px solid black;
	margin-top: 10px;
}

#info_panel {
	background: url('images/info_panel.jpg') no-repeat;
	width: 900px;
	height: 50px;
	font-family: garamond;
	color: #5a4a40;
	font-size: 16px;
}

.info {
	float: right;
	margin-right: 10px;
	margin-top: 13px;
}

.info a {
	color: #5a4a40;
	text-decoration: none;
	/*font-weight: bold;*/
	border-bottom: 1px #5a4a40 dotted;
}

.info a:hover {
	border-bottom: none;
}

#header {
	background: url('images/header.jpg') no-repeat;
	width: 900px;
	height: 190px;
}

#header span {
	display: none;
}

#menu {
	width: 900px;
	height: 60px;
}

#menu li span {
	display: none;
}

.menu01_fooldal {
	width: 204px;
	height: 60px;
	background: url('images/menu01_fooldal.jpg') no-repeat;
	list-style-type: none;
}

.menu02_araink {
	width: 118px;
	height: 60px;
	background: url('images/menu02_araink.jpg') no-repeat;
	list-style-type: none;
	margin-left: 204px;
	margin-top: -60px;
}

.menu03_programok {
	width: 184px;
	height: 60px;
	background: url('images/menu03_programok.jpg') no-repeat;
	list-style-type: none;
	margin-left: 322px;
	margin-top: -60px;
}

.menu04_galeria {
	width: 132px;
	height: 60px;
	background: url('images/menu04_galeria.jpg') no-repeat;
	list-style-type: none;
	margin-left: 506px;
	margin-top: -60px;
}

.menu05_kapcsolat {
	width: 262px;
	height: 60px;
	background: url('images/menu05_elerhetoseg.jpg') no-repeat;
	list-style-type: none;
	margin-left: 638px;
	margin-top: -60px;
}

.menu01_fooldal a, .menu02_araink a, .menu03_programok a, .menu04_galeria a, .menu05_kapcsolat a {
	width: 100%;
	height: 100%;
	display: block;
}

.menu01_fooldal:hover, .menu02_araink:hover, .menu03_programok:hover, .menu04_galeria:hover, .menu05_kapcsolat:hover {
	background-position: 0 -60px;
}

.menu01_fooldal.active, .menu02_araink.active, .menu03_programok.active, .menu04_galeria.active, .menu05_kapcsolat.active {
	background-position: 0 -60px;
}

#menu_pictures {
	background: url('images/menu_pictures.jpg') no-repeat;
	width: 900px;
	height: 320px;	
}

#container {
	background: url('images/container_repeat.jpg') repeat-y;
	width: 900px;
}

#content {
	background: url('images/content.jpg') no-repeat;
	width: 900px;
	/*height: 460px;*/
}

#footer {
	background: url('images/footer.jpg') no-repeat;
	width: 900px;
	height: 120px;	
}

.copyright {
	position: relative;
	top: 95px;
	left: 15px;
	font-family: garamond;
	color: #5a4a40;
	font-size: 16px;
}

.copyright a {
	color: #5a4a40;
	text-decoration: none;
}

.banners {
	width: 900px;
	height: 15px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.banners img {
	border: 0;
	margin: 0;
	padding: 0;
	width: auto;
	height: 15px;
}

/* Szöveges beállítások */

.focim {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	font-family: garamond;
	font-weight: bold;
	color: #5a4a40;
	font-size: 22px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.text {
	width: 740px;
	margin: 0 auto;
	text-align: justify;
	font-family: garamond;
	color: #5a4a40;
	font-size: 18px;
	line-height: 24px;
}

.text p {
	padding-bottom: 10px;
}

.text a, h2 a {
	color: #5a4a40;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #5a4a40 dotted;
}

.text a:hover, h2 a:hover {
	border-bottom: none;
}

.gallery {
	width: 740px;
	margin: 0 auto;
	text-align: center;
}

.gallery img {
	border: 1px #5a4a40 dotted;
	margin-right: 5px;
}

table {
	margin: 0 auto;
	margin-bottom: 20px;
}

td {
	height: 35px;
}

.datum {
	text-decoration: underline;
	font-weight: bold;
	text-align: center;
}

.text hr {
	width: 50%;
	margin: 20px 185px 20px 185px;
}
