* {
	margin: 0px;
	padding: 0px;
}

body, html{
	color: #333;
	font-family: trebuchet ms;
	font-size: 12px;
	background-image: url(images/bgloop.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #e7fdfb;
}
img{

  border: none;
  
}
input, textarea{
	border: 1px solid #777;
	letter-spacing: 1px;
	width: 130px;
	padding: 2px;
	background: transparent;
	color: #ffd135;
	font-size: 12px;
}


ul li{
  margin-left: 0px;
/*  background-image: url( images/bullet.gif );
  background-repeat: no-repeat;
  background-position: 0px 4px;*/
  list-style-type: none;
}

#tartalom ul li{
  margin-left: 15px;
  list-style-type: square;
}

ul li a{
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
ul li a:hover{
  text-decoration: underline;
  color: #333;
}

/*
 *
 ***	END HTML SECTION	***
 *
 */

#wrapper{
	width: 710px;
	margin: auto;
	background-color: #fff;
	position: relative;
}
#header{
	width: 710px;
	height: 241px;
	background-color: #fff;
	position: relative;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}
    #langs{
        list-style-type: none;
        text-align: center;
        position: absolute;
        top: 30px;
        right: 21px;
        color: #fff;
     }
#left{
  position: absolute;
  width: 289px;
  left: 10px;
  top: 201px;
  text-align: center;
}
    #nav{
      background-image: url(images/nav_bottom.jpg);
      background-repeat: no-repeat;
      background-position: bottom center;
      padding-bottom: 60px;
      font-size: 13px;
     }
    #images{
      background-image: url(images/navloop.jpg);
      background-repeat: repeat-y;
      background-position: bottom center;
     }
    #images img{
      border: 1px solid #999;
    }
    #images a{
      color: #5bb9df;
    }

#tartalom{

  background-image: url(images/cloop.jpg);
  background-repeat: repeat-y;
  background-position: bottom center;
  width: 344px;
  padding-left: 326px;
  padding-right: 40px;
  min-height: 450px;
}
* html div#tartalom {

  padding-left: 310px;
  height: 450px; /* IE6 ertelmezi es automatikusan no a magassag, ha ennel tobb a tartalom*/
  padding-right: 39px;
  
  }
#sitemap{
  width: 690px;
  height: 21px;
  padding-top: 18px;
  padding-left: 20px;
  background-image: url(images/sitemap.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  color: #fff;
  font-size: 11px;
}
#sitemap a{
  color: #fff;
}
#title{
  width: 291px;
  height: 36px;
  background-image: url(images/title.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  font-size: 14px;
  padding-left: 70px;
  padding-top: 23px;
}

