body {
  margin: 0px;
  background: white url('../imgs/background.png') repeat-x;
  font-family: Tahoma;
  font-size: 12px;
  color: #333333;
}

img {
  border: none;
}

p {
  color: #333333;
  margin: 0px;
}

div { /* a div-ben levo szovegeknek is 1.5 soros sorkozt hagyunk */
  line-height: 150%;
}

.pageBackground {
}

.header {
  background: url('../imgs/header.png') no-repeat;
}
.content {
  background: url('../imgs/contentBack.png') repeat-y;
  min-height:300px;
}
.footer{
  background: #7D7D7D;
}

.headerMenu ul {
  margin-left: -20px;
  list-style-type: none;
}
.headerMenu li {
  padding: 4px;
  border-bottom: solid 1px #cccccc;
}
.headerMenu a {
  padding: 2px;
  padding-left: 25px;
  background: url("../imgs/arrow-normal.gif") no-repeat;
  text-decoration: none;
  color: green;
}

.headerMenu a:hover {
  background: url("../imgs/arrow-hover.gif") no-repeat;
  padding-left: 25px;
}

table.mainBox {
  width: 565px;
}

table.mainBox td {
  border: solid 1px white;
  padding: 10px;
  width: 270px;
  height: 154px;
  vertical-align: top;
  color: white;
  cursor: pointer;
}

table.mainBox td h1 {
  font-weight: normal;
  font-size: 20px;
  font-family: Georgia;
  color: white;
}

.articleHeader {
  width: 580px;
  border-bottom: dotted 1px #cccccc;
}

h1 {
  color: #39A002;
  font-size: 24px;
  font-family: Georgia;
}

a.category {
  color: white;
  text-decoration: none;
  border-bottom: solid 2px white;
}
a.category:hover {
  border-bottom: solid 2px #39A002;
}
