body {
  font-family: Tahoma;
  font-size: 12px;
  color: #333333;
}

.content {
  padding-left: 30px;
}

img {
  border: none;
}

.content img {
  padding: 2px;
  border: solid 1px #cccccc;
  margin-right: 10px;
  margin-left: 10px;
}

p {
  color: #333333;
  margin: 0px;
}

div { /* a div-ben levo szovegeknek is 1.5 soros sorkozt hagyunk */
  line-height: 150%;
}

.boxTop {
  height: 60px;
  background: url('../imgs/boxTop.png') no-repeat;
}

.boxCenter {
  background: url('../imgs/boxCenter.png');
  padding-left: 80px;
}
.boxCenter p {
  color: white;
}

.boxBottom {
  height: 55px;
  background: url('../imgs/boxBottom.png') no-repeat;
}

a.menu {
  text-decoration: none;
  color: #4FC824;
}

h1 {
  margin: 0px;
}

.rightTitle {
  font-size: 20px;
  font-weight: normal;
  color: #4FC824;
  margin-bottom: 15px;
}

table.article {
  width: 670px;
}

table.article td {
  padding-left: 10px;
  padding-right: 10px;
}

table.article td img {
  padding: 2px;
  border: solid 1px #cccccc;
  margin-right: 10px;
  margin-left: 10px;
}

table.article td.articleHeader {
  padding: 10px;
  height: 53px;
  background: url('../imgs/articleBorder.png') no-repeat;
}
table.article td.articleHeader h1 {
  font-weight: normal;
  font-size: 20px;
  font-family: Tahoma;
  color: #990000;
}

table.galleryTable td {
	width: 130px;
	height: 130px;
	text-align: center;
	padding: 8px;
}
table.galleryTable td img {
	padding: 2px;
	border: solid 1px #990000;
}

table.galleryTable2 td {
	width: 130px;
	height: 130px;
	text-align: center;
	padding: 8px;
}
table.galleryTable2 td img {
	padding: 2px;
	border: solid 1px #990000;
}