/* GLOBAL RESET
------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
:focus {
	outline: 0;
	}
body {
	line-height: 1;
	color: black;
	background: white;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

/* GLOBAL PROPERITES
------------------------------------------------------------------------------------------------------*/
body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #000000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	margin: 0 0 0 0;
	}
p {
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
	}
h1 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
	}
h2 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 20px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
	}
h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	color: #9F0004;
	font-weight: normal;
	margin: 5px 0px;
	}
h4 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: +0.01em;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 8px;
	}
h5 {
	margin: 15px 0;
	color: #AAAAAA;
	border-top: 3px double #EEEEEE;
	}
h6 {
	margin: 15px 0;
	color: #AAAAAA;
	border-bottom: 1px solid #EEEEEE;
	}
a:link, a:visited {
	color: #00469b;
	text-decoration: none;
	position: relative; /* Internet Explorer: a cancer on the web that must be stopped!!! */
	background-color: 0;
	}
a:hover{
	color: #9F0004;
	text-decoration: underline;
	}
a:focus {
	margin: 0;
	padding: 0;
	position: relative;
	}
input, select {
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
select, .inputbox {
	padding: 2px;
}

	
/* GLOBAL PROPERITES
------------------------------------------------------------------------------------------------------*/
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	text-align: left;
	}

/* SITEMAP
------------------------------------------------------------------------------------------------------*/
#sitemapOpener {
	margin-bottom: 40px;
	background-color: #403F3F;
	}
#sitemapOuter{
	width: 1000px;
	height: 150px;
	margin: 0 auto 0 auto;
	}
#sitemapArea{
	width: 1000px;
	height: 150px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding-top: 10px;
	}
/* HEADER
------------------------------------------------------------------------------------------------------*/
#headerOuter {
	width: 100%;
	height: 140px;
	background-color: #403F3F;
	background-image: url(../img/header_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: -40px;
	}
#header {
	width: 960px;
	height: 140px;
	background-image: url(../img/header.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
	overflow: visible;
	}
.sitemapStick a{
	width: 209px;
	height: 100px;
	float: right;
	margin: 40px auto 0 0;
	cursor: pointer;
	background-image: url(../img/header_stick.png);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -6000px;
	overflow: hidden;
	}
.sitemapStick a:hover {
	background-position: 0 -100px;
	}

/* NAVIGATION
------------------------------------------------------------------------------------------------------*/
.nav {
	font-family: arial, sans-serif;
	background-color:#990000;
	background-image: url(../img/menu_bg.gif);
	background-repeat: repeat-x;
	width: 960px;
	height: 30px;
	position: relative;
	font-size: 11px;
	margin: 0 auto 0 auto;
	border-bottom: 1px #63181B solid;
	z-index: 1;
	}
#pmenu, #pmenu ul {
	padding:0;
	margin:0;
	list-style-type: none;
	background-color: #811D22;
	}
#pmenu li {
	float:left;
	position:relative;
	}
#pmenu a, #pmenu a:visited {
	display:block;
	width:180px;
	font-family: arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	text-decoration:none;
	text-indent:5px;
	border:1px solid #63181B;
	border-width:0 1px 1px 0;
	}
#pmenu li:hover > a{
	background-color: #A0292D;
	}
#pmenu li ul {
	display: none;
	}
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:0;
	left:181px;
	}
#pmenu > li:hover > ul {
	left:0;
	top:31px;
	}

/* TITLE
------------------------------------------------------------------------------------------------------*/
#title {
	width: 940px;
	height: 42px;
	padding-left: 20px;
	padding-top: 8px;
	background-color: #000000;
	border-bottom: 3px #999999 solid;
	}
#title_gyik {
	width: 960px;
	height: 100px;
	background-image: url(../img/titles/title_gyik.jpg);
	background-color: #000000;
	border-bottom: 3px #999999 solid;
	}
#title_rolunk_cegtort {
	width: 960px;
	height: 100px;
	background-image: url(../img/titles/title_gyik_02.jpg);
	background-color: #000000;
	border-bottom: 3px #999999 solid;
	}

/* SLIDER
------------------------------------------------------------------------------------------------------*/
/* ---- slider content --- */
div#slider_content {
	height: 305px;
	}
/* ---- scrolling slider --- */
#demo-bar {
	margin: 0px auto;
	padding: 0;
	width: 960px;
	text-align: center;
	} 
#demo-wrapper {
	margin: 0px auto;
	overflow: hidden; 
	height: 305px; 
	width: 960px;
	position: relative;
	list-style-type: square;
	list-style: square;
	} 
#demo-inner {
	width: 4800px;
	height: 305px;
	position: relative;
	list-style-type: square;
	list-style: square;
	} 
