@charset "utf-8";
/* no anchor border around IMGs */
a:link img { border: none; }
a:visited img { border: none; }
a:active img { border: none; }
a:hover img { border: none; }

/* cursor efektek */
a.kez:hover {CURSOR: url(kez.cur);}
a.nagyitoplusz:hover {CURSOR: url(nagyitoplusz.cur);}

/* link colours */
a:link        { color: #CF3D23; text-decoration: underline }
a:visited     { color: #CF3D23; text-decoration: underline }
a:active      { color: #CF3D23; text-decoration: underline }
a:hover       { color: #CF3D23; text-decoration: none }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg_page.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bgx {
	background-repeat:repeat-x;
}
.bgx_center {
	background-repeat:repeat-x;
	background-position:top center;
}
.bgy {
	background-repeat:repeat-y;
}
.bg1 {
    background-repeat:no-repeat;
}
.bg1_right {
    background-repeat:no-repeat;
	background-position:right top;
}
.bg1_bottom {
    background-repeat:no-repeat;
	background-position:bottom;
}
ul { 
    list-style-position: outside;
	list-style-image: url("images/p_grey.jpg");
	margin-left: 16px;
	padding-left: 16px;
	line-height: 18px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding-top: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	padding-right: 32px;
	color: #666666;
}
.text_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-top: 4px;
	padding-bottom: 0px;
	padding-left: 32px;
	padding-right: 32px;
	color: #666666;
}
.text_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CF3D23;
	font-weight: bold;
}
.text_bordo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D1C2D;
	font-weight: bold;
}
.text_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 16px;
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CCCCCC;
}
a.breadcrumb_link:link        { color: #CCCCCC; text-decoration: underline }
a.breadcrumb_link:visited     { color: #CCCCCC; text-decoration: underline }
a.breadcrumb_link:active      { color: #CCCCCC; text-decoration: underline }
a.breadcrumb_link:hover       { color: #CCCCCC; text-decoration: none }





.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AAAAAA;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	background-repeat: no-repeat;
}
a.copyright_link:link        { color: #AAAAAA; text-decoration: none }
a.copyright_link:visited     { color: #AAAAAA; text-decoration: none }
a.copyright_link:active      { color: #AAAAAA; text-decoration: none }
a.copyright_link:hover       { color: #FFFFFF; text-decoration: none }
.top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 8px;
}
a.top:link        { color: #999999; text-decoration: none }
a.top:visited     { color: #999999; text-decoration: none }
a.top:active      { color: #999999; text-decoration: none }
a.top:hover       { color: #DA251C; text-decoration: none }