/********************************************************************* 
  base css */

body {
	font-family: Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	font-size: 0.75em;
	color: #333333;
	background-color: #F2F2F2;
	padding-top: 6px;
}

a, link, a:link {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
 }

a:visited {
	text-decoration: underline;
	color: #333333;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	color: #3182ab;
	font-weight: normal;
}

/********************************************************************* 
  Felső rész */

div.container {
	width: 944px;
	margin: auto;
	padding: 0px;
	background-color: #FFFFFF;
	border-left: 7px solid #FFFFFF;
	border-right: 7px solid #FFFFFF;
}

div.languages {
	float:right;
	margin-right: 10px;
	margin-top: 4px;
}

div.toptext {
	float:right;
	text-align:center;
	font-size:1.1em;
	font-weight: bold;
	margin: 18px 15px 0 0;
}

div.rightmenu {
	margin-top: 4px;
	float: right;
	width: 759px;
	font-size: 0.95em;
	margin-right: 3px;
}

div.rightmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

div.rightmenu h2 {
	text-align: center;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}

div.rightmenu a, div.rightmenu link, div.rightmenu a:visited {
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	display: block;
}

div.rightmenu a:hover {
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 3px 3px 3px 3px;
	text-decoration: none;
	background-color: #FFD02F;
}

div.rightmenu li {
	position: relative;
	min-width: 100%;
	border-top: solid #a4a4a4 1px;
	border-right: solid #a4a4a4 1px;
}

div.rightmenu ul ul li {
	min-width: 100%;
	border-bottom: solid #a4a4a4 1px;
	border-top: 0px;		
}

div.rightmenu ul li:hover {
	background-color: #fffffff;	
	}

div.rightmenu ul ul {
	position: absolute;
	min-width: 100%;
	background-color: #f0ba00;	
}

div.rightmenu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div.rightmenu ul ul,
div.rightmenu ul li:hover ul ul,
div.rightmenu ul ul li:hover ul ul
{display: none;}

div.rightmenu ul li:hover ul,
div.rightmenu ul ul li:hover ul,
div.rightmenu ul ul ul li:hover ul
{display: block;}

/********************************************************************* 
  Vízszintes */
  
div.termekhead {

	width: 175px;
	background: url(images/term_back.png) center center repeat-x;
	padding: 9px 0px 0px 0px;
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 1.2em;
	border: 1px solid #555555;
	margin-right: 5px;
	float:left;
	min-height: 27px;
}

div.searchbox {
	width: 570px;
	background-image: url(images/search_back.jpg);
	background-repeat:repeat-x;
	background-position: center;
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 1.2em;
	border: 1px solid #3783b5;
	float:left;
	text-align: center;
	min-height: 36px;
}

div.searchbox form {
	margin: 0px;
	padding: 7px 10px 6px 10px;
}

div.searchbox input {
	border: 1px solid #a7afb1;
	padding-left: 0px;
	padding-right: 0px;	
	margin-left: 0px;
	margin-right: 0px;	
}

div.searchbox .gomb {
	font-size: 0.7em;
	background-color: #F0BA00;
	color: #FFFFFF;
/*	background-image:url(images/button_back.gif);
	background-repeat:repeat-x;
	background-position: center;*/
	padding: 3px 5px 2px;
	font-weight: bold; 
	border: 1px solid #b58809;
	margin-left: 5px;
}

div.kosarbox {

	background-image: url(images/search_back.jpg);
	background-repeat:repeat-x;
	background-position: center;
	width: 182px;
	color: #FFFFFF;
	font-weight: bold; 
	font-size: 1.2em;
	border: 1px solid #3783b5;
	float:left;
	margin-left: 5px;
	text-align: center;
	min-height: 36px;
}

div.kosarbox img {
	margin: 0 10px 0 0;
}

div.kosarbox a, div.kosarbox link, div.kosarbox a:link, div.kosarbox a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

div.kosarbox a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/********************************************************************* 
  Bal oszlop - menu */

div.leftcolumn {
	padding-top: 5px;
	width: 177px;
	float: left;
}

div.menuleft {
	text-align: left;
	font-size: 1em;
	background: url(images/leftmenu_back.png) top left repeat-y;
}

div.menuleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.menuleft li {
	position: relative;
	z-index: 3000;
}

div.menuleft li:hover {
	position: relative;
}


div.menuleft ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
	width: 100%;
	background-color: #f0ba00;	
	background-image:none;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #000000;	
}

div.menuleft ul ul ul,
div.menuleft ul ul li:hover ul ul
{display: none;}

div.menuleft ul ul li:hover ul,
div.menuleft ul ul ul li:hover ul
{display: block;}

div.menuleft ul ul li:hover {
	background-color: #268FCF;	
	background-image:none;	}

div.menuleft ul ul ul:hover {
	background-color: #268FCF;	
	
}

div.menuleft ul ul li {
	border-bottom: 1px solid #CCCCCC;
	padding: 3px 0;
	width: 177px;
}

div.menuleft ul ul ul li {
	border-bottom: 1px solid #204b87;
	border-right: 2px solid #000000;
	border-left: 0px;
	background-image:none;	
}

