/*---------reset---------*/
/* linkelt kepek keretezesenek megszuntetese */
a img,:link img,:visited img {border: none; }
/*---------reset---------*/
body
{
    margin:0px;
    padding:0px;
    line-height:normal;
    background-color:#fff;
}
.wraper
{
    width: 100%;
    text-align:center;
}
.pagemaster
{
    width: 1014px;
    margin-left:auto;
    margin-right:auto;
    background-image: url(image/pagemaster_back.jpg);
    background-repeat: repeat-y;
}
.bodyleft
{
    float:left;
    vertical-align:top;
    display:inline-block;
    width:824px;
}
.bodyright
{
    float:left;
    vertical-align:top;
    display:inline-block;
    width:180px;
}
.clearer
{
    clear:both;
}

.footer
{
    border-top:red solid 3px;
    margin:30px 0px 10px 0px;
}
.contentpane
{
    padding:0px 10px 0px 10px;
}
.bottompane
{
    padding:0px 10px 0px 10px;
}
p, a, h1, h2, h3, li, span, div
{
    font-family:verdana,"Trebuchet MS",Arial, Helvetica, sans-serif;
}
p, li, span, div, a
{
    font-size:12px;
}
.firstpageheader
{
    margin:8px 0px 8px 0px;
	color:#800000;
	font-weight:bold;
	font-size:18px;
	line-height:18px;
}
.firstpage
{
    margin:0px 0px 0px 0px;
    color:black;
    line-height:13px;
    font-size:11px;
}
.firstpage a
{
    color:#993300;
    line-height:13px;
    font-size:11px;
}
.firstpage a:hover
{
    text-decoration:underline;
}
h1
{
    font-size:26px;
    color:black;
    font-weight:bold;
}
h2
{
    font-size:20px;
    color:red;
    font-weight:bold;
}
.contentpane a
{
    color:#993300;
}
.contentpane a:hover
{
    text-decoration:underline;
}
.bottompane a
{
    color:#993300;
}
.bottompane a:hover
{
    text-decoration:underline;
}
.rightpane a
{
    color:#993300;
}
.rightpane a:hover
{
    text-decoration:underline;
}
.footer a
{
    color:#993300;
}
.footer a:hover
{
    text-decoration:underline;
}
/*------- refactored css-------*/
.al_header
{
    width: 100%;
    height: 200px;
    background-image: url(image/header_aloldal.jpg);
    border-bottom:solid 3px red;
    margin:0px 0px 15px 0px;
}
