/* weblapszerkesztés css fájl */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
    font-family: Verdana, Geneva, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.5;
    background: #106399 url(bg2.png) repeat-x top left; 
}

a:link, a:visited {
    text-decoration: none;
    color: #106399;
}

div#teljes_oldal {
    margin: 0 auto;
    width: 950px;
    background-color: #fff;
}

/* --- FEJLÉC ----------------------------- */

div#fejlec {
    width: 100%;
    height: 90px;
    background-color: #08324d;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1; 
    text-align: center;   
}

div#fejlec h1 {
    padding: 3px;
    font-size: 48px;
    letter-spacing: -2px;
}


div#fejlec h2 {
    font-size: 18px;
    letter-spacing: +5px;
}


/* --- KÖZÉP ------------------------------ */

div#kozep {
    padding-top: 1em;
    border-top: 2px solid #fff;
    width: 100%;
    background: #fff;
    color: #08324d;
}

/* --- BAL PANEL -------------------------- */


div#bal_panel {
    padding: 6px;
    width: 120px;
    float: left;
}

ul#menu {
    list-style-type: none;
}

ul#menu li a {
    padding: 4px;
    border-top: 1px solid #59a9dd;
    border-bottom: 1px solid #08324d;
    display: block;
    background-color: #106399;
    color: #fff;
}

ul#menu li a:hover {
    border-bottom: 1px solid #1584cc;
    background-color: #1584cc;    
}


/* --- JOBB PANEL ------------------------- */

div#jobb_panel {
    margin-left: 140px;
    padding: 6px;
    width: 798px;
}
   
p#koszonto {
    margin-bottom: 1em;
}

div.blokk {
    margin-bottom: 1em;
    color: #106399;
}

div.blokk h3 {
    font-family: Georgia, Utopia, serif;
    font-size: 16px;
    font-weight: bold;
}

div.blokk h3:hover {
    text-decoration: underline;
}

div.blokk p a {
    color: #1584cc;
    font-weight: bold;    
}

div.blokk p a:hover {
    text-decoration: underline;
}


/* --- LÁBLÉC ----------------------------- */

div#lablec {
    padding: 6px 0;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center; 
    background-color: #106399;
    color: #fff;
    clear:both; 
}
















