﻿body
{
    background-color: #9999FF;
    /*background-image: url('images/back.gif');*/
    background-repeat: repeat;
    font-family: Arial, Times New Roman, Verdana;
    min-width: 780px;
    min-height: 800px;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}
#mainwrapper
{
    margin:0 auto;
    background-color: #6699FF;
    padding-top:0;
    width:980px;
    text-align:left;
    min-height:700px;
    z-index: 0;
    border: solid 1px silver;
}
#header
{
    background-image: url('images/head_bg.jpg');
    background-repeat: repeat-x;
    height: 260px;
    width: 980px;
    z-index: 1;
    position: relative;
    top: 0;
}
#headleft
{
    background-image: url('images/saldo.png');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 260px;
    width: 250px;
    z-index: 10;
}
#headright
{
    width: 730px;
    position: absolute;
    top: 0;
    right: 0;
    height: 260px;
    z-index: 15;
}
#titlebox
{
    color: White;
    position: static;
    top: 60px;
    left: 100px;
    *margin-top: 60px;
    margin-left: 100px;
    z-index: 50;
}
h1
{
    padding: 60px 0 0 0;
    margin: 0;
    *padding: 0;
    font-size: 26pt;
    font-weight: bold;
}
.PageTitle
{
	color: Black;
	padding: 0;
	}
h2
{
    margin: 0;
    padding: 0;
    font-size: 14pt;
    font-weight: normal;
}
.headrighttop
{
    height: 200px; 
    margin: 0; 
    padding: 0;
}
.headrightdown
{
    border-top: solid 3px #6699FF; 
    border-left: solid 3px #6699FF;
    background-color:#9ACD34; 
    margin: 0;
    padding: 0; 
    height: 57px;
}
#tartalom
{
    width: 980px;
    margin-top: 3px;
    min-height: 450px;
    background-color: White;
    }
#foother
{
    background-image:url('images/foot_bg.jpg');
    background-repeat: repeat-x;
    color: White;
    font-size: small;
    text-align: center;
    height: 40px;
    padding-top: 0px;
    }
.elerheto
{
    width: 100%;
    font-size: 0.6em;
    color: black;
}
