@charset "utf-8";

/* Limuzin Eger - CSS*/
/* Háttér, keret és menü elemek*/

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

body {
	background: url('images/background-pattern.jpg');
	margin: 0;
	padding: 0;
}

#frame {
	margin: 0 auto;
	width: 800px;
	height: auto;
	background: #6983da;
	border: 1px solid #000000;
	margin-top: 10px;
}

#header {
	width: 800px;
	height: 160px;
	background: url('images/header.jpg') no-repeat;
}

#header span {
	display: none;
}

#menu_container {
	width: 800px;
	height: 31px;
}

#menu_container span {
	display: none;
}

#menu_container ul li {
	list-style-type: none;
}

.menu_left {
	width: 344px;
	height: 31px;
	background: url('images/menu_left.jpg') no-repeat;
}

.menu01_bemutatkozas {
	width: 119px;
	height: 31px;
	background: url('images/menu01_nyitolap.jpg') no-repeat;
	margin-left: 304px;
	margin-top: -47px;
}

.menu02_galeria {
	width: 114px;
	height: 31px;
	background: url('images/menu02_galeria.jpg') no-repeat;
	margin-left: 423px;
	margin-top: -31px;
}

.menu03_szolgaltatas {
	width: 113px;
	height: 31px;
	background: url('images/menu03_szolgaltatas.jpg') no-repeat;
	margin-left: 537px;
	margin-top: -31px;
}

.menu04_elerhetoseg {
	width: 112px;
	height: 31px;
	background: url('images/menu04_elerhetoseg.jpg') no-repeat;
	margin-left: 648px;
	margin-top: -31px;
}

.menu01_bemutatkozas:hover, .menu02_galeria:hover, .menu03_szolgaltatas:hover, .menu04_elerhetoseg:hover {
	background-position: 0 -31px;
}

.menu01_bemutatkozas.active, .menu02_galeria.active, .menu03_szolgaltatas.active, .menu04_elerhetoseg.active {
	background-position: 0 -31px;
}

.menu01_bemutatkozas a, .menu02_galeria a, .menu03_szolgaltatas a, .menu04_elerhetoseg a {
	width: 100%;
	height: 100%;
	display: block;
}

#content {
	width: 800px;
	background: url('images/content.jpg') no-repeat;
	overflow: auto;
}

#footer {
	background: url('images/footer.jpg') no-repeat;
	width: 800px;
	height: 37px;
}

.footer_text {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffffff;
	margin-top: 10px;
}

.footer_text a {
	text-decoration: none;
	color: #ffffff;
}

.footer_text a:hover {
	font-weight: bold;
}

/* Szövegformázások, képek, egyéb ikonsorok és linkek */

.kepgaleria {
	text-align: center;
}

.kepgaleria img {
	border: 2px solid #000000;
	margin-right: 10px;
	margin-bottom: 10px;
}

.focim {
	width: 700px;
	margin: 0 auto;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
}

.alcim {
	width: 700px;
	margin: 0 auto;
	font-size: 14px;
	font-family: georgia, helvetica, arial, sans-serif;
	color: #000000;
	margin-bottom: 20px;
}

.alcim a {
	text-decoration: none;
	font-weight: bold;
}

.text {
	width: 700px;
	margin: 0 auto;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: justify;
	font-size: 16px;
	color: #000000;
	padding-bottom: 10px;
	line-height: 30px;
	text-indent: 1em;
}

.text p {
	margin-bottom: 10px;
}

.text a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.alairas {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	font-size: 14px;
	color: #000000;
	padding-bottom: 10px;
}

.alairas p {
	margin-bottom: -10px;
}

.navigation {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	font-size: 14px;
	color: #000000;
	padding-bottom: 10px;
}

.navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

.mailer {
	font-family: Georgia, Times New Roman, Times, serif;
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}

.text ul li {
	font-family: Georgia, Times New Roman, Times, serif;
    list-style-image: url('images/arrow.gif');
	margin-left: 250px;
}

.counter {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: bolder;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mailer_box {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	font-family: georgia, helvetica, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}

.mailer_box p {
	margin-bottom: 10px;
}

.mailer_box img {
	border: 1px solid #000000;
}