  /* General CSS selectors */
  html, body {
  background: #EEEEEE url() top left repeat scroll;
  font-size: 10px;
  font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
  color: #555555;
  margin:0;
  text-align:justify;
  }
  
  b {
  font-family: "Verdana", sans-serif;
  font-size:9px;
  color: #000000;
  }
  
  i {
  font-family: "Georgia", serif;
  font-size:10px;
  color: #AAAAAA;
  }
  
  u {
  text-decoration:none;
  color: #000000;
  border-bottom: 2px solid #74B8A9;
  }
  
  s {
  background-color: #DDDDDD;
  color: #EEEEEE;
  text-decoration:none;
  }
  
  a {
  font-family: "Georgia", serif;
  font-style:italic;
  font-size:10px;
  text-transform:lowercase;
  color: #74B8A9;
  text-decoration:none;
  }
  
  h1 {
  color: #333333;
  font-family: "Arial", sans-serif;
  font-weight:bold;
  font-size:14px;
  letter-spacing:-1px;
  text-align:right;
  padding: 0 5px;
  text-transform: lowercase;
  }
  
  entry_text {
  padding:5px;
  line-height:1.7;
  }
  
  h2 {
  margin:10px;
  padding:10px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  font-size: 10px;
  font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
  color: #555555;
  margin:0;
  text-align:justify;
  }
  
  input, textarea, text {
  margin:0px;
  padding:0px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  font-size: 10px;
  font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
  color: #555555;
  margin:0;
  text-align:justify;
  }

  h3 {  
  margin:7px;
  padding:7px;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  font-size: 10px;
  font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
  color: #555555;
  margin:0;
  text-align:justify;
  }

  table {
  font-size: 10px;
  font-family: "Lucida Sans Unicode", "Verdana", sans-serif;
  color: #555555;
  margin:0;
  text-align:justify;
  }

  img {
  max-width:450px;
  border:10px solid #DDDDDD;
  }
  
  /* Alignment of the page */
  
  #main {
  margin: 20px auto auto 150px;
  width:700px;
  }
  
  #navi {
  float: right;
  width:200px;
  margin: 60px 0 0 0;
  background-color: #E8E8E8;
  -moz-border-radius:3%;
  }
  
  #content {
  margin: 0 210px 0 0;
  }
  
  #maincontent {
  background-color: #E8E8E8;
  -moz-border-radius:1%;
  padding:10px;
  }
  
  /* navi properties */
  
  #navi_content {
  padding:10px;
  line-height:1.7;
  }
  
  #navi_content ul {
  padding:0 5px;
  margin:0;
  text-align:right;
  }
  
  #navi_subcontent {
  padding:5px;
  }

  /* Title properties */
  
  #title {
  height:60px;
  font-family: "Arial", sans-serif;
  font-size:50px;
  font-weight:bold;
  color: #333333;
  letter-spacing:-5px;
  text-transform:lowercase;
  }
  
  #title:first-letter {
  color: #74B8A9;
  text-transform: lowercase;
  }
  
  /* other properties */
  
  .divider {
  height:50px;
  }
  
  .divider_small {
  height:15px;
  }
  
  #credits {
  bottom:0;
  background-color: #333333;
  color: #FFFFFF;
  padding:15px;
  font-family: "Georgia", serif;
  font-style:italic;
  font-size:10px;
  text-transform:lowercase;
  text-align:right;
  }
  
/* EHHEZ A RÉSZHEZ NE NYÚLJ HOZZÁ!, MERT EZ AZÉRT VAN, HOGY MINDEGYIK BÖNGÉSZŐBEN JÓL MŰKÖDJÖN */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: online; }
* html .clearfix { height: 1%; }
.clearfix {display: block; }
/* EDDIG NE NYÚLJ HOZZÁ! */