body {
	margin:0px;
	background-color: #000000;
	/*background-image:url(../img/bodybg.jpg);*/
	text-align: center;
	font: 12px Arial, sans-serif;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #7f4a1e;
	text-decoration: underline;
}

img {
	border: 0;
}

#contener{
	width:980px;
}

#headercontener{
	width: 100%;
	/*height:650px;*/
	/*background-image:url(../img/bg1.jpg);*/
	border:0px solid red;
	background-repeat:repeat-x;
}
#header{
	width:980px;
	height:330px;
	border:0px solid black;
	background-image:url(../img/header.jpg);
	
}
#menu {
	width:850px;
	height: 50px;
	float:left;
	margin-left: 60px;
	margin-top: 270px;
}

#tartalomcont{
	width:980px;
/* 	height:530px; */
	border:0px solid black;
	background-image:url(../img/cont-bot.jpg);
	overflow: hidden;
}

#tartalom {
	width: 850px;
/* 	height:520px; */
	margin-left:0px;
	color: #FBE8C2;
	margin-top:0px;
	border:0px solid black;	
}

#szovegcont{
	width:500px;
	height:520px;
	border:0px solid gray;
	float:left;
	background-image:url(../img/tartbg.png);
	font-size: 13px;
	padding: 5px;
}

#bemutatocont {
	width: 322px;
	height: 520px;
	float: right;
	background-image:url(../img/tartbg.png);
}

#bemutato1{
	width: 320px;
	height:240px;
	border:1px solid black;
	float:right;
	margin-top:20px;
	margin-right:0px;
}

#bemutato2{
	width: 320px;
	height:240px;
	border:1px solid black;
	float:right;
	margin-top:0px;
	margin-right:0px;
	background-image: url(../img/akcio.png);
}

#footer {
	clear: both;
	width: 100%;
	height: 65px;
	background-image: url(../img/footer-bg.jpg);
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover {
	color: #FBE8C2;
}

#ftext {
	padding-top: 20px;
}

.err {
	color: #FFDA6F;
}