.scrolling-content {
	width: 139px;
	height: 73px;
	text-align: left;
	position: absolute;
	list-style-type: square;
	list-style: square;
	} 
.scrolling-content h1 { 
	color: #fff;
	padding: 0;
	font-size: 11px;
	} 
#content0 {
	left: 0px; 
	top: 0px;
	width: 960px;
	height: 305px;
	background-color: #000000;
	background-image: url(../img/titles/title_brasil.jpg);
	background-position: right;
	background-repeat: no-repeat;
	overflow: hidden;
	}
#content1 {
	left: 960px; 
	top: 0px;
	width: 960px;
	height: 305px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	}
#content2 {
	left: 1920px; 
	top: 0px;
	width: 960px;
	height: 305px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	} 
#content3 {
	left: 2880px; 
	top: 0px;
	width: 960px;
	height: 305px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	} 
#content4 {
	left: 3840px; 
	top: 0px;
	width: 960px;
	height: 305px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;	
	}
#content5 {
	left: 4800px; 
	top: 0px;
	width: 960px;
	height: 305px;
	background-color: #000000;
	background-image: url(../img/title_szolgbg.png);
	background-position: right;
	background-repeat: no-repeat;
	color:#FFFFFF;	
	}
div#user0 {
	font-size: 12px;
	color: #CCCCCC;
	width: 960px;
	height: 305px;
	padding: 0 0 0 0;
	cursor: default;
	}
div#user0 p {
	margin-bottom: 5px;
	margin-top: 5px;
	}
div#user1 {
	font-size: 14px;
	color: #CCCCCC;
	width: 960px;
	height: 305px;
	padding: 0 0 0 0;
	cursor: default;
	}
div#user2 {
	font-size: 14px;
	color: #CCCCCC;
	width: 960px;
	height: 305px;
	padding: 0 0 0 0;
	cursor: default;
	}
div#user3 {
	font-size: 14px;
	color: #CCCCCC;
	width: 960px;
	height: 305px;
	padding: 0 0 0 0;
	cursor: default;
	}
div#user4 {
	font-size: 14px;
	color: #CCCCCC;
	width: 960px;
	height: 305px;
	padding: 0 0 0 0x;
	cursor: default;
	}
div#user5 {
	font-size: 11px;
	color: #CCCCCC;
	width: 960px;
	height: 305px;
	padding: 15px 0 0 10px;
	cursor: default;
	}
div#content0 a:link, div#content0 a:visited,
div#content1 a:link, div#content1 a:visited,
div#content2 a:link, div#content2 a:visited,
div#content3 a:link, div#content3 a:visited,
div#content4 a:link, div#content4 a:visited,
div#content5 a:link, div#content5 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
div#content0 a:hover,
div#content1 a:hover,
div#content2 a:hover,
div#content3 a:hover,
div#content4 a:hover,
div#content5 a:hover {
	color: #9a9a9a;
	}
/* ---- slider buttons --- */
div#slider_buttons {
	height: 80px;	
	}
/* a#link1, a#link2, a#link3, a#link4, a#link5 {
	width: 192px;
	height: 80px;
	display: block;
	}*/
ul#buttons {
	margin: 0;
	padding: 0;
	}
ul#buttons li {
	list-style: none;
	}
ul#buttons li a:link, ul#buttons li a:visited {
	width: 192px;
	height: 80px;
	display: block;
	}
li#but_homlokzati {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_1.jpg) 0% 0% no-repeat;
	outline: none;
	}
li#but_homlokzati a:hover {
	background: url(../img/slider_bt_1.jpg) 0% 50% no-repeat;
	outline: none;
	}
li#but_homlokzati a.active {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_1.jpg) 0% 100% no-repeat;
	outline: none;
	}
li#but_belteri {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_2.jpg) 0% 0% no-repeat;
	outline: none;
	}
li#but_belteri a:hover {
	background: url(../img/slider_bt_2.jpg) 0% 50% no-repeat;
	outline: none;
	}
li#but_belteri a.active {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_2.jpg) 0% 100% no-repeat;
	outline: none;
	}
li#but_arnyekolas {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_3.jpg) 0% 0% no-repeat;
	outline: none;
	}
li#but_arnyekolas a:hover {
	background: url(../img/slider_bt_3.jpg) 0% 50% no-repeat;
	outline: none;
	}
li#but_arnyekolas a.active {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_3.jpg) 0% 100% no-repeat;
	outline: none;
	}
li#but_tetosik {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_4.jpg) 0% 0% no-repeat;
	outline: none;
	}
li#but_tetosik a:hover {
	background: url(../img/slider_bt_4.jpg) 0% 50% no-repeat;
	outline: none;
	}
li#but_tetosik a.active {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_4.jpg) 0% 100% no-repeat;
	outline: none;
	}
