@charset "utf-8";

.header {
	height: 100px;
	width: 700px;
	margin: auto;
	text-align: right;
	border-width: 0px;
	border-color: #660000;
	border-style: solid;
	background-image: url(../kepek/header_hatter.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.header_logo {
	width: 200px;
	height: 100px;
	float: left;
	text-align: left;
	padding-top: 5px;
	margin-top: 0px;
}

.header_title {
	height: 100px;
	width: 470px;
	float: right;
	text-align: left;
	color: #000000;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
	padding-top: 0px;
}

.header_title_nev {
	font-family: "Gill Sans MT Condensed";
	font-size: 40px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	letter-spacing: 2px;
}

.befoglalo {
	margin: 0 auto;
	width: 700px;
	padding-top: 10px;
	text-align: left;
}

.kepkeret {
	border-width: 1px;
	border-color: #cc6600;
	height: 100px;
}

body {
	text-align:center;
	background-color: #FFFFFF;
}

.footer {
	height: 100px;
	width: 700px;
	margin: auto;
	clear: both;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS";
	font-size: 10px;
	letter-spacing: 1px;
	font-weight: bold;
	background-repeat: no-repeat;
	border-color: #660000;
	border-width: 0px;
	border-style: solid;
	background-image: url(../kepek/footer_hatter.jpg);
}

a:link {
	color:#000000;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #CC6600;
}

a:active {
	text-decoration: none;
	color: #000000;
}

