/* CSS Document */


/* ---------------- Global reset ------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, 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, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
vertical-align: top;
/*background-image: transparent;*/ /* edit! has been removed again */
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
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 rerset vége ------------------ */


html {
	height: 100%;
}

body {
	height: 100%;
	margin-bottom: 1px;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	width: 635px;
  	margin-bottom: 2px;
	margin-right: 2px;
	float: left;

}

#buttons_inner {
	border: 1px solid #cccccc;
	height: 21px !important;
	height: 23px;
}

#pathway_text {
  overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	border: 1px solid #ccc;
	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}


#search_outer {
	float: left;
	width: 165px;
}

#search_inner {
  border: 1px solid #cccccc;
	padding: 0px;
  height: 21px !important;
  height: 23px;
  overflow: hidden;
}

#search_inner form {
  padding: 0;
  margin: 0;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 3px 5px;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(../images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 635px;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

.user2_inner {
	border: 1px solid #cccccc;
  float: none !important;
  float: left;
	margin: 0px;
	padding: 2px;
}

table td.body_outer {
	padding: 2px;
	border: 1px solid #cccccc;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/


.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #fff;
  width: auto;
/*   background: url(../images/button_bg.png) repeat-x; */
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}

#footer {
	text-align: center;
	padding: 3px;
}


td {
	text-align: left;
	font-size: 11px;
}



body {
	margin: 15px;
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 150%;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

/* ------------ Ákos ref - Itt állítom a globális betűméretet */

div{
	line-height: 150%;
	font-size: 12px;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #c64934; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #900;	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-right: 5px;
}

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
  color: #c64934;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}

.contentcolumn {
	padding-right: 5px;
}

.contentheading {
	height: 30px;

	color: #c64934;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}



.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(../images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}


.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}
.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}


/* ---------------------- Ákos ref Itt a Refmon CSS eleje ------------------------------- */

body{
    background-color:#353535;
    background-image: url(../images/plisze-bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
}

.mceContentBody{
        background-image: none!important;
        background-color:#fff;

}


.ref-felso{
/* border:1px solid red; */

    width: 761px;
    height: 55px;
}

.ref-flag-hu{
/* border:1px solid red; */

    background-image: url(../images/ref-flag-hu.gif);
    background-repeat: no-repeat;
    background-position: top left;

    width: 158px;
    height: 39px;
    float:right;
  padding-top:6px;

}

.ref-flag-en{
/* border:1px solid red; */

    background-image: url(../images/ref-flag-en.gif);
    background-repeat: no-repeat;
    background-position: top left;

    width: 158px;
    height: 39px;
    float:right;
  padding-top:6px;

}

.ref-fej{
/* border:1px solid green; */

    background-image: url(../images/ref-fej.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    
    width: 761px;
    height: 133px;
}

.ref-fej-en{
/* border:1px solid green; */

    background-image: url(../images/ref-fej-en.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    
    width: 761px;
    height: 133px;
}

.ref-menu{
/* border:1px solid black; */
    width: 761px;
    height: 40px;
}


.ref-menukoz{
/* border:1px solid black; */

    width: 761px;
    height: 24px;
}

.ref-torzs{
/* border:1px solid black; */
    width: 761px
}

.ref-torzsfej{
    background-image: url(../images/ref-torzsfej.gif);
    background-repeat: no-repeat;
    background-position: top left;

    width: 761px;
    height: 36px;
}

.ref-torzsalap{
/* border:1px solid red; */

    background-image: url(../images/ref-torzsalap.gif);
    background-repeat: repeat-y;
    background-position: top left;

/*     width: 761px; */
}

.ref-torzsalap-belso{
/* border:1px solid green; */
/*     width: 761px; */
/*     margin-left:24px; */
/*     padding-right:20px; */
    padding-top:16px;
    padding-bottom:16px;
/*     width: 761px; */
    padding-left:27px;
    text-align:left;
}

.torzstable{
/* border:1px solid blue; */
width:100%;
width:728px;

/*     width: 761px; */
}

.torzstable tr td{
/* border:1px solid orange; */
}


.ref-labkoz{

    width: 761px;
    height: 13px;
}

.ref-lab{
    background-image: url(../images/ref-lab.gif);
    background-repeat: no-repeat;
    background-position: top left;
    
    width: 761px;
    height: 34px;
    margin-bottom:50px;
    padding-top:9px;
    
    font-size:11px;
    letter-spacing:1.8px;
    color:#aaa;
}


/* ------------------- Ákos Ref menü ------------------------------ */


.ref-menu-belso{
/* border:1px solid red; */
/*            width: 761px; */
/*     height: 40px; */
float:right;
padding-top:5px;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
background-image: none;

/* background-image: url(../images/ref-tuske.gif);
background-repeat: no-repeat;
background-position: 50% 100%; */


        padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 12px;
	letter-spacing:1px;
	line-height: 22px;
	line-height: 36px;
	line-height: 38px;
	white-space: nowrap;
/* 	border-right: 1px solid #cccccc; */
        font-weight:normal!important;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #fff;
	background: transparent;
	        font-weight:normal!important;

}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}



ul#mainlevel-nav li a {
        width: auto;
        }



/* ------------------------ Ákos ref Topmenü hover */
ul#mainlevel-nav li a:hover
{
	color: #840b03;
/* 	color: #000; */
/* 	background: #c64934; */
}


a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.mainlevel-nav#active_menu-nav {
background-image: url(../images/ref-tuske.gif);
background-image: url(../images/plisze-tuske.gif);
background-repeat: no-repeat;
background-position: 50% 100%;

	color:#fff;
	font-weight: bold;
}

