body {
	margin: 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #444444;
}
h1 {
	font-family: Verdana;
	font-size: 14px;
	color: #FF6600;
	background-image: url(images/header_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	padding-left: 10px;
}
h2 {
	font-family: Verdana;
	font-size: 14px;
	color: #FF6600;
}
h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #0078C1;
}
h4 {
	font-family: Verdana;
	font-size: 12px;
	color: #0078C1;
}
h5 {
	font-family: Verdana;
	font-size: 10px;
	color: #FF6600;
}
h6 {
	font-family: Verdana;
	font-size: 9px;
	color: #0078C1;
}
p, div, td {
	font-family: Verdana;
	font-size: 12px;
	color: #0078C1;
}
li {
	font-family: Verdana;
	font-size: 12px;
	color: #0078C1;
	list-style-type: square;
}
a {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
}
pre {
	font-family: Verdana;
	font-size: 9px;
	color: #0078C1;
}
img {
	border: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
hr {
	border: none; 
	border-bottom: 1px dashed #62ACD0; 
	height: 1px;
}
/*Alapértelmezett stílusok*/
.top {
	position: relative;
	width: 960px;
	height: 110px;
	background-image: url(images/top.gif);
}
.logo {
	position: absolute;
	top: 3px;
	left: 45px;
	width: 170px;
	height: 46px;
}
.logo a {
	display: block;
	width: 170px;
	height: 46px;
}
.languageBar {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #c0c0c0;
}
.languageBar ul {
	margin: 0px;
	padding: 0px;
}
.languageBar li {
	float: left;
	list-style-type: none;
	padding: 5px;
	text-align: center;
}
.menuContainer {
	width: 267px;
	height: 100%;
	vertical-align: top;
}
.menuItem {
	margin-left: 8px;
	list-style-type: none;
	background-image: url(images/menuitem_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 5px;
}
.menuItem a {
	font-size: 11px;
	color: #0078C1;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.menuItem a:hover {
	color: #FF6600;
	text-decoration: none;
}
.menuItemActive {
	margin-left: 8px;
	list-style-type: none;
	background-image: url(images/menuitem_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-right: 5px;
	font-size: 11px;
	color: #FF6600;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
}
.subMenuItem  {
	background-image: url(images/menuitem_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}
.subMenuItem a {
	font-size: 11px;
	color: #0078C1;
	display: block;
	text-decoration: none;
}
.subMenuItem a:hover {
	color: #FF6600;
	text-decoration: none;
}
.subMenuItemActive {
	background-image: url(images/menuitem_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	font-size: 11px;
	color: #FF6600;
	display: block;
	text-transform: uppercase;
}
.subSubMenuItem  {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	text-transform: uppercase;
}
.subSubMenuItem a {
	font-size: 10px;
	color: #0078C1;
	display: block;
	text-decoration: none;
}
.subSubMenuItem a:hover {
	color: #FF6600;
	text-decoration: none;
}
.subSubMenuItemActive {
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	margin-top: 5px;
	font-size: 10px;
	color: #FF6600;
	display: block;
	text-transform: uppercase;
}
.contentContainer {
	text-align: left;
	height: 100%;
	vertical-align: top;
}
.content {
	text-align: left;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 678px;
}
.separator {
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(images/separator.gif);
	background-repeat: repeat-x;
	height: 17px;
}
.pagerBlock {
	width: 100%;
	padding: 10px;
	text-align: center;
	background-color: #F7F7F7;
	margin-top: 20px;
	color: #FF6600;
}
.pagerItem {
	display: inline;
	margin-left: 3px;
	margin-right: 3px;
}
.pagerItemNumber {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: bold;
}
.pagerItemNumber a:hover {
	text-decoration: none !important;
}
.pagerItem a {
	text-decoration: none !important;
	color: #0078C1;
}
.pagerItem a:hover {
	text-decoration: none !important;
	color: #FF6600;
}
.bottom {
	height: 63px;
	background-image: url(images/bottom.gif);
	background-repeat: repeat-x;
}
.clear {
	clear: both;
}
/*Alapértelmezett stílusok vége*/
.mainTable {
	width: 100%;
	height: 100%;
}
.topSeoBar {
	height: 23px;
	background-image: url(images/top_seo_back.gif);
}
.topSeoBar ul {
	margin: 5px;
	padding: 0px;
}
.topSeoBar li {
	float: left;
	list-style-type: none;
	padding-left: 4px;
	padding-right: 4px;
	border-right: #409AC9 1px solid;
}
.topSeoBar li a {
	text-transform: capitalize;
	font-size: 10px;
	color: #409AC9;
	display: block;
}
.home {
	position: absolute;
	top: 68px;
	left: 162px;
	width: 27px;
	height: 22px;
}
.home a {
	display: block;
	width: 27px;
	height: 22px;
}
.email {
	position: absolute;
	top: 68px;
	left: 70px;
	width: 27px;
	height: 22px;
}
.email a {
	display: block;
	width: 27px;
	height: 22px;
}
.contentTop {
	width: 693px;
	height: 177px;
	background-image: url(images/content_top.gif);
}
.contentTopBack {
	height: 177px;
	background-image: url(images/right.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.topCell {
	background-image: url(images/top_back.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.rightCell {
	background-image: url(images/right.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.bottomSeoBar {
	width: 960px;
}
.bottomSeoBar ul {
	margin: 5px;
	padding: 0px;
}
.bottomSeoBar li {
	float: left;
	list-style-type: none;
	padding-left: 4px;
	padding-right: 4px;
	border-right: #409AC9 1px solid;
}
.bottomSeoBar li a {
	text-transform: capitalize;
	font-size: 10px;
	color: #409AC9;
	display: block;
}
.impress {
	text-align: right;
	padding-top: 15px;
	padding-right: 20px;
	font-size: 11px;
}
.inputBox {
	width: 300px;
	height: 20px;
	background-color: #EDF5FB;
	border: #62ACD0 1px solid;
	font-family: Verdana;
	font-size: 12px;
	color: #0078C1;
}
.inputBoxHalf {
	width: 150px;
	height: 20px;
	background-color: #EDF5FB;
	border: #62ACD0 1px solid;
	font-family: Verdana;
	font-size: 12px;
	color: #0078C1;
}
.inputBoxLogin {
	width: 200px;
	height: 20px;
	background-color: #edf5fb;
	border: #62acd0 1px solid;
	font-family: Verdana;
	font-size: 12px;
	color: #0078c1;
	text-align: center;
	margin-top: 10px;
}
.textareaBox {
	width: 300px;
	height: 80px;
	background-color: #EDF5FB;
	border: #62ACD0 1px solid;
	font-family: Verdana;
	font-size: 12px;
	color: #0078C1;
}
.txtLabel {
	vertical-align: top; 
	padding-top: 5px;
}
.button {
	background-image: url(images/button_back.gif);
	background-repeat: repeat-x;
	background-color: #FF8A3C;
	border: #FFD5B8 1px solid;
	height: 22px;
	color: white;
	font-weight: bold;
	cursor: pointer;
	width: 130px;
	font-size: 12px;
}
.bannerCell {
	float: right;
	width: 125px;
	text-align: center;
	background-image: url(images/banner_back.gif);
	background-repeat: repeat-x;
}
.galleryTable td {
	padding: 5px;
	border: #A4CFE4 1px solid;
	text-align: center;
}
.forward {
	padding: 10px;
	text-align: right;
}
.back {
	padding: 10px;
}
.coTitle {
	background-image: url(images/co_title.gif); 
	background-repeat: repeat-x; 
	background-position: bottom; 
	padding: 10px; 
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	color: #FF6600;
}
.coBlock {
	padding: 10px;
}
.banner {
	margin: 20px;
	text-align: center;
}
.belepesBox {
	margin-left: 8px;
	width: 259px;
	height: 38px;
	background-image: url(images/belepes.gif); 
	background-repeat: no-repeat; 
}
.loginBlock {
	margin-left: 8px;
	width: 259px;
	text-align: center;
}
.loginLeft {
	float: left;
	width: 129px;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.loginRight {
	float: right;
	width: 129px;
	font-size: 11px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.loginLeft a, .loginRight a {
	color: #0078c1;
}
.belepesGo {
	margin-left: 8px;
	width: 259px;
	height: 22px;
	background-image: url(images/belepes_go.gif); 
	background-repeat: no-repeat;
	position: relative;
}
.belepesGo input {
	display: block;
	position: absolute;
	left: 132px;
	top: 0px;
	width: 126px;
	height: 21px;
}
.smallText {
	font-size: 10px;
}
.formTable {
	width: 680px;
}
.formTable td {
	padding: 5px;
}
.loginError {
	margin: 15px;
	color: red;
	font-weight: bold;
}
.belepesInfo {
	margin-left: 8px;
	width: 259px;
	height: 38px;
	background-image: url(images/belepes_info.gif); 
	background-repeat: no-repeat; 
}
.loggedIn {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	padding: 20px;
	line-height: 26px;
}
.loggedFunc {
	margin-left: 8px;
	width: 259px;
	height: 22px;
	background-image: url(images/logged_func.gif); 
	background-repeat: no-repeat;
	position: relative;
}
.logout {
	position: absolute;
	top: 0px;
	left: 1px;
	width: 126px;
	height: 22px;
}
.logout a {
	display: block;
	width: 126px;
	height: 22px;
}
.profil {
	position: absolute;
	top: 0px;
	left: 132px;
	width: 126px;
	height: 22px;
}
.profil a {
	display: block;
	width: 126px;
	height: 22px;
}