@charset "utf-8";

/* Keret és alapbeállítások */

* {
	margin: 0;
	padding: 0;
}

html, img {
	border: 0;
}

body {
	background: #86bf33 url('images/background-repeat.jpg') repeat-x;
}

#header {
	width: 980px;
	height: 270px;
	background: url('images/header.jpg') no-repeat;
	margin: 0 auto;
}

#menu {
	width: 980px;
	height: 30px;
	background: url('images/menu-background.jpg') no-repeat;
	margin: 0 auto;
}

#menu ul {
	width: 650px;
	margin-left: 210px;
}

#menu ul li {
	display: inline;
	font-size: 17px;
	list-style-type: none;
	font-family: palatino linotype;
	font-weight: bold;
}

#menu ul li a {
	color: #d1da84;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #afe9db;
	text-decoration: underline;
}

#menu ul li a.active {
	color: #f49e00;
	text-decoration: underline;
}

#container_frame {
	width: 100%;
	background-color: #f3fbbb;	
}

#container {
	width: 980px;
	min-height: 450px;
	background: url('images/container-repeat.jpg') repeat-y;	
	margin: 0 auto;
}

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

#footer_frame {
	width: 100%;
	height: 60px;
	background: url('images/footer.jpg') repeat-x;
}

#footer {
	width: 980px;
	height: 60px;
	background: url('images/footer.png') no-repeat;
	margin: 0 auto;
}

#text_box {
	width: 655px;
	margin-left: 160px;
	padding: 30px 10px 20px 10px;
}

/* Szöveges beállítások */

.text {
	text-align: justify;
	font-family: palatino linotype;
	font-size: 17px;
	color: #4e4a22;
	line-height: 30px;
}

.text a {
	color: #4e4a22;
	text-decoration: none;
	border-bottom: 1px dotted #4e4a22;
}

.text p {
	padding: 10px 0 10px 0;
}

.text ol, .text ul {
	margin-bottom: 20px;
}

.text ol li {
	margin-left: 140px;
	font-family: palatino linotype;
	font-size: 17px;
}

.text ul li {
	margin-left: 40px;
	font-family: palatino linotype;
	font-size: 17px;
}

.focim {
	text-align: center;
	margin: 0 auto;
	font-family: palatino linotype;
	font-size: 20px;
	color: #4e4a22;
	padding: 0 0 20px 0;
}

.alcim {
	text-align: center;
	margin: 0 auto;
	font-family: palatino linotype;
	font-size: 18px;
	color: #4e4a22;
	padding: 0 0 20px 0;
}

.alairas {
	text-align: center;
	font-family: palatino linotype;
	font-size: 16px;
	color: #4e4a22;
	margin-left: 300px;
	padding: 20px 0 20px 0;
}

.pr_counter {
	margin: 10px 0 10px 0;
	text-align: center;
	font-family: palatino linotype;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.navi {
	clear: both;
	text-align: right;
	margin-right: 10px;
}

.vendeghazak {
	width: 650px;
	font-family: palatino linotype;
	font-size: 16px;
	color: #4e4a22;
	line-height: 24px;
	list-style-type: none;
}

.vendeghazak a {
	color: blue;
}

.left_panel {
	width: 250px;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.left_panel p {
	margin-bottom: 12px;
}

.left_panel img {
	/*border: 1px solid #000000;*/
}

.right_panel {
	float: left;
	width: 400px;
}

.horizont_rule {
	clear: both;
	position: relative;
	top: 20px;
	width: 600px;
	height: 1px;
	margin: 0 auto 40px auto;
	background-color: #000000;
}

.szolgaltatasok {
	margin-top: 20px;
}

.szolgaltatasok img {
	height: 25px;
	margin-right: 3px;
}

.pr_table {
	width: 655px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.pr_head {
	width: 655px;
	background-color: #8a6d47;
	color: #ffffff;
}

.pr_idopont {
	width: 150px;
	background-color: #8a6d47;
	color: #ffffff;
}

.pr_program {
	width: 505px;
	background-color: #8a6d47;
	color: #ffffff;
}

.pr_head td {
	padding-left: 20px;
}

.pr_table td {
	padding-left: 20px;
	padding-right: 20px;
}

.kiemeles {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
