div.frame {
    /*background: none repeat scroll 0 0 white;*/
    margin: auto;
	width: 1051px;
	overflow-x: hidden;
}

div.header {
	height: 91px;
	overflow: hidden;
        position: relative;
}

div.header  a {
	text-decoration: none;
}

div.header img.logo {
	/* margin-top: 33px; */
	vertical-align: sub;
	left: -24px;
	position: relative;
}

div.lang {
position: absolute;
	top: 34px;
	right: -8px;
}

div.lang div.lang_btn {
	cursor: pointer;
	display: inline;
    margin-left: 8px;
    margin-right: 8px;
}

div.lang div.lang_btn,
div.lang div.lang_btn a {
	cursor: pointer;
	color: #4C4C4C;
}

div.lang div.lang_btn_selected {
	cursor: pointer;
	color: #9F9F9F;
	cursor: default;
}

div.menu {
	/*background-image: url('../img/FFE107_1x7.png');
	background-repeat:repeat-x;*/
}

div.menu_bar {
	height: 35px;

/*	background-image: url('../img/FFE107_1x7.png');
	background-repeat:repeat-x;*/
}

a.menu_btn{
	cursor: pointer;
	display: inline;
	margin-right: 39px;
    font-weight: bold;
    color: black;
    position: relative;
	
	/* ezek egy�tt j�rnak sz�pen p�rban: */
	font-size: 13px;
    top: 14px;
    padding-top: 14px;
	
	text-decoration: none;
}

a.menu_btn_selected {
	cursor: pointer;
/*  border-top: 7px solid black; */
/*  background-image:url('../img/000000_1x7.png'); */
	background-image: url('../img/4c4c4c_1x7.png');
	background-repeat:repeat-x;
}

a.menu_btn:hover {
	cursor: pointer;
/*	border-top: 7px solid #f29035; */
/*	background-image: url('../img/f29035_1x7.png'); */
	background-image: url('../img/4c4c4c_1x7.png');
	background-repeat:repeat-x;
}

a.menu_btn img {
	cursor: pointer;
	margin-top: 15px;
}

div.content {
	display: table;
        padding-bottom: 40px;
        padding-top: 155px;
}

div.content a {
	text-decoration: none;
}

div.content a:hover {
	text-decoration: underline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

div.footer {
    position:absolute;
    left:0;
    bottom:0;
    right:0;
    height:40px;
    width:100%;
    background-color: #4C4C4C;
    color: white;
}
div.footer a {
	color: white;
	background-color: #4C4C4C;
	height: 40px;
	margin-top: 8px;
	text-decoration: none;
}

/*ie6*/
* html .footer{
    position:absolute;
    top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}	

div.footer div.center {
	height: 40px;
	background-color: #4C4C4C;
}

div.footer div.center div.left {
	display: inline;
}

div.footer div.center div.right {
	display: inline;
	float: right;
}

div.footer  div.msc {
	display: inline;
	/* vertical-align: sub; */
	position: relative;
    left: 11px;
    top: 11px;
}

div.footer img.contact_btn {
	cursor: pointer;
	margin-top: 5px;
}

div.footer img.googleplus {
	width: 20px;
	padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;	
}

div.footer img.linkedin {
	width: 20px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;	
}
html {
    height: 100%;
}
body {
    position: relative;
    min-height: 100%;
}

.eu-trustmark {

    background-image: url(/assets/images/eutm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 50px;
    height: 50px;
    width: 34px;
    position: absolute;
    top: 18px;
    right: 185px;

}
