body {
	margin: 0px;
	background-color: #e8e8e8;
	background-image: url('pics/bg_body.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #555555;
	font-family: tahoma, verdana, arial, sans-serif;
	font-size: 11px;
}
img {
	border: none;
}
a {
	color: #b20a1b;
}
.content {
	width: 760px;
	padding: 20px;
	float: left;
	line-height: 16px;
}
#container {
	width: 800px;
	margin: 20px auto 20px auto;
}
#main {
	background-color: #fff;
	width: 800px;
	float: left;
	border: 1px solid #b9b9b9;
}
#head_logo {
	width: 240px;
	height: 80px;
	float: left;
}
#head_contact {
	width: 550px;
	height: 73px;
	float: left;
	text-align: right;
	padding: 7px 10px 0 0;
	line-height: 16px;
	font-size: 10px;
}
#head_picture {
	width: 800px;
	height: 180px;
	float: left;
	border-top: 1px solid #6b6c6c;
	font-size: 0; /* IE 6 miatt kell természetesen... */
}
#footer {
	width: 100%;
	float: left;
	text-align: center;
	color: #9c9c9c;
	font-weight: bold;
	padding: 10px 0 10px 0;
}
#footer a {
	font-weight: normal;
	color: #9c9c9c;
}
#content {
	width: 100%;
	float: left;
}
#menu {
	width: 100%;
	background-image: url('pics/bg_menu.gif');
	background-repeat: repeat-x;
	background-color: #9ebb2d;
	float: left;
	color: #fff;
	text-align: center;
	margin: 0px;
	border-top: 1px solid #275277;
	border-bottom: 1px solid #275277;
}
#menu a {
	color: #fff;
	text-decoration: none;
	margin: 0 12px 0 12px;
	padding: 18px 10px 18px 10px;
	font-weight: bold;
	float: left;
}
#menu a:hover {
	background-image: url('pics/bg_menu_on.gif');
	background-repeat: repeat-x;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #3c668c;
	margin: 20px 0 20px 0;
	padding: 0;
}
h2 {
	font-size: 14px;
	padding: 0;
	margin: 10px 0 10px 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
th {
	background-color: #a1a1a1;
	color: #fff;
	text-align: left;
	padding: 10px;
	border: 2px solid #fff;
}
td {
	padding: 10px;
	background-color: #f4f4f4;
	border: 2px solid #fff;
}
ul {
	margin: 0 0 0 20px;
	padding: 0;
}
li {
	padding: 2px 0 2px 0;
	list-style-image: url('/pics/li.gif');
}
.notice, .warning, .error{
	width: 100%;
	text-align: center;
	background-color: #ff7200;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}
.button {
	background-color: #306594;
	color: #fff;
	font-weight: bold;
	border: 1px solid #306594;
}
input {
	border: 1px solid #ddd;
}
input:hover {
	border-color: #306594;
}
.partners {
	border-collapse: collapse;
	border-spacing: 0;
}
.partners td {
	background-color: #fff;
	background-image: url('/pics/bg_partners.gif');
	background-repeat: repeat-x;
	padding: 15px;
}
.partners td a {
	font-size: 20px;
	text-decoration: none;
}
