@charset "utf-8";
/* ----------- Class selector ------------------------
	Can apply to any HTML element - begins with a "." 
	Pl. .greenText vagy .highlight
	Can be only 1 word!

/* ----------- ID selector ------------------------
	Applies to only one HTML element - begins with a "#"
	Div tag-ek formájában jelenik meg a HTML-ben
	Tipikusan oldal szerkezeti elemek, területek kijelölésére van.

/* ----------- Tag (element) selector ------------------------
	Redefines an HTML element - body,tr,td,h1,h2,h3,h4,p,address,ul ... etc 

/* ----------- Compound (descendent) selector ------------------------
	based on your selection - #id_name own_name 
	Alárendelt stílus

/* ------------ Box modell ------------------------------------------
	Width * Height - only the content
	+ Padding
	+ Border
	+ Margin
*/
/* -- generic styles ------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, p, pre, address, blockqoute, span, ul, ol, li, dl, dd, dt, img, form, fieldset, input {	
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; padding-top: 0px; /* elemeken belul */
	margin: 0px; /* elemek kozott */
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, th {
	font-weight: normal;
	font-size: 1em;
	font-style: normal;
	FONT-WEIGHT: normal; FONT-SIZE: 1em; FONT-STYLE: normal;
}
ul, ol {
	/*
	list-style: none;
	*/
}
fieldset, img {
	border-top-style: none; border-right-style:none; border-left-style:none; border-bottom-style:none; 
}
caption, th {
	text-align: left;
}
/* -- generic styles ------------------------*/
body  {
	color: #000;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	background: #f5f8d6;
	margin: 0;
	padding: 0;
	text-align: left;
}
#body_01  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_08.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_02  {
	width:100%;
	height:auto !important;
	background-image:url(/images/background_02.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_03  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_03.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_04  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_04.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_05  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_05.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_06  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_06.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_07  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_07.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_08  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_08.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_09  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_09.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_10  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_10.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_11  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_11.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_12  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_12_2.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_13  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_13.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_14  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_14.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_15  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_15.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_16  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_16.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_17  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_17.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#body_18  {
	width:100%;
	height:auto !important;	
	background-image:url(/images/background_18.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: 682px 50px; /* x,y */
}
#wrapper {
	width: 979px;
	height: auto !important;
	/* background: #f5f8d6; */
	margin:0px auto 0px 0px;
}   
#header{
	margin: 0;
	padding: 0;
	height:50px;
	background-color:#f5f2d9;
	background-image:url(/images/header_back.gif);
}
#footer{
	margin:0;
	background-image:url(/images/footer_back_2.gif);
	background-repeat:repeat-x;
	text-align:center; 
	font-size:1em; 
	height: 67px;
	font-family:Tahoma,sans-serif;
}
#footer #leftSide {
	width:450px;
	height:42px;
	float:right;
	margin-top:25px;	
}
#footer #rightSide {
	width:195px;
	height:42px;	
	float:right;
	margin-top:25px;	
}
/* ------- FOOTER STYLES ----------*/
#footer #leftSide p 
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .6em;
	text-align:center;
	color:#8f926e;
	line-height:16px;
}
#footer #rightSide p 
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .6em;
	text-align:center;
	color:#8f926e;
	line-height:16px;
}
/* ------- HEADER STYLES ----------*/
#header h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}
#header h2
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
#header p 
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#header #buttons
{
	padding:17px 0px 0px 359px;
}
#header #buttons img {
	float:left;
	margin: 0;
}
#header #contactButton {
	background: url(../_images/contact_icon.gif);
	position: absolute;
	height: 29px;
	width: 86px;
	left: 650px;
	top: 0px;
}
#header #contactButton a {
	text-indent: -1000em;
	display: block;
}
/* ----------- CONTENT STYLES ------ */
#sidebar_left{
	float:left;  
	width:334px;
	height:600px;
	background-image:url(/images/column_left_background.jpg);
    display: inline; /* Ha Float balra és bal margó is van, akkor IE6 bug miatt kell ez a sor! */
}
#sidebar_right{
	margin:	0px;
	float: left; 
	width: 40px;
 	height: 600px;
    display: inline; /* Ha Float balra és bal margó is van, akkor IE6 bug miatt kell ez a sor! */	
}
#sidebar_menu{
	margin:	0px;
	float: left; 
	width: 195px;
 	height: 600px;
	background-color:#669410;
    display: inline; /* Ha Float balra és bal margó is van, akkor IE6 bug miatt kell ez a sor! */	
}
#sidebar_menu #keywords{
	height:42px;	
}
#sidebar_menu #keywords p{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #fff;
	padding-bottom:1px;
	padding-right:20px;
}
#sidebar_menu #keywords a:link,#sidebar_menu #keywords a:visited{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-align:justify;
	color: #fff;	
	text-decoration:none;
}
#sidebar_menu #keywords a:hover,#sidebar_menu #keywords a:active{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-align:justify;
	color: #fff;	
	text-decoration:underline;	
}
#content{
	margin:0;
	background: #ffffff;
	float:left;
	width:410px;
 	height:600px;
    display: inline; /* Ha Float balra és bal margó is van, akkor IE6 bug miatt kell ez a sor! */	 
 }
