body, html {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #474747;
    font-family: Arial;
    font-size: 12px;
	background-color: #EFF3F4; /* All browsers */
}

/* WORD style remover */
font, basefont {
	color: inherit; /* Standard browsers */
	color: expression(this.parentNode.currentStyle['color']); /* IE */
	font: inherit; /* Standard browsers. Font instead of font-size for Opera */
	font-family: expression(this.parentNode.currentStyle['fontFamily']); /* IE */
	font-size: 100%; /* All browsers. Sizes are inherited */
}

center {
	text-align: inherit; /* Standard browsers */
	text-align: expression(this.parentNode.currentStyle['textAlign']); /* IE */
}

s, strike, u {
	text-decoration: inherit; /* Standard browsers */
	text-decoration: expression(this.parentNode.currentStyle['textDecoration']); /* IE */
}


img { margin: 0; border:none; }  /* All browsers. Borders & margins are not inherited */

table, tr, th, td {
    display: block;
    float: left;
	margin: 0px;
	padding: 0px;
	color: #474747;
	font-family: Tahoma;
	font-size: 12px;
}


table.main {
    display: block;
    float: none;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;

}

table.main td.header {
    display: block;
    float: left;
	vertical-align: top;
	width: 1000px;
	height: 247px;
	background-image: url(../images/head_bg3.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

table.main td.footer {
    display: block;
    float: left;
	vertical-align: top;
	height: 76px;
	width: 100%;
	padding-right: 115px;
	padding-top: 20px;
    border-top: 1px solid #CFCFCF;
    background-color: #EFF3F4;
}

table.main td.footer a {
    display: block;
    float: right;
    margin: 0px;
    padding: 0px;
    width: 22px;
}

table.main td.footer img {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

table.main td.footer p {
    display: block;
    float: left;
    margin: 5px 0px 0px 5px;
    padding: 0px;
    color: #677171;
    font-size: 11px;
}

table.main td.footer p a,
table.main td.footer p a:hover {
    display: inline;
    float: none;
    color: #677171;
    font-size: 11px;
    width: auto;
}



table.middlecontent {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 1000px;
}

table.middlecontent td.left {
    display: block;
    float: left;
	vertical-align: top;
	width: 250px;
	margin: 0px;
    letter-spacing: 0px;
}

table.middlecontent td.center {
    display: block;
    float: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 515px;
	vertical-align: top;
}

table.middlecontent td.right {
    display: block;
    float: left;
	vertical-align: top;
	width: 220px;
    letter-spacing: 0px;
}


/* H1-H6 tagok */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	display: block;
	font-weight: bold;
    	text-transform: none;
    	color: #dc5100;
    	margin-top: 10px;
    	margin-bottom: 15px;
    	background-image: url(../images/h1_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: 10px;
}

h2 {
	font-size: 13px;
	line-height: 16px;
	width: 100%;
	display: block;
	font-weight: bold;
	text-transform: none;
	color: #dc5100;
	margin-top: 5px;
    	margin-bottom: 15px;
}


* Paginator */
div.paginator_top {
	width: 100%;
	margin-bottom: 10px;
	text-align: right;
	display: none;
}

div.paginator_bottom {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	display: none;
}



a {
	/*color: #88cae6;*/
	color: #043234;
	text-decoration: underline;
}

a:hover {
	/*color: #f5a432;*/
	color: #043234;
	text-decoration: underline;
}


div.rightbanner {
    display: block;
    float: right;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    background-image: url(../images/banner_bg.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 181px;
    height: 428px;
    text-align: center;
    padding-top: 20px;
    
}

div.mainbody {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
}

div.nyelv {
    display: block;
    float: left;
	height: 18px;
    margin: 0px;
    padding: 0px;
	padding-top: 13px;

}

div.elements input.inputbox{
width: 400px;
}
div.elements textarea.textarea{
width: 400px;
height: 200px; 
}
div.ujmagyaro {
text-align: center;
margin-top:15px;
    color: #677171;
    font-size: 11px;
}

div.sharing {
    border-bottom: 1px solid #C5C5C5;
    border-top: 1px solid #C5C5C5;
    color: #636363;
    float: left;
    font-size: 11px;
    height: 29px;
    margin-top: 2px;
    position: relative;
    text-align: right;
    vertical-align: middle !important;
    width: 100%;	
	margin-bottom: 15px;
}

div.sharing span {
    position: absolute;
    right: 100px;
    top: 9px;
}

div.sharing a img {
    margin-top: 3px;
}
