body {
    background: #5e5a57;
    margin: 0;
    padding: 0;
    text-align:center;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
/* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
/* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px;
/* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
    color: #42413C;
    text-decoration: underline;
/* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
    color: #6E6C64;
    text-decoration: underline;
}
a:hover, a:active, a:focus {
/* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
}
/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
    width: 100%;
    margin: 0 auto;
/* the auto value on the sides, coupled with the width, centers the layout */
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
    background: url(fejlec/fejlec_bg.png);
    height: 60px;
    color:#cecece;
}
/*
  ~~ This is the layout information. ~~
  1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
 */
img {
    display:block;
}
/*
  #bg,#bg table,#bg td{width:100%;height:100%;overflow:hidden}
  #bg div{position:absolute;width:200%;height:200%;top:-50%;left:-50%;}
  #bg td{vertical-align:middle;text-align:center}
  #bg img{min-height:50%;min-width:50%;margin:0 auto}
 */
.content {
    width: 100%;
    padding: 0px;
    margin: 0px;
    background: url(body/bg-transp.jpg) no-repeat top center #f3f3f3;
}
.inputcontrols {
    margin-top:20px;
    float:right;
}
.inputcontrols,.inputcontrols a,.inputcontrols a:visited {
    text-decoration:none;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color:#cecece;
}
.inputcontrols a:hover {
    color:#f7941c;
}
.textInput {
    position:relative;
    height:20px;
    float:left;
    background-image:url(fejlec/login_input_m.png);
    background-repeat:repeat-x;
    border:none;
    background-color:transparent;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#444444;
    margin:0px;
}
.textInputLeft {
    float:left;
    width:10px;
    height:20px;
    background-image:url(fejlec/login_input_l.png);
    background-repeat:no-repeat;
    border:none;
}
.textInputRight {
    float:left;
    width:10px;
    height:20px;
    background-image:url(fejlec/login_input_r.png);
    background-repeat:no-repeat;
    border:none;
}
.mainDiv {
    width:1000px;
    margin:0px auto;
    padding:0px;
    overflow:hidden;
}
.mainDiv h1 {
    color:#f7941c;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight:bold;
}
.mainDiv p,.mainDiv div,.mainDiv span {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align:left;
}
hr {
   border: 0;
   border-bottom: 1px solid #cecece;
}
.logo {
    float:left;
    width:100px;
    margin: 10px 10px 0 10px;
}
/* top menu */
.menu {
    height:77px;
    width: 100%;
    background-color: white;
}
.menu table {
    width:700px;
}
.YMainMenu_MenuContainer table {
    width:0px;
}
.menu span {
    float:left;
}
.menu td tr {
    border:none;
    padding:40px 5px 10px 5px;
}
.menu ul {
    width:0px;
    position:relative;
    top: 10px;
    margin: 0;
    padding: 0px;
    float: left;
}
.menu ul li {
    display: inline;
}
.menu ul li a {
    float: left;
    text-decoration: none;
    color: #717171;
    background-image:url(fejlec/topmenuseparator.jpg);
    background-position:left;
    background-repeat:no-repeat;
    background-color: white;
    border-bottom: 1px solid #CCC;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.menu ul li .first {
    background-image:none;
}
.menu ul li a:visited {
    color: gray;
}
.menu ul li a:hover, .menu ul li .current {
    color: #ededed;
    background-image:url(fejlec/menu_hover_m.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#33302e;
}
/* Start of BOX1 */
.table33 td {
    width:33%;
}
.box {
    padding:0 9px 0 0;
    background:#fafafc url(body/box_V.jpg) 100% 0 repeat-y;
}
.bi {
    padding:0 0 0 9px;
    background:#fafafc url(body/box_V.jpg) 0 0 repeat-y;
}
.bt {
    height:9px;
    margin:0 -9px;
    background:url(body/box.jpg) 100% 0 no-repeat;
}
.bt div {
    width:9px;
    height:9px;
    background:url(body/box.jpg) 0 0 no-repeat;
}
.bb {
    height:9px;
    margin:0 -9px;
    background:url(body/box.jpg) 100% 100% no-repeat;
}
.bb div {
    width:9px;
    height:9px;
    background:url(body/box.jpg) 0 100% no-repeat;
}
.box h1 {
    margin:0;
    color:#f7941c;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    background:#fafafc;
}
.box p, .box ul {
    padding:0px;
    margin:0px;
    color:#464646;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
    background:#fafafc;
    list-style-image:url(body/bullet.jpg);
    height:150px;
}
.box li {
    margin:0px 15px;
    padding:0px;
}
/* Start of BOX2 */
.box2 {
    margin: 0px 30px;
    width:247px;
    height:136px;
    background-image:url(body/jobb_doboz.png);
    background-repeat:no-repeat;
    text-align:left;
    overflow:hidden;
}
.box2 p {
    text-align:left;
    margin:0px auto;
    color:#f2f2f2;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:11px;
}
.box2 h1,.box2 a {
    text-align:left;
    margin:10px;
    color:#f7941c;
    font-size:12px;
}
.box2 a {
    float:right;
}
.box2 img,.box2 div {
    margin:0px auto;
    text-align:center;
}
/* Start of Column CSS 65%-35% */
.container2_6 {
    width:100%;
    background-color: white;
}
#container1_6 {
    float:left;
    width:100%;
    position:relative;
    right:35%;
}
.ContentPane {
	vertical-align:top;
    padding-top:20px;
    padding-bottom:30px;
    text-align:left;
    width:61%;
}
.RightPane {
	vertical-align:top;
    width:31%;
    padding-bottom:30px;
}
/* Start of Column CSS 50%-50% */
#container2_5 {
    clear:left;
    float:left;
    width:100%;
    overflow:hidden;
    margin-bottom:20px;
}
#container1_5 {
    float:left;
    width:100%;
    position:relative;
    right:50%;
}
#col1_5 {
    float:left;
    width:46%;
    position:relative;
    left:52%;
    overflow:hidden;
}
#col2_5 {
    float:left;
    width:46%;
    position:relative;
    left:56%;
    overflow:hidden;
}
/* ~~ The footer ~~ */
.footer {
    background-position:top;
    background-image:url(footer/footer_bg.png);
    background-repeat:repeat-x;
    background-color:#4A4542;
    padding: 0px;
    height: 130px;
}
/* footer menu */
.menuFooter {
    width: 100%;
    height:30px;
    margin:0px;
    margin-top:10px;
    padding: 0px;
}
.menuFooter ul {
    width:500px;
    position:relative;
    top: 0px;
    margin: 0;
    padding: 10px;
    height: 30px;
    float: left;
}
.menuFooter ul li {
    display: inline;
}
.menuFooter ul li a {
    float: left;
    text-decoration: none;
    color: #cecece;
    padding: 0px;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    border-left: 1px solid #cecece;
}
.menuFooter td tr {
    border:none;
}
.menuFooter ul li .first {
    border-left: none;
}
.menuFooter ul li a:visited {
    color: #cecece;
}
.menuFooter ul li a:hover, .menu ul li .current {
    color: #cecece;
    background-image:url(fejlec/menu_hover_m.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#33302e;
}
.textLinks {
    float:right;
}
.textLinks a,.textLinks a:visited {
    text-decoration: none;
    display:inline;
    float:left;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #cecece;
    padding: 10px;
}
.textLinks a:hover {
    color:#f7941c;
}
.downFooter {
    width:100%;
}
/* Copyright footer */
.copyrightFooterContainer {
    width:85%;
    float:left;
    text-align:center !important;
}
.copyrightFooter {
    width:450px;
    margin:0px auto;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#cecece;
}
.copyrightFooter span {
    padding-top:16px;
    float:left;
    color:#cecece;
}
.copyrightFooter img {
    width:auto;
    height:auto;
    float:left;
}
/* Image links */
.imageLinks {
    float:right;
}
.imageLinks img {
    width:auto;
    height:auto;
    border:none;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft {
/* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
}
.clearfloat {
/* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.YMainMenu_MenuContainer {
    border-bottom: 1px solid #CCC;
    width:0px;
}

.YMainMenu_RootMenuItem {
    float: left;
    text-decoration: none;
	
    padding-top:40px;
    padding: 10px 11px;
	
    color: #717171;
    background-image:url(fejlec/topmenuseparator.jpg);
    background-position:left;
    background-repeat:no-repeat;
    background-color: white;
	
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.YMainMenu_RootMenuItemSel {
    float: left;
    text-decoration: none;
	
    padding-top:40px;
    padding: 10px 11px;
	
    color: #ededed;
    background-image:url(fejlec/menu_hover_m.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#33302e;
	
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}


.YMainMenu_MenuArrow {
	width: 0%;
	display: none;
}

.YMainMenu_MenuIcon {
	width: 0px;
	display: none;
}

.YMainMenu_SubMenu { 
    background-color: #f4f4f4; 
    background-image:url(fejlec/submenu_bg.png);
    background-position:bottom;
    background-repeat:repeat-x;
}

.YMainMenu_SubMenu .YMainMenu_RootMenuItem {
    float: none;
    text-decoration: none;
	
    padding: 5px 10px 5px 5px ;
	
    color: #717171;
	
    background-image:url(fejlec/submenu_bg.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color: #f4f4f4; 
	
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}


.YMainMenu_SubMenuSel { 
    float: none;
    text-decoration: none;

    padding: 5px 10px 5px 5px ;

    color: #f4f4f4;

    background-image:url(fejlec/submenu_hover.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color: #f4f4f4;

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}


.YFooterMenu_MenuContainer {
    width:500px;
    position:relative;
    top: 0px;
    margin: 0px;
    padding: 0px;
    height: 30px;
    float: left;
}

.YFooterMenu_RootMenuItem {
    float: left;
    text-decoration: none;
    color: #cecece;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
}

.YFooterMenu_RootMenuItemSel {
    float: left;
    text-decoration: none;
    color: #cecece;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;

    background-image:url(fejlec/menu_hover_m.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color:#33302e;
}

.YFooterMenu_SubMenu { 
    background-image:url(fejlec/submenu_bg.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color: #f4f4f4; 
}


.YFooterMenu_SubMenu .YFooterMenu_RootMenuItem {
    float: none;
    text-decoration: none;

    padding: 5px 10px 5px 5px ;

    color: #717171;

    background-image:url(fejlec/submenu_bg.png);
    background-position:bottom;
    background-repeat:repeat-x;	
    background-color: #f4f4f4; 

    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.YFooterMenu_SubMenuSel { 
    float: none;
    text-decoration: none;

    padding: 5px 10px 5px 5px ;

	color: #f4f4f4;	

    background-image:url(fejlec/submenu_hover.png);
    background-position:bottom;
    background-repeat:repeat-x;
    background-color: #f4f4f4;
	
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;	
}


.Normal div {
    text-align:left;
}

.Normal,.Normal ul {
    color:#464646;
    padding:0px 10px;
}