#content .floatbox {
	padding:30px 25px 10px 25px;	
	float: left;
	clear: both;
	width: 360px;
	height: 560px;
	
	overflow: auto; 
	
	border: none; 
  /*
  overflow: auto - This will create a scrollbar - horizontal, vertical or both only if the content in the block requires it. For practical web development, this is probably the most useful for creating a scrolling area. 
  overflow: scroll - This will will insert horizontal and vertical scrollbars. They will become active only if the content requires it. 
  overflow: visible - This will cause the block to expand to view the content. 
  overflow: hidden - This forces the block to only show content that fits in the block. Other content will be clipped and not hidden with no scrollbars. 
  */
}
#content .floatbox p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	text-align:justify;
	color: #909090;
	padding-bottom:10px;
}
#content .floatbox table p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	text-align:justify;
	color: #909090;
	padding-bottom:0;
}
#content .floatbox img {
	border:solid;
	border-width:1px;
	border-color:#669410;
	float:left;
	margin-top:5px;
	margin-right:6px;
	margin-bottom:8px;
}
#content .floatbox li {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	text-align:justify;
	color: #909090;
	margin-left:10px;
}
#content .floatbox li ul li{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #909090;
}
#content .floatbox h1 {
	height:24px;
	margin:0px 0px 15px 0px;
	padding:2px 0px 0px 38px;
	background-image:url(/images/h1_back.gif);
	background-repeat:no-repeat;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .9em;
	font-weight:bold;
	color: #618d0e;	
}
#content .floatbox h2 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .8em;
	text-align:justify;
	font-weight:bold;
	color: #909090;
	padding-top:11px;
	padding-bottom:3px;
}
#content .floatbox h3 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	text-align:justify;
	font-weight:bold;
	color: #909090;
	padding-top:8px;
	padding-bottom:2px;
}
#content .floatbox a:link,#content .floatbox a:visited{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-align:justify;
	color: #618d0e;	
	text-decoration:underline;
}
#content .floatbox a:hover,#content .floatbox a:active{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-align:justify;
	color: #618d0e;	
	text-decoration:none;	
}
#content .floatbox .picture_box{
	width:108px;
	height:130px;
	float:left;
	margin:auto;
	padding:0;
	margin-right:6px;
	margin-bottom:6px;
	text-align:center;
}	
#content .floatbox .picture_box p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #909090;
	text-align:center;
}
#content .floatbox .picture_box img {
	border:solid;
	border-width:1px;
	border-color:#669410;
	float:none;
}
#content .floatbox .login_box{
	width:340px;
	height:80px;
	background-color:#FFF;
	float:left;
	margin-right:6px;
	margin-top:0px;
	margin-bottom:10px;
	border:solid;
	border-width:1px;
	border-color:#618d0e;
	padding:6px;
}	
#content .floatbox .login_box_2{
	width:340px;
	height:auto;
	float:left;
	margin-top:0px;
	border:solid;
	border-width:1px;
	border-color:#618d0e;
	padding:6px;
}	
#content .floatbox .login_box p.balra {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #909090;
	text-align:left;
}
#content .floatbox .login_box p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #909090;
	text-align:right;
}
#content .floatbox .login_box_2 p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #909090;
	text-align:left;
}
#content .floatbox .login_box_2 .center{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #909090;
	text-align:center;
}
#content .floatbox .two_column{
	width:160px;
	height:auto;
	float:left;
	margin-right:6px;
	margin-top:0px;
	border:none;
	padding-left:6px;
	padding-right:6px;
}	
#content .floatbox .two_column p {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: .7em;
	color: #909090;
	text-align:justify;
}
.clearFloat { 
	clear:both;
}
.clearLeft {
	clear: left;
}
.clearRight {
	clear: right;
}