li#but_egyeb {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_5.jpg) 0% 0% no-repeat;
	outline: none;
	}
li#but_egyeb a:hover {
	background: url(../img/slider_bt_5.jpg) 0% 50% no-repeat;
	outline: none;
	}
li#but_egyeb a.active {
	width: 192px;
	height: 80px;
	float: left;
	background: url(../img/slider_bt_5.jpg) 0% 100% no-repeat;
	outline: none;
	}

/* CONTENT
------------------------------------------------------------------------------------------------------*/
#contentWrapperSimple {
	width: 100%;
	height: auto;
	}
#contentWrapperDouble {
	width: 100%;
	height: auto;
	background-image: url(../img/content_bg_double.jpg);
	background-repeat: repeat-y;
	}
.contentClearer {
	font-size: 0px;
	height: 0px;
	width: 100%;
	display: block;
	clear: both;
	}
#contentFifty1 {
	width: 460px;
	height: auto;
	float: left;
	}
#contentFifty2{
	width: 440px;
	height: auto;
	float: left;
	padding-left: 20px;
	}
#contentSimple ul, #contentSimple li,
/*#contentDoubleLeft ul, #contentDoubleLeft li{
	list-style-image: url(../img/next_text3.png);
	margin-left: 5px;
	line-height: 16px;
	vertical-align: middle;
	}
	*/

/* ---- simple ----*/
#contentSimple {
	width: 920px;
	height: auto;
	float: left;
	padding: 20px;
	background-color: #FFFFFF;
	}
/* ---- double ----*/
#contentDoubleLeft {
	width: 679px;
	height: auto;
	float: left;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
	}
#contentDoubleRight {
	width: 200px;
	height: auto;
	float: right;
	padding: 20px;
	font-size: 12px;
	color: #595959;
	margin-bottom: 30px;
	}
#contentDoubleRight p{
	margin: 0px 0px;
	font-size: 12px;
	}
#contentDoubleRight h3 {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	letter-spacing: -0.05em;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 0px 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	}
#contentDoubleRight ul, #contentDoubleRight li {
	margin-left: 8px;
	padding-left: 5px;
	}
#contentDoubleRight a:link, #contentDoubleRight a:visited {
	color: #9F0004;
	text-decoration: none;
	}
#contentDoubleRight a:hover {
	color: #00469b;
	text-decoration: underline;
	}
span.stats{
	color: #bbb;
	font-size: 10px;
	margin-top: 100%;
	margin-bottom: 0%;
	}

/* FOOTER
------------------------------------------------------------------------------------------------------*/
#footer {
	width: 960px;
	height: 30px;
	text-align: center;
	color: #333333;
	cursor: default;
	border-top: 3px solid #999999;
	padding-top: 15px;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 15px;
	}
#footer a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	vertical-align: middle;
	text-transform: uppercase;
	
	}
#footer a:hover {
	background-color: #333333;
	color: #FFFFFF;
	}

/* OLDALTÉRKÉP
------------------------------------------------------------------------------------------------------*/
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree p {
	text-align: center;
	}
.dtree a {
	color: #333;
	text-decoration: none;
	text-align: center;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: ;
}
.dtree .clip {
	overflow: hidden;
}

/* FORMS
------------------------------------------------------------------------------------------------------*/
form {
	margin: 0;
	padding: 0;
	position: relative;
}
input, select {
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
}
select, .inputbox {
	padding: 2px;
}
.inputbox{
	margin: 1px 0;
}
.inputbox:focus {
	border: 1px solid #BABDB6;
	background: #FFFFDD;
}
textarea {
	padding-left: 2px;
}
textarea.inputbox{
	font: 11px "Lucida Grande", Tahoma, Verdana, sans-serif;
	width: 95%;
}
fieldset{
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 10px;
}
.button {
	padding: 1px 4px;
	border-top: 1px solid #E1E1E1;
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #BABDB6;
	border-right: 1px solid #BABDB6;
	background: #f5f5f5;
	color: #333;
	cursor: pointer;
}
.button:hover, .button:focus {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #BABDB6;
	color: #000;
}
.inputbox {
	border-top: 1px solid #BABDB6;
	border-right: 1px solid #EDEEEC;
	border-bottom: 1px solid #EDEEEC;
	border-left: 1px solid #BABDB6;
}
.inputbox:hover, .inputbox:focus {
	border: 1px solid #BABDB6;
}
hr {
	border: none 0;
	border-top: 1px solid #d5d5d5;
	height: 1px;
}

#totop {
	width: 202px;
	height: 20px;
	position: relative;
}

/* ACCORDION EFFECT
--------------------------------------------------------- */
div#accordion {
	padding-left: 40px;
}
.toggler {
	cursor: pointer;
	font-size: 12px;
	margin: 0;
	color: #00469b;
}
