<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	background: #fff;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin:0px; padding:0px;
}

a:link, a:visited {	color: #494949; text-decoration: underline; }
a:active, a:hover { color: #494949; text-decoration: none;}

p{
	font-family: Tahoma;
	font-size: 13px;
	color: #484848;
	text-align: justify;
}
.blanko {
	height:24px;
}

.blanko span {
	background-color:#777;
	font-size:18px;
	margin:2px;
	padding:2px;
	color:#FFF;
	width:22px; height:22px; text-align:center;
	display:block; float:left; font-weight:bold;
	text-shadow: 1px 1px 2px #ccc;
	border:1px solid;
	border-color:#CCC #333 #333 #CCC;
}
#header1 {
	 width:980px; 
	 margin:auto; 
	 height:120px; 
	 background-image:url(images/vagyok_header.jpg); 
	 position:relative;
}
#header2 {
	 width:460px; 
	 position:absolute; 
	 top:10px; 
	 left:30px; 
	 text-align:center;
}
#menu_bg {
	 background-color:#090; 
	 background-image:url(images/hatter.gif); 
	 background-repeat:repeat-x; 
	 height:40px; 
	 width:100%;
}
#menu {
	 width:980px; margin:auto;
	 height:40px;
	 padding:0;
}
#menu ul {
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#menu a {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	height:30px; 
	display:inline-block;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	border-left:2px solid #FFF;
}
#menu a:hover {
	color:#000;
	background-color:#777;
	background-image:url(images/hatter_on.gif);
}
#footer {
	 width:980px; margin:auto;
	 height:40px;
	 padding:10px 0 0 0;
	 font-size:10px;
}
</pre></body></html>