body {
  font-family: verdana, arial, helvetica, sans-seriff;
  margin: 0;
  font-size: 14px;
}

body *, p {
  margin-top:0;
  margin-bottom: 0;
}

.errortext {
  color: #aa0000;
  font-weight:bold;
}

h1 {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.header {
	height: 177px;
	width: 778px;
	background-color: #33CCFF;
	background-image: url(images/header_bg3.jpg);
	margin: 0;
	padding:0;

}
.menu {
	background-image: url(images/menu_bg.gif);
	height: 41px;
	width: 778px;
	margin: 0;
	padding: 0; /* padding-top: 5px; */
	background-position: 0px;
}


.menu p{
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: white;
  margin-top: 0;
  margin-bottom:0;
}

.menu p a {
  color: #e0e0e0;
}

.tartalom {
	background-color: #FFFFFF;
	width: 778px;
	margin: 0px;
	background-image: url(images/index_20.gif);
	background-repeat: repeat-x;

}
