@import url('menu.css');

body, form {
	margin: 0px;
	padding: 0px;
}
body {
	background: #E2E2E2 url('../i/hatter.jpg') no-repeat top center;
}

body, select, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

a, a:hover {
	text-decoration: none;
	color: #D60000;
}


a:visited {
	text-decoration: none;
	color: #d60000;
}

img {
	border: 0px;
}

tr {
	vertical-align: top;
}

h1 {
	margin: 0px;
	margin-bottom: 7px;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	color: #1FACCB;
}

h2 {
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
}

p {
	margin: 0px;
	margin-bottom: 1em;
}

.kep {
	font-size: 1px;
}

.kep.height {
	height: 130px;
	position: relative;
}

.kep img.logo {
	position: absolute;
	top: -5px;
}

.input {
	font-size: 11px;
	color: white;
	border: 1px solid #D1E7EC;
	background: #6CA5DB;
}

#oldal {
	left: 50%;
	width: 702px;
	margin-left: -351px;
	position: relative;
}

a.datalink {
	display: block;
	clear: both;
	margin: 10px;
	position: relative;
}