body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.png);
	font-family: Arial, Helvetica, sans-serif;
	color: #4B2003;
}

#content {
	width: 1200px;
	margin: 0px auto;
	margin-top: -150px;
	min-height: 800px;
	//background-color: fff;
}

#banner {
	background-image: url(img/banner.png);
	margin: 0px auto;
	margin-top: 60px;
	width: 1031px;
	height: 495px;
}

#szalag {
	margin: 0px auto;
	margin-top: -540px;
	width: 980px;
	height: 223px;
	background-image: url(img/szalag.png);
	z-index: 1;
	position: relative;
}

#logo {
	margin: 0px auto;
	width: 218px;
	height: 100px;
	text-align: center;
	z-index: 2;
	position: relative;
}

#menu {
	margin: 0px auto;
	width: 912px;
	height: 74px;
	text-align: center;
	margin-top: 250px;
	background-image: url(img/menu.png);
	z-index: 3;
}

#inner {
	margin: 0px auto;
	width: 845px;
	min-height: 200px;
}

#torzs_fejlec {
	margin: 0px auto;
	margin-top: -100px;
	width: 1100px;
	height: 200px;
	background-image: url(img/torzs_fejlec.png);
}

#torzs {
	margin: 0px auto;
	margin-top: -35px;
	width: 1100px;
	background-image: url(img/torzs.png);
}

#torzs_lablec {
	margin: 0px auto;
	margin-top: -35px;
	width: 1100px;
	height: 215px;
	background-image: url(img/torzs_lablec.png);
}

#footer {
	margin: 0px auto;
	margin-top: -100px;
	width: 900px;
	color: #ffffff;
	text-align: center;
	font-size: 14px;
}

#info {
	width: 1000px;
	margin: 0px auto;
}

.btn {
	border:none;
	background-color:#d7f17d;
}

h1 {
	font-variant: small-caps;
	font-weight: normal;
	color: #a40808;
	font-size: 18px;
	margin-left: 125px;
	margin-top: 110px;
}

h2 {
	font-size: 18px;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000000;
	font-variant: small-caps;
}

h3 {
	font-variant: small-caps;
	font-weight: normal;
	color: #a40808;
	font-size: 17px;
}

h4 {
	font-size: 14px;
	color: #ffffff;
	text-shadow: 1px 1px 3px #000000;
	font-variant: small-caps;
	margin: auto;
}

a:link {
	color: #a40808;
	text-decoration: none;
}

a:visited {
	color: #a40808;
	text-decoration: none;
}

a:hover {
	color: #700505;
}

a:active {
	color: #700505;
	text-decoration: none;
}