.kepkeret{
  float: none;
  display: table;
  height: 130px;
}
.kep{
  width: 150px;
  padding: 8px;
  min-height: 125px;
  float: left;
  display: block;
}

a{
	text-decoration: none;
}

table{
  align: center;
}
table tr td{
  vertical-align: top;
}

body{
	background-color: #e1ffff;
	color: #000000;
	font-family: tahoma, verdana, arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.box{
	background: url('http://nonap.szuperbirka.hu/img/keret.png');
	background-repeat: none;
	width: 734px;
	height: 347px;
	display: table;
	float: none;
	font-size: 10px;
	padding-left: 25px;
	padding-top: 20px;
}
.fejlec{
	background: url('http://nonap.szuperbirka.hu/img/head.png');
	width: 731px;
	height: 86px;
	display: table;
	float: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 36px;
}

.infejlec{
	letter-spacing: auto;
	font-size: 11px;
	text-align: center;
}

.foot{
	background: url('http://nonap.szuperbirka.hu/img/foot.png');
	width: 657px;
	height: 110px;
	display: table;
	float: none;
	
}

.infoot{
	width: 250px;
	text-align: center;
	color: #ffffff;
	font-weight: bolder;
	letter-spacing: 3px;
	vertical-align: middle;
	margin-top: 32px;
	margin-left: 250px;
}
.infoot a{
	text-decoration: underline;
	color: #ffffff;
}
.infoot a:hover{
	color: #FFFF00;
}

.nagykeret{
	display: table;
	float: none;
	margin-left: 20%;
	margin-right: 20%;
}


input{
	border: 1px solid black;
	padding: 3px;
	text-align: left;
	width: 200px;
}

textarea{
	border: 1px solid black;
	text-align: left;
	padding: 3px;
	width: 480px;
	height: 48px;
}

.button{
	border: 1px solid black;
	text-align: center;
	padding: 3px;
	width: 100px;
}

.clear{
	clear: both;
	width: auto;
}

img{
	border: none;
}


