/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }

  #container{
    position: relative;
    z-index: 200;
    margin: 0 auto;
    width: 800px;
    text-align: left;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    padding-top: 60px;
  }
  h1#logo{
    float: left;
  }

  h1#logo a:hover{}
  ul#mainNav{
    float: right;
    margin-top: 55px;
    font: 14px Impact, sans-serif;
    letter-spacing: 1px;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    padding: 15px 2px 0 2px;
    background: #369;
    text-align: center;
  }
  ul#mainNav a{
    display: block;
    padding: 5px 0;
    width: 120px;
    color: #fff;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #1f4680;
    color: #9cf;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #wrapper{
    clear: both;
  }
  #addColumn{
    float: left;
    padding-top: 80px;
    width: 300px;
  }
  #addColumn ul {
  	margin-bottom: 10px;
  }
  #content{
    margin-left: 340px;
    padding-top: 80px;
  }
  h2{
    margin-bottom: 40px;
    border-bottom: 1px solid #369;
    padding-bottom: 10px;
    color: #69c;
    font-size: 18px;
  }
  h3{
    margin-bottom: 10px;
    color: #fff;
    font-size: 11px;
  }
  h2, h3{
    font-weight: normal;
  }
  div.shortInfo{
    margin-bottom: 20px;
  }
  .shortInfo h3{
    float: left;
  }
  .shortInfo p{}
  .shortInfo img{
    float: right;
    margin-left: 20px;
  }
  #content p{
    padding-bottom: 10px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/

  ul#metaLink{
    margin: 0 auto;
    border-top: 1px solid #369;
    padding-top: 2px;
    width: 800px;
    font-size: 8px;
    list-style: none;
  }
  ul#metaLink a{
    color: #69c;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }
  li.validate{
    padding-right: 5px;
    float: left;
  }
  li.copyright{
    float: right;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/

#footer ul {
	list-style-type: none;
	text-align: center;
}

#footer ul li {
	display: inline;
	margin: 0 10px;
}

  body{
    text-align: center;
    font: normal 10px Verdana, Arial, Tahoma, sans-serif;
    color: #ccf;
    background: #1f4680 url(http://misc.numerna.biz/szedlem/vautrina.jpg) repeat-x;
  }
  h1#logo a{
    display: block;
    width: 151px;
    height: 99px;
    color: #fff;
  }
  #footer{
  	clear: both;
    position: relative;
    z-index: 100;
    margin-top: -160px;
    padding-top: 200px;
    height: 240px;
    background: transparent url(http://misc.numerna.biz/szedlem/sekrecie.jpg) left bottom no-repeat;
    color: #69c;
  }
  div.extra1{
    margin-top: -440px;
    height: 440px;
    background: transparent url(http://misc.numerna.biz/szedlem/dlugich.jpg) left bottom repeat-x;
  }

