*{
  margin: 0px;
  padding: 0px;
}
body
{
  font-family: arial, calibri, tahoma, verdana, sans-serif;
  font-size:12px;
  background: #0E9001;
}

#pembungkus
{
  width:1366px;
  margin:0px auto;
  background: #fa6900;  
}

#header{ 
  background: #000; 
  color: #fff;
  padding: 20px 0 30px 0px;
  border-bottom: white solid 1px;
}

#header img{  
  float: left;
  position: relative;
  left: 50px;
  top: -4px;
  width: 85px;
  height: 90px;
  margin-right: 75px;
}

#menu{
  background: #0E9001;
  float: left;
  width: 250px;
}

#menu li{
  background: #0E9001;
  color: white;
  border-bottom: white solid 1px;
  padding: 20px;
  list-style: none;
}

#menu li:hover{
  background: #074701;
}

#menu a{
  text-decoration: none;
}

#menu .aktif{
  background:#074701;
}

#isi{
  /*background: #F1F0F0;*/  
  float: left;  
}

#isi h1{
  color: #000;    
}

#isi h2{
  background: #FCFF00;
  color: #000;    
  padding: 17px 16px;  
  border-bottom: solid #FFF 1px;
  width: 1084px;
}

#isi2{
  background: #F1F0F0;
  padding: 40px 50px;
  margin-bottom: 50px;  
  width: 1016px;
}

#isi2 table{
  border-collapse:collapse;
  width: 100%;
  font-size: 13px;
  margin-bottom: -40px;
  background-color: #fff;
}

#isi2 table th{
  background: #62D9A5;
  border: none;
}

#isi2 table, td, th{
  border: solid 1px #DAD9D9;
  text-align: center;
  padding: 8px;
}

#isi2 a{
  background: #464646;
  color: #fff;
  text-decoration: none;
  font-size: 11px;
  padding: 5px;
  border-radius: 5px;
}

#isi2 a:hover{
  background: #000;
  color: #fff;
}

#isi2 input[type="button"]{
  background: #464646;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

#isi2 input[type="button"]:hover{
  background: #000;
  color: #fff; 
}

#isi2 input[type="submit"]{
  background: #464646;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

#isi2 input[type="submit"]:hover{
  background: #000;
  color: #fff; 
}

#isi2 input[type="reset"]{
  background: #464646;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

#isi2 input[type="reset"]:hover{
  background: #000;
  color: #fff; 
}

#isi2 input[type="text"]{
  width: 100%;
  padding: 5px;
}

#isi2 input[type="date"]{
  width: 100%;
  padding: 5px;
}

#isi2 input[type="password"]{
  width: 100%;
  padding: 5px;
}

#isi2 input[type="file"]{
  width: 100%;
  padding: 5px;
}

#isi2 textarea{
  width: 100%;
  padding: 8px 10px;
  font-family: calibri, sans-serif;
  font-size: 14px;
  height: 70px;
}

#isi2 select{
  width: 100%;
  padding: 5px;
}

#isi2 #btn_hapus{
  background: red;
}

#isi2 #btn_hapus:hover{
  background: #AD0000;
}

#no_halaman a{
  background: #D4D4D4;
}

#footer
{
  text-align:center;
  background: #000;
  color: #fff;
  padding:15px;
  clear: both;
  position: fixed;
  bottom: 0px;
  width: 1336px;
  border-top: white solid 1px;
}

#no_halaman{  
  text-align: center;
  margin-top: 15px;
}

#no_halaman a{
  text-decoration: none;
  color: #000;
}

