body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-image: url(../kepek/motor.jpg);
	background-repeat: no-repeat;
	height: 600px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent #menu {
	display: block;
	padding: 5px;
	height: 20px;
	width: 450px;
	left: 280px;
	top: 160px;
	position: relative;
}
.oneColFixCtr #container #mainContent #tartalom h2 {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
.oneColFixCtr #container #mainContent #tartalom1 {
	background-color: #FFFFFF;
	padding: 10px;
}
.oneColFixCtr #container #mainContent #tartalom img {
	border: 2px solid #FF0000;
	margin: 3px;
}
.oneColFixCtr #container #mainContent #tartalom {
	display: block;
	height: 370px;
	width: 440px;
	position: relative;
	left: 280px;
	top: 160px;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.oneColFixCtr #container #mainContent #menu a, a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	padding-right: 6px;
}
.oneColFixCtr #container #mainContent #menu a:hover, a:active {
	text-decoration: none;
	color: #ff0000;
}

.mezo {
	border: 1px solid #FF0000;
	font-size: 14px;
	color: #000000;
	overflow: auto;
	width: 300px;
	margin: 0px;
	display: block;
	height: 23px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	background-color: #FFFFFF;
}
.cella {
	width: 120px;
	margin: 0px;
	padding: 3px;
}
.csillag {
	color: #FF0000;
	font-size: 10px;
	text-transform: uppercase;
}
.nev {
	color: #2d257b;
	font-size: 14px;
	display: block;
	width: 90px;
	text-align: left;
}
.kisszoveg {
	font-size: 10px;
	color: #8c86b5;
}
.nagymezo {
	border: 1px solid #FF0000;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	padding: 3px;
	width: 300px;
	margin: 0px;
	height: 100px;
	display: block;
	vertical-align: top;
	background-color: #FFFFFF;
}
