body {
 margin: 0px;
 padding: 0px;
 border-width: 0px;
 font-family: Arial, sans-serif;
}

#oldal {
 width : 780px;
 margin-left: auto;
 margin-right: auto;
}

#fejlec {
 height: 200px;
 text-align: right;
}

#fejlec table {
 margin-left: auto;
}

#torzs {
}

#menu {
 width: 780px;
}

#menu ul {
 list-style: none;
 padding: 0px;
 margin: 0px; 
}

#menu li {
 float: left;
 margin: 0px;
}

#menu li a {
 width: 156px;			/* 195 */
 height: 30px;
 line-height: 30px;
 display: block;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 text-decoration: none;
 text-align: center;
 font-weight: bold;
 outline: 0px;
}

#almenu ul {
 list-style: none;
 padding: 0px;
 margin: 0px; 
}

#almenu li {
 float: left;
 margin: 0px;
}

/* Hide from IE5-Mac \*/
#menu li a {
  float: none
}
/* End hide */


#tartalom {
 clear: both;
 margin: 20px;
 padding: 10px;
 text-align: justify;
}




img {
 border: 0px;
}

h1 {
 text-align: center;
 font-size: 30px; 
}

p {
 margin: 0px;
 text-indent: 15px;
 font-size: 14px;
}

p.idezet {
 font-size: 12px;
 font-style: italic;
 margin-right:20px; 
 margin-top:40px; 
}

a {
 text-decoration: none;
 font-weight: bold;
}

.moncorsiva {
 font-family: Monotype Corsiva;
}

.cim {
 font-weight: bold;
 font-size: 18px;
 vertical-align: top;
}

.nagycim {
 font-weight: bold;
 font-size: 22px;
}

.bal {
 float: left;
}

.jobb {
 float: right;
}

.kozep {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}

.kiskozep {
 margin-left: auto;
 margin-right: auto;
 text-align: center;
 font-size: 12px;
}

.kisjobb {
 text-align: right;
 font-size: 12px;
}

th {
 font-weight: bold;
}

.hirekhelye {
 padding: 10px;
 height: 300px;
}

.hirek {
 height: 100%;
 width: 100%;
 overflow: auto;
 text-align: justify;
}


/*forum*/
.maintable {	 /*main table for forum*/
  width: 100%;
  padding: 0px;
  background-color: #000000;
}

.headline {	/*headline row, the first row that says forum name, topics, posts and such*/
  font-weight: bold;
  color: #FFFFFF;
 background-color: #007700;
  font-size: 12px;
}

.mainrow a:link, a:visited, a:active {
  text-decoration: none;
 color: #007700;
}

.mainrow {	 /*color of the forum rows*/
  color: #000000;
 background-color: #bde3c4;	/*#F2F2F2*/
  font-size: 13px;
}

.maintables{	 /*main table for forum*/
 background-color: #bde3c4;
  padding: 0px;
  margin-left:auto;
  margin-right:auto;
  border: 1px solid black;
}

#loginbox {
 margin-left: auto;
 margin-right: auto;
  position: absolute;
  top: 5px;
  left: 5px;
 width: 200px;
 background-color: #ffffff; /*#bde3c4*/
 color: #000000; 
 padding: 5px;
 border: 1px solid #003300;
 text-align: center;
}
#loginbox a {
 color: #000000;
 text-decoration: none;
 font-weight: bold;
}
#loginbox a:hover {
 color: #ff0000; 
}
#loginbox ul {
 list-style: none;
 padding: 0px;
 margin: 0px;
}

