@charset "utf-8";

/* Lap felepitesre vonatkozo formazasok */


#container, #header {
    margin-bottom : 0;
    margin-left : auto;
    margin-right : auto;
    margin-top : 0;
  }


#container {
    border-color : #364e34;
    border-style : ridge;
    border-width : 2px;
    background-color : #586e5a;
    padding : 5px;
    text-align : justify;
    width : 900px;
  }


#header {
    border-color : #303030;
    border-style : none;
    border-width : 1px;
    height : 115px;
  }


#banner {
    background-color : #364e34;
    height : 70px;
    padding-top : 10px;
    text-align : center;
    vertical-align : middle;
  }


#content {
    background-color : #e7d59b;
    border-color : #364e34;
    border-style : solid;
    border-width : 1px;
    margin-bottom : 2px;
    margin-top : 2px;
    padding-top : 5px;
    padding-left : 90px;
    padding-right : 90px;
    padding-bottom : 5px;
  }


#footer {
    background-color : #e7d59b;
    border-color : #303030;
    border-style : ridge;
    border-width : 1px;
    font-size: 8px;
    height : 35px;
    text-align: center;
  }

/* HTML tag-ek formazasai */


body {
    background-color : #364e34;
    bottom : 0px;
    font-family : verdana, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
  }


h1, h2, h3, h4 {
    font-weight : bold;
    color : #48361F;
    text-align : left;
  }


h1 {
    font-size : 20px;
    margin-bottom : 15px;
    margin-top : 30px;
    padding-left : 10px;
  }


h2 {
    font-size : 18px;
    margin-bottom : 13px;
    margin-top : 26px;
    padding-left : 20px;
  }


h3 {
    font-size : 16px;
    margin-bottom : 11px;
    margin-top : 22px;
    padding-left : 30px;
  }


h4 {
    font-size : 14px;
    margin-bottom : 9px;
    margin-top : 18px;
    padding-left : 40px;
  }


p {
    margin-left : 10px;
  }


ul {
    list-style : circle;
  }


li {
    padding-left : 5px;
    text-align : left;
  }


