﻿@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #fefff1;
}
.left_cell {
	background-image: url(../images/left_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.right_cell {
	background-image: url(../images/right_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu_cell {

}
.menupontok {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	text-decoration: none;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.title_cell {
	background-image: url(../images/right_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.text {
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 25px;
	text-align: justify;
	color: #FF0000;
}
.menumellett {
	background-image: url(../images/bottom_bg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
.menupontok a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	color: #FF0000;
}
.menupontok a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	text-decoration: underline;
	color: #3333FF;
}
.text a:link, a:visited {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
.text a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}
.textTablaban {
	text-align: justify;
	color: #FF0000;
}
.textTablaban a:link, a:visited {

	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}
.textTablaban a:hover {

	color: #FF0000;
	font-weight: bold;
	text-decoration: underline;
}

