@charset "UTF-8";
/* BarczaBau css */

body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #807966;
	background-image: url(bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}
.flash{
	width: 755px;
	height: 377px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -379px;
}
.tartalom{
	width: 755px;
	position: absolute;
	top: 377px;
	left: 50%;
	margin-left: -379px;
	text-align: justify;
	background-color: #fff2cc;
	height: inherit; 
}
.szoveg {
	width: 735px;
	position: relative;
	left: 10px;
}
.footer{
	width: 755px;
	height: 61px;
	background-image: url(footer.png);
	text-align: center;
	color: #fff2cc;
	font-size: 14px;
	font-weight: bold;
}