BODY {
  	font-family: Arial,Sans-serif;
	font-size:   12px;
	margin:      0px;
    padding:     0px;
	text-align:  left;
	color:       #212A37;
	background:  url('bg.gif');
    background-repeat: repeat-y;
    width: 1000px;
}

#fullpage{margin:0 0 0 0;}
#kozep{margin:0 0 0 0;  background: #CCC;}
#head{height:184px;}
#menus{
  float:left;
  width:245px;
}
#g1 {
  float: left;
  width: 190px;
  height: 600px;
  text-align: right;
  margin: 0px;
}
#g3 {
  padding: 0;
}
#g2 {
  text-align: center;
  height: 60px;
  padding: 10px 0 10px 0;
}

#content{
  float:left;
  width:565px;
  margin: 0;
  border: 0;
}
#foot{
  clear:both;
  width: 1000px;
  background: url('foot_bg.gif');
  background-repeat: no-repeat;
  padding: 5px 0px 5px 240px;
  font-size: 12px;
  font-family: Arial,Helvetica;
}

#content{
  font-size: 14px;
  font-family: Arial,Helvetica;
  line-height: 120%;
  color: #036;
}
#menus{
  text-align: right;
  font-family: Arial, Helvetica;
  font-size: 13px;
  font-weight: bold ;
  border: 0px;
}


H4 {
  padding: 20px 50px 20px 10px;
  margin: 0;
  font-family: Arial,Helvetica;
  font-size: 13px;
  font-weight: bold;
  background: url('gray.gif');
  background-position: right;
  background-repeat: no-repeat;
}
H3 {
  border: 3px solid #C00;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  margin: 0;
  padding: 0px 0px 0px 10px;
  margin-bottom: 8px;
  margin-top: 8px;
  font-size: 14px;
  font-family: Arial,Helvetica;
  line-height: 140%;
  font-weight: bold;
}
H2 {
    margin: 0;
    margin-top: 20px;
    font-size: 20px;
    color: #369;
}
H1 {
    font-size: 26px;
    padding: 20px 0px 10px 0px;
    margin: 0;
    color: #369;
}

A.m {
   text-decoration: none;
   color: #000;
}
A.m:hover {
   text-decoration: none;
   color: #C00;
}
A {
   color: #C00;
}
A:hover {
   text-decoration: none;
   color: #C00;
}



OL, UL {
  text-align: left;
  list-style-type: decimal;
  font-size: 14px;
  font-family: Arial,Helvetica;
  line-height: 120%;
  color: #036;
  margin: 5px 0px 0px 0px;
}
 UL {;
  list-style-type: circle;
}



.note {
  font-size: 12px;
}

P {
  font-size: 14px;
  font-family: Arial,Helvetica;
  line-height: 120%;
  color: #036;
  margin: 5px 0px 0px 0px;
}
