@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color:#056839;
}

a {
	text-decoration:none;
	color:#056839;
}

._header{
	position:relative;
	max-height:200px;
}

._felirat{
	position:relative;
	left:0px;
	top:0px;
	z-index:10000;
}

._banner{
	position:relative;
	top:-200px;
}

._main {
	font-family:'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	color:#000000;
}