div.menuleft a, div.menuleft link, div.menuleft a:link, div.menuleft a:visited {
	text-decoration: none;
	color: #362A00;
	display: block;
	padding: 4px 20px 3px 3px;
	font-weight: normal;
}

div.menuleft a:hover {
	text-decoration: none;
	display: block;	
	color: #ffffff;
/*	background-color: #0C3F5F;	*/
}

/********************************************************************* 
  Jobb oszlop - hirek */

div.rightcolumn {
	margin-top: 5px;
	width: 184px;
	float: right;
}

div.rightcolumn div {
	border: 0;
}

/********************************************************************* 
  Main */

div.mainarea {
	margin: 5px 0px 5px 5px;
	float: left;
	max-width: 575px;
}

div.mainarea p {
	margin: 0px 0px 0px 0px;
}

div.usercontent {
	margin: 0px 5px 5px 0px;
}

div.floatboxes {
	margin-right:7px;
	border: 1px solid #CACACA;	
	text-align: center;
	float: left;
	background-color: #2d6d93;
	width: 184px;
}

div.floatboxes h1 {
	font-size: 1em;
	padding: 5px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 0.9em;
	min-height: 40px;
	width:174px;
}

div.floatboxes a, div.floatboxes link, div.floatboxes a:link, div.floatboxes a:visited {
	text-align: left;
	text-decoration: none;
	display: block;
	width: 176px;
	padding: 4px;
	font-weight: normal;
	background-image:url(images/a_back.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

div.floatboxes a:hover {
	background-image:url(images/a_back_on.gif);
	text-decoration: underline;
}

/********************************************************************* 
  TermekMain */

div.maintermek {
	margin: 5px 0px 0px 8px;
	float: left;
	max-width: 755px;
}

div.maintermek h1 {
	font-family: Arial, Tahoma, Helvetica;
	font-size: 1.4em;
	color: #41a3de;
	margin: 0px;
	padding-bottom: 10px;
}

div.termekdiv {
	margin: 0 0 15px 0;
	width: 358px;
	border: 1px solid #dddddd;
	color: #555555;
	padding: 0 6px;
}

div.termekdiv h1 {
	font-size: 1.2em;
	color: #de7b40;
	margin: 0px;
	padding-top: 10px;
}

div.maintermek p {
	margin: 12px 0px 12px 0px;
}

div.termekdiv p {
	margin: 12px 5px 12px 0px;
}

div.maintermek input {
	font-size: 1em;
	border: 1px solid #b0b0b0;
}

div.maintermek a, div.maintermek link, div.maintermek a:link, div.maintermek a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #de7b40;
}

div.maintermek a:hover {
	text-decoration: none;
	color: #555555;
}

div.maintermek label{
font-weight: bold;
float: left;
margin-left: -120px; /*width of left column*/
width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}


/********************************************************************* 
/********************************************************************* 
/********************************************************************* 
  Jobb oldal */

div.jobboldal {
	width: 260px;
	float:left;
	margin: 0px 0px 30px 0px;
	padding: 20px 0px 20px 20px;
	color: #555555;
	border-left: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

div.jobboldal form {
	margin: 0px;
	padding: 0px;
}

div.jobboldal p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

div.jobboldal input {
	font-size: 1.4em;
	font-weight: normal;
	background-color: #F0BA0B;
	border: 3px solid #F0BA0B;
}

div.jobboldal textarea {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 1.4em;
	font-weight: normal;
	background-color: #F0BA0B;
	border: 3px solid #F0BA0B;
}

div.jobboldal select {
	font-size: 1.4em;
	font-weight: normal;
	background-color: #F0BA0B;
	border: 3px solid #F0BA0B;
	width: 250px;
}

div.jobboldal input:hover, div.jobboldal textarea:hover, div.jobboldal select:hover {
	background-color: #FFFFFF;
}

div.baloldal {
	width: 474px;
	text-align: center;
	background-color: #333333;
	float:left;
	color: #FFFFFF;
	margin-top: 5px;
	min-height: 730px;
}

div.baloldal td {
	border-top: 1px solid #3F3B3B;
	color: #FFFFFF;
	font-weight: normal;
}

div.baloldal th {
	color: #BBBBBB;
}

div.baloldal table {
	margin: 0px 15px 0px 15px;
}

div.baloldal h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 1.4em;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	margin: 0px 0px 12px 0px;
}

div.baloldal a, div.baloldal link, div.baloldal a:link, div.baloldal a:visited{
	text-decoration: underline;
	color: #DDDDDD;
	font-weight: normal;
 }

div.baloldal a:hover {
	text-decoration: none;
	color: #EF3C25;
	font-weight: normal;
}

form.login {
	width: 158px;
	border: 3px solid #4AAAE6;
	background: #3F9FDB;
	color: #FFFFFF;
	padding: 10px;
}

div.rightcolumn form h1 {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 10px;
}

div.rightcolumn form input[type=text] {
	width: 152px;
	margin-bottom:6px;
}

div.rightcolumn form input[type=password] {
	width: 152px;
	margin-bottom:6px;
}

div.rightcolumn input.gomb {
	background-color:#F0BA00;
	border:1px solid #B58809;
	color:#FFFFFF;
	font-size:0.9em;
	font-weight:bold;
	margin-left:72px;
	padding:3px 0 2px;
	width:86px;
}