body {
	margin: 0px;
	background-color: #bbbaaa;
	font-family: "Trebuchet MS";
	font-size: 13px;
	text-align: center;
	}
	
/* HTML tagek */

h1, h2, h3 {
	color: #111;	
	text-align: left;
	margin: 10px 20px 10px 20px;
	}
	
h2 {
	font-size: 110%;
	letter-spacing: 1px;
	}

h2.right {
	font-size: 110%;
	letter-spacing: 1px;
	text-align: right;
	}

h1 {
	font-size: 130%;
	text-align: center;
	}
	
h3 {
	font-size: 110%;
	}
	
p {
	color: #000;
	text-align: justify;
	margin: 15px;
	line-height: 22px;
	font-size: 13px;
	}
	

p.kozep {
	text-align: center;
	}

p.small {
	font-family: "Times New Roman";
	font-size: 90%;
	line-height: 130%;
	}

p.center {
	text-align: center;
	}
	
img.left_border {
	float: left;
	border-color: black;
	border-width: 1px;
	border-style: dashed;
	margin: 10px;
	padding: 10px;
	background-color: #FFF280;
	}
	
img.right_border {
	float: right;
	border-color: black;
	border-width: 1px;
	border-style: dashed;
	margin: 10px;
	padding: 10px;
	background-color: #FFF280;
	}
	
img.left {
	float: left;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	margin: 10px;
	}
	
img.right {
	float: right;
	border-color: black;
	border-width: 0px;
	border-style: solid;
	margin: 10px;
	}
	

a.menuitem1, a.menuitem2,
a.menuitem3, a.menuitem4,
a.menuitem5, a.menuitem6{
	position: relative;
	display: block;
	vertical-align: bottom;
	color: #000000;
	font-size: 13px;
	text-decoration: none;
	border-style: none;
	border-width: 0px 0px 1px 0px;
	border-color: #630;
	font-weight: normal;
	margin: 0px 10px 0px 10px;
	}
a.menuitem1 {
	background-color: ;
	}
a.menuitem2 {
	background-color: #ffcc00;
	}
a.menuitem3 {
	background-color: #ffb200;
	}
a.menuitem4 {
	background-color: #ff9900;
	}
a.menuitem5 {
	background-color: #ff8000;
	}
a.menuitem6 {
	background-color: #ff6600;
	}

a.termek {
	font-weight: bold;
	}
	

a.menuitem1:hover,
a.menuitem2:hover,
a.menuitem3:hover,
a.menuitem4:hover,
a.menuitem5:hover,
a.menuitem6:hover {
	color: #000;
	font-weight: bold;
	background-color: #;
	}


a {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
	}
	
a:hover {
	font-size: 120%;
	}
	
/* Pozicionáló eszközök */

.hasab1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 100%;
	text-align: left;

	}
	
.hasab2 {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 550px;
	height: 100%;

	text-align: left;
	}
	
.hasab3 {
	position: absolute;
	top: 0px;
	left: 750px;
	width: 250px;
	height: 100%;

	}
	
.keretes {
	position: relative;
	left: 10px;
	width: 90%;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: #E6C373;
	}
	
span.red {
	font-size: 110%;
	color: red;
	}

img.center {
	text-align: center;
	}
	
.footer {
	font-size: 13px;
	text-align: center;
	color: black;
	}