@charset "iso-8859-2";

body {
	background: #32901c url('images/background.jpg') repeat-x;
	color: #fff;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
}

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url('images/header.png');
}

#header.hu {
	background: url('images/header_hu.png');
}

#lang {
	float: right;
	width: 40px;
	height: 50px;
	margin: 30px 0 0 0;
}

#lang img {
	margin: 5px 0;
	border: 1px solid #fff;
}

#content {
	width: 760px;
	margin: 20px auto 0 auto;
}

#left {
	float: left;
	width: 195px;
}

#left ul li a {
	font-size: 14px;
}

#left ul li p {
	margin: 0 0 10px 13px;
	color: #bfb;
	text-align: justify;
}

#center {
	float: left;
	width: 380px;
	margin: 0 15px;
	text-align: justify;
}

#news {
	width: 356px;
	margin: 0 0 15px 0;
	padding: 10px 10px 0 10px;
	border: 2px solid #fff;
}

#news p {
	margin: 0 0 10px 0;
}

#news p.date {
	margin: 0 0 10px 0;
}

#right {
	float: left;
	width: 155px;
}

#footer {
	width: 700px;
	height: 16px;
	margin: 0 auto;
	padding: 17px 30px;
	background: url('images/footer.png');
}

.border {
	border: 1px solid #fff;
}

/* general css: */

* {
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 15px;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

label {
	font-size: 11px;
}

select, option, input, textarea {
	color: #000;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input, textarea {
	padding: 1px 3px 1px 3px;
	background: #fff;
	border: 1px solid #000;
}

textarea {
	overflow: auto;
}

form p {
	margin-bottom: 0;
}

ul {
	list-style: square inside;
}

ul li {
	margin: 0 0 5px 0;
}

ul li a {
	text-decoration: none;
}

ul li a:hover {
	text-decoration: underline;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	display: none;
}

h1.sentence {
	margin: 10px 0;
	font-size: 16px;
	text-align: center;
}

#header h1 {
	float: left;
}

#header h1 a {
	display: block;
	width: 250px;
	height: 100px;
	margin: 30px 0 0 30px;
}

#center h2 {
	margin: 0 0 20px 0;
	font-size: 16px;
}

#left h2, #right h2 {
	margin: 0 0 10px 0;
	font-size: 12px;
}

#center h3 {
	margin: 0 0 10px 0;
	font-size: 14px;
}

.fix {
	display: block;
	float: none !important;
	clear: both !important;
	height: 1px;
	overflow: hidden;
}