
/* Őp */
*{
  box-sizing : border-box;
  -moz-box-sizing : border-box;
  -webkit-box-sizing : border-box;
  -ms-box-sizing : border-box;
}
BODY{
  font-family:Verdana;
  font-size:x-small;
  margin:0px;
  padding:0px;
  scrollbar-arrow-color:#000000;
  scrollbar-3dlight-color:#ffffff;
  scrollbar-base-color:#efefef;
  scrollbar-shadow-color:#ffffff;
  scrollbar-face-color:#ffffff;
  scrollbar-highlight-color:#ffffff;
  scrollbar-darkshadow-color:#ffffff;
  scrollbar-track-color:#efefef;
  overflow:hidden;

A{
  color:#000000;
}
A:HOVER{
  color:#999999;
}
#index{
  margin:7% 1% 7% 0;
}
#menu{
  margin:0px;
  padding:0px;
}
#menu LI{
  display:inline;
  float:left;
}
#menu A{
  display:block;
  color:#000000;
  float:left;
  width:130px;
  line-height:410px;
  text-align:center;
  text-decoration:none;
  font-size:xx-small;
  letter-spacing:1px;
  border-right:1px solid #000000;
}
#menu A:HOVER{
  color:#ffffff;
  background:#000000;
}
H1,
H2{
  position:absolute;
  top:50%;
  left:0px;
  width:100%;
  color:#efefef;
  font-family:"Century Gothic";
  font-size:50px;
  font-weight:normal;
  letter-spacing:0.7em;
  text-align:center;
  z-index:-1;
}
#copy{
  font-size:xx-small;
  text-align:right;
}
#info{
  line-height:1.5em;
}
H3{
  font-size:14px;
  letter-spacing:3px;
  margin-bottom:5px;
  border-bottom:1px solid;
}
h6{
  position:absolute;
  top:50%;
  left:0px;
  width:100%;
  color:#efefef;
  font-family:"Century Gothic";
  font-size:50px;
  font-weight:normal;
  letter-spacing:0.7em;
  text-align:center;
  z-index:-1;
}
#update{
  font-size:xx-small;
  text-align:right;
}
#note{
  margin:0 0 0 30%;
  padding:30px;
  height:100%;
  overflow:auto;
  border-left:1px solid;
  line-height:180%;
}

#note A:link{ color:#000000; }
A:active { color:#000000; }
A:visited{ color:#000000; }
A:HOVER{
  color:#999999;
}

CODE{
  font-size:x-small;
}
CODE STRONG{
  color:#ff0000;
  font-family:Verdana;
  font-size:small;
  text-decoration:underline;
}
input,textarea,select	{
	font-size:100%;
	font-family:Verdana,"MS UI Gothic",sans-serif;
	border:1px solid #000000;
	background-color:#ffffff;
	vertical-align:middle;
	color:#000000;
	margin:3px 10px 2px 0;
}