a.mainlevel#active_menu:hover {
	color: #fff;
}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	color: #c64934;
	text-align: left;
}

a.sublevel:hover {
	color: #900;
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

/* -------------------------------- Ákos ref Menü vége */

h2.ref-h2-uveg{
   background-image: url(../images/ref-cim-uveg.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   height:23px;
   color:white;
   font-weight:normal;
   margin-bottom:1em;
   padding-left:14px;
   padding-top:2px;
   letter-spacing:1px;
/*    text-transform:uppercase;
   font-size:11px; */

}

h2.ref-h2-uveg{
   background-image: url(../images/plisze-cimsor.jpg);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   height:23px;
   color:white;
   font-weight:normal;
   margin-bottom:1em;
   padding-left:14px;
   padding-top:2px;
   letter-spacing:1px;
/*    text-transform:uppercase;
   font-size:11px; */

}

h2.ref-h2-acel{
   background-image: url(../images/ref-cim-uveg.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   height:23px;
   color:white;
   font-weight:normal;
   margin-bottom:1em;
   padding-left:14px;
   padding-top:2px;
   letter-spacing:1px;
/*    text-transform:uppercase;
   font-size:11px; */

}

h2.ref-h2-kopas{
   background-image: url(../images/ref-cim-uveg.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   height:23px;
   color:white;
   font-weight:normal;
   margin-bottom:1em;
   padding-left:14px;
   padding-top:2px;
   letter-spacing:1px;
/*    text-transform:uppercase;
   font-size:11px; */

}

h2.ref-h2-egyeb{
   background-image: url(../images/ref-cim-uveg.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px;
   height:23px;
   color:white;
   font-weight:normal;
   margin-bottom:1em;
   padding-left:14px;
   padding-top:2px;
   letter-spacing:1px;
/*    text-transform:uppercase;
   font-size:11px; */

}


/* ---------------------------- Ákos ref nyelvválasztó gombok */

.ref-flag-bal{
/*   border: 1px solid #cccccc; */
  width:55px;
  height:27px;
  float:left;
  position:relative;
  left:18px;

}

.ref-flag-jobb{
/*   border: 1px solid #cccccc; */
  width:55px;
  height:27px;
    float:left;
      position:relative;
  left:32px;



}

div a {
cursor:pointer;
}


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

li
{
line-height: 15px;
padding-left: 24px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 9px 6px;
line-height:1.8em;
}


/* -------------------------- Ákos ref Termék belsőtábla */

.ref-termek-div{
/*     border: 1px solid black; */
    width:465px;
    height:110px;
/*     display:none; */
}

.ref-termek-kep{
/*     border: 1px solid red; */
    width:165px;
    float:left;
}

.ref-termek-szoveg{
/*     border: 1px solid blue; */
    width:270px;
        float:left;
   clear:right;

}

.ref-termek-kep-img{
    border: 1px solid white;

}

.ref-hr-uveg{
    border: 2px solid #e1af80;
    width:465px;
    text-align:left;
    margin: 12px auto 12px 0;
    height:3px;

}

.ref-hr-acel{
    border: 2px solid #e1af80;
    width:465px;
    text-align:left;
    margin: 12px auto 12px 0;
    height:3px;

}

.ref-hr-kopas{
    border: 2px solid #e1af80;
    width:465px;
    text-align:left;
    margin: 12px auto 12px 0;
    height:3px;

}

.ref-hr-egyeb{
    border: 2px solid #e1af80;
    width:465px;
    text-align:left;
    margin: 12px auto 12px 0;
    height:3px;

}


a.ref-pdf{
         font-weight:normal!important;
         font-size:11px;
}


/* -------------------------- Ákos ref Főoldal CSS osztályai */


.ref-fooldal-torzs{
/*     border: 1px solid black; */

    background-image: url(../images/plisze-fooldal-torzs.jpg);
    background-repeat: repeat-y;
    background-position: top center;

    width: 761px;
    width: 845px;
    height: 275px;

}

.ref-fooldal-termek-link{

}

.ref-fooldal-termek-1{
/*     border: 1px solid black; */

    width: 195px;
    height: 194px;
    float:left;

    position:relative;
    left:81px;
    top:35px;


}

.ref-fooldal-termek-2{
/*     border: 1px solid black; */

    width: 195px;
    height: 194px;
    float:left;

    position:relative;
    left:130px;
    top:35px;

}

.ref-fooldal-termek-3{
/*     border: 1px solid black; */

    width: 195px;
    height: 194px;
    float:left;

    position:relative;
    left:178px;
    top:35px;



}



/* ----------------------------------------- Ákos Pliszé ------------------------------------------------ */

.plisze-fej{
/* border:1px solid green; */

    background-image: url(../images/plisze-fej.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    
    width: 845px;
    height: 290px;
}


.plisze-menu{
/* border:1px solid black; */
width: 845px;
height: 40px;
float:right;
/* padding-top:9px; */
}

.plisze-menu-belso{
/* border:1px solid red; */
/*            width: 761px; */
/*     height: 40px; */
float:left;
padding-top:12px;
padding-left:12px;
}


.plisze-torzsalap-belso{
/* border:1px solid green; */
/*     width: 761px; */
/*     margin-left:24px; */
/*     padding-right:20px; */
    padding-top:16px;
    padding-bottom:16px;
/*     width: 761px; */
    padding-left:27px;
    text-align:left;
}


.ref-torzs-szoveg-td{
/* padding-left:27px; */
        width: 480px;
        width: 543px;

}
.ref-torzs-szoveg{
/* border: 1px solid #cccccc; */

        float:left;
        width: 480px;

}




.ref-torzs-illuszt{
/* border: 1px solid green; */
float:left;


}


.plisze-torzs{
/* border:1px solid black; */
    width: 845px
}


.plisze-torzsalap{
/* border:1px solid red; */

    background-image: url(../images/plisze-altorzs-bg.jpg);
    background-repeat: repeat-y;
    background-position: top left;

/*     width: 761px; */
}

.plisze-torzsalap-belso{
    background-image: url(../images/plisze-altorzs-top.jpg);
    background-repeat: no-repeat;
    background-position: top left;



/* border:1px solid green; */
/*     width: 761px; */
/*     margin-left:24px; */
/*     padding-right:20px; */
    padding-top:35px;
    padding-bottom:16px;
/*     width: 761px; */
    padding-left:27px;
    padding-left:76px;
    text-align:left;
}


.plisze-torzslab{
/*     border: 1px solid red; */

    background-image: url(../images/plisze-altorzs-lab.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    width: 845px;
    height: 102px;
}


.plisze-lab{
/*     border: 1px solid #cccccc; */


    width: 845px;
    height: 34px;

    font-size:11px;
    letter-spacing:1.8px;
    color:#777;
    padding-top:52px;
    position:relative;
    top:52px;
}


h2.ref-h2-plisze{
/*    background-image: url(../images/ref-cim-uveg.gif);
   background-repeat: no-repeat;
   background-position: 0px 0px; */
   height:23px;
   color:white;
   font-weight:normal;
   margin-bottom:1em;
   padding-left:14px;
   padding-top:2px;
   letter-spacing:1px;
   text-transform:uppercase;
   font-size:12px;

}

.torzstable{
/* border:1px solid blue; */
width:100%;
width:728px;

/*     width: 761px; */
}

.torzstable tr td{
/* border:1px solid orange; */
}

.ref-torzs-szoveg-td{
/* padding-left:27px; */
        width: 491px;
        padding-top:36px;

}
.ref-torzs-szoveg{
/* border: 1px solid #cccccc; */

        float:left;
        width: 426px;
        width: 430px;

}


.ref-torzs-illuszt{
/* border: 1px solid green; */
float:left;


}

.ref-koz-td{

}

.plisze-illuszt{
/* margin-right:20px; */
}

.ref-hr{
    border: 2px solid #e1af80;
/*     width:465px; */
    text-align:left;
    margin: 12px auto 12px 0;
    height:3px;
    margin-top:20px;
    margin-bottom:20px;

}

.go-galeria-div{
/*  border: 1px solid blue; */
 width:124px;
 float:left;
 padding-left:9px;
 padding-right:8px;
 padding-bottom:24px;

}

.plisze-fooldallab{
    background-image: url(../images/plisze-fotorzs-lab.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    
    width: 845px;
    height: 51px;
}



.plisze-labfo{

    width: 845px;
    height: 34px;
    padding-top:25px;

    font-size:11px;
    letter-spacing:1.8px;
    color:#777;
}



.plisze-lab{

    width: 845px;
    height: 34px;
    padding-top:25px;

    font-size:11px;
    letter-spacing:1.8px;
    color:#777;
}

.lablink {
    font-size:11px!important;
    letter-spacing:1.8px!important;
    color:#777!important;
    font-weight:normal!important;

}
.message {
margin-top:36px!important;
}

















