body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-base-color: #EBBB00;
	background-color: #FCF9F2;
	scrollbar-base-color: #000000;
	background-image: url(hat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.menu {
	font-family: "Comic Sans MS", "Comic Sans", Comic, Arial;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5F4420;
	text-decoration: none;
	border: none;
	padding: 1px;
}
.menu:hover {
	color: #87683A;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5e431f;
	text-decoration: none;
	display: inline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5e431f;
	text-decoration: none;
}
.marque {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5e431f;
	text-decoration: none;
}
.keret {
	border-top-width: 14px;
	border-right-width: 14px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
}
.szoveg {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5e431f;
	text-decoration: none;
}
.link {
	font-family: "Comic Sans MS", Arial;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #352715;
	text-decoration: none;
}
.link:hover {
	font-family: "Comic Sans MS", Arial;
	font-size: 16px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5e431f;
	text-decoration: none;
}
.logo {
	background-image: url(logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.max430 {
	width: expression( document.body.clientWidth > 430 ? "430px" : "auto" );
	max-width: 430px;
}
.max120 {
	width: expression(this.width > 120 && (this.width/this.height) > 1 ? 120 : true);
	height: expression(this.height > 120 && (this.width/this.height) <= 1 ? 120 : true); 
	max-height: 120px;
	max-width: 120px;
}